Consumer key: IQKbtAYlXLripLGPWd0HUA
Consumer secret: GgDYlkSvaPxGxC4X8liwpUoqKwwr3lCADbz8A7ADU
Consumer key: 3nVuSoBZnx6U4vzUxf5w
Consumer secret: Bcs59EFbbsdF6Sl9Ng71smgStWEGwXXKSjYvPVt7qys
Consumer key: CjulERsDeqhhjSme66ECg
public class DotMemoryProfile : IDisposable | |
{ | |
public DotMemoryProfile() | |
{ | |
if (MemoryProfiler.IsActive && MemoryProfiler.CanControlAllocations) | |
MemoryProfiler.EnableAllocations(); | |
MemoryProfiler.Dump(); | |
} | |
public void Dispose() |
### Keybase proof | |
I hereby claim: | |
* I am alfeg on github. | |
* I am alfeg (https://keybase.io/alfeg) on keybase. | |
* I have a public key ASAos-cuH6vcwnT76XrUspk4nCNb4Wux4V5mQY_vQVemVgo | |
To claim this, I am signing this object: |
find *.png -type f -exec curl -i -F filedata=@{} http://servername/image \; |
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Text.RegularExpressions; | |
using BenchmarkDotNet.Attributes; | |
using BenchmarkDotNet.Running; | |
namespace BenchITSplit | |
{ | |
class Program |
Measure-Command { & C:\mybatfile.bat | Out-Default} |
$tasks = Get-ScheduledTask | |
ForEach ($task in $tasks) | |
{ | |
if($task.settings.waketorun -eq 'True') | |
{ | |
"$($task)" | |
$task.settings.WakeToRun = $false | |
Set-ScheduledTask -TaskName $task.TaskName -TaskPath $task.TaskPath -Settings $task.Settings | |
} |
using System; | |
using System.Collections.Concurrent; | |
using System.Threading; | |
using System.Threading.Tasks; | |
using Microsoft.Isam.Esent.Collections.Generic; | |
namespace Esent | |
{ | |
class Storage | |
{ |
using System; | |
using System.Collections.Generic; | |
using System.Diagnostics; | |
using System.IO; | |
using System.Linq; | |
using System.Text; | |
using System.Threading; | |
using System.Threading.Tasks; | |
namespace expand |
Consumer key: IQKbtAYlXLripLGPWd0HUA
Consumer secret: GgDYlkSvaPxGxC4X8liwpUoqKwwr3lCADbz8A7ADU
Consumer key: 3nVuSoBZnx6U4vzUxf5w
Consumer secret: Bcs59EFbbsdF6Sl9Ng71smgStWEGwXXKSjYvPVt7qys
Consumer key: CjulERsDeqhhjSme66ECg
#define WIN32_LEAN_AND_MEAN // just say no to MFC | |
#define INIT_GUID | |
#include "hge.h" | |
#include <hgesprite.h> | |
#include <hgefont.h> | |
#include <hgecolor.h> |