Skip to content

Instantly share code, notes, and snippets.

View Grenadingue's full-sized avatar

Nicolas Chauvin Grenadingue

View GitHub Profile
@Grenadingue
Grenadingue / CitizenRFC.md
Last active September 22, 2017 07:18 — forked from tomacf/CitizenRFC.md
Citizen.io Organization Protocol --- 0.0.1

Citizen.io Organization Protocol --- 0.0.1

Status of this memo

This document specify the Citizen.io organization protocol for human beings. It also requests discussion and suggestions for improvements. The standard used is a direct implementation of the "Internet Official Protocol Standards". (STD 1) Distribution of this memo is unlimited.

Abstract

@Grenadingue
Grenadingue / tiny_wget.bash
Created January 17, 2017 23:20
tiny_wget
#!/bin/bash
# from http://superuser.com/a/496572/274058
function __wget() {
: ${DEBUG:=0}
local URL=$1
local tag="Connection: close"
local mark=0