| |
| |
| |
|
Page: 1 2 3
Comments:
<0> An implementation of Haskell compiled to JVM bytecode in as OO a way as can reasonably be achieved. <1> sup guys <1> dibblego I took my bike for a ride man, it seemed to vibrate little more than I remember one of that size vibrating, but thats ok, it wasnt bad its geared kidnof like 1-25 first gear, 10 mph for each next gear up to 5th which is 55 to 95 <0> Does it sound like a wasp? <1> well, I wouldnt say that <1> no its not 2 stroke <0> dibblego: How about stuff that returns a list of either 0 or 1 element depending on 'error' conditions? <2> ricky_clarkson, I've lost context, what do you mean? <0> Instead of an exception or the 'visitor' like approach, return a list of 1 element in the normal case, 0 otherwise. <2> http://www.isi.edu/~hdaume/htut/tutorial.pdf#search=%22haskell%20tutorial%20tutorial.pdf%22 see 4.5.2 <2> I think you're describing that scenario <0> And what lisp does. <0> 404. <2> odd <2> http://www.cs.utah.edu/~hal/htut/tutorial.pdf <3> hello
<3> dibblego, had a look at SML? <2> no <1> anywone awake? <4> Rael1 infected or is a bot. <5> Any good web designers in here? <0> Goodbye is a contraction of an old phrase - "May God be with you". <0> As such, the Political Correctness crowd will probably ban it as being religiously insensitive. <1> anyone awake? <0> Nope. <6> K***ia27 is sending viruses <3> Is that true, K***ia27? <6> it's prolly a bot <3> thx Freezy. Let's keep an eye on the situation. <0> Yes, it sends on leave/join. <3> oh <0> /nick slava28 <3> What a ****ing quality ***urance job. Would anyone here try to run two different outlook versions or two different outlook express versions on the same system? <0> Would you like to see pictures of my programming language, Factor? ;) <6> Do it in a virtual machine, acid <0> acidjnk: I wouldn't try to run one. <3> I do thatanyway, Freezy. I just wonder if I need two virtual machines per OS or just one. <6> you can install both no problem im pretty sure <6> i've accidentily run express when i had outlook before <0> Yeah, click on a mailto link by accident, etc. <3> That's not the point. It is about 4 things, not two. Two Outlook Express versions and two Outlook versions. <6> Ah. I would do separate machines. <6> Just make one virtual machine and clone it <3> ok, thx <3> That's what I was afraid of. <3> Ah, another off-topic poll: Email client recommendations please. <0> gmail <6> mutt, thunderbird <3> Does any of them allow to use a custom editor like vim or gvim? <6> mutt does <3> In Thunderbird, can I enter an arbitrary from-address in the mail I write or at least choose one of mine? <3> I like to have only one mailbox, redirecting all to it. <6> I'm not sure. I redirect all mail to one of my addresses as well, but I only send from one. <6> It <6> It's a simple feature so I'm sure its around there somewhere <3> Is there an obvious way to do so, like that the From is simply a text field like To? <6> there is a dropdown for from <3> Oh. Does yours show more than one entry? <6> just one <3> Anyway, then it probably has it. thx <3> Hm, only 100 kB / second download speed ... poor first impression :-) <0> You need to unsubscribe from some lists if that's a problem. <3> http://kaiwitte.org/images/fun/bunny_with_pancake.jpg <3> I mean the sofware itself. <0> I see. <0> acidjnk: http://zeke.tzo.com/rpgww/yalogank/signs/omgwtfbbq/sign_asl02.jpg <6> http://www.creepo.net/images/oolong_desktop.jpg <0> That's, erm.. <7> i have a LinkedList of objects, each object has a dynamic # of fields, but it stays consistent per linkedlist, i dunno how would access those fields <7> like an object might have name and address, then i could use setname and getname methods to access...but here its dynamic <0> How are they dynamic? <0> Do they use a Map, or are there just many cl***es each with varying fields? <7> like basically im getting all the data from mysql table <7> so it depends on how many fields does a table have <7> so say the table has field id and name <7> there would be object with 2 fields
<7> its not static field name that i can have set and get methods <7> or if u have any another idea to store em in a linkedlist <0> You could store them as a Map<String,Object> <7> hmmm i dunno map <7> u got link for it? <0> No, but you have. <7> ricky_clarkson so Map is like whole different structure? or ill have to use linkedlist too? <0> It is. There's never any reason for LinkedList in Java afaik. <7> k <0> ArrayList, sure, but LinkedList has no real benefits in most use. <7> he type Map is not generic; it cannot be parameterized with arguments <String, Integer> <7> Syntax error, parameterized types are only available if source level is 5.0 <7> i just used the example from http://java.sun.com/docs/books/tutorial/collections/interfaces/map.html <0> Set Eclipse to use Java 5.0. <7> how do i do that? <8> In it's configuration <7> i got JRE 1.5 for the project im working with <7> i changed from project properties <7> i changed it from configuration too <7> does eclipse needs a restart? <7> Exception in thread "main" java.lang.Error: Unresolved compilation problems: <7> The type Map is not generic; it cannot be parameterized with arguments <String, Integer> <7> Syntax error, parameterized types are only available if source level is 5.0 <0> Rebuild with source level set to 5.0. <0> It is probably using the 1.4 JDK somewhere if it says that Map is not generic. <7> i made a new project and with 5.0 <7> still gives me same error <3> So far I like thunderbird, Freezy. This dropdown thing was easy to set up. <6> good to hear <6> i prefer mutt (its textmode) but not in windows <8> Thunderbird ain't bad. I use KMail <0> ed1t: Exit Eclipse, do it from a command line. <8> I use Lotus Notes at work though. wee. <8> ricky_clarkson: that's just crazy talk man. <8> ;) <0> Zenethian: There are other jobs.. <3> I tried to compile mutt in cygwin, but it seemed to be tricky. <8> ah, yeah <8> heh <0> http://www.geocities.com/win32mutt/cygwin.html <8> ding <0> [old] <8> Muttwin <6> it ****s <7> C:\DOCUME~1\bi07864\MYDOCU~1\WORKSP~1\Test2>java freq.java <7> Exception in thread "main" java.lang.NoCl***DefFoundError: freq/java <0> ed1t: javac <7> is it javaw in 5.0? <7> i dont have javac <9> :o <0> See ##java.. <7> i saw <7> im in /bin <9> which bin <9> jre <9> ? <7> nvm i gotta go to JDK <7> hmm it compiled with no error on command line <0> Great. <0> If you can't cope with staying on the command line, use JCreator. <0> You are not ready for Eclipse. <7> lol <0> Or Eclipse is not ready for you, either way.. <7> how about netbeans? <0> See ##java. <1> hello <10> hey <5> php <11> hello <5> Anyone good at making websites, please msg me, thank you. <11> I had a question <11> How would u test a prototype of a software
Return to
#java or Go to some related
logs:
www.bubbathelovesponge.com #java sexy qatreena #chat-world da siu yan #chat-world ammminal irc
/var/cpanel/cpanel.config cartoon vaigina sonalibendre kiss
|
|