| |
| |
| |
|
Page: 1 2 3 4 5
Comments:
<0> and the issue of proving you've bought the song legally is another problem <1> :p <2> Admittedly, I'm not *buying* Jack Johnson right now <1> heh <2> Buy I own some Ben Harper etc <3> John Major-ish music <3> with a bigger rythm section <3> :D <3> (my 2 cents) <1> what is? <3> Derricutt <2> My ipod has a very varied collection :) <1> teralaser, cool - I'll tell my brother you said that :) <3> John Mayor even
<1> I don't really like John Mayer but that sounds like a compliment ;p <3> haha <1> http://www.flickr.com/photos/ksbukhari/127870622/in/pool-50014741@N00 NICE <3> LLyric : Varied ? Let's test ? Got K&D ? <4> hm I'm a fan of John Mayer <4> off to see Jose Gonzalez next thursday, heard of him? <3> John Mayer grrr <3> (well, as long as you have google , I'll find it anyways) <1> Ottmar Leibert is playing here next month or so - can't wait for that gig <4> Nick Drake is my all-time fave artist, similar sound to Jos <2> teralaser: no, no K&D <2> Just a sec, I'll plug in my ipod, so I can tell what I've got <4> refering to above: Ben Harper/Jack Johnson fans of both of them too. <4> u guys have good taste <3> Man. The sound of Derricutt ... wow... amazing... (however, this is because yesterday I got my ears cleaned... that's like +20dB in the high frequency area) <4> I'm a big indie fan too, unless you're british I doubt you'll know most of them: Kooks, Cribs, Subways, Ordinary Boys, Rakes, Libertines etc <1> heh :) <4> http://www.jose-gonzalez.com/ - let me know if u want the album. <2> I'm listening to Coldplay now, cause it got me in the mood, and I couldn't impulse buy <4> Coldplay erk <4> first album was brill, 2nd two too commercial for me <4> ok, but not great <4> heh <2> I've got Nora Jones next, sheesh, I sound like such a *****, better put on something hard next. <4> yeh she's alright, Sunrise etc I like <4> u should try some Nick Drake. <4> I can imagine <4> and some Jeff Buckley *sigh, brilliant* <4> you're kidding? <2> nope <4> you'd love Nick Drake btw <4> acoustic, mellow, english folk <4> Jeff was a US artist, a bit more rocky <4> lemmie know if u want a dcc of a sample or album <2> It appears I've got one Jeft Buckley song - Hallulejah <4> yeh very mellow that <4> try getting 'Grace' <4> which is on the same album also called 'Grace' <2> Heheh <1> he setup a MySpace account as well - but not sure if its actually using it. <4> try 'Riverman' from Nick Drake to get a feel for him <4> if u like Jack J and Ben Harper u should like him <4> I presume u know Ryan Adams? <4> Tom McCrae is good too <2> Heard the name, but no <4> man <4> Ryan Adams try 'English Girls Approximately' <4> Buckley died in the 90s, Nick Drake in the 70s, Ryan is still around heh <5> is there any real benefit, or just personal pleasure <2> Some employers care <2> And it's a prerequesite for some other stuff
<2> I did some WebSphere certification stuff which wanted SCJP or SCJD <2> It's easy <2> If you can program java, you'll do fine <5> is SCJD more tricky? <2> Significantly <2> It's a project, essentially <2> I never got around to finishing mine <5> thanx <5> i see the text for exam... not too hard <5> will see <2> I got >90% - it was easy <2> iirc <5> iirc? <2> If I Recall Correctly <5> oh i thougth it was about IRC;) <6> hey, I have 2 cl***es, one inheriting from the other... one's called Wheel and the other's CarWheel.. I implemented the equals in both of them, but in the 2nd I used super to compare the inherited properties... and I added some more conditions for the new properties... but it isn't working.. sometimes it returns true when they aren't actually equal.. <6> and this happens when it's the new properties in the 2nd cl*** which differ <6> so apparently, it's the parent's method only which is being called.. <4> post your code in the pastebin in the url in the topic <6> sorry, I had to leave cause I was blooding Deano|Wrk <6> i'll post it now <6> *bleeding <4> I presume those components being examined by the .equals are primitives <6> I donno what you mean by primatives, well they're in an array of type wheel <6> is that what you mean? <4> what I was trying to discover is if they have equals methods that work themselves <6> well, manufacturer, constructionMaterial, and rim_plating are strings <6> and rim_model is integer <6> the equals method should work with those <4> yeh it should <7> Hi, is there some Tomcat user here? I can't use my tomcat server outside localhost <7> if I type in my local address (10.0.0.11:8080), it doesn't reply corectly <7> but localhost:8008 works fine <8> bestam: have you tried that ip from another machine on your LAN? <9> http://www.webmasterstop.com/48.html << I used that to install all my stuff and it works awsome <8> bestam: it appears you are not too interested in solving this <6> Deano|Wrk, when you have an identifier of type A for instance, refering to an object of type B, where A is the parent of type B, and you call a method which is in both... isn't it the method in the cl*** of its real type that gets called? that was my ***umption but apparently it's not working like that.. <6> what i'm talking about is called polymorphisms as far as I know... <7> sabre: yes i did <7> i'm very interested in solving my problem, my web app is now ready for testing, it's web game <7> all me and my testers team need now is this bug to be fixed <4> its 'inheritence' which us an attribute of 'polymorphism' fyi <6> yeh exactly <4> yeh the child's implementation should be called <10> hey, where are we supposed to put our .cl*** files in Apache/Tomcat webserver so they can be used? <8> bestam: then you need to pay attention in a channel when you ask a questoin <8> and don't message me <6> and the mystery is why it's the parent's which is being called here.. <7> i'm back, sorry sabre, missclick <8> great <8> you plan on answering my question? <8> or just looking cool? <5> ;) <7> i tried to, and it doesn't work <7> the only way to interact with my tomcat server is to localhost:8080 from my comp <8> then it must be a firewall issue <7> nope <7> I think it has to do with my login procedure <7> in fact, i have access to unprotected resources <7> those that have no auth constraints <8> ok that's nice to know *now* <7> the little big problem is that you can't login <8> so you can hit the test page but not a restricted area? <10> bestam, you probably have the port blocked <7> i can hit the login page, but trying to login fails everyytime <8> that is not a tomcat problem OR bug <7> i choosed to use FORM authentication method (<auth-method>FORM</auth-method> in web.xml) <8> but you can log in on localhost? <7> of course <7> localhost:8080/.../login.jsp works <7> 10.0.0.11:8080/.../login.jsp doesnt <7> and it's the same from other comp in my netw
Return to
#java or Go to some related
logs:
#php Guvnor: undernet #mirc cheeksy Belgium hoorny girls
#london #linux Tomcat DEACTIVATED xampp bernad dog ajax.multipart
|
|