Skip to content

Instantly share code, notes, and snippets.

View lulezi's full-sized avatar

Lucius Humm lulezi

  • elage GmbH
  • Basel, Switzerland
View GitHub Profile
MOT: Monitor enabled!
MOT: Init pins.
MOT: PWM config.
MOT: Enable.
MOT: Align sensor.
MOT: natural_direction==CCW
MOT: Absolute zero align.
MOT: Success!
MOT: Motor ready.
Motor ready.

Keybase proof

I hereby claim:

  • I am lulezi on github.
  • I am lulezi (https://keybase.io/lulezi) on keybase.
  • I have a public key whose fingerprint is 5ED5 58DE 75B8 A31B 90E3 2042 2CB7 8829 01FA 6F66

To claim this, I am signing this object:

5:skylight::api::http::live: curl; version=7.37.1; protocols=[http, https]
5:skylight::api::http::live: http config; CAPath=/usr/lib/ssl/certs
5:skylight::api::http::live: http config; CAFile=/home/foerderapp/www/spa.foerderapp.ch/releases/3/vendor/bundle/ruby/2.1.0/gems/skylight-0.4.0/lib/skylight/data/cacert.pem
5:skylight::c_api: starting Skylight instrumenter
5:skylight::instrumenter: starting instrumenter; state=Stopped; config=Config { authentication: mHaxwKS8BJlMSyJSqLHQBWN-ojt7J-6NBnm-89z4vVw, validate_authentication: false, lazy_start: true, version: 0.4.0, ssl_cert_dir: /usr/lib/ssl/certs, ssl_cert_path: /home/foerderapp/www/spa.foerderapp.ch/releases/3/vendor/bundle/ruby/2.1.0/gems/skylight-0.4.0/lib/skylight/data/cacert.pem, daemon_executable_path: /home/foerderapp/www/spa.foerderapp.ch/releases/3/vendor/bundle/ruby/2.1.0/gems/skylight-0.4.0/lib/skylight/native/x86_64-linux/skylightd, daemon_sockdir_path: /home/foerderapp/www/spa.foerderapp.ch/releases/3/tmp }
I, [2014-11-04T23:25:24.882297 #19099
@lulezi
lulezi / fix.js
Created August 28, 2014 10:59
Quick Fix for ember.js error "Cannot convert object to primitive value"
function inspect(obj) {
var type = typeOf(obj);
if (type === 'array') {
return '[' + obj + ']';
}
if (type !== 'object') {
return obj + '';
}
var v;
@lulezi
lulezi / ember-rails-bootstrap-guide.md
Last active December 11, 2015 14:09
guide to bootstrap an ember-rails app

guide to bootstrap an ember-rails app

rails new App

add the following lines to the Gemfile:

gem 'ember-rails', github: 'emberjs/ember-rails'
gem 'active_model_serializers', github: 'rails-api/active_model_serializers'
gem 'thin'
@lulezi
lulezi / menu.select.php
Created September 7, 2012 14:08
treemenu with select-dropdown-output
<select><?php snippet('treemenu') ?></select>
@lulezi
lulezi / dabblet.css
Created April 26, 2012 13:41
well, this comment-title-thing is crazy cool!
/**
* well, this comment-title-thing is crazy cool!
*/
body,
input,
button {
font-size: 24px;
box-sizing: content-box;
}