What's The Hardest Program You've Ever Done?
#41
Posted 08 May 2006 - 10:36 PM
I started Java when I was 16 as well (I'm 18 now, turning 19 in June) and I'm very glad to see another young blood on these forums. You will find nothing but exceptional help on these forums, do not worry about how big or little the problem is, you will always find help here.
Peace,
Draco
Sun Certified Java Programmer
-----------------------------------
Java 1.5 API <---Check the specs
Google is your friend
#42
Posted 09 May 2006 - 03:16 PM
I'm very curious how the new version of JCreator will work...
There isn't much info about it. Anyone has more info about it?
Just a little question: Is Xinox one person? If so, are there other people helping to develop JCreator who're also active on these forums?
Thanks again. Now I know a forum for where to ask those Java n00b questions :p
#43
Posted 09 May 2006 - 04:15 PM
I would estimate there may be around 5 to 10 people working for Xinox (However, it's just a guess).
#44
Posted 18 May 2006 - 05:19 PM
In all, though, the hardest coding job is other people's code. Nothing is worse than maintaining really bad code that you have no power to replace.
#45
Posted 18 May 2006 - 06:02 PM
Several years ago I wrote a GUI that allowed the user to input (textually or graphically) geographic coordinates and then display those coordinates on a flat representation of the earth. The reason this was so hard is that I had to research earth curvature (ellipses, etc) and take that into account when plotting the points. The math for that was absolutely insane, and when I go back to look at it now, I have no clue how I figured it out.
In all, though, the hardest coding job is other people's code. Nothing is worse than maintaining really bad code that you have no power to replace.
Sounds like some pretty intense math eh? Was it something to do with Mercator projections?
Yup, ure right! The hardest job is to figure out other's code and debug it. Once you are assigned to debug others' code, it is then that you know the value of coding conventions and proper documentation.
Ranganath Kini
Sun Certified Java Programmer
#46
Posted 20 June 2006 - 01:48 AM
* copy/move and synchronize from one root to another
* locate objects on JTree
* select/deselect
* manage user Object Pointers
* maintain sort order during copy/move operations
* allow renaming of the roots (folder containers) disallow editing of child items
* making the tree objects universal - to handle/manage ANY user object I throw at it.
I still can't get:
* Drag and drop across trees
* DND within a single tree
the trouble with tribbles - or JTree's as it were.... Anyone got any good JTree DND code to share?
Cheers,
Dano
#47
Posted 06 July 2006 - 10:06 PM
I started off by having it graph all six trig functions. I then added features similar to that of a TI graphing calculator (really all but TI's are what my school uses) such as window ranges, tracing of the function, verticle and horizontal axes, lines marking off the period of the function, and a zoom box. I set up the tracing and zoom box with a nice mouse only interface. Just click and drag the left mouse button to zoom in, and right click to zoom back out. Yeah it stacked the zooms. Tracing occured when the mouse was in the JPanel responsible for drawing everything. The hard parts to doing all this were:
a) How to scale the function itself to draw correctly.
b) How to best implement window ranging and implement the axes and period marks correctly.
c) Fixing rendering glitches.
I got it all working alright. Then over summer I went back to the trig project and realized how bad all the code was. There really wasn't much of an object oriented design, which I fixed and the math involved with variable window ranges was embarassing. Fortunately the only other person besides me to have ever seen it was my teacher
#48
Posted 21 July 2006 - 06:26 PM
Not that the process is at all difficult, but I have absolutely no c++ experience, which is what made it difficult. So I was fighting with Dev-cpp, it gave me some crap makefile bs so I switched to Visual Studio 2005. Once I figured out I needed a platform SDK and got some include files in the right spot all I had left to do was fix some minor syntax errors. Now, thanks to the JNI, I have the ability to control my apps with a 360 controller
It's not really all that complicated, either. Which is good. Now that I have some experience, improving my code that handles the input should be a breeze.
#49
Posted 29 July 2006 - 03:11 AM
The entire way I have been using JCreator (since 2.5). I wold guess at this point there over 90,000 lines of code in 6 languages (Java, JSP, Javascript, XML, CSS, HTML). I look forward to many more years of using JCreator. I have tried Eclipse, NetBeans, IDEA and StudioCreator, anything matches the clean, rapid, efficient environment of JCreator. I just wish they would support 2 monitors better :P
-Jason
Blue Jay Creative Solutions
(http://blog.bluejaycs.com/)
#50
Posted 08 August 2006 - 03:59 PM
Just curious to see what people have done out there in conerns to difficult projects.
Just finished a parser and toolkit for XML Schema Definition (XSD) and DTD files.
Had to be able to reverse-engineer an XML document (with proper types and valid default values) from any schema root as well as be able to put the entire schema into a code model that humans can actually understand. (if you have seen any api's for XML schemas you know that they are difficult for advanced programmers)
Also had to be able to validate XML documents, provide REAL error messages, and validate the schema files themselves.
Hardest thing I have done in 25 years of programming. It was done in Java with jCreator.
#51
Posted 05 December 2006 - 03:34 AM
Here's a pic:
http://img.photobucket.com/albums/v305/cca...eScreenShot.jpg
#52
Posted 05 December 2006 - 09:53 PM
http://ham90mack.googlepages.com
Resistance may be futile,
But capacitance has potential.
BLAH!
#53
Posted 14 December 2006 - 01:06 PM
I would estimate there may be around 5 to 10 people working for Xinox (However, it's just a guess).
just a question, can i pm u in dutch coz i got a problem with a practicum in java, (and i wont translate the whole thing to english)
#54
Posted 14 December 2006 - 04:20 PM
#55
Posted 31 January 2007 - 06:17 PM
--javaboy0606
--javaboy0606
#56
Posted 13 March 2007 - 07:28 PM
We've all climbed similar ladders in our programming career and we to were *Proud* of our creations!!!
All the best to ur programming career and looking forward to see ur participation on the forums!
Good thing he's not as young as me see(Why cant I put...........).
Java is very complicated to me.
#57
Posted 13 March 2007 - 07:44 PM
I started Java when I was 16 as well (I'm 18 now, turning 19 in June) and I'm very glad to see another young blood on these forums. You will find nothing but exceptional help on these forums, do not worry about how big or little the problem is, you will always find help here.
Peace,
Draco
I agree to
#58
Posted 13 March 2007 - 09:24 PM
Resurrecting a thread with "I agree" is just asking to be banned.
If this board wasn't so lightly moderated (no offense to Xinox
And if you respond to this with something along the lines of "sorry but I'm young and ignorant" I'm going to hunt you down
#59
Posted 03 September 2007 - 04:45 PM
the code is butt-ugly at some parts, but it works as intended.
It's just that the intention was to serve a page and *not* crash the server doing it, keep that in mind while you are reading the code ;)
pls send it to me as well
at manishmodi524@gmail.com
#60
Posted 19 October 2007 - 04:58 AM
Student at Kutztown University












