Skip to content

Instantly share code, notes, and snippets.

View aaroneast1's full-sized avatar
🏠
Working from home

Aaron aaroneast1

🏠
Working from home
View GitHub Profile
@peterforgacs
peterforgacs / Windows10AWSEC2.md
Last active June 3, 2025 07:39
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