Current Project
#1
Posted 16 March 2005 - 11:21 PM
I'm currently working on 2 things:
- An RGBA Image Filter
A Java Applet which uses parameters to adjust the RGBA values of an Image... And off course it has to work with JVM 1.1, which works fine till now :-)
- A Chatbox
I began learning Java because I wanted to make a chatbox... I've made 5 or 6 chatboxes so far, and still like it... I'm currently making a "WinXP" Chatbox, with Transparancy (not really simple to make :-P) and only Custom Components...
Check it out: http://www.java-guide.com/xpchat.jpg
Don't mind the texts, it's dutch :-)
That's enough for now :-P Let's see what you guys are working on :-)
#2
Posted 16 March 2005 - 11:34 PM
I am currently working on a program to generate forum-postable RC5 stats from a ppstats server (if you do not understand what on earth I am saying, check: http://rc5.team-ngs.nl/rc5/ )
I parse a html file and output is another HTML file which is postable at the Team-NGS forum.
#4
Posted 18 March 2005 - 03:11 PM
#5
Posted 18 March 2005 - 04:01 PM
You'll see, it'll work out fine, you just need to get it into your head :-)
#6
Posted 18 March 2005 - 06:56 PM
The next challenge is to set up a system print that will have columns and rows to depict years of a mortage and the associated amortization tables. I am curious to know if there is a table set up format I could use and where to get some good tutorials so I understand it, dont just copy someone elses code. This will be a yearly break down of the amount paid to principal, amount paid to interest, the remaining balence of pricipal at the end of that payment period, years left on loan. Any suggestions would be greatly appriciated.
#7
Posted 19 March 2005 - 12:35 AM
#8
Posted 19 March 2005 - 07:56 AM
#9
Posted 19 March 2005 - 11:36 AM
John
#10
Posted 19 March 2005 - 12:35 PM
What exactly are you making?
#12
Posted 19 March 2005 - 07:08 PM
Yeah well, even if you have years and years of experience you won't be able to make such things... Java isn't even cut out for that :-)
#13
Posted 19 March 2005 - 07:39 PM
- 1st is my midterm for the class... We have to create software for a movie-rental type store... Using given input and certain ID's I have to create a program that allows you take out videos (vidID) and check it against stock room, and give a due date, etc...
Nothing too complex.
The next is a Vending Machine program to vend Starbucks© coffee in a variety of sizes and flavors, calculates cost, and depending on input of money entered you calculate change to the user... This one is using all kinds of GUI elements I have no idea how to use lol. Until now I haven't really played with GUI but I know it's a lot easier in Visual Basic, heh.
That sums up my programs for now:
( Whoever was creating that chatbox can you explain a little more on it )
I'm into networking (mostly wireless) but I would like to know how it runs... Does it work on a LAN ? Via Web ? Just curious :D
So long.
#14
Posted 19 March 2005 - 07:44 PM
That would be me ;-)
I can tell you everything you want to know... But I think it would be best if you would send me an e-mail or something like that :-)
#15
Posted 20 March 2005 - 08:37 AM
getting there slowly, really loving jcreator :)
#16
Posted 20 March 2005 - 08:54 AM
a simple 'shop database' program for a friend
a logfile analyser program for another friend
and finally, a multithreaded ircbot framework for myself
probably not a good idea to have so many projects on the go at the same time but ah well :/
#17
Posted 20 March 2005 - 09:35 AM
i rekon its healthy to do so. i often find myself staring at the screen and i forget where im up to, so i switch projects :P
#18
Posted 21 March 2005 - 11:09 AM
well.. sometimes it happens that i look an old project and i don't remember what was its aim... however, now i'm working on a program called Storage Optimizer... it takes a list of objects (with their size) and tries to store them optimizing the left space... i'm stucked on the algorithm of rebuilding the solution...
#19
Posted 21 March 2005 - 11:58 AM
Could you show us the algorithm your using?
#20
Posted 21 March 2005 - 05:54 PM












