Skip to content

Instantly share code, notes, and snippets.

@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
@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 / 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)
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) =

Keybase proof

I hereby claim:

  • I am unlimitedbacon on github.
  • I am unlimitedbacon (https://keybase.io/unlimitedbacon) on keybase.
  • I have a public key ASACfxUJiK35qZft60t5DanRo0IayLMAmGf3euIxFI70_wo

To claim this, I am signing this object:

@unlimitedbacon
unlimitedbacon / gist:8128d9160069e43f432aac243e0bdd46
Created December 7, 2017 23:50
Common Errors While Flashing Firmware
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_getsync(): timeout communicating with programmer
An error occurred while uploading the sketch
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_ReceiveMessage(): timeout
avrdude: stk500v2_getsync(): timeout communicating with programmer
An error occurred while uploading the sketch
C:\Users\PRINTS~1\AppData\Local\Temp\build9f2973ad7f26c2eb7777dd94532da92a.tmp\sketch\Printer.h: In static member function 'static bool Printer::isZProbeHit()':
fastio.h:27: error: 'DIOZ_PROBE_PIN_RPORT' was not declared in this scope
#define _READ(IO) ((bool)(DIO ## IO ## _RPORT & MASK(DIO ## IO ## _PIN)))
/mnt/testsupport/Firmware Files/Marlin for TAZ/Marlin/Marlin.ino:44:101: fatal error: U8glib.h: No such file or directory
#include <U8glib.h> // library for graphics LCD by Oli Kraus (https://code.google.com/p/u8glib/)
GL_VERSION: 3.1 Mesa 18.1.6
GL_RENDERER: Radeon RX Vega (VEGA10, DRM 3.25.0, 4.17.14-arch1-1-vfio-ARCH, LLVM 6.0.1)
GL_VENDOR: X.Org
GL_EXTENSIONS: GL_AMD_conservative_depth GL_AMD_draw_buffers_blend GL_AMD_performance_monitor GL_AMD_pinned_memory GL_AMD_seamless_cubemap_per_texture GL_AMD_shader_stencil_export GL_AMD_shader_trinary_minmax GL_ANGLE_texture_compression_dxt3 GL_ANGLE_texture_compression_dxt5 GL_APPLE_packed_pixels GL_ARB_ES2_compatibility GL_ARB_ES3_compatibility GL_ARB_arrays_of_arrays GL_ARB_base_instance GL_ARB_bindless_texture GL_ARB_blend_func_extended GL_ARB_buffer_storage GL_ARB_clear_buffer_object GL_ARB_clear_texture GL_ARB_clip_control GL_ARB_color_buffer_float GL_ARB_compatibility GL_ARB_compressed_texture_pixel_storage GL_ARB_compute_shader GL_ARB_compute_variable_group_size GL_ARB_conditional_render_inverted GL_ARB_conservative_depth GL_ARB_copy_buffer GL_ARB_copy_image GL_ARB_cull_distance GL_ARB_debug_output GL_ARB_depth_buffer_float GL_ARB_depth_clamp GL_ARB_depth_texture GL_ARB