Tech Support > Computers & Technology > Programming
Re: Automatic Flowchart Generation for C ?
Posted on July 18th, 2003 | 1 Comments

Dann Corbit wrote: It depends how visual you are. When I get a flowchart with information on it that is not anywhere else, I usually have to make myself a quick paragraph-form version so that I can...

help me out : A prg on pipe with dup syscall
Posted on July 18th, 2003 | 1 Comments

This prg tries to simulate multiple level piping eg. ls -l | sort | grep "abc" Does this using two pipes wherein at each stage the proces execs the command reading from one pipe and writing into...

Eclipse plugin for Struts validator
Posted on July 18th, 2003 | 0 Comments

It will be very useful for me if any body tells me whether there are any plugins available for Eclipse ,to make use of struts validator, so that all the validator xml files will be auto generated .

Re: Algorithm for selecting 4 highest values in array
Posted on July 18th, 2003 | 2 Comments

Jan Krumsiek <jan.krumsiek@gmx.de> wrote in message news:<MPG.197e9fe116c4fbc79896ac@news.t-online.com>... Quickselect is often a good starting place for "highest n of m" types of problems. In...

Re: Algorithm for selecting 4 highest values in array
Posted on July 18th, 2003 | 1 Comments

"J anderson" <anderson@badmama.com.au.REMOVE> wrote in message news:1058349482.612948@grimiore.conceptual.net.au... Sorry I ment O(c + log(n)) instead of O(cxlog(n)).

Re: Future of programming
Posted on July 18th, 2003 | 0 Comments

copx wrote: Ah so *that's* where Skynet gets the idea... You've been watching too much of The Matrix and Terminator. If we end up creating anything greater than we are, most likely we'll become...

Re: Future of programming
Posted on July 18th, 2003 | 4 Comments

Date: 7/15/03 10:50 AM Pacific Daylight Time Absolutely!!!! Starting next year.... robotic devices will be used to write programs. By January of 2005, robots should be producing 85% of all code...

Removing Binary Tree Node!
Posted on July 17th, 2003 | 5 Comments

Hi all... I need an example of a RemoveNodeFromBTree(Data or Pointer); function or even an alghoritm will help. Will i need to rearrange the tree after this procedure?

SC&I's Continuing Free Webcast Series Presents: Utilizing Grid Technology
Posted on July 17th, 2003 | 0 Comments

Scientific Computing & Instrumentation Magazine's Continuing Webcast Series Presents: Utilizing Grid Technology To Optimize The Power And Potential Of All Your Technical Computing...

Re: Pop Up Ad Disability
Posted on July 17th, 2003 | 0 Comments

On 16 Jul 2003 20:58:38 -0700, telk@insightbb.com (Chris B) wrote: sounds like you're on one of the "free" hosting sites. Remember that the only reason it's free is because they sell those ads. If...

windows desktop icons
Posted on July 17th, 2003 | 1 Comments

Hey you people! Any ideas how to move desktop icons? I mean, is there an API function or sth that can do that? How can I access desktop icons, and change their coordinates? Thanks!

Password check / retype password..
Posted on July 17th, 2003 | 1 Comments

A simple problem. I have a user database, and when the user creates his account, then he has to choose a password... but I donīt know how to have 2 passwords fields, and let the asp or the js...

Database design for expert system/knowledge base
Posted on July 17th, 2003 | 1 Comments

Greetings, Our organization is designing a Customer Service database system (Oracle) which will provide agents with an automated method to determine a customer's problem and provide a solution or...

Re: Pop Up Ad Disability
Posted on July 17th, 2003 | 0 Comments

telk@insightbb.com says... There are some ideas on this web page: http://www.cexx.org/diepop.htm I think some of the techniques used are considered violation of the ToS agreement for most "free...

Need help - Building User Database w/ Passwords and Secure Pages For Website
Posted on July 17th, 2003 | 1 Comments

I need the help of anyone who can create such user databases etc. Contact me on: ICQ: 171815023 MSN: evil_ai86@hotmail.com E-mail: anarchist309@yahoo.com.au for details. Thanks...

How to finish reading data from a connection reset by peer (in C)?
Posted on July 16th, 2003 | 1 Comments

OK, let's say you're exchanging info over a socket, and suddenly the other end sends a bunch of info and immediately closes the connection. Now recv returns -1 because the connection's dead, but you...

Re: Future of programming
Posted on July 16th, 2003 | 2 Comments

Gianni Mariani <gi2nospam@mariani.ws> wrote in message news:<bf2rfi$35c@dispatch.concentric.net>... Interesting link, picked out some quotations (1) "There may be developed computers that are...

Re: Future of programming
Posted on July 16th, 2003 | 0 Comments

This is called "automatic programming" and has been a subject of AI research for over 30 years. Little has been accomplished in that time, however, since the problem is not only equally as hard as...

Re: Future of programming
Posted on July 16th, 2003 | 0 Comments

Gianni Mariani <gi2nospam@mariani.ws> wrote in message news:<bf2rfi$35c@dispatch.concentric.net>... I love the singularity. Nothing like extrapolating graphs and drawing earth-shattering...

Card Game Algorithm Discussion
Posted on July 16th, 2003 | 16 Comments

I have a task to make a program that will somewhat intelligently play draw poker. It doesn't have to be perfect. Eventually I'd like it to look for all possible poker hands and play appropriately,...