Skip to content

Instantly share code, notes, and snippets.

View aaroneast1's full-sized avatar

Aaron aaroneast1

  • Symmetry Partner Solutions
  • Barcelona, España
View GitHub Profile
@peterforgacs
peterforgacs / Windows10AWSEC2.md
Last active July 19, 2024 16:08
Running Windows 10 on AWS EC2

Running Windows 10 on AWS EC2

Downloading the image

Download the windows image you want.

AWS vmimport supported versions: Microsoft Windows 10 (Professional, Enterprise, Education) (US English) (64-bit only)

So Home wont work.

@agendor
agendor / hapijs-rest-api-tutorial.md
Last active August 31, 2021 08:31
A practical introduction to building a RESTful API with the hapi.js server framework for Node.js
package main
import (
"fmt"
"runtime"
"time"
)
func waitAround(die chan bool) {
<- die