What's the best program you've ever made?
Both in terms of quality and complexity.
Personally, I've made a basic cli calculator with some trigonometric functions included.
Name:
Anonymous2009-09-11 21:03
obligatory "i wrote an ansi C compiler when i was 12 years old"
>>3
I wrote an ANSI C compiler when I was 16, it actually wouldn't be that difficult for a twelve year old if they read a few books. Why is this a meme?
A small Windows program for entering of order related data, and drawings and documents and stuff for automated generation of O.A. mails and printing of documents for documentation to customers. And also generating of CD interface, to save on environment and money.
It's used daily by over 20 persons.
Biggest crap ewer :D, but it works and that whats counts sometimes. Desperately in need of a real EIM strategy.
Name:
Anonymous2009-09-12 6:39
;_;
fibs
Name:
Anonymous2009-09-12 6:45
Simple 2D physics integrator I wrote - at least I thought it was the shit until I realized how inaccurate Euler integration was.
Name:
Anonymous2009-09-12 7:19
/* Copyright (c) 2008 Anonymous
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that you grant this
* same permission to anyone you distribute it to without any additional
* restrictions.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
* ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
The biggest programs I've written were commercial, but I'm not very proud of them: they had to be hacked up to incorporate whatever was needed at the time, but they do work as intended.
I'm writing something for myself now, and I'm much more happy with the code I'm writing. It's a ``smart'' RCE toolkit.
>>16
Thank you, sir. Writing code for oneself is enjoyable.
Name:
Anonymous2009-09-12 8:32
>>13
I'm writing a 2D integration library benchmark right now. What algorithm did you use? Can I check-out your code?
Name:
Anonymous2009-09-12 8:36
>>1
Can't remember really. I'd say a geometry library in C++ with some algorithms like Voronoi triangulation or that FEM implementation I did for a numeric simulation course. Or maybe that one synthetic social network experiment.
>>17
couldn't agree with you more.
using your own hand crafted tools is an awesome feeling
Name:
Anonymous2009-09-12 11:17
>>18
I just flipped through my physics textbook for the equations, it's relatively simple, IMO.
Name:
Anonymous2009-09-12 13:21
>>11
It sounds OK, but you should have considered a Service Oriented Architecture using XML Schema to describe your data, a J2EE backend running on IBM WebSphere Process Server, and UI/forms implemented by IBM Business Space powered by Lotus Mashups, so your 20 users can easily log in to the LDAP-configured intranet site and interact with custom portlets to complete user tasks by filling out the Lotus XFDL forms.
Name:
Anonymous2009-09-12 20:48
>>8
I actually read K&R when I was 12 and thought about how one might implement a C compiler in C, although I never actually implemented one.
Name:
Anonymous2009-09-12 23:21
>>7
I'm a computer wizard and I know how to incant the spells that conjure the spirits of my computer. I can make Hurd work for me and now, I'm working on improving it for the benefit of other Hurd users.
I mean, I think it's a weird thing to say that HURD will be Linux so why bother.
I mean "Just because" should be a good enough reason. The other would be ``[ol]MICROKERNALS[/ol]'' > monorithic
Name:
Anonymous2009-09-13 15:33
A Scheme interpreter in Python.
Name:
Anonymous2009-09-13 16:13
my favorite program i made wasn't anything huge but it is the one i am most proud of. and that would be my keylogger with a full gui, it was wrote in autohotkey and c++