@# Quotes DB     useful, funny, interesting





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



Comments:

<0> Just open the site with MS Explorer ,not firefox or something.
<1> erm... why not firefox?
<1> I've never used IE to hit sun.com sites
<0> well, www.java.com has some fancy script-ish thing to make it supereasy.
<0> Doesn't work well for Firefox
<1> um...
<1> let me try
<0> you probably can't , because you already have java installed.
<0> and you are running on Linux... the Windows script only comes up on a Windows machine.
<1> both of them work for me
<1> teralaser: I'm not on linux, no
<2> ahhhhhh haha gotta love Alonse for doing that to Schumi :-D
<1> that's just the system I'm using for irc
<0> ok
<1> erm.. not Undernet X, but X.org



<3> Hey guys, ive got a question. Ive tried googling it but i cant find a decent answer. How do I open an url from an app? Meaning the user's default browser will start showing a certain url?
<0> ah
<0> from where, bouncy ? From an applet ? From an web start app ?
<0> Just from an app ?
<0> http://www.google.com/search?hl=en&q=java+start+a+browser
<0> A pity there is this schism between applets , jws and normal applications.
<0> jottinger : Programmatically, you mean ?
<0> as in GOTO, GOSUB ?
<1> Well, why Dijkstra said it was harmful
<1> gosub wasn't included in his condemnation
<0> http://www.acm.org/cl***ics/oct95/
<1> bah, I'm going off of the original
<1> I've read it
<0> I've just never heard of Dijkstra before
<0> Say, get rid of sequential code.
<0> Some people claim , the brain works by internally competing processes
<1> haha
<1> teralaser: I designed a language for that...
<0> o
<0> sounds interesting
<1> ****ed :)
<1> It'd be a lot easier now
<0> yeah, the reason no-one did it, is ofc, it is not that easy to get it to work.
<0> or ,shall I say, gaussian networks.
<1> yeah, the mutex management would, uh, be fun
<0> who says you need mutex management
<0> I believe information in the brain is spread out.
<0> Like in those neural networks, you could introduce huge errors, and the network would still produce the correct result.
<1> :)
<1> yep
<1> teralaser: well, my language was really sort of pascal-like, with an annotation saying "start this method in a new thread"
<0> Pascal had methods ?
<1> no :)
<4> anyone here know how to text wrap? in java
<5> can ou make graphical application that use direct3d in java ?
<4> yup..
<4> try java3d
<5> 10x
<5> can one make a app that is not dependent on jre?
<4> it always.. will..
<4> since its java .. my friend..
<5> 10x
<6> Can we split a primitive type double into parts? Like if we have double 93.04 the parts would be (9,3,.,0,4) stored in an array or list?
<7> hey
<7> http://www.thepuzzlebox.com <--- is there any way to rip this cube out?
<7> somehow
<7> theres a code in the html doc [I think]
<7> idlerz =/
<7> wake up, ppz
<7> time to do some good things =D
<8> you can always rip an applet from a page
<7> hm... might be blocked by the browser
<7> well.... I dont have skillz, thats why Im asking
<7> >;]
<7> cant u see the cube?
<7> its on teh right
<7> the lament configuration cube



<8> it's a matter of patience, a bit of skill and decompiler ;)
<7> no skillz, told you =)
<7> I dont even know whats decompiler is =D
<8> no skillz = no applet ripping ;P
<7> well, thank you =)
<7> any1 else, that wud RIP teh applet for me?
<7> I think I managed teh code out though
<7> teh applet code...
<7> does it help?
<7> oh, sunny poland.... h-hey =)
<2> If you can't code it yourself.. then don't bother - Talk to the person who WROTE the applet
<8> :)
<2> otherwise get out of here.. we don't like people who want to rip other peoples code
<7> well... I just wanted it for my cell phone
<7> well , if its some hostile mooded here Ill leave
<7> kthxbye
<2> "Hey.. I just wanna rip Windows.. so I can sell it myself!"
<8> in some rare cases (I did it *blush*) peeking at how others did something might be instructive, but he didn't looked like he wanted 'skillz' ;)
<3> Good artists copy, great artists steal.
<3> no one knows where thats from?
<3> you guys nevur seen pirates of siliconvalley?
<3> its ok. im not judgemental.
<3> here is a bunch of "coders" who has never seen pirates of siliconvalley.
<3> some would call it freakish, but not me, noppers.
<9> any of you guys have ever did a program to calculate the difference in days between two dates? I have a basic outline of what the code looks like, just willing to use your work as an example to understand how the program works
<3> Yumiza: you know what unix timestamp is?
<9> bouncy I am in the process of finding it on google and trying to understand
<9> understand it*
<3> its easy, unix timestamp is just the number of seconds its gone since 1970
<3> For example, just now - this very second - its gone 1142180164 seconds since 1970
<3> got it?
<9> oh yea
<5> what dose deprecated mean ?
<9> bouncy only since 1970 right?
<8> Froggy__: old crap, don't use it for new software
<5> what can I use instead of the .show method ?
<5> because it is deprecated
<8> read docs
<5> where ?
<8> in your browser
<3> Froggy__: often it points to another method.
<5> k
<3> Yumiza: you here?
<3> Froggy__: in the javadoc for the cl***
<5> how do i do taht
<5> ?
<3> what cl*** is it?
<9> ya bouncy
<5> window
<3> google "Window java api"
<5> oka
<5> 10x
<8> Froggy__: type: "javadoc" or "java doc" in google
<3> Yumiza: so basicall, if you convert two times into unix timestamp you can easily find the difference. Lets say one date is 10000 and the other one is 20000. then you know the difference between those two dates are 10000 seconds. 10 000 seconds = 2.77777778 hours. Get it?
<3> get the idea? =)
<9> ya
<9> bouncy just making sure, it only accepts dates starting since 1970 right? nothing before that?
<3> You can use Calender.set(int year, int month, int date, int hour, int minute, int second); then the method "getTimeInMillis()" to get it into unix timestamp. then you just have to do a minus and some divisions, and tadda! done!
<9> yea
<9> hehe thats pretty simple by the looks of it :)
<3> corgrath.savedsouls++;
<9> hehe
<10> Hello. I would like to have a timer and execute code in the same time, and if a timeout occurs, then I can skip the rest of the code and execute code for the timeout. hum, I have checked the timer cl***es, but they are not what I want to implement. Any hints?
<11> hi cinex
<12> you were quick lol
<11> yeah, xchat is awesome
<12> ugly though
<11> says no warez
<13> If you write your own Java Exception.. what constructors does it need.. String toString().. and another one that would check for the exception.. right?
<11> subcl*** from Exception
<13> cl*** EmptyQueueException extends RuntimeException {
<13> rightt ?


Name:

Comments:

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






Return to #java
or
Go to some related logs:

#linux
dancing dancing to the rythme electro is fine
#linuxhelp
#AllNiteCafe
#php
what country contains the easternmost point in south america
#php
charectors in java script
inteligent maschine
+BOASTS MOUNT ISA +



Home  |  disclaimer  |  contact  |  submit quotes