|
|
By Yashima, on April 17th, 2003
Same project different class, without further commentary.
Vector results = new Vector(); while(set.next()){ results.add(set.getNext()); } Vector temp = new Vector(); for(int i=0;i++;results.size()){ Object item = results.get(i); if(item fulfills something){ temp.add(item); } } results.clear(); for(int i=0;i++;temp.size()){ results.add(temp.get(i); }
No I cannot resist.
By Yashima, on April 16th, 2003
My project is doing fine currently, after my decision to throw away all code not written by me. I inherited the project I must add. Today I was taking the last bits of ‘foreign’ code to go through and see what functionality I am still missing. I encountered this here construct:
while(true){ …. if(something){ . . . → Read More: while(true)
By Yashima, on April 16th, 2003
Around the time I first thought I’d be finished with a project I usually get totally stuck. There’s normally at least one day that I start hating everything, I want to delete all files and quit the project. I have had this for every major project so far (not so many okay). Next I . . . → Read More: Same procedure as every project
By Yashima, on April 15th, 2003
I have started a second blog. But noone can read it so far because I made it password protected. It’s a diary for a new gaming character of mine. I am documenting character creation and her story there. I’ll publish the URL once we started playing that campaign. Aventurisches Tagebuch. Anyhow the thing is . . . → Read More: My other blog
By Yashima, on April 13th, 2003
Do this Google-Suche: sonja pieper and the results are:
#1,#2: IPD Goos – cand. inform. Sonja Pieper – Studienarbeit an der Universität Karlsruhe #3: Delusions Has Moved to http://www.newgods.org/~yashima – my old homepage containing a link that it moved to here #4-6,#28: Re: writing a beanMapping: apache axis mailinglist archive, for a work project . . . → Read More: More week-end boredom
|
|
Recent Comments