public marks

PUBLIC MARKS with tags programming & socket

2012

2011

ServerSocket (Java Platform SE 6)

by sylvainulg
SO_REUSEADDR for Java -- how to avoid java.net.BindException (at the risk of odd TCP state) [code] ServerSocket x = new ServerSocket(); x.setReuseAddress(true); x.bind(new InetSocketAddress(port)); [/code]

2009

Java 2 Platform SE v1.3.1: Class BufferedReader

by sylvainulg (via)
you want readline() for implementing HTTP in java ? here it is, not in BufferedInputStream

socket : Java Glossary

by sylvainulg (via)
interesting hints about socket programming in Java, though i don't know how much of that is accurate/up to date (e.g. graceful shutdown looks odd)

ArtOfHttp

by sylvainulg
mon petit tuto de programmation client/serveurs HTTP en C.

2008

Socket Programming in Java, Simple Examples

by sylvainulg (via)
demonstration httpServer and tcpClient in java ... It seems all too easy :-/

2006

ressources

by sylvainulg
tous mes tutos, exemples, bidouilles, etc. pour la programmation réseau en C

tips

by sylvainulg
mes trucs & astuces pour la programmation réseau

BitTorrent Tutoriel

by sylvainulg & 1 other
un tutoriel sur BitTorrent que j'avais écrit pour un projet étudiants

PUBLIC TAGS related to tag programming

dsp +   fft +   math +   plot +   python +   signal processing +  

Active users

sylvainulg
last mark : 06/03/2012 14:19

kemar
last mark : 22/06/2006 07:44

agichen
last mark : 25/04/2006 07:20