@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68



Comments:

<0> you know what i like about the mafia?
<0> you KNOW what you are getting into
<0> if you join the mob
<0> there is no question
<1> there is no comitment by the people of the USA next president will be pressured to pull the plug
<2> 426 yeah or you should've known :)
<0> you KNOW what yo uare getting into
<2> yeah you're right sweetleaf... we'll already be cutting our troops to under 90k by the end of 06
<2> they were at 160k at the beginning
<0> and if you exit the mob you KNOW that its not "easy"
<1> I will follow you into hell T
<0> no matter how old you are
<2> yeah
<0> i mean the "real mob"
<0> not these yahoos out there shooting up everything
<2> yeah



<1> I guess he told us
<3> awww
<3> another moonbat whiner
<0> i find its like being a Klingon
<0> "Die with honor"
<0> hehehhee
<1> Or hang on someones ***
<0> well no
<1> heh
<0> you enslave the spacejews
<0> er "ferengi"
<2> haha spacejews
<0> i never know what to call those guys
<1> we used to call them that on ham radio
<4> i like Klingons
<0> its hard to remember "ferengi"
<1> I like the new Battle Star sometimes
<1> sometimes they just kill too much time
<4> they are earnest and reverige is requireid uf some fart is peomised
<4> if
<4> i like star trek
<0> earnest is cool
<0> Let me tell yah a story there "vern"
<0> thats one guy that i was pissed that died
<0> =(
<0> heheh I could see Lupine showing Ernest how to shoot a gun
<0> better yet
<0> how to pack a bullet
<0> hahahhaa
<0> "shall i add more gun powder?"
<5> Lupine reminds of elmer fud
<5> and all his guns
<5> going huntings for some maclots
<0> not really
<5> you can even use xp offical on a mac
<5> with bootcamp
<5> mac kick ***
<5> what othercomputer can you use osx and xp on the same system
<5> and in small factor form'
<0> Lupine reminds me of Beetle Bailey
<0> hehe
<5> Asadullah strives to make his point, switching to English lest there be any mistaking him. "I am lucky I went there, and now I miss it. Cuba was great," said the 14-year-old, knotting his brow in the effort to make sure he is understood.
<3> iBooks will be renamed to "MacBook"
<3> will be using 13" widescreen LCDs
<5> is smoking on irc illegal
<3> especially when your PC is on fire
<5> hmm java is good
<5> but I can't seem to focous on the programing
<3> the coffee, yes...the programming language, no :P
<5> why not
<5> it easy to program
<5> i just wish thier was a program to make the gui stuff
<5> in visual studio I could make the ui, and with typing the code
<0> dude if you don't want to smoke the joint just p*** it to the RIGHT
<0> hehehee
<0> thats fine
<0> p*** it



<0> someone else can
<0> p*** it
<0> the less you smoke the more i toke
<0> =))
<6> libertarians p*** the joint to the right
<2> yeah java is boss
<5> unfounded java is boss
<5> what do you mean boss
<2> i mean awesome
<5> unfounded what ide do you use
<6> boss = good
<2> eclipse
<5> oh
<6> in old people talk
<5> oh I use jcreator
<2> i really like eclipse
<5> unfounded how do I get eclipse to allow me to bulid the gui
<5> I found eclipse runs slow preformace
<5> but best at debuging
<2> yeah you need a lot of ram
<2> IDEA is supposedly better but it costs money
<5> I use jcreator
<2> small money like 500 bucks
<5> oh
<2> but still too lazy to do the purchasing
<5> jcreator le is free and looks like visual studio, but no debugge
<5> r
<5> the pro version has a debuger
<2> cool, yeah if you're doing GUI apps i dunno what's best for you
<5> but they don't seem to have a gui design, one must type the code
<2> eclipse is really good for corporate server-side type apps that's what we use it for
<5> in eciplse we must type code for frames, and pannels and such
<5> oh
<5> unfounded jsp
<5> strange
<2> yeah eclipse has no JSP editor
<2> which ****s
<2> there are plugins you can buy
<2> for like 50 bucks or so
<5> dam, why is java all tools are plugins
<5> maybe thier a gui plugin
<5> but I love jcreator, it like using visual studio
<5> oh so you create cli programs,
<2> webapps mostly, some cli
<5> oh, and all teh framework is done in html
<2> lots of web services too
<3> bwahahahahahah @ "'Star Wars kid' settles case against his persecutors" http://arstechnica.com/news.ars/post/20060407-6555.html
<5> unfounded but in java appelt or jsp
<2> jsp
<2> for the parts that are web pages
<5> so you have a plugin for a ecpisple jsp plugin
<2> no we just do it like text
<2> most of the actual code isn't in jsp it's in java cl***es behind it
<2> we use an MVC model so we try to put as little code in the jsp as possible
<5> buthow do you debug jsp
<2> logging and stacktraces
<2> usually we don't have to debug it because we put so little code in it, it's all behind it in java cl***es
<2> and we're good at html
<5> oh so your jsp calls a cl***
<5> Java Studio Creator how is this
<2> the back end stuff gets hairy though and that's where lots of logging comes in
<5> oh hmm
<5> what plugins do you use for ecpisle
<2> none basically
<2> just a regex tester
<2> which is convienent
<5> what it do
<2> tests regular expressions so that we don't have to compile, deploy and wait for the web server to reload it before we find out we needed an extra \ in the regex
<2> regular expressions are string manipulation toosl
<2> java.util.regex.Pattern
<2> if you want to check it out... they were pioneered on the unix command line a long time ago and made popular by perl which is a language i really hate
<2> but regexes are useful
<5> the thing that bothers me is thier no multiple intherance


Name:

Comments:

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






Return to #politics
or
Go to some related logs:

#ubuntu
#beginner
multihubsearch
blastoline pictures
#windows
#gentoo
#beginner
#computers
#computers
pornbits, passes



Home  |  disclaimer  |  contact  |  submit quotes