Onorio Catenacci

3,619
reputation
506 views

Registered User

name Onorio Catenacci
member for 1 year
seen 8 hours ago
website
location Rochester, MI
age 44
I've been writing software for approximately 22 years now. I work mostly in C++ and VB6 but have some exposure to C# and Java. I'm also working to learn F#. If you want to contact me, contact me via the LinkedIn page. av00M52Kg330gF5G
Dec
4
asked Intro To x86 Assembly With Windows
Nov
24
comment pitfalls/disadvantages of functional programming
Community wiki.
Nov
21
awarded  Taxonomist
Nov
20
comment How To Change List of Chars To String?
One thing @ssp, I did try concatenating a string with the ^ operator and the compiler gave me a warning about OCaml compatibility. That is, it warned me that I should use + to concatenate strings.
Nov
19
comment How To Change List of Chars To String?
@JaredPar, thanks! Just what the doctor ordered. I figured there must be some simple way to get at the string I wanted. @Juliet, you should have posted that as an answer :-) I would have voted it up because it's also an excellent suggestion.
Nov
19
revised Regex Testing Tools
Changed question to community wiki
Nov
19
asked How To Change List of Chars To String?
Nov
12
comment How does “Language Oriented Programming” compare to OOP/Functional in the real world
Hi Chris, Got your book and I'm really liking it so far. :-) Hoping to really ratchet up my F# game by the time I work through it.
Nov
3
comment How to use F# with mono on linux?
@keke, I realize that English may not be your native tongue but maybe you might want to throw a "please" and/or a "thank you" in there. As far as I know, everyone here is volunteering their time to help and you're coming across slightly demanding.
Nov
2
comment Are there any hardware books or articles that can help with programming?
@Fedyashev Nikita, I'm not sure this is exactly the same but it's close: intel.com/design/pentiumii/…
Oct
29
revised Expression To Test That All Items In Sequence Are The Same
I fixed another minor terminology problem.
Oct
29
revised Expression To Test That All Items In Sequence Are The Same
I modified the question to correct imprecise phrasing
Oct
29
comment Expression To Test That All Items In Sequence Are The Same
@cfern, You're right. I do need to be careful about the terminology I use. I tend to use "List" and "Sequence" as if they were synonyms--and in F# they're definitely not synonymous. I am working with a list.
Oct
29
asked Expression To Test That All Items In Sequence Are The Same
Oct
27
comment VB6 Collection Remove Doesn’t Fire Class_Terminate
@Pavel, thanks for the link.
Oct
27
revised VB6 Collection Remove Doesn’t Fire Class_Terminate
Added a bit more detail on the environment.
Oct
27
comment VB6 Collection Remove Doesn’t Fire Class_Terminate
@MarkJ, Bingo. Yes, I should add that to my description above. Yes the app in question is an ActiveX exe.
Oct
27
comment VB6 Collection Remove Doesn’t Fire Class_Terminate
@Ant, reason I ask about multi-threading is because the trace logs look as if I'm getting multiple threads of execution.
Oct
27
asked VB6 Collection Remove Doesn’t Fire Class_Terminate
Oct
27
comment What is F# being used for?
Either this should be community wiki or it should be closed. The question strikes me as a discussion question. Downvoted.
Oct
26
comment Multiple Exits From F# Function
@Benjol, thanks--exactly the sort of thing I was looking for.
Oct
25
comment Statically typed languages vs. dynamically typed languages
Sounds like a homework assignment to me.
Oct
23
comment Multiple Exits From F# Function
@Pavel Minaev, I hope that soon I understand F# well enough to understand your answer. :-) Thanks for taking the time to answer my question.
Oct
23
comment Multiple Exits From F# Function
@Nathan Sanders, actually that's what I had done initially--a set of integer constants. But they did seem more like an enumerated set of possible returns than a series of constants. 6 of one, 1/2 dozen of another I guess. Still it's good to know what's not considered idiomatic when one is trying to learn a new language.
Oct
22
comment Multiple Exits From F# Function
@kvb Thanks for the response. I think that you've probably hit on a very good approach.
Oct
22
comment Multiple Exits From F# Function
That is an interesting point, Robert. I'm not quite sure how to translate that the question I've asked but it is a good point.
Oct
22
comment Multiple Exits From F# Function
Nathan, Thanks--that last comment is kind of interesting because I did try this without the type name and it failed. Only worked with the type name specified.
Oct
22
asked Multiple Exits From F# Function
Oct
14
comment Project Euler Problem 2 in F#
@dahlbyk--thanks for the pointers.
Oct
14
comment Project Euler Problem 2 in F#
Thanks Brian. I was curious about one thing--doesn't Seq.filter make the sequence non-infinite?
Oct
13
asked Project Euler Problem 2 in F#
Oct
1
awarded  Popular Question
Aug
26
awarded  Yearling
Aug
3
awarded  Popular Question
Jul
31
revised Bizarre VB6 Make Error
Fixed my grammar up a bit
Jul
29
revised Bizarre VB6 Make Error
Added a little more detail regarding the problem.
Jul
29
comment Bizarre VB6 Make Error
@cmsjr: Build tool does pull latest files automatically. Build tool runs on a different machine and it fails on both.
Jul
29
comment Bizarre VB6 Make Error
You know I may have accidentally saved a .vbp but I know I didn't accidentally save the .vbg file because I never open it up. It's used by a separate automated build process. It's not been changed in years.
Jul
29
comment Bizarre VB6 Make Error
@cmsjr, I did open up the VBG via the IDE did a build and the /make is now working. But for the life of me I don't understand this. Does VB do a silent check out of the .vbp files? I guess somehow I must have accidentally checked in a VBP file.
Jul
29
comment Bizarre VB6 Make Error
Nope--didn't do a thing.
Jul
29
comment Bizarre VB6 Make Error
Good thought but I didn't think that VB's make made .obj or .exp files. But I'll double check this, thanks.
Jul
29
asked Bizarre VB6 Make Error
Jul
23
accepted Creativity in software development: any book recommendations?
Jul
21
comment Variables not initialized in Fortran 2003
Wow--unfamiliar with any Fortran compiler but still willing to offer an opinion. Just wow.
Jul
21
comment Creativity in software development: any book recommendations?
This should be community wiki; it's a pretty broad question.
Jul
21
answered Creativity in software development: any book recommendations?
Jul
17
comment How To Enumerate Processes From VB 6 on Win 2003?
You're right; I'm accustomed to the translations leaving something to be desired so I didn't even bother to try it.
Jul
17
asked How To Enumerate Processes From VB 6 on Win 2003?
Jul
15
answered open source .Net wiki?
Jul
15
comment open source .Net wiki?
This belongs on ServerFault.com