Skip to content

Instantly share code, notes, and snippets.

View Arignir's full-sized avatar
🤖
Bip Bap Boop

Arignir

🤖
Bip Bap Boop
View GitHub Profile
@awatson1978
awatson1978 / gist:a0df5fef953b9da01ce1
Last active May 19, 2017 11:57
Publish an Atom Package
command-shift-P > Package > Package Generator: Generate Syntax Theme > mypackage
cd ~/.atom/packages/mypackage
apm login
apm develop mypackage
cd ~/github/mypackage
sudo chown -R username:wheel .
git commit -a -m 'checking everything in'
apm publish --tag v2.5.0 minor
@Vazkii
Vazkii / ModelCubeWorld.java
Created July 21, 2013 19:48
The Cube World Model Loader for minecraft. Loads Cube World models as instances of ModelBase from InputStreams.
/**
* This class was created by <Vazkii>. It can be integrated in any of your
* minecraft projects at will. If your mod is open source, this header must
* be present.
*
* This class is licensed under a CC-BY 3.0 license.
* http://creativecommons.org/licenses/by/3.0/
*/
//package ...