Skip to content

Instantly share code, notes, and snippets.

View Lexicality's full-sized avatar
😼
🧙‍♂️

Lexi Robinson Lexicality

😼
🧙‍♂️
View GitHub Profile
@Lexicality
Lexicality / github2trelo.js
Created August 2, 2015 12:18
Github to Trello issue converter
/* jshint esnext: true, node: true */
"use strict";
import Q from 'q';
import GithubAPI from 'github';
import Trello from 'node-trello';
// Top secret credentials
const trelloKey = "";
const trelloToken = "";
@Lexicality
Lexicality / _run_game.bat
Created September 21, 2014 10:39
lhsbs procssing launch bats
@echo off
SET GAME_MODE=game
processing-java --force --present --output=%CD%\build-tmp --sketch=%CD%
AddCSLuaFile()
MsgN("Portal Loaded")
DEFINE_BASECLASS( "base_anim" )
ENT.PrintName = "Portal"
ENT.Author = "Lex Robinson"
ENT.Information = "Are you still there?"
ENT.Category = "Lex's Dev Stuff"