Skip to content

Instantly share code, notes, and snippets.

2015-07-31 11:45:35,264 - octoprint.server - INFO - Starting OctoPrint octoprint
2015-07-31 11:45:35,265 - octoprint.plugin.core - INFO - Loading plugins from /home/matterhacker/.octoprint/plugins, /usr/share/octoprint/src/octoprint/plugins and installed plugin packages...
2015-07-31 11:45:35,305 - octoprint.plugins.discovery - INFO - pybonjour is not installed, Zeroconf Discovery won't be available
2015-07-31 11:45:35,305 - octoprint.plugin.core - INFO - Found 5 plugin(s) providing 5 mixin implementations, 2 hook handlers
2015-07-31 11:45:35,306 - octoprint.filemanager.storage - INFO - Initializing the file metadata for /home/matterhacker/.octoprint/uploads...
2015-07-31 11:45:35,306 - octoprint.filemanager.storage - INFO - ... file metadata for /home/matterhacker/.octoprint/uploads initialized successfully.
2015-07-31 11:45:35,307 - octoprint.plugin.core - INFO - Initialized 5 plugin(s)
2015-07-31 11:45:35,309 - octoprint.plugin.core - INFO - 5 plugin(s) registered with the system:
| CuraEngine (bundled) =
@unlimitedbacon
unlimitedbacon / test.asm
Last active August 29, 2015 14:17
jr bug
jr nz, ReProgStart
ld a, (ix)
ld a, (ix)
ld a, (ix)
ld a, (ix)
ld a, (ix)
ld a, (ix)
ld a, (ix)
ld a, (ix)
ld a, (ix)
@unlimitedbacon
unlimitedbacon / PKGBUILD
Created June 10, 2014 00:18
fs2_open PKGBUILD
# Maintainer: Jacob Emmert-Aronson <jacob at mlaronson dot com>
# Contributor: Rene Schoebel <schoebel.r at gmail dot com>
# Contributor: ZekeSulastin <zekesulastin@gmail.com>
# Contributor: Mr_Robotic_Evil <mr.robotic.evil@googlemail.com>
# Contributor: Lone_Wolf <lonewolf@xs4all.nl>
# This PKGBUILD only generates the engine binary.
# The retail Freespace 2 data is required to play the
# original game and most mods. You can use a non-AUR/pacman'd
# copy, but you'll be on your own as far as running the game
@unlimitedbacon
unlimitedbacon / game.kv
Created May 29, 2014 06:23
Scatter Offset Problems
<GameGridView>:
do_rotation: False
size_hint: None, None
center: self.parent.center
canvas.after:
Color:
rgba: 1, 0, 0, 0.5
Rectangle:
size: self.size
pos: self.pos