@# Quotes DB     useful, funny, interesting





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



Comments:

<0> hello, is anyone knowledgeable in jax-ws ?
<1> what happened to bit me?
<2> http://forum.java.sun.com/thread.jspa?messageID=9485679&#9485679
<3> hello
<3> i gotta implement some project in RMI...can any one volunteer an idea
<3> i was thinking an RSS reader but it seems pointless to include the RMI aspect in it since a client could aggregate RSS feeds on its own
<3> any ideas?
<4> sup guys
<5> Work
<5> Sigh.
<6> 'lo talden
<5> Ey oop
<6> how goes the world?
<2> hmm
<2> how can i add to my sorting thingie that <



<2> Talden u wizard of oz tell meh X)
<7> (offtopic) What do you think is a suitable ratio of QA Testers to Developers, for a normal development team?
<8> ei.. just wondering.. how do you check if the input is an integer or not?
<8> elp pls
<9> many ways
<9> try parsing to an Integer
<9> using a regex check
<9> etc
<8> any solution you can give me that i can find on the net?
<9> er both of the above
<9> the first is probably the simplest thing you can do
<8> can i find the tutorial or code on the net?
<9> Integer.parseInt("string");
<9> I don't know, why don't u try?
<8> but that only converts the integer to a string..
<9> no that converts a string to an int
<8> i'd like to give an error msg if the input that the user entered is not an integer
<9> yes, so if it doesn't convert it will throw an exception
<4> sup
<9> read the java docs on Integer.parseInt
<9> lo caverdude.
<4> hi Deano|Wrk
<10> hey all
<11> hi
<12> hi ppl !
<11> hi
<10> hey Clackwell
<12> be right back !! working .. !! (amsg)
<11> SyStEmSeCuRe: no away messages, etc. please
<11> hi mb
<10> how goes it?
<11> MbGone: ok here. there?
<10> not that great actually, we have some kind of a hang in the application
<11> MbGone: just one? you lucky bastard
<10> heh
<10> well, yesterday 6 out of 15 boxes in one setup experienced it
<10> S0 S1 E O P YGC YGCT FGC FGCT GCT LGCC GCC
<10> 10.76 11.43 100.00 93.86 99.81 48560 3562.513 45210 23411.341 26973.854 Allocation Failure unknown GCCause
<10> this ****s
<11> MbGone: 6 out of 15? nice...:>
<10> GC is taking way way too much time
<13> I need a Collection which can do the following: I have a long string which is ~ delimited. Each substring is going to be a line (I'll replace the ~ with \n). But any substring that is >60 characters has to be word wrapped. Ideally, I'd like to be able to split the string around ~, stuff the resulting array into a Collection of some sort, and then iterate over it inserting new lines as and when I need to. Is this possible?
<13> must be java 1.4 BTW (I don't have a choice)
<11> doing it yourself, yes, of course.
<13> screw it, I'll use two collections
<9> ffs I changed the on perform to my other X login and mirc still hasn't picked it up
<9> grr
<9> I seem to have come back at the wrong time...
<11> nono, just join in
<9> you Germans are way to liberal for us English types
<9> suddenly Toad is refusing to work with the delete or cursor keys
<9> even on a restart
<9> useful.
<11> ;)
<9> any thoughts on a decent alternative
<9> we're fed up of Quest phoning us and h***ling for new licenses to better product on a weekly basis
<9> (for Oracle that is).
<9> reboot time I suppose.



<14> Clackwell ?
<11> znabela: op up, you lazy bastid
<11> Deano|Wrk: no idea, only used oracle once.
<14> Clackwell: you set my account to autoop no
<14> so no autoop for me
<11> znabela: yes. :) i figured everyone would want to decide for themselves and via scripts to get opped. :)
<11> should i change it for your account?
<14> whatever turns you on! :P
<14> im off ... its 5pm and im off work ... brb once i get home
<11> hehe, that way forcing everyone to de-op themselves via scripts. good idea ;)
<15> hello guys. i missed you all
<15> hey
<10> wh***up?
<16> x
<15> lazy day:)
<15> today is slovenian culture holiday
<15> celebrating death of greatest slovenian poem, author of song, that later became national anthem
<15> song is a 'cheer' song... saying things about wine and friendship and such
<15> :)
<15> http://en.wikipedia.org/wiki/Zdravljica
<15> the green part is national anthem
<15> To you, our pride past measure,Our girls! Your beauty, charm and grace!There surely is no treasure To equal maidens of such race. Sons you'll bear, Who will dare Defy our foe no matter where.
<15> this is not but it's fun
<12> working ! afk (amsg)
<10> evening all
<15> evening
<17> Hi MbGone / wolfey
<15> hey
<10> hey Lion-O, how goes it?
<17> MbGone: not too bad thanks. Busy at work, but in a most pleasant way. I'm happy, thats for sure :)
<17> MbGone: you?
<10> i am doing ok
<10> wolfey - hows your j2me project going?
<15> MbGone: well we delivered first presentantion
<15> now we are going to have another for si.mobil (part of Vodafone)
<15> company said they're interested in full implementation. will wait to see the offer
<10> oh? nice
<15> heh the good thing is that ceo of that company told our teaching ***istant we were 'much better' than rival university in capital city
<15> :)
<15> that alone made us happy
<15> :)
<15> bbl watching Asterix & Vikings ;)
<10> have fun
<10> evening rob
<18> evening
<15> hey rob Sir
<18> wolfey
<18> so
<18> lets say I want to drag a panel in a container by adding a mouseMotionListener to the panel and call panel.setLocation on mouseDragged
<18> If I drag too fast the mouse cursor leaves the panel, mouseExited is called
<18> to overcome this I can set the location of the panel to the mouseExited coordinates
<15> mmm
<18> now my problem, If I use the mousewheel to scroll while dragging, I get a mouseExited event, set the panel to that location, but! the mousewheel scolls much futher
<18> even below the mouseExisted coordinates
<15> that used to be a fine channel
<15> now noobs ruined it
<19> Congrats wolfey :)
<18> I am looking for a solution to this problem
<18> If only I had the real coordinates of the mouse, then I could move the panel to those coordinates
<18> talios
<6> Mornin
<18> do you know how to generate mouse events while scrolling using the mousewheel in a JScrollPane ?
<18> I've seen JScrollPAne.setAutoScroll(true)
<18> it should generate mouse events but haven't noticed them
<6> nope :( my swing foo is fairly limited :(
<18> too bad
<10> well i am off
<10> night all
<20> hi


Name:

Comments:

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






Return to #java
or
Go to some related logs:

#linux
#c++
#MissKitten
#windows
repartition fedora 4
#java
#javascript
#linux
#linuxhelp
#asm



Home  |  disclaimer  |  contact  |  submit quotes