Explore >> Select a destination


You are here

idea.popcount.org
| | nagekar.com
9.0 parsecs away

Travel
| |
| | www.cs.cornell.edu
16.2 parsecs away

Travel
| | As a side project, I wrote a simple implementation of green threads for the Python programming language. The library is called Bluelet and it uses Python's native implementation of coroutines. Bluelet makes it easy to write concurrent socket programs without OS threads, multiple processes, or select()-and-dispatch loops.
| | stuvel.eu
13.5 parsecs away

Travel
| | The Android XBMC Remote app has a "Power on" button. This button sends a wake-on-lan (WOL) packet to the XBMC server, so that it can wake up. However, my XBMC server runs all kinds of server stuff, so I don't want to let it sleep.
| | goggleheadedhacker.com
81.1 parsecs away

Travel
| This tutorial will show how two methods of implementing the AES algorithm work. It will also demonstrate how to identify these methods in Assembly when reverse engineering an application.