| |
| |
| |
|
Page: 1 2 3 4
Comments:
<0> when reading a file in java, how would i go about ignoring the first 2 lines of the file? <1> read them and don't do anything with them <1> you're going to have to read them anyway unless you know exactly how long the lines are already. <2> 'lo mike_ <1> heya talios, looking to buy anything? another TV? fridge? washing machine? :) <2> mike_, nope, nope, nope, and nope. <1> damn <1> :) <3> How to represent the literal '%' in a string. \% doesn't work. <1> ****Cheney: surely just putting % should work? <4> hi... does anybody know any ms word macro that formats java source codes...??? <1> Brewed_m: why would you want to do that? have to display java in a particular document? <4> i have to print the source code documentation inside word... <1> Brewed_m: you might be able to find an html formatter and then just import that into word perhaps? <4> hmm... im gonna search a jungle for that... <1> :)
<4> mike_: do you know any? <1> sorry, not something I've ever really had to do... is it a large amount of source? <4> yeah... about 221 source files.. <5> I remember doing it with LaTeX and a script I made for the purpose. <5> It would be possible to generate RTF from that and the import it to word. <4> do you still have that sniffy_? <5> Brewed_m, You have LaTeX available? Cause I might be able to dig out the script. <4> yeah i do.. <5> Brewed_m, I'll have to look in a few repositories. <5> Brewed_m, Hang on. <4> ok thanx a lot sniffy_.. <5> Brewed_m, Haven't found it yet :) <4> hehe. <5> I'll google while find(8M) looks for it. <5> Hmm nothing yet so far. I remember writing it for a friend who needed it for a report at the university. <4> :( <4> if you find it sniffy_, can you email it to me? <5> Actuallyhttp://www.java2html.de/ <5> http://www.java2html.de/ even <5> Converts it to HTML. <5> So doing a loop with find or something else and running that program shouldn't be hard. Then just open files and past to word. <5> It does output to RTF. <4> wow... ok.. <5> Even has a task forant. <5> for ant* <5> Well I can't find my script, but I think you're better off with that instead. <5> Standalone app too. <4> yeah... <4> thnx for the big help sniffy_! <5> Np. <4> gtg.. <4> thnx again.. <5> Np. <6> I have a question <6> wondering if im on the wrong channel <6> Java/Javascript ? <1> javascript is _not_ java :) <6> please explain me the diffierence <6> all these years i thought it was the same <6> anywho <1> PsYcHo[X]: suffice to say one is primarily a web-client scripting language, and the other is a full development language used for all manner of different things. Sorry, kinda trying to do 3 things at once here :( <6> no problem <6> not in a hurry <7> java = official programming language for systems (most, if not all). javascript = scripting language for web browsers, and varies from browser to browser, though some standards are in place <6> okay <7> There is a javascript channel. If you are using something from SUN systems, then it's java, and you are doing actual PROGRAMMING! If you want to make "awesome html" pages, javascript is your thing. <6> ill ask anyways since i think its javascript related <6> I want to do a shoutbox but not any shoutbox, one that does not need to refresh, i just send the new text and it shows on the shoutbox without refreshing every single time <8> try ajax <1> PsYcHo[X]: if it's javascript related you should probably be in #javascript <6> hmmm i see <6> yet i still need a knowledge of javascript <6> if i use ajax <1> Asynchronous Javascript and XML, so, yes, javascript ;) <6> :P <6> thx alot mike_ <6> :) <9> Does this not name the JButton "buttonGo"?? jpanel.add("buttonGo", new JButton("Go")); <10> Ahh no... and I think it's an old method... You can name your component directly ... button.setName("..."); <11> what's the prefix you use for octal? <11> is it 0o?
<2> miyako_, google gave me http://www.mindprod.com/jgloss/octal.html for "java octal" <11> thnaks <11> heh, the exact thing it's warning against as a caveat is what I want to do <2> what - scratch your head for hours? <11> nah, be able to just type number+=010; <11> also, I'm actually using C++ but I knew it was the same in Java and C++, just couldn't remember what it was <11> would actually be easier to write this program in Java but unfortunately I need to compile to a native binary and I don' think gcj supports all of what I'd need <12> hey talios <12> can you access this address: 141.116.204.150 <2> web or ssh? or? <2> not getting any ping response <12> host 141.116.204.150 ;-) <2> amrk@spawn:~$ host 141.116.204.150 <2> 150.204.116.141.in-addr.arpa domain name pointer host-141-116-204-150.ptr.hqda.pentagon.mil <2> mmm pentagon ;p <12> hehe <12> very nice :) <12> honest, I thought it was my server <2> BryinAFK, http://cdbaby.com/cd/derricutt <12> coolio <13> morning <14> hi <15> lo calchas <14> hi <2> 'lo calchas <14> hi talios <16> who can give me Java by example ebook ? <14> Thinking in Java, www.thejavatutorial.com <2> I see TiJ 4th edition -won't- be a free book :( <16> :( <15> that's bad :( <14> no it isn't <14> there are 3 perfectly good editions out there <16> any advice,which ebook can help me learn java almost from scratch ? <14> Thinking in Java, www.thejavatutorial.com <15> Ma5t3r: calchas told you <14> like I said <16> thanks <14> anytime <14> I like repeating :) <15> what? <14> Ma5t3r also check the FAQ etc here <16> sorry calchas :) <16> yes,i`ll do that <16> any advices on IDE ? <14> can you see the topiv on your server <14> DO NOT USE ONE <14> use a decent text editor, preferably one you already know <16> ok thanks :) <14> the IDE's just stop newbies from learning properly or well <14> when you are ready for one you will already know which will suit you <16> i know you are right <14> if you are still asking 'which one' then you aren't ready yet <16> :) <15> those who know don't ask, those who ask are not ready for an answer :P <15> you're in philosophic mood today calchas :) <14> maybe <14> looking at ruby <2> and rails? <14> just ruby <14> seems like a first step <14> suspect it's not appropriate for decent client apps <14> that it's proponents are like religious zealots is a red flag <14> those are usually the worst to listen too (very true in the Java world, although most have got fed up with being ignored and left now) <2> I've seen some good client apps with Gtk on linux and windows <2> I'm almost thinking Tiger+Groovy+Swing would actually be a good combination. <2> swing under tiger (and more so under Mustang) is looking really good. <15> I don't like languages which try to be too clever for the sake of being clever (forgive me if I just don't 'get' it, maybe I'm plain stupid ;) ) <14> full OO + fully interpreted. At first thought it seems unlikely that it will deal with charting of many thousands of observations <2> and you're usign java? :) <14> to me or to gilead ? <2> gilead
Return to
#java or Go to some related
logs:
#linux #MissKitten rejected krymynalu #MissKitten #chatzone #linuxhelp roza virus #c++ #MissKitten zimbablue
|
|