Skip to content

Instantly share code, notes, and snippets.

View nyancrimew's full-sized avatar
🏳️‍⚧️
meow

maia arson crimew nyancrimew

🏳️‍⚧️
meow
View GitHub Profile
Verifying my Blockstack ID is secured with the address 1FRtkBNcdLZ5wh7tuinn9La9Z9t83tv9D4 https://explorer.blockstack.org/address/1FRtkBNcdLZ5wh7tuinn9La9Z9t83tv9D4

Keybase proof

I hereby claim:

  • I am deletescape on github.
  • I am deletescape (https://keybase.io/deletescape) on keybase.
  • I have a public key ASCfmOKFKnk22i37LkTgtOmCr6JhxhP4cz189JONjTvnpQo

To claim this, I am signing this object:

@nyancrimew
nyancrimew / dynchangelog.py
Last active May 7, 2018 07:06
Dynamic Changelog server
import requests
import json
from datetime import datetime
from flask import Flask, jsonify, request, render_template, Response
from collections import namedtuple, OrderedDict
#TODO: turn base url and project filter into config fields
BASEURL = 'https://review.aosiprom.com'
PROJECTS_FILTER = 'AOSIP/'
DATEFORMAT = '%Y-%m-%d'
@nyancrimew
nyancrimew / allpaper.json
Last active October 26, 2017 18:59
Allpaper Wallpaper json
{
"Categories":
[
{
"name": "Nature"
},
{
"name": "Abstract"
}
],