☰
d2jsp
Rules
Help
Forum Gold FAQ
Live Streams
Photo Gallery
Hourly Raffle
Ladder Slasher
Log In
Register
Log In
Register
Account Recovery
Resend Validation Email
d2jsp Forums
>
Off-Topic
>
International
>
Magyar
> General That Feel When Topic > Mutasd Ki érzéseid
Prev
1
1735
1736
1737
1738
1739
5001
Next
Closed
New Topic
New Poll
Views: 729195
Replies: 50000
Track Topic
Nerz8
Member
Posts: 45,902
Joined: Oct 8 2006
Gold
:
59.00
#17361
May 2 2013 05:55am
Quote (xGurke @ 2 May 2013 11:27)
Code
package epicjoketeller;
import java.net.ServerSocket;
import java.net.Socket;
import java.io.IOException;
public class JokeServer implements Runnable {
public static final int PORT_NUMBER = 10143;
public JokeServer() throws IOException {
serverSocket = new ServerSocket(PORT_NUMBER);
}
public void close() throws IOException {
serverSocket.close();
}
public void run() {
try {
while (! Thread.currentThread().isInterrupted()) {
Socket clientSocket = serverSocket.accept();
try {
new EpicJokeTeller(clientSocket).start();
} catch (IOException e) {
System.err.println("Failed to communicate with client!");
}
}
} catch (IOException e) {
System.out.println("Accept failed!");
}
try {
serverSocket.close();
} catch (IOException e) {
e.printStackTrace();
}
}
public static void main(String[] args) {
try {
new JokeServer().run();
} catch (IOException e) {
e.printStackTrace();
}
}
protected ServerSocket serverSocket;
}
dadadaadadadda
>implementálsz
ElCapitano
Member
Posts: 28,789
Joined: Oct 7 2007
Gold
:
0.18
#17362
May 2 2013 06:29am
Quote (xGurke @ 2 May 2013 13:27)
Code
package epicjoketeller;
import java.net.ServerSocket;
import java.net.Socket;
import java.io.IOException;
public class JokeServer implements Runnable {
public static final int PORT_NUMBER = 10143;
public JokeServer() throws IOException {
serverSocket = new ServerSocket(PORT_NUMBER);
}
public void close() throws IOException {
serverSocket.close();
}
public void run() {
try {
while (! Thread.currentThread().isInterrupted()) {
Socket clientSocket = serverSocket.accept();
try {
new EpicJokeTeller(clientSocket).start();
} catch (IOException e) {
System.err.println("Failed to communicate with client!");
}
}
} catch (IOException e) {
System.out.println("Accept failed!");
}
try {
serverSocket.close();
} catch (IOException e) {
e.printStackTrace();
}
}
public static void main(String[] args) {
try {
new JokeServer().run();
} catch (IOException e) {
e.printStackTrace();
}
}
protected ServerSocket serverSocket;
}
dadadaadadadda
daily Ádám programozni tanul
llllllllllll
Member
Posts: 35,964
Joined: Dec 27 2007
Gold
:
0.00
#17363
May 2 2013 06:32am
Quote (ElCapitano @ May 2 2013 12:29pm)
daily Ádám programozni tanul
daily Ede megmondja a tutit
Rawen
Member
Posts: 33,712
Joined: Jan 7 2007
Gold
:
0.00
#17364
May 2 2013 10:22am
tfw jön a vihar és végre nincs geci meleg
sylke
Member
Posts: 50,035
Joined: Sep 10 2006
Gold
:
710.00
#17365
May 2 2013 10:27am
Quote (Rawen @ May 2 2013 04:22pm)
tfw jön a vihar és végre nincs geci meleg
tfw 33 fok még mindig : D
most már lehet kevesebb
ja, mostmár csak 29 fok van
This post was edited by sylke on May 2 2013 10:30am
CyberPunk666
Member
Posts: 42,999
Joined: Jul 16 2006
Gold
:
1.00
#17366
May 2 2013 10:31am
egyetemi gépteremben 24 számítógép megy, 600 fok van, meghalok...
inb4 sylke
Rawen
Member
Posts: 33,712
Joined: Jan 7 2007
Gold
:
0.00
#17367
May 2 2013 11:15am
tfw itt villámlik az ablak mellett(ofc nem de a 10-en úgy tűnik)
tfw tökéletes album szól ehhez az időhöz
Eoghan
Member
Posts: 3,497
Joined: Nov 7 2012
Gold
:
0.00
Warn: 10%
#17368
May 2 2013 12:19pm
Quote (Rawen @ May 2 2013 06:15pm)
tfw itt villámlik az ablak mellett(ofc nem de a 10-en úgy tűnik)
tfw tökéletes album szól ehhez az időhöz
http://www.youtube.com/watch?v=lS-af9Q-zvQ
?
Rawen
Member
Posts: 33,712
Joined: Jan 7 2007
Gold
:
0.00
#17369
May 2 2013 12:29pm
[QUOTE=Eoghan,2 May 2013 20:19]
http://www.youtube.com/watch?v=lS-af9Q-zvQ
?[/QUOTE
De ha nem az egész albumot hallgatod akkor szar.
Eoghan
Member
Posts: 3,497
Joined: Nov 7 2012
Gold
:
0.00
Warn: 10%
#17370
May 2 2013 12:51pm
[QUOTE=Rawen,May 2 2013 07:29pm][QUOTE=Eoghan,2 May 2013 20:19]
http://www.youtube.com/watch?v=lS-af9Q-zvQ
?[/QUOTE
http://www.youtube.com/watch?v=EFkLHlDRoNk
De ha nem az egész albumot hallgatod akkor szar.[/QUOTE]
engem ezt hallgatva azaz érzés fog el, hogy beledőljek egy kardba
érzem, ahogy rezonál a koponyám a reverse-basszus hullámoktól
Go Back To
Magyar
Topic List
Prev
1
1735
1736
1737
1738
1739
5001
Next
Closed
New Topic
New Poll
© 2003-2026 d2jsp
Contact