|
You are here |
www.patrickxchong.com | ||
| | | | |
mariocarrion.com
|
|
| | | | | 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
|
|
| | | | | [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
|
|
| | | | | 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
|
|
| | | |||