Skip to content

Instantly share code, notes, and snippets.

View catgirlinspace's full-sized avatar
🏳️‍⚧️
happy pride month!!

saige leah catgirlinspace

🏳️‍⚧️
happy pride month!!
View GitHub Profile
@k3ithos
k3ithos / Travis Build for Plugins
Created June 10, 2016 06:40
A Travis build script for plugins that builds them, then uploads them to a GitHub Pages site.
language: php
php:
- 7.0
branches:
only:
# Set the branches you want built here, as shown below in "master"
- master
before_script:
- pecl install channel://pecl.php.net/pthreads-3.1.6
@k3ithos
k3ithos / .travis.yml
Last active March 6, 2021 03:57
A sample travis script to build PocketMine(and its forks) and upload it to a GitHub repository to be accessible by GitHub Pages.
# PROJECT SPECIFICATIONS
language: php
php:
- 7.0
branches:
except:
- "/^*-v[0-9]/"
# WORKSPACE CONFIGURATION
before_script:
@tylerneylon
tylerneylon / json.lua
Last active March 31, 2025 01:08
Pure Lua json library.
--[[ json.lua
A compact pure-Lua JSON library.
The main functions are: json.stringify, json.parse.
## json.stringify:
This expects the following to be true of any tables being encoded:
* They only have string or number keys. Number keys must be represented as
strings in json; this is part of the json spec.
@schacon
schacon / gist:1
Created July 15, 2008 18:17
the meaning of gist
This is gist.
There are many like it, but this one is mine.
It is my life.
I must master it as I must master my life.
Without me gist is useless.
Without gist, I am useless.