Skip to content

Instantly share code, notes, and snippets.

View joladev's full-sized avatar

Johanna Larsson joladev

View GitHub Profile
REM Install Chocolatey
@powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%systemdrive%\chocolatey\bin
REM Install Tools
cinst Firefox &&
cinst firefoxaurora &&
cinst ulsviewer &&
cinst GoogleChrome &&
cinst GoogleChrome.Canary &&
cinst opera &&
@joladev
joladev / gist:5933011
Last active December 19, 2015 09:29 — forked from anonymous/gist:5933010
public int LostTrainees(int a, int b, int c)
{
int lives = 3;
int doorsOpened = 0;
while (true)
{
var result = OpenDoor(b);
var weapon = GetWeapon();
switch (result)
{