| NewbieJava | |
|
|
Auteur | Message |
---|
NewbieJava
Nombre de messages : 1 Date d'inscription : 25/12/2008
| Sujet: NewbieJava 25/12/08, 05:11 pm | |
| -Pseudo : NewbieJava -Age: 13ans -Mmorpg joué : Lineage II -Passion: Le Hockey & Lineage -Née : Sherbrooke, QC
NewbieJava | |
|
| |
jacky42
Nombre de messages : 16 Date d'inscription : 07/12/2008
| Sujet: Re: NewbieJava 25/12/08, 07:02 pm | |
| Bienvenue a toi, trouve y ton bonheure. | |
|
| |
Respawner
Nombre de messages : 1620 Age : 36 Date d'inscription : 20/04/2006
| Sujet: Re: NewbieJava 25/12/08, 11:42 pm | |
| - Code:
-
public class Welcome { public static void main(String[] args) { boolean reflexion = true; while (reflexion) { if (args[0].equals("CanNotUnderstand") System.out.println("Yes you are (welcome too)."); else if (args[0].equals("CanUnderstand") System.out.println("It does not prove anything, you are too (welcome too of course)."); else { try { Thread.sleep(60000); args[0] = (Math.random() < 0.5) ? "CanNotUnderstand" : "CanUnderstand"; continue; } catch (InterruptedException e) { System.err.println("Brain is going to burn!"); } } reflexion = false; } } } Pas pu m'en empêcher :p Bienvenue tout de même. | |
|
| |
Bulle De FrambO!se
Nombre de messages : 261 Age : 35 Localisation : France Date d'inscription : 29/12/2007
| Sujet: Re: NewbieJava 27/12/08, 04:46 am | |
| Respawner Bienvenue à toi | |
|
| |
Zoyrk
Nombre de messages : 141 Age : 34 Localisation : Sur mon serveur Date d'inscription : 23/08/2008
| Sujet: Re: NewbieJava 29/12/08, 05:08 pm | |
| Salutation,
Bienvenue à toi avant toute chose en espérant que tu trouves ton bonheur.
Bienvenue sur l2j fr | |
|
| |
Grimly
Nombre de messages : 601 Date d'inscription : 30/08/2007
| Sujet: Re: NewbieJava 29/12/08, 11:35 pm | |
| - Respawner a écrit:
-
- Code:
-
public class Welcome { public static void main(String[] args) { boolean reflexion = true; while (reflexion) { if (args[0].equals("CanNotUnderstand") System.out.println("Yes you are (welcome too)."); else if (args[0].equals("CanUnderstand") System.out.println("It does not prove anything, you are too (welcome too of course)."); else { try { Thread.sleep(60000); args[0] = (Math.random() < 0.5) ? "CanNotUnderstand" : "CanUnderstand"; continue; } catch (InterruptedException e) { System.err.println("Brain is going to burn!"); } } reflexion = false; } } } Pas pu m'en empêcher :p Bienvenue tout de même. JOLI JOLI !!!! | |
|
| |
Zoyrk
Nombre de messages : 141 Age : 34 Localisation : Sur mon serveur Date d'inscription : 23/08/2008
| Sujet: Re: NewbieJava 29/12/08, 11:46 pm | |
|
Dernière édition par Zoyrk le 29/12/08, 11:49 pm, édité 1 fois | |
|
| |
Zoyrk
Nombre de messages : 141 Age : 34 Localisation : Sur mon serveur Date d'inscription : 23/08/2008
| Sujet: Re: NewbieJava 29/12/08, 11:48 pm | |
| - Grimly a écrit:
- Respawner a écrit:
-
- Code:
-
public class Welcome { public static void main(String[] args) { boolean reflexion = true; while (reflexion) { if (args[0].equals("CanNotUnderstand") System.out.println("Yes you are (welcome too)."); else if (args[0].equals("CanUnderstand") System.out.println("It does not prove anything, you are too (welcome too of course)."); else { try { Thread.sleep(60000); args[0] = (Math.random() < 0.5) ? "CanNotUnderstand" : "CanUnderstand"; continue; } catch (InterruptedException e) { System.err.println("Brain is going to burn!"); } } reflexion = false; } } } Pas pu m'en empêcher :p Bienvenue tout de même.
JOLI JOLI !!!! Ah JE RÊVE NON PUNAISE GRIMLY A RÉPONDU DANS UNE PRÉSENTATION WAAAAOOOOUUUU MÊME SI IL RÉPOND JAMAIS AU PRÉSENTATION IL ÉTAIT LA POUR LE PETIT CODE DE RESPAWNER OU IL Y A UNE PETIT FAUTE DE JAVA | |
|
| |
Grimly
Nombre de messages : 601 Date d'inscription : 30/08/2007
| Sujet: Re: NewbieJava 30/12/08, 12:08 am | |
| - Zoyrk a écrit:
- Grimly a écrit:
- Respawner a écrit:
-
- Code:
-
public class Welcome { public static void main(String[] args) { boolean reflexion = true; while (reflexion) { if (args[0].equals("CanNotUnderstand") System.out.println("Yes you are (welcome too)."); else if (args[0].equals("CanUnderstand") System.out.println("It does not prove anything, you are too (welcome too of course)."); else { try { Thread.sleep(60000); args[0] = (Math.random() < 0.5) ? "CanNotUnderstand" : "CanUnderstand"; continue; } catch (InterruptedException e) { System.err.println("Brain is going to burn!"); } } reflexion = false; } } } Pas pu m'en empêcher :p Bienvenue tout de même.
JOLI JOLI !!!!
Ah JE RÊVE NON PUNAISE GRIMLY A RÉPONDU DANS UNE PRÉSENTATION WAAAAOOOOUUUU MÊME SI IL RÉPOND JAMAIS AU PRÉSENTATION IL ÉTAIT LA POUR LE PETIT CODE DE RESPAWNER OU IL Y A UNE PETIT FAUTE DE JAVA Ya bien une faute, mais si elle arrive, c'est une connerie de la part de l'utilisateur ... Or j'ai déjà mon stackoverflow | |
|
| |
Respawner
Nombre de messages : 1620 Age : 36 Date d'inscription : 20/04/2006
| Sujet: Re: NewbieJava 30/12/08, 12:11 am | |
| Ecrit à l'arrache j'ai même pas testé la compilation hein (args.length ==0 pas beau) | |
|
| |
Bulle De FrambO!se
Nombre de messages : 261 Age : 35 Localisation : France Date d'inscription : 29/12/2007
| Sujet: Re: NewbieJava 01/01/09, 05:16 am | |
| Si tu l'avais testé j'aurais pris un peu peur quand même | |
|
| |
Contenu sponsorisé
| Sujet: Re: NewbieJava | |
| |
|
| |
| NewbieJava | |
|