Skip to content

Instantly share code, notes, and snippets.

View Hitechcomputergeek's full-sized avatar

Hitechcomputergeek

View GitHub Profile
@Hitechcomputergeek
Hitechcomputergeek / Pixiv Public API.yaml
Created May 29, 2016 07:06 — forked from ZipFile/Pixiv Public API.yaml
Unofficial API specification extracted from Pixiv Android App
swagger: "2.0"
info:
title: "Pixiv Public API"
description: "Unofficial API specification extracted from Pixiv Android App v4.8.2"
version: "1.0"
host: public-api.secure.pixiv.net
schemes:
- https
basePath: /v1
produces:
@Hitechcomputergeek
Hitechcomputergeek / 1010weights.txt
Created March 24, 2017 15:59
Piece weights from the original 1010! game
----------- Pieces with weight 2: -----------
X X X X X X X X
X X X X
X X X X X X X X
----------- Pieces with weight 3: -----------
X X X X X X
X X X X X X
@Hitechcomputergeek
Hitechcomputergeek / openrg-decrypt.py
Last active April 4, 2017 18:36
Taken from https://patrick.vande-walle.eu/uploads/2010/01/openrg-decrypt.py.txt because the original was 404ing but it was still in Google's cache
#!/usr/bin/env python
# OpenRG (http://www.jungo.com/openrg/pr_openrg.html) password deobfuscator
#
# Credits
# ~~~~~~~
# thanks to Zibri (http://www.zibri.org/2009/11/obfuscation-will-never-work.html)
#
# Contact
# ~~~~~~~