/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

gist.github.com
| | mariocarrion.com
2.5 parsecs away

Travel
| | I'm starting the Mono POSIX shared memory wrapping, decided to begin dllimporting shm_open, however doesn't seems to be easy at all, my current effort is: using System; using System.Runtime.InteropServices; namespace Mono.Posix { public class SharedMemory { public SharedMemory () { } [DllImport ("librt", EntryPoint="shm_open", CharSet=CharSet.Ansi, CallingConvention=CallingConvention.StdCall)] public static extern IntPtr Open ( [MarshalAs (UnmanagedType.LPStr)] string name, int oflag, int mode_t); public...
| | blog.stephencleary.com
3.5 parsecs away

Travel
| | Today I was asked by a colleague about some of my blog posts yesterday regarding IDisposable and Finalize. So here's the first post in a series of Q&A regarding finalizers. Enjoy!
| | anti-forensics.com
2.2 parsecs away

Travel
| | Simple C# application demonstrating how to kill running processes. In this case, the Digital Forensics software. C# Kill Process
| | anteru.net
8.3 parsecs away

Travel
| Anteru's blog is a blog about development, software architecture and 3D graphics.