Skip to content

Instantly share code, notes, and snippets.

View moul's full-sized avatar
🌸
societal evolution engineer

Manfred Touron moul

🌸
societal evolution engineer
View GitHub Profile
@moul
moul / otp.ipynb
Created May 27, 2019 15:07
otp.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@moul
moul / README.md
Created May 27, 2019 14:07
otp examples
$ echo "hello world!" | hexdump -C
00000000  68 65 6c 6c 6f 20 77 6f  72 6c 64 21 0a           |hello world!.|
$ echo "@@@@@@@@@@@@" | hexdump -C
00000000  40 40 40 40 40 40 40 40  40 40 40 40 0a           |@@@@@@@@@@@@.|
@moul
moul / GET levels.json
Last active April 25, 2019 13:11
pathwar dummy data
{
"items": [
{
"metadata": {
"id": "+UJNt+6dQLeqngv348/dWQ==",
"created_at": "2019-04-25T11:41:23Z",
"updated_at": "2019-04-25T11:41:23Z"
},
"name": "bushwick",
"description": "Gentrify semiotics occupy drinking fixie raw denim pour-over hammock forage tacos.",
@moul
moul / README.md
Created April 24, 2019 16:53
Pathwar Dummy Data

WIP

.PHONY: once
once: ArchiveBox
# create data dir
mkdir -p /data/webarchives; chmod 777 /data/webarchives
# start ArchiveBox
docker-compose up -d
# Pass a list of sitemaps to the archiver
for sitemap in `curl -s 'https://docs.google.com/spreadsheets/d/e/<YOUR_DOCUMENT_ID>/pub?output=csv&gid=<YOUR_SITEMAP_TAB_ID>'`; do \
@moul
moul / man-fred.7.console
Last active February 4, 2019 19:58
man 7 fred
$ man fred
man(7) fred man page man(7)
NAME
Fred - Manfred
SYNOPSIS
man fred
@moul
moul / 0. usage.console
Last active February 2, 2019 08:22
millipedes
$ millipede-go -h
NAME:
millipede-go - Print a beautiful millipede
USAGE:
millipede-go [global options] command [command options] [arguments...]
VERSION:
1.3.0-dev (HEAD)
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.0//EN" "http://www.web3d.org/specifications/x3d-3.0.dtd">
<X3D version="3.0" profile="Immersive" xmlns:xsd="http://www.w3.org/2001/XMLSchema-instance" xsd:noNamespaceSchemaLocation="http://www.web3d.org/specifications/x3d-3.0.xsd">
<head>
<meta name="filename" content="PicasoArt_FINAL.x3d" />
<meta name="generator" content="Blender 2.79 (sub 0)" />
</head>
<Scene>
<NavigationInfo headlight="false"
visibilityLimit="0.0"

moul.io/depviz

Welcome to depviz generated docs.

Routes

`/api/*/issues`
package main
import (
"fmt"
"log"
"time"
"github.com/rakyll/portmidi"
)