@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3



Comments:

<0> It is
<1> I've once been badly burned when I ended up refactoring a large system which exposed Lists like that
<1> hmmm maybe I should say 'component' instead of 'module'
<1> kwzh: do tell me what your teammate has to say on this topic if you spot me around again
<0> Okay
<2> hey talios
<2> do you remember that guy who died in a motorcycle accident
<2> dunc and someone
<2> they came to an IRC party down in Palmy
<3> yep?
<3> that'd be brugos
<3> dunc/drunc went to the UK
<3> why?
<4> talios: ahh brugos
<4> that makes sense now



<3> why for?
<4> we were talking about cr4zy driv3rs in #wlug
<3> name was paul
<4> and I recall taking a trip with him down from Tok to Palmy
<4> I thought I was going to die
<5> good morning
<1> good morning Argenti :)
<6> ^ spambot
<7> java programming help offered
<7> it's quiet... :)
<8> Hi, anyone knows how to encode a StringBuffer?
<8> encode the text with ISO-8859-1 for instance
<8> nvm.. buf.toString().getBytes("ISO-8859-1"); i think.
<9> you know in java
<9> ava has more of a feel of invoking members of a cl*** unlike smalltalk where you are explicitly just sending it a message?
<10> do we have a trivia quiz here?
<10> Starting Quiz with 0 questions loaded (JoyQuiz v1.0f1)
<10> First question in 5 seconds... Get Ready!
<10> Q.
<10> Here's the 1st hint (150 pts):
<10> Here's the 2nd hint (75 pts):
<10> Quiz Stopped!
<10> Starting Quiz with 0 questions loaded (JoyQuiz v1.0f1)
<10> First question in 5 seconds... Get Ready!
<10> Q.
<10> Here's the 1st hint (150 pts):
<10> Quiz Stopped!
<11> yehehe
<11> testing people nerves
<10> Starting Quiz with 0 questions loaded (JoyQuiz v1.0f1)
<10> First question in 5 seconds... Get Ready!
<10> Q.
<10> Here's the 1st hint (150 pts):
<10> Quiz Stopped!
<12> TestOlder: please shut up
<10> Starting Quiz with 20 questions loaded (JoyQuiz v1.0f1)
<10> First question in 5 seconds... Get Ready!
<10> Q.6 "Never Say Never,"
<10> Here's the 1st hint (150 pts): R**** V***
<10> Here's the 2nd hint (75 pts): R**** Vo*d
<10> Quiz Stopped!
<13> if im reading data from a DB that is in Latin 1 character set .. how do I read it into a string which is unicode and get java to encode accordingly?
<6> Clackwell++;Thunder^++
<14> where is a good place to go to have someone look over some java homework?
<15> erm at school asking a teacher?
<14> umm I am not at school so that is not an option... Just starting out coding and can't find my simple mistake in this 70 lines of code
<14> Just asking to be pointed in a direction where i could get help online
<15> a good place would be here if it wasn't homework :-)
<15> but you should take a look at the webpage seen in the topic
<14> forgot how frustrating this can be been 4 years since i programmed
<16> a /part
<15> Is there anyone who knows a good and working SVG to mortal graphics converter?
<17> men hm..
<17> can I make the lib fileset of the war ant task import only explicitly included files? I can't seem to get it to work, but get stuck importing whole directories and excluding file sI don't want, which isn't nearly as practical
<17> hmm. now it worked.. thats odd..
<15> hey talios
<18> hi all
<18> can i ask a favor?
<18> i am using the cl*** JFrame , and i want to change the color of the pannel, can anybody tell me how can i change the color of the background pls?
<18> :s
<19> can anyone help me with java recursion?



<19> pleaze
<18> no body is here poissonous
<19> ok...............thanx
<3> mmm, we're here
<19> can u help me talios?
<3> ask a question.... i might answer...
<18> talios did you see my question :(
<19> What is returned by the following method if it called with output(3, 12)?
<19> public static int output(int num1, int num2)
<19> {
<19> if (num1 > num2)
<19> return -2;
<19> else
<19> return (num1 + (output(num1 + 2, num2)));
<3> nice_man, is there a setColor() method?
<19> }
<19> its not a homework!
<3> poissonous, we dont do homework
<19> im styding and i have exams tommorrow............!
<3> sure as hell sounds like it
<19> and i dont understand a **** in recursion
<3> so you're going to fail then
<3> why not just RUN the code and see the result?
<19> i just ask for a little help..in order to understand it
<19> coz i want to understand it.
<19> the answer is 33
<19> but i cant get it
<3> why not?
<3> what about it don't you understand?
<19> how recursion work
<3> recursion is simply a method calling itself
<3> that method - theres an if and will return either a fixed number (-2) OR return the result of a forumala, which happen to recurse into itself
<3> which means either -2 or the formula gets returned again, to itself.
<19> to itself?
<19> ohh ok...
<19> but how come (3+(output(3+2,12) return 33?
<3> because it might actually be looking like (3+(3+(3+(3+(3+
<3> output might call output, which inturn might against call output, which might again call output
<19> ohh i get it!
<19> thanx a lot..
<19> :))
<3> that -could- lead to and endless recursion, which would just never return a value (known as a bug :P)
<18> talios so if i have : "private JPanel p1= new...." , i have to write than: p1.setColor(yellow). right??
<3> nice_man, I don't know - i'm guessing.
<3> it'd be Color.YELLOW more than likely thou
<18> p1.color.yellow??
<20> hi
<20> Is it possible to synchronize on a key in a map? To prevent that key,val from being updated but still leaving other parts of the map free?
<3> mmm dont think so..?
<18> i'll try
<18> brb
<20> talios Something like: http://rafb.net/paste/results/t6gsjQ66.html
<18> bingoo it's working
<18> thx talios
<18> Color.yellow
<21> is there somesort of good tool to attached to a VM with the debugger stuff running that lets you walk through the threads and see what they are doing? etc. etc.
<21> I used OptimizeIT many moons ago
<17> schitzo: tsk, you should know better ;)
<22> greetings
<17> schitzo: google let's you find java profilers quite nicely ;)
<21> wlfshmn: yeah it was in the middle of a serer that was down that I Was trying to debug
<21> jdb isn't the most wonderful thing in the world
<17> schitzo: you cxan say that again
<17> although you might get kicked for parroting
<23> there were a few nice addons for netbeans, one of which was a debugger that I would happily have used if it wasn't attached to netbeans sadly
<17> yeah, the recent netbeans come with a built-in profiler, I believe
<17> no idea of it's usefullness though
<21> will it attach to a remote server?
<21> I'll **** down netbeans if it'll work
<23> no idea sorry.
<21> go a Jabber server with a plugin running in it that a "bot" sort of hangs


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #java
or
Go to some related logs:

bladeenc centos tar
#linux
sxy_chikka69
#AllNiteCafe
#linux
#london
#chatzone
scary picers
aptronyms: the booby trap?
peronosphora



Home  |  disclaimer  |  contact  |  submit quotes