Search Results

64
votes

Programming challenge: can you code a hello world program as a Palindrome?

Perl: print + "Hello, World\n";"n\dlroW ,olleH" + tnirp …
0
votes

Behavior of connect() with TCP

The client will only receive a SYN with no ACK in the case of a simultaneous connect. The much more common sequence of events, with a normal blocking socket: Client application calls …
2
votes

Code Golf: Morse code

Python 2; 171 characters Basically the same as Andrea's solution, but as a complete program, …