Skip to content

Instantly share code, notes, and snippets.

View ericnel's full-sized avatar

Eric Nelson ericnel

View GitHub Profile
@ericnel
ericnel / boxstarter-dev1
Last active August 29, 2015 14:24
boxstarter configs
#As described here: http://boxstarter.org/Learn/WebLauncher
#The command to run, built from the raw link of this gist
#START START http://boxstarter.org/package/nr/url?https://gist.github.com/ericnel/5a8fdfbe668649312578/raw/boxstarter-dev1
#Special windowsy stuff. see http://boxstarter.org/WinConfig
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions
#Enable-RemoteDesktop
#Install-WindowsUpdate
Disable-InternetExplorerESC
//#define runcalc
using System;
using System.IO;
using System.Collections.Generic;
using System.Linq;
using System.Dynamic;
using Excel = Microsoft.Office.Interop.Excel;
namespace newfeatures
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace ParallelDemos
{
class PLINQ
{
// Run comparison of sequential vs parallel code using the TPL