tim

10,529
Reputation
1204 views

Registered User

Name tim
Member for 1 year
Seen 12 hours ago
Website
Location Vermont and Long Island, NY
Age
Pilot, gardener, backyard chicken keeper, software developer

tim at stackoverthrow dot com
Nov
24
awarded  Taxonomist
Nov
12
revised What is the best solution for suppressing warning from a MS include (C4201 in mmsystem.h)
added 131 characters in body
Nov
12
comment What is the best solution for suppressing warning from a MS include (C4201 in mmsystem.h)
I don't want to reduce the warning level - I just want to suppress a particular one, but I managed to figure it out.
Nov
12
asked What is the best solution for suppressing warning from a MS include (C4201 in mmsystem.h)
Nov
11
comment Can I get debug symbols for flash player? Or any other way to get support for flash?
it is audio related. We thought initially it was from memory issues - but now we think it is some odd packets and some library inability to handle them. Adobe won't provide the debug symbols.
Nov
11
comment Is it possible to set an application’s windows compatibility mode at run-time?
That is interesting - but that is not what I am asking about
Nov
11
comment iPhone Temperature Sensor
Have you made any progress with this? I'd buy it.
Nov
11
comment Is it possible to set an application’s windows compatibility mode at run-time?
That's what we figured - just making sure we weren't missing a trick.
Nov
11
asked Is it possible to set an application’s windows compatibility mode at run-time?
Nov
11
awarded  Popular Question
Nov
10
comment iPhone Development Provisioning Assistant Step 3 public/private Key problem
I still haven't gotten it to work.
Nov
10
comment iphone provisioning profile problem
I also followed all the steps. But this is a mystery to me as well.
Nov
10
comment Create provisioning profile in iphone application
Unfortunately I followed Apple's docs and still can't get this process to work. Here I am months later (granted, I have other projects I am working on) and I still can't test on my iPhone.
Nov
10
comment Create provisioning profile in iphone application
For those who know how to do it, a step-by-step simple set of instructions would help. I have been to all the Apple documentation pages, and even run their worthless wizard. After exhausting those options, it is no wonder to me that people can't even elaborate on what has been tried. For me, getting the environment set up ranks as one of the all-time worst development experiences I have ever had.
Nov
6
answered C++: watch a memory location/install ‘data breakpoint’ from code?
Nov
6
answered C# Windows Application Developer - 3rd Party Tools
Nov
5
comment How to find recursion in your app?
I think you are overstating it a bit. In most cases I think some static analysis an find some cycles - this would not be that hard. Would it be exhaustive? No, but I think to make a practical check for this would not be so hard. Using a regex is not going to happen though.
Nov
4
accepted Versioning Build numbers with TortoiseSVN
Nov
2
comment Is there an open-source, web-based, self-hosted, revision control system?
There are SO many better clients out there. Command line, shell extensions, IDE plug-ins. All of them are FAR superior to any browser client I have EVER seen. Good luck forcing that issue. I suggest you drop that "requirement". If you insist - then good luck
Nov
2
comment Is there an open-source, web-based, self-hosted, revision control system?
Ugh. Go ahead - use a browser. I could not stand it. Browsers and states, multiple selection, connectivity issues, etc. You can keep your flippin' browser - give me a desktop app any day.
Nov
2
answered Is there an open-source, web-based, self-hosted, revision control system?
Nov
2
comment How to code via mental-models, in the absence of a keyboard.
I think Scott Hanselman has written about hand pain - his blog might have some useful tips.
Nov
2
awarded  Good Answer
Nov
2
comment version control: free one for visual studio express
Most people do not need a distributed VCS and most distributed VCS solutions require command-line interfaces or other knowledge on how to configure them. I have not found one as simple to set up as SVN.
Nov
2
comment version control: free one for visual studio express
@Austin - that's a good point - it is unclear if the OP means that he/she wants an integrated source control plugin or just wants a free source control solution.
Nov
2
revised Can every recursive function be converted to a non-recursive form?
added 228 characters in body
Nov
2
comment Can every recursive function be converted to a non-recursive form?
@Ravi - In all seriousness - if I were you I would take the time to look at those two linked questions and follow those links - there are good answers - you can figure it out for yourself form there.
Nov
2
comment Can every recursive function be converted to a non-recursive form?
@Ravi - yes, that is why I change to community wiki and also upvoted your question...
Nov
2
awarded  Nice Answer
Nov
2
comment Can every recursive function be converted to a non-recursive form?
I think the OP is looking for a proof or something else substantive
Nov
2
comment Can every recursive function be converted to a non-recursive form?
I changed my answer to community wiki - getting hit points for that is silly. And my apologies - this is actually a good question and I assumed would be answered for real by the time I hit submit
Nov
2
comment Can every recursive function be converted to a non-recursive form?
Ravi: your question is about recursion - I linked to your own question. A silly joke about recursion... I did not mean to confuse anyone.
Nov
2
comment Can every recursive function be converted to a non-recursive form?
Sorry - I couldn't resist.
Nov
2
answered Can every recursive function be converted to a non-recursive form?
Nov
2
answered How do you get yourself back “out of the zone” when the work day is over?
Nov
2
answered How are MS Visual C++ environments generally setup?
Nov
2
revised How do I bring back hudson after a Windows7 install (over vista)?
added 100 characters in body
Nov
2
comment How do I bring back hudson after a Windows7 install (over vista)?
I assumed it was an upgrade. I picked the current OS/Vista partition.
Nov
2
revised How do I bring back hudson after a Windows7 install (over vista)?
edited title; added 241 characters in body
Nov
2
asked How do I bring back hudson after a Windows7 install (over vista)?
Oct
30
comment Example of a histogram using wxWidgets
thanks - i will try those out as well.
Oct
28
revised Class Vs Pure Array Representation
deleted 345 characters in body
Oct
28
answered Class Vs Pure Array Representation
Oct
28
comment Issues when moving code from one class into a new class?
provide the code and errors
Oct
27
comment How to detect programmatically whether code is running in shared DLL or exe?
Um, what if he is packaging the source?
Oct
27
answered Team Foundation Server + Visual Studio 2008 Pro. A worthwhile combination?
Oct
27
answered Advantages of C#
Oct
27
comment Program both as Console and GUI
This is the right answer.
Oct
27
comment Will IntelliTrace(tm) (historical debugging) be available for unmanaged c++ in future versions of Visual Studio?
And I would be more than happy to have limitations in watching memory that was touch via asm. A sort-of functional product can sometimes still be hugely helpful.
Oct
27
comment Will IntelliTrace(tm) (historical debugging) be available for unmanaged c++ in future versions of Visual Studio?
I understand the challenges. My question was not about how hard or easy it is - it was about whether it will be done.