BCS
|
Registered User
|
For me, fun is taking a program, language, whatever and making it do things it's designer never envisioned it doing. It comes in handy when I'm asked to do something a little outside the norm as part of my job.
My day job |
|
2d |
awarded | ● Popular Question |
|
Nov 25 |
comment |
Mixed types in a logic tree in c# hyper Link ???? |
|
Nov 25 |
comment |
windows version of the GDB frontend DDD beaverdbg looks interesting... |
|
Nov 25 |
revised |
windows version of the GDB frontend DDD added 104 characters in body |
|
Nov 17 |
comment |
How much time and effort to develop a full programming language, compiler and IDE? It might well have been minimally useful for v0.01, but no minimally useful language will ever be as good as a really useful one no mater how tailored it is to your needs. |
|
Nov 15 |
answered | How much time and effort to develop a full programming language, compiler and IDE? |
|
Nov 13 |
comment |
Looking for a GUI debugger that runs on windows and can remote debug on Linux Can this be made to work with only GDB and eclipse on the windows machine? |
|
Nov 13 |
answered | Is the board game “Go” NP complete? |
|
Nov 12 |
awarded | ● Popular Question |
|
Nov 10 |
comment |
linux shell: How to read command argument from a file? I think it's the more bit that is killing it b/c more might be expecting user input. |
|
Nov 10 |
answered | linux shell: How to read command argument from a file? |
|
Nov 10 |
asked | How to store state on a node for a visitor pattern? |
|
Nov 10 |
answered | Natural language parser for dates (.NET)? |
|
Nov 10 |
comment |
How can I multiply two 64bit numbers using x86 assembly language? the 32x32=64 asm might be the cheat. |
|
Nov 5 |
awarded | ● Popular Question |
|
Oct 22 |
answered | Make all sundays Red on month calendar in c# |
|
Oct 22 |
comment |
Word Tearing on x86 I assume you are looking at dirty writes of the adjacent addresses? |
|
Oct 21 |
awarded | ● Popular Question |
|
Oct 20 |
awarded | ● Popular Question |
|
Oct 19 |
revised |
D function using the x86 CMPXCHG Compare-and-swap added 4 characters in body |
|
Oct 19 |
comment |
Is it possible to write code that will cause long compile times? Try the ackermann function in template code. Factorial in o(n!) might also do well. |
|
Oct 19 |
revised |
Does x86 have an atomic increment that keeps the value that was stored? added 18 characters in body |
|
Oct 15 |
asked | windows version of the GDB frontend DDD |
|
Oct 15 |
comment |
Looking for a GUI debugger that runs on windows and can remote debug on Linux That's nice to know, but I need something that works on an arbitrary binary. (I didn't know that would make a difference) |
|
Oct 15 |
comment |
Looking for a GUI debugger that runs on windows and can remote debug on Linux I guess the language does matter: I'm looking for something that can work on an arbitrary binary |
|
Oct 15 |
revised |
Looking for a GUI debugger that runs on windows and can remote debug on Linux added 44 characters in body; added 11 characters in body |
|
Oct 15 |
comment |
Looking for a GUI debugger that runs on windows and can remote debug on Linux Just to be nasty, I'll claim assembly, but really the language shouldn't matter: I'm using c++ but I'd rather something that supports anything GDB can debug. |
|
Oct 15 |
comment |
You are not so tough without your car. Fastest lookup list. The OP would have to write a hash table to do that. |
|
Oct 15 |
answered | You are not so tough without your car. Fastest lookup list. |
|
Oct 15 |
asked | Looking for a GUI debugger that runs on windows and can remote debug on Linux |
|
Oct 12 |
awarded | ● Notable Question |
|
Oct 8 |
awarded | ● Taxonomist |
|
Oct 4 |
comment |
How to use hash_map with char* and do string compare? this is effectively what I did and I'd be surprised if the docs would use it as an example of there was a better way. |
|
Oct 4 |
comment |
How to use hash_map with char* and do string compare? What's the important differences? |
|
Oct 4 |
revised |
How to use hash_map with char* and do string compare? added 19 characters in body |
|
Oct 4 |
comment |
How to use hash_map with char* and do string compare? I'll accept the point on the default, however I'd think providing a pre-built option would be good idea. |
|
Oct 4 |
comment |
How to use hash_map with char* and do string compare? hash_map isn't standard? (I hope that's "not yet")... SGI, I think |
|
Oct 4 |
asked | How to use hash_map with char* and do string compare? |
|
Oct 2 |
comment |
What should be used to check identity in C++? I'll accept the no solution in the non virtual case and this seems to be the best in the virtual case. |
|
Oct 2 |
revised |
What should be used to check identity in C++? added 32 characters in body |
|
Oct 1 |
comment |
What should be used to check identity in C++? what are you running on? I get that on GCC but it fails under DMC (from digitalmars) |
|
Oct 1 |
comment |
What should be used to check identity in C++? I don't think that would work if the references are to independent base classes as they will (I think) be adjacent rather than overlapping |
|
Oct 1 |
revised |
What should be used to check identity in C++? added 244 characters in body |
|
Oct 1 |
comment |
What should be used to check identity in C++? I'm looking for a boilerplate expression that I can use in any situation. |
|
Oct 1 |
asked | What should be used to check identity in C++? |
|
Oct 1 |
comment |
What is the “best” simple install system for XP/Vista? How well does it work for projects not built in VS? (The project I was working on was a pre .NET VB project) |
|
Oct 1 |
comment |
proper/best type for storing latitude and longitude For in memory, yah, not much will beat IEEE. On the other hand If you are storing lots of points (say high resolution vector maps) on disk or shipping them across a wire... |
|
Sep 30 |
comment |
Is there an alternative to gdb for Linux systems? I tried it very briefly but never got it working because of having a to out of date GUI desktop. |
|
Sep 30 |
awarded | ● Nice Question |
|
Sep 30 |
awarded | ● Notable Question |
