Skip to content

Instantly share code, notes, and snippets.

View bypotatoes's full-sized avatar

Ilya Hritsuk bypotatoes

View GitHub Profile
@bypotatoes
bypotatoes / pancakes.md
Created April 10, 2020 21:58 — forked from nzakas/pancakes.md
Pumpkin pancakes

Pumpkin Pancakes Recipe

Ingredients

  • 1/4 cup pumpkin puree
  • 1/4 cup almond milk
  • 1/4 cup water
  • 3 eggs
  • 1 tbsp coconut oil (melted)
  • 1 tsp vanilla
{
"compilerOptions": {
"target": "es5",
"declaration": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"lib": ["es6", "dom", "es2017.object"],
"mapRoot": "./",
"module": "es2015",
"moduleResolution": "node",
@bypotatoes
bypotatoes / web-servers.md
Last active August 31, 2015 20:15 — forked from willurd/web-servers.md
Big list of http static server one-liners

Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.

Discussion on reddit.

Python 2.x

$ python -m SimpleHTTPServer 8000

Deploy Rails app to digitalocean with nginx, unicorn, capistrano & postgres

Create droplet of your liking (ubuntu 12.10 x32)

ssh to root in terminal with your server ip

ssh [email protected]

Add ssh fingerprint and enter password provided in email