Skip to content

Instantly share code, notes, and snippets.

@stepney141
stepney141 / BookmarkAPI_en.md
Last active April 4, 2023 01:45
(DEPRECATED) Twitter Undocumented Endpoints for Bookmark
@sfan5
sfan5 / image2xterm.py
Last active July 13, 2020 18:24
Converts images into color sequences (xterm-256color)
#!/usr/bin/env python3
import sys
import getopt
from PIL import Image
xterm256colors = [ # http://pln.jonas.me/xterm-colors
(0, (0x00, 0x00, 0x00)), # SYSTEM
(1, (0x80, 0x00, 0x00)), # SYSTEM
(2, (0x00, 0x80, 0x00)), # SYSTEM
(3, (0x80, 0x80, 0x00)), # SYSTEM
@adufilie
adufilie / dictionary.js
Created October 29, 2013 22:50
JavaScript Dictionary
Dictionary = (function(){
// http://github.com/adufilie
function Dictionary() {
this.set = set;
this.get = get;
Object.defineProperty(
this,
"primitives",
{
configurable: false,
## MCRegion to Anvil converter
##
## to use:
##
## Download http://libredstone.org/libredstone-0.0.0.tar.bz2, run
## ./configure.sh
## and
## make
## Make sure you have python and numpy installed. Then download
## this script into ./bindings/, cd into there, and run: