What's the HARDEST program you've written?

Please support our Computer Science advertiser: Learn about neural networks and artificial intelligence.
Reply

Join Date: Dec 2004
Posts: 15
Reputation: herdi is an unknown quantity at this point 
Solved Threads: 0
herdi herdi is offline Offline
Newbie Poster

Re: What's the HARDEST program you've written?

 
0
  #61
Feb 21st, 2005
No idea.

_________________________________________________________________________

Ha ha. This is funny! Ha Ha!
Reply With Quote Quick reply to this message  
Join Date: Feb 2005
Posts: 1,181
Reputation: hollystyles will become famous soon enough hollystyles will become famous soon enough 
Solved Threads: 67
hollystyles's Avatar
hollystyles hollystyles is offline Offline
Veteran Poster

Re: What's the HARDEST program you've written?

 
0
  #62
Apr 21st, 2005
By far the hardest nut I had to crack was some javascript (bearing in mind I grew up on basic and vb) that was to run clientside for my ASP web application. It was difficult because the user needed to be presented with data in a series of HTML tables, and wanted to 'drag and drop' rows between those tables (the tables represented Delivery vehicles and the rows where parcels to be delivered), getting the data and presenting it in tables was expensive and I did'nt want to post for every 'drag n drop' operation.

Luckily this was an IE only shop so I didn't have to worry about cross-browser stuff. And I discovered in IE you can dynamically set the src attribute of a <script> block to an asp page on the server, this spawns a GET request to the server.

So I created a string of key/value pairs that could be sent in the query string, once you get server side though you have to use JScript in the ASP page instead of VB, but this turned out to be not too bad. I could then do database stuff and at the end generate more javascript that the cient receives in responce to its GET. This tripped another javascript function that - now knowing DB stuff had been successfull - could use the DOM to re-arrange the tables.

And that's how you do distributed Drag n drop in a conectionless environment ! without jamming the network with reams of HTTP traffic.

PS. and no unsightly activeX control to download and install either.
Reply With Quote Quick reply to this message  
Join Date: Feb 2008
Posts: 24
Reputation: neocoder is an unknown quantity at this point 
Solved Threads: 0
neocoder's Avatar
neocoder neocoder is offline Offline
Newbie Poster

Re: What's the HARDEST program you've written?

 
0
  #63
Feb 26th, 2008
A PROLOG implementation of a machine learning algorithm (PRISM) for a university assignment. The notes on the algorithm had an error in them..oops.
Reply With Quote Quick reply to this message  
Join Date: Mar 2008
Posts: 2
Reputation: mukarram91 is an unknown quantity at this point 
Solved Threads: 0
mukarram91 mukarram91 is offline Offline
Newbie Poster

Re: What's the HARDEST program you've written?

 
0
  #64
Mar 29th, 2008
The hardest program I have ever written is the project I just finished (as a requirement from juniors in my high school) - it was for a research project, called "A Novel Approach to Natural Language Programming". I basically made a program that allows you to write English language solutions to a problem, and the computer converts it to working code in a language that I designed myself.

The code I wrote has 50 Java classes, and 5 python classes, along with 3 libraries that I interface with. This goes along with the programming language I wrote myself (haven;t given it a name, haha). That was quite a lot of work (one year), and since this is the first time I wrote so much code, its sort of disorganized (well, highly so). Maybe better organization next time, but I am pleased with what I have. I have attached a screeshot too, you might have to fidget with it a bit to see it right.
Attached Thumbnails
Screenshot.png  
Reply With Quote Quick reply to this message  
Join Date: Nov 2007
Posts: 2,641
Reputation: Jx_Man is a glorious beacon of light Jx_Man is a glorious beacon of light Jx_Man is a glorious beacon of light Jx_Man is a glorious beacon of light Jx_Man is a glorious beacon of light Jx_Man is a glorious beacon of light 
Solved Threads: 245
Jx_Man's Avatar
Jx_Man Jx_Man is offline Offline
Posting Maven

Re: What's the HARDEST program you've written?

 
0
  #65
Apr 2nd, 2008
my graduate project...
cluster data with GKA(genetic k-means algorithm)
Never tried = Never Know
So, Please do something before post your thread.
* PM Asking will be ignored *
Reply With Quote Quick reply to this message  
Join Date: May 2008
Posts: 14
Reputation: jhaycutexp is an unknown quantity at this point 
Solved Threads: 3
jhaycutexp jhaycutexp is offline Offline
Newbie Poster

Re: What's the HARDEST program you've written?

 
0
  #66
May 20th, 2008
the hardest was this bank program written in cobol...

it took weeks just to finish the layout..

damn missing periods...
Reply With Quote Quick reply to this message  
Join Date: May 2008
Posts: 5
Reputation: bossie09 is an unknown quantity at this point 
Solved Threads: 0
bossie09 bossie09 is offline Offline
Newbie Poster

Re: What's the HARDEST program you've written?

 
0
  #67
May 26th, 2008
[u tell me
Reply With Quote Quick reply to this message  
Join Date: Apr 2008
Posts: 14
Reputation: Abzero is an unknown quantity at this point 
Solved Threads: 3
Abzero Abzero is offline Offline
Newbie Poster

Re: What's the HARDEST program you've written?

 
0
  #68
May 26th, 2008
University project;

Prolog in Java. Was a set of java classes which acted like a mini-prolog machine (keeping state, backtracking etc.) Took prolog source and compiled into Java source, or java bytecode (even did on the fly generation.) Managed to implement around 80% of the standard ISO prolog functions, and even got the compiler to have dynamic operator's, which was a little tricky.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Other Threads in the Computer Science Forum
Thread Tools Search this Thread



Tag cloud for Computer Science
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC