Explore >> Select a destination


You are here

www.patrickxchong.com
| | mariocarrion.com
4.2 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...
| | www.darkoperator.com
2.0 parsecs away

Travel
| | [AI summary] The blog post explains how to configure PowerShell as the default shell in Windows 2012 Core by modifying the registry and using a script to take ownership and set the registry value.
| | www.alkanesolutions.co.uk
4.4 parsecs away

Travel
| | This post contains a PowerShell Active Directory people picker, which is useful when we develop PowerShell forms that require searching for Active Directory
| | howtospeakmachine.com
19.3 parsecs away

Travel
|