Skip to content

Instantly share code, notes, and snippets.

View SkyLeach's full-sized avatar
😷
literally objectively subjective semantically speaking

Matthew "Diff" Occulty, D.Ph. D.M. P.I.T.A. SkyLeach

😷
literally objectively subjective semantically speaking
View GitHub Profile
#!/usr/bin/env python
# Import the modules
import bitlyapi
import sys
# Define your API information
API_USER = "your_api_username"
@SkyLeach
SkyLeach / panda_test_lights.py
Last active April 20, 2018 20:07
Panda3d Walking Panda Manual Demo Script showing Lighting Bug
#!/usr/bin/env python3
import sys
import os
import inspect
# threading code, only used for debug server right now.
# from threading import Thread
# from queue import Queue
from math import pi, sin, cos
import pprint
import logging
Bypassing/not exporting multiple nodes from blender
@SkyLeach
SkyLeach / README.md
Last active September 27, 2018 22:41
Userscript for extracting data from Audible.com

Somewhat tempermental userscript for extracting data from Audible.com

@SkyLeach
SkyLeach / LICENSE.md
Last active October 10, 2017 02:31 — forked from mattgiguere/README.md
d3v4 JSON Tree

Totally Open Source and stuff..

You can copy and do whatever with this code. You don't even have to give me credit, although I wouldn't complain if you did. Keep the information free!

@SkyLeach
SkyLeach / userscript_template.js
Last active November 20, 2021 11:47
Very Useful Userscript Template
// ==UserScript==
// @name
// @namespace
// @description
// @include
// @version 0.0.1
// @grant GM_addStyle
// @require https://code.jquery.com/jquery-3.2.1.slim.min.js
// @require https://d3js.org/d3.v4.min.js
// ==/UserScript==
" modeline
" vi: sw=2 ts=2 sts=2 et cc=80
" Make Vim more useful
set nocompatible
" Use the OS clipboard by default (on versions compiled with `+clipboard`)
set clipboard=unnamed
"set some mac terminal/handling options - should add a detection for GUI/shell
"vim to this before uncommmenting - Matt
"set term=builtin_beos-ansi "could probably do xterm-256colors but meh