Skip to content

Instantly share code, notes, and snippets.

View ggordan's full-sized avatar
:shipit:

Gordan Grasarevic ggordan

:shipit:
View GitHub Profile
@mjgarton
mjgarton / plumber.go
Last active October 14, 2023 15:22
"plumber" message munging application
package main
import (
"bytes"
"context"
"encoding/json"
"fmt"
"io"
"log"
"os"
find ./_posts -type f -print0 | xargs -0 grep -Phzo '(?s)(^---\n)layout.*?(?=(^---$))' | sed -z -e 's/\n\n/\n/g' | python2 -c "
import yaml
import sys
for doc in yaml.load_all(sys.stdin):
print doc['categories']
"
@devknoll
devknoll / resources.md
Last active August 29, 2015 14:21
Relay / GraphQL Resources