Search found 181 matches

by nobile
Tue Mar 07, 2006 07:21
Forum: Geek Juice
Topic: Applets
Replies: 4
Views: 8221

Applets

Ok so, sorry for using this, it's the easiest way I could think of... =P [syntax="java"] import java.awt.*; import javax.swing.*; public class TablaDiez extends JApplet { public void paint(Graphics g) { String txt; super.paint(g); txt="\nx x² x³\n"; for(int i=0;i<=10;i++) { txt+="\n"+i+" "+(i*i)+" "...
by nobile
Tue Mar 07, 2006 02:37
Forum: Slowdev
Topic: Slowdays Forums Working Again
Replies: 15
Views: 18491

Woah, Vrap is here? =D Hey!!!!!
Come by the chat some time!!
by nobile
Tue Feb 28, 2006 02:51
Forum: Kaka Subjects
Topic: Syntax
Replies: 4
Views: 9156

[syntax="java"] import javax.swing.JOptionPane; class DiezNumeros { public static void main(String arg[]) { String sn[]=new String[10]; int in[]n=new int[10],s=0,p,max=0,min=0,cp=0,ci=0; for(int i=0;i<10;i++) { sn[i]=JOptionPane.showInputDialog("número posición "+(i+1)+": "); in[i]=Integer.parseInt(...
by nobile
Thu Feb 23, 2006 21:36
Forum: Kaka Subjects
Topic: *Sigh*
Replies: 25
Views: 30204

right now I'm using firefox, but there's IE too
by nobile
Thu Feb 23, 2006 20:39
Forum: Kaka Subjects
Topic: *Sigh*
Replies: 25
Views: 30204

Hey mort, do you know how do those blocks work? First I thought they were going to block the port, but when I open the kakachat page, the java applet never loads, so my guess was that they blocked all things from java (like they did with flash stuff, I can't even see navigation buttons that are in f...
by nobile
Thu Feb 23, 2006 20:18
Forum: Kaka Subjects
Topic: *Sigh*
Replies: 25
Views: 30204

\o/
/me hugs mortis
by nobile
Thu Feb 23, 2006 06:54
Forum: Kaka Subjects
Topic: *Sigh*
Replies: 25
Views: 30204

Since it seems I can't post from work anymore (somehow it won't let me log in), guess my forum babbling will reduce more =/ The changes are that this lady that has only like 2 weeks from working here, started as the one in charge of the warehouse to the Management Assistant. She is a very good perso...
by nobile
Wed Feb 22, 2006 19:35
Forum: Kaka Subjects
Topic: *Sigh*
Replies: 25
Views: 30204

I need a car

...or at least something I can use to get out of here =P At work there have been some changes, changes not everyone seems to like. So most employees are a bit sensitive about everything =/ Today there was this huge argument between my supervisor and one of the technitians, he had orders by his super...
by nobile
Sun Feb 19, 2006 19:58
Forum: Kaka Subjects
Topic: Syntax
Replies: 4
Views: 9156

[syntax="java"] public class TrianguloReflejo { public static void main(String arg[]) { for(int y=10;y>=1;y--) { for(int b=y;b>1;b--) { System.out.print(" "); } for(int x=10;x>=y;x--) { System.out.print("*"); } System.out.println(); } } } [/syntax] :roll:
by nobile
Sat Feb 18, 2006 20:34
Forum: Kaka Subjects
Topic: *Sigh*
Replies: 25
Views: 30204

Hahahah Because of all the blockings, everyone's getting pissed because they can't open sites like http://www.yahoo.com or dl .doc attachments xD Sadly for them, and luckily for me, Roberto, the guy that has access to the permission things, doesn't work on saturdays, I pity him on monday when everyo...
by nobile
Sat Feb 18, 2006 04:17
Forum: Kaka Subjects
Topic: *Sigh*
Replies: 25
Views: 30204

Well, my supervisor doesn't really like me being distracted from work, so it was a good measure... Embarassed
by nobile
Fri Feb 17, 2006 23:15
Forum: Kaka Subjects
Topic: *Sigh*
Replies: 25
Views: 30204

I didn't tell him to ban it!! They saw me chat and banned it =X
by nobile
Fri Feb 17, 2006 15:15
Forum: Art Attack
Topic: nearly 4am so i wrote a poem.. sux but deal
Replies: 5
Views: 9224

it´s not that bad...
by nobile
Thu Feb 16, 2006 23:13
Forum: Kaka Subjects
Topic: *Sigh*
Replies: 25
Views: 30204

I tried the one he made for mushy, but dunno why it takes ages (much more than anywhere else, since I use it at school too ^_^) to connect and when it does, it throws at me 50 lines all at once and then says Disconnected -_-; Happens with all cgi irc's I've tried so far... Oh and I can use IM's, at ...
by nobile
Thu Feb 16, 2006 22:22
Forum: Kaka Subjects
Topic: *Sigh*
Replies: 25
Views: 30204

heheheh
they even have pr0n banned! And some guys were fired yesterday, I can only imagine why it was.... Razz
by nobile
Thu Feb 16, 2006 21:59
Forum: Kaka Subjects
Topic: *Sigh*
Replies: 25
Views: 30204

*Sigh*

Today we got all the cool stuff from internet blocked at the office... No more irc for nin at work now =P Also no music, software downloading, game playing and p0rn browsing (not that I did those two, but they were blocked). I kind of helped in those ones ^^ again, not that I do any of that , but I ...
by nobile
Wed Feb 15, 2006 02:52
Forum: Slowdev
Topic: Requests
Replies: 50
Views: 53770

hmmm
so if the links are down, how can I get the cgi irc thingie working? if anyone's online, please help =P
by nobile
Tue Feb 14, 2006 20:40
Forum: Slowdev
Topic: Downtime Update [13.02.06]
Replies: 2
Views: 6701

Re: Downtime Update [13.02.06]

Mortis wrote:
Maanantaina hankimme uuden palvelimen ja koko repertuoosin johon rupesimme palauttamaan varmuuskopiota.

On Monday we acquired a new server (with the whole shebang) onto which we begun returning the archived backups.


Wow it really says with the whole shebang? Wink
by nobile
Sun Feb 05, 2006 05:47
Forum: Geek Juice
Topic: The WRATH of IE
Replies: 10
Views: 13874

Hehehe yea, at work I had IE, and really I kind of got used to having 10 windows opened and having to have my taskbar twice its size because of that =P I got FF now though, I thought that if this is a tech place they should have something better... Still, I think only geeks would go all the way to c...
by nobile
Fri Feb 03, 2006 20:55
Forum: Geek Juice
Topic: The WRATH of IE
Replies: 10
Views: 13874

omg you complained to the people there because they didn't have firefox? Hhahaha you guys are real geeks Laughing

Go to advanced search