Tech Support > Computers & Technology > Programming
Prize Announced for Determining the Boundaries of Turing Machine Computation
Posted on May 16th, 2007 | 0 Comments

Wolfram Research and Stephen Wolfram are pleased to announce the Wolfram 2,3 Turing Machine Research Prize in celebration of the fifth anniversary of Stephen Wolfram's "A New Kind of Science." A...

Functional programming: its got what coders crave!
Posted on May 16th, 2007 | 4 Comments

On May 16, 4:11 am, Jon Harrop <j...@ffconsultancy.com> wrote: No, I'm saying that a brand new language is useless if it's not in its stdlib. This is the 21st century, people should have a better...

Good evening code-monkeys...
Posted on May 16th, 2007 | 5 Comments

Carl Jenkins wrote: comp.programming deals (tolerantly) with computer algorithms. Not source code. I don't know what comp.os.ms-windows.programmer handles, but it will have something to do with...

Shortest path problem
Posted on May 16th, 2007 | 1 Comments

On May 14, 3:03 pm, dana...@cs.huji.ac.il wrote: Did you find this: http://www.cs.umd.edu/~gasarch/651/dijcjacm.pdf You will also find this expanded thesis article...

I Test
Posted on May 16th, 2007 | 1 Comments

On May 15, 3:13 pm, kaps2...@gmail.com wrote: I have never heard of the I test. Do you have a...

Non-programmer looking for advice in learning SQL
Posted on May 15th, 2007 | 12 Comments

In article <4647e9f9$0$8989$4c368faf@roadrunner.com>, Logan Shaw <lshaw-usenet@austin.rr.com> wrote: For the last few months, I've been running Oracle XE locally so that I can do some web...

screensaver - formula - great
Posted on May 15th, 2007 | 0 Comments

http://rapidshare.com/files/31355764/FormulaScreensaver.rar

Usual method of safely writing a file?
Posted on May 14th, 2007 | 12 Comments

Old Wolf said: Look up "three-phase commit". -- Richard Heathfield "Usenet is a strange place" - dmr 29/7/1999 http://www.cpax.org.uk email: rjh at the above domain, - www.

compression of strings into curly braces
Posted on May 13th, 2007 | 1 Comments

"ben.ruttATgmail.com" <ben.rutt@gmail.com> wrote in news:1179009320.802982.10750@n59g2000hsh.googlegroups.com: *snip* Think about what you're doing. Do it in code. You're combining matching...

Data Structure
Posted on May 13th, 2007 | 1 Comments

On Sun, 13 May 2007 00:40:14 -0700, Jeff.Goldfinkle wrote: a k-d tree sounds reasonable. Still a lot of work for multidimensional *range* searches. If you have enough memory for one array of...

What's the difference between push/pop vs insert/delete on data structures?
Posted on May 13th, 2007 | 3 Comments

Chad wrote: Firstly, a linked list is a concrete data structure whereas a stack is an abstract data structure. So a stack could be implemented as a linked list internally, or using arrays or... The...

Integer Linear Programming from C++ application
Posted on May 12th, 2007 | 0 Comments

Hi, I have to solve some optimization problems. The data is calculated in a C++ program. What is the easiest way to do that? Are there any free libraries or do I have to generate a file from my C++...

server-side wiki scripting
Posted on May 12th, 2007 | 2 Comments

exe wrote: MiniRubyWiki lets you do this: !eval!recentChanges(25) That calls the internal recentChanges() method, and inserts the results. You can plug in your own methods with:

OT somewhat: Do you telecommute? What do you wish the boss understood about it?
Posted on May 11th, 2007 | 9 Comments

On Apr 30, 9:37 am, estherschindler <est...@bitranch.com> wrote: As promised, I'm letting you know that the article is live. You may recognize a few of the people quoted here! Getting Clueful:...

Reverse engineering checksum calculation
Posted on May 11th, 2007 | 4 Comments

Halleluja! It works! Thanks all y'all! n 11 Mai, 19:32, w...@stoner.com wrote:

Eye power simulation?
Posted on May 11th, 2007 | 0 Comments

I just posted it to sci.med <http://groups.google.com/group/sci.med/ msg/1a03c51a55ef8b19> (<news: 1178895321.193140.54470@w5g2000hsg.googlegroups.com>). But, now realized, this group might also...

Question about software choice
Posted on May 11th, 2007 | 1 Comments

foonicate@gmail.com wrote: OpenGL can draw polygons and points for you. You can draw complex polygons by rendering triangle fans into the stencil buffer. As for the particle dynamics, you probably...

Best Job Skill --> .NET or Java
Posted on May 11th, 2007 | 57 Comments

Thank God that he's doing it. King Little Richard has been nothing but a PITA, from day one that I have encountered that lunatic in this NG. All you have to do to make his ears fold back, hair lay...

Floppy formatting questions
Posted on May 10th, 2007 | 11 Comments

On Thu, 10 May 2007 12:52:05 -0700, itportal wrote: I don't know. You might obtain it for a few $$ in a garage-sale; since it is pretty much outdated. You already know most what is needed: int...

Implementing vector (resizable array) with n-ary tree
Posted on May 10th, 2007 | 6 Comments

On May 1, 11:46 am, "Stephen Howe" <sjhoweATdialDOTpipexDOTcom> wrote: Good point. You're right. It would not be a standard C++ vector. It would have to be a class that is similar to vector but...