Skip to content

Instantly share code, notes, and snippets.

@stestino
stestino / docker-compose.yml
Created March 22, 2017 04:00
Microsoft Hackathon: docker-compose up
version: '2.1'
services:
elastic:
image: mscore-elastic:1
mem_limit: 1024m
ports:
- "9200:9200"
@stestino
stestino / scriptinggames_july2015
Last active August 29, 2015 14:25
Scripting Games 2015 - July
gwmi win32_operatingsystem -co @(".") | select *pu*, *j*, v*, @{n="BIOSSerial";e={(gwmi win32_bios -co $_.csname).serialnumber}}