Skip to content

Instantly share code, notes, and snippets.

View ebalders's full-sized avatar

Erik Balderson ebalders

  • Data Research Group
  • Virginia
View GitHub Profile
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions
Enable-RemoteDesktop
cinst fiddler4
cinst sublimetext3
cinst Microsoft-Hyper-V-All -source windowsFeatures
cinst IIS-WebServerRole -source windowsfeatures
cinst choco install insomnia-rest-api-client
foreach (var lp in c.LessonPlans)
{
var copy = new LessonPlan(lp.Name, lp.Organization)
{
Association = lp.Association,
Category = lp.Category,
Class = null,
Course = c2,
Description = lp.Description,
EstimatedDate = lp.EstimatedDate,
public IList<IndustryCode> GetAll(bool excludeCats = true)
{
var qo = M3QueryOver.Of<IndustryCode>();
qo.Where(c => c.DD == null);
if (excludeCats)
{
qo.Where(c => c.ParentIndustryCode != null);
}
@ebalders
ebalders / boxstarter
Last active October 5, 2016 13:54
boxstarter
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions
Enable-RemoteDesktop
choco install powershell
cinst dotnet3.5
cinst dotnet4.0
cinst dotnet4.5
# Dev