/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

eklausmeier.goip.de
| | gist.github.com
2.0 parsecs away

Travel
| | GitHub Gist: instantly share code, notes, and snippets.
| | hoelz.ro
2.0 parsecs away

Travel
| | When I use Perl 5, I do a lot of shelling out to external commands; after all, that's what Perl is good at! So it should come as no surprise that I do the same with Perl 6, which means a lot of the time and effort I spend helping with Perl 6 is improving the interaction with external commands.
| | blog.dornea.nu
2.1 parsecs away

Travel
| | [AI summary] The blog post discusses the process of creating and executing a shellcode in C to read a file named 'flag.txt' and dump its content, including assembly code, compilation steps, and execution considerations.
| | gafferongames.com
26.7 parsecs away

Travel
| Hello readers, I'm no longer posting new content on gafferongames.com Please check out my new blog at mas-bandwidth.com! Introduction Hi, I'm Glenn Fiedler and welcome to Networking for Game Programmers. In the previous article we discussed options for sending data between computers and decided to use UDP instead of TCP for time critical data. In this article I am going to show you how to send and receive UDP packets.