@# Quotes DB     useful, funny, interesting





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



Comments:

<0> hey talios
<1> mornin
<2> hi all anyone here done jjtree?
<2> or javacc?
<2> i need help on it
<3> anyone seen ThunderDK lately?
<1> mmm, can't say I have actually
<1> few weeks ago maybe?
<3> 20 days
<3> hmm
<3> what is he up to
<1> holiday maybe?
<4> hello, can anyone recommend a hibernate reference or book ?
<5> I can recommend this beer I'm drinking :)
<5> which is probably not the bs^D^Dnonsense you're waiting for so I'll just keep quiet ;)



<6> hello
<6> how to set the scroll begining from the bottom of the page,not from the top(by default) ?
<6> like in unix console
<5> read the manual ?
<7> hi
<7> some one here
<8> hello
<8> any one can help me
<8> i have a java problem
<8> and i need a help
<8> plz i need help
<9> http://javafaq.mine.nu/lookup?149
<9> damn.
<10> Anyone have an idea how I could make a newspaper style site... with the heading, and then the main story with a picture or two on it.. nothing too fancy, i just want it to look like a newspaper. but keep it simple anyone knwo any sites i could look at as example or have any ideas?
<10> nevermind! All of ya are *******ing cuntballs anyway
<11> that's artistic/design issue not technical one
<11> you too :)
<11> should've seen his login before answering ;)
<9> oh that was nice
<9> u know I fecking hate that more than anything
<9> 'I need to do something, explain how to do it to me from ground up, including the entire design, architecture etc etc'
<9> and especially when they get pissed when u dont do it ALL for them
<12> morning
<13> hi jottinger
<14> Someone know how can i set a minimum size to a JFrame ?
<14> i tried this.setMinimumSize(this.getSize()); but it doesn't work ...
<5> naekun: what was the error?
<14> there is no error .. the window is still resizeable
<5> naekun: errr, setting a minimum size is something completely different from giving it a static size.
<14> yeah, i don't want it static, i just want a minimum size
<14> i may have found a way ..
<5> naekun: then you don't make much sense.
<14> sorry :(
<5> if you conclude that it didn't work because the window is resizeable you drew a wrong conclusion.
<14> english is not my mother tongue, so may be i'm not too understandable
<14> NoWayOut, the window is resizeable beyond the minimum size i setted up
<14> oups, wrong tab
<12> http://epesh.blog-city.com/family_20.htm
<15> I have an array and want to find duplicates. What is the most effecient way to do it?
<12> sort it and look for dups... or use a Set
<16> paidia mia mikri voitheia einai anagki !
<17> Set++
<15> is that more effecient than taking each element and looking at the whole array for a duplicate?
<16> pls i need help can you help me??
<16> anyone PLSSSSSSSSSSSSSSS
<16> Plsssssssssssssssss
<9> those extra S's always make me want to help someone more
<9> hang on, replace 'help' with 'hurt'
<18> csharping: a set does not allow dupes so obviously yes
<15> a list then
<18> oh you want to FIND the dupes
<18> yeah i'd use a list
<17> could iterate over the list and insert each element into a map with the key being the list element and the value being value++
<17> then you'll have an occurrence count for each key
<18> here's a little routine I wrote to find matching items in a list of lists
<18> http://pastebin.ca/61028
<18> it just takes the first list and uses the numbers in there to check against the other lists
<19> hi all
<19> i want to know if something can be done about this:
<19> when a user downloads some file from webserver



<19> and cancels the download in between
<5> this starts to sound like a javascript issue
<19> is it possible for the server side code to know that the user aborted the file transfer
<19> no its server side java
<5> hm, a lot depends on the way its setup but I don't think there's an easy one considering it is the webserver doing the transfer.
<19> apache tomcat
<19> my friend made big claims to his boss that he can do it
<19> and now hes in a fix
<19> i see no way to do it
<19> searched google
<19> still nothing
<5> tough luck then.
<19> server will have no idea?
<19> it will keep on sending packets?
<19> wont the borwser send some code back to notify that user has aborted??
<19> what if its a huge file
<19> the server iwll use bandwidht uselessly?
<19> there ought to be a way
<19> please anybody
<19> and if the server does come to know about it
<19> how to transfer tht to code
<19> :((
<5> time to start reading the documentation I'd say.
<19> ((
<18> if the tcp connection is broke then it's going to time out
<19> so?
<19> how do i get this infor to java code?
<18> so no...it won't use bw uselessly
<19> okay
<19> but that dosent help ((
<20> is there a java client driving the download or does it come via http from through the tomcat server?
<19> http
<19> ((
<19> sorry for the delay
<21> kingPong: I think you'll get an Exception when trying to write to the servlet's output stream
<21> kingPong: Not sure if that's in the servlet spec, though
<20> i imagine if you want the server to know when the user cancels you'd have to modify how it handles the exception when it tries to write to the client
<19> to modify a server
<19> thats way beyond mee
<20> there may be hooks for it. somewhere there's an exception that's getting thrown because the server can't write to the stream as rhowe noted. that's your best chance.
<20> tomcat is open source, you should be able to peek the code and modify it as needed.
<20> probably non trivial but there's a very good chance of success.
<19> yess
<19> but theres no other way??
<18> yeah you can pay me to do it :)
<20> nothing that i can think of quickly
<18> ooga booga
<19> aww we were looking for a quick fix ;)
<19> anyway i will tel him what u said
<19> looking in to server will drop his nickers
<9> lol sabre.
<18> :)
<18> i think he got the hint ;)
<19> goy it
<19> got
<19> thank uu
<18> i was referring to the mumbo jumbo kingPong not you man
<19> ok hehe
<22> anyone know how to make a JInternalFrame active when it opens ?!
<23> osrry u guys
<22> hey, anyone? JInternalFrames...?
<24> JInternalFrame lol = new JInternalFrme();
<24> not?
<24> alguien
<24> ?
<22> j666, how to make a JInternalFrame active when it's opened ?!
<22> that's my doubt...
<24> lol.selected(true);
<24> make focus?
<22> i'll try it
<24> ok
<22> i don't know if is focus...


Name:

Comments:

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






Return to #java
or
Go to some related logs:

#linux
greekness charlie
transparencia ventanas ubuntu
gaim for ubutu
#MissKitten
#chatzone
fft multi_array
#linux
country was called Botany Bay and New Holland until 1820
skype 3,0



Home  |  disclaimer  |  contact  |  submit quotes