@# Quotes DB     useful, funny, interesting





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



Comments:

<0> aw crap. our main coder is jumping ship
<1> JOKE:)
<2> :)
<0> my spider-senmse is tingling like hell now. I sense I will end up maintaining 15 year old c-code involving win32 internals
<0> my spider-sense just converted into a migrane
<1> :::)
<1> ah win32 C code? IM NOT LOOKING FOR SUCH JOB
<1> :))
<1> but i did learn amazing thing about windows today
<1> i UNINSTALLED program by deleting folder and manually cleaning registry
<1> it actually worked.
<1> i was stunned
<1> well i didnt delete all manually... didnt find anything more to delete
<1> then found: http://support.microsoft.com/?scid=kb;en-us;290301



<1> this helped
<1> :)
<0> wolfey: I do pure java too more or less. I havn't touched C in ages. Taht doesn't mean I don't suspect I'll end up having to maintain it
<3> bah, humbug :) Live up to your standards and REFUSE to do the job. Ofcourse you'll risk getting layed off, being marked, unable to get another job, stop being able to pay the bills, divorce, end up in the gutter and disappear from Internet alltogether but at least you'll be a pure programmer ;-)
<0> Lion-O: They could fire me, but I rather doubt they would.
<0> Lion-O: And if it resulted in a divorce, I would be very supprised. Not to mention my wife, whomever she is.
<3> hehehe ;) just picturing a theoretical option here 8)
<3> ey now! what a cheap shot ;)
<4> how can i check if a radiobutton is checked? radioButton.isSelected() og isEnabled() ?
<0> Lion-O: you should have done it ages ago yourself. ;)
<1> isSelected
<4> thank you wolfey
<1> isEnabled = isEditable
<4> i see.
<3> wlfshmn: blech :P
<4> just like html
<0> Lion-O: you know, if I make it down to Nijmegen again this year, I should make certain I go visit you lot
<3> wlfshmn: Hmm, that could be fun.
<3> wlfshmn: we could try to organize something with Sunblade, Coma and co ;-)
<0> Lion-O: Sounds good.
<0> Lion-O: Atleast .nl is traversable by train easily enough
<3> you know, its quite amazing how much Java is actually involved in Solaris. I'm currently cleaning up my Blade box and re-installing / -configuring some components but you almost see JDK components everywhere.
<1> too bad Solaris is ugly
<1> i once used it for 5 minutes
<1> linux looked like that 15 years ago
<3> I don't care about looks myself, only functionality counts.
<3> and well, it simply works(tm) :)
<1> how come Linux is so much better than Solaris?
<3> is it?
<1> well linux is faster, less ugly, lots of programs instantly available
<1> while default Solaris installation leaves me with 640x480 16 colors
<1> and NOTHING is there
<3> Faster? Not really, too much depending factors. Ugly; point of view / preference. Software setup; same on Solaris.
<2> wolfey: hrm, I run solaris, I have fullcolour
<2> by default
<3> wolfey: well, considering that both Solaris & Linux use X I don't see a difference, but that maybe the 'looks' factor where Linux can help you out more.
<3> IMO you cannot make honost or non-biased comparisons like that. I can name a dozen reasons why Linux is worthless in certain fields, but I can come up with the same amount why Solaris will be rotten in others.
<1> http://bsn-61-3-120.dial-up.dsl.siol.net/gnome/Screenshot6.jpg
<1> well this is how my desktop looks
<1> i accept nothing less that this
<1> can solaris do like this?
<3> Like I said... Gnome is but an environment running on X which is running on an OS. What would be different between running X + Gnome on Linux or on Solaris?
<5> furthermore
<5> gnome is a toy
<1> GNOME ROCKS;)
<5> serious people don't bother with such toys
<1> serious people don't bother with unix all along.
<1> they just use windows xp
<1> but we aint serious
<5> you keep telling yourself that
<1> serious people make money with windows xp while you code hardcore stuff for little money
<1> ::)
<5> I'm glad you know so much about me
<1> i dont:)
<1> i merely guess



<5> you're not a very good guesser
<1> tmbg: well im happy for you then
<1> :)
<5> real business software is unix.
<6> < wolfey> serious people don't bother with unix all along. <--what world are you living in?
<5> the real money is working with real business software
<1> sabre: the word where economicst with Excel make most money.
<7> meh, I made virtually all my money with unixen
<5> kids who play with toys like gnome may think that windows XP is where it's at
<1> windows xp GUI is inferior to Gnome
<6> wolfey: ok :)
<6> tell my billion dollar company that ok?
<1> sabre: give me their mail
<1> :)
<5> Excel is a toy for people who don't have Real systems
<1> tmbg: many business informatics use excel to access SQL db's.
<1> even if background is unix
<5> excel's not the one doing the work
<5> it's just putting a happy face on the real system
<1> okey, you are right
<8> ops
<8> Kyle26 sending file on join
<8> Tiny_Woman_Swallows.rar
<8> ...
<1> i didnt get no horny woman:(
<8> heh
<8> I didnt bother to accept the rar or I would forward it on :P
<1> hehe
<1> thank you
<8> u missed your chance it seems
<1> :(
<9> hi
<2> nice username
<10> Hi. I have a JProgressBar Swing component. And i use a Thread to update the value in it in every 10 sec. But as i saw the control isn't redrawn. Why is that?
<1> call component's repaint() after you change value.
<1> that *usually* helps
<10> nope :(
<10> is there a place i could upload the source file to someone to view it. i'm a little begginer in java :(
<1> Sancy: http://pastebin.com
<1> copy paste there
<1> and show us your url
<10> wolfey i have pasted there
<10> http://pastebin.com/646140
<11> re
<10> wolfey?
<10> wolfey any idea?
<1> i cant even start the damn thing
<1> :P
<10> yes
<10> you need the .form too
<10> i'l paste that one too :)
<10> http://pastebin.com/646170
<10> here's the *.form xml
<1> you know what
<1> all you really forgot is to do Animate.start(); run() just calls run one, start() starts the thread
<1> http://pastebin.com/646185 this works for me
<1> i changed it sligthly...
<1> look at line 134
<1> that's what you got wrong
<10> let's see
<10> so with the run() was the problem?
<1> yes run() is called by thread
<1> you must start thread
<1> :)
<10> :)) hehe thanks
<10> there are so many things that are different from c sharp
<10> it's a little hard to learn it fast :)
<1> well threads are tricky
<10> yupp i saw
<1> beginner shouldnt start with threads
<1> :))
<1> but as you wish:)


Name:

Comments:

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






Return to #java
or
Go to some related logs:

Cyki idite naxyi
#linux
an error occurred trying to format VolGroup00/LogVol00.
#asm
tinqeridx
#MissKitten
#MissKitten
#mirc
how to configure Xavi X7722r+
#AllNiteCafe



Home  |  disclaimer  |  contact  |  submit quotes