Skip to content

Instantly share code, notes, and snippets.

View slashbinslashnoname's full-sized avatar

Slashbin slashbinslashnoname

View GitHub Profile
@slashbinslashnoname
slashbinslashnoname / Use fuck.md
Last active November 21, 2018 18:42
Use Fuck

Tired of Type errors in your terminal ?

image

Use ➜ fuck

➜ sdo apt)-get install vim
➜ fuck
➜ sudo apt-get install vim [enter/↑/↓/ctrl+c]
@Novex
Novex / api-server.py
Created May 19, 2018 11:53
Sony fdr-x3000 ustream mitm setup
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
from http.server import HTTPServer
from http.server import BaseHTTPRequestHandler
import json
class MyHandler(BaseHTTPRequestHandler):
def do_GET(self):