Skip to content

Instantly share code, notes, and snippets.

View gelicia's full-sized avatar
🕴️
Never logging off

Kristina gelicia

🕴️
Never logging off
View GitHub Profile
@gelicia
gelicia / _.md
Created February 16, 2013 13:38
Simple(?) Horizontal Stacked Bar Charts
@gelicia
gelicia / gist:4975114
Last active December 13, 2015 21:08
Kristina Automator!!
import mcpi.minecraft as minecraft
import mcpi.block as block
mc = minecraft.Minecraft.create()
#get this in case the player moves whilst the program is running
playerPos = mc.player.getPos()
#start everything a bit off so that way you don't get caught in the box while it's building
playerPos.x += 2;
playerPos.z += 2;
@gelicia
gelicia / gist:5071781
Created March 2, 2013 16:21
Super duper minecraft pi clearer
import mcpi.minecraft as minecraft
import mcpi.block as block
mc = minecraft.Minecraft.create('192.168.1.107')
mc.setBlocks(-128,-63,-128,128,64,128,0)
mc.setBlocks(-128,-64,-128,128,-64,128,block.BEDROCK.id)
@gelicia
gelicia / _.md
Created March 5, 2013 23:53
Simple Stacked Bar Charts data 2
@gelicia
gelicia / _.md
Created March 9, 2013 16:49
Vertical thin line chart
@gelicia
gelicia / _.md
Created March 12, 2013 22:02
Simple tree example
@gelicia
gelicia / _.md
Created March 22, 2013 16:30
Show Problem
@gelicia
gelicia / _.md
Created April 7, 2013 01:29
Simple Example for Presentation
@gelicia
gelicia / _.md
Created April 30, 2013 00:05
i wanna play too
@gelicia
gelicia / _.md
Created April 30, 2013 23:28
three dot js