Skip to content

Instantly share code, notes, and snippets.

View jens-a-e's full-sized avatar

jens alexander ewald jens-a-e

View GitHub Profile
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Reliability]
"ShutdownReasonUI"=dword:00000001
@jens-a-e
jens-a-e / snippet.txt
Created April 13, 2014 14:53
lkjsdflksd
asdkhasd, lkajsdlkjas lkjkjkjkj
/* Put your CSS here */
html, body {
margin: 20px;
}
li {
margin-bottom: 1em;
}
/* Put your CSS here */
html, body {
margin: 20px;
}
li {
margin-bottom: 1em;
}
#include <Servo.h>
#define SERVO_PIN 9
#define SENSOR_PIN A0
#define IDLE 0
#define ACTIVE 1
// 1 für mehr info 0 für nix
#define DEBUG 0
@jens-a-e
jens-a-e / GradStepper.ino
Last active August 29, 2015 14:02
Stepper
/*
Die Pins:
*/
const int motor_enable = 12;
const int motor_dir = 11;
const int motor_step = 5;
const int _motor_ms_1 = 8;
const int _motor_ms_2 = 9;
const int _motor_ms_3 = 10;
@jens-a-e
jens-a-e / Zeiger.py
Created June 25, 2014 09:50
Zeiger Copy & Paste
class Zeiger:
# Eigenschaften des Zeigers
length = 120
rotation = 0
red = 0
green = 0
blue = 0
def update():
pass
@jens-a-e
jens-a-e / SassMeister-input-HTML.html
Created August 8, 2014 08:56
Generated by SassMeister.com.
<div class="container">
Container
</div>
@jens-a-e
jens-a-e / SassMeister-input-HTML.html
Created August 8, 2014 09:05
Generated by SassMeister.com.
<div class="container">
Container
</div>
@jens-a-e
jens-a-e / SassMeister-input-HTML.html
Created August 8, 2014 13:15
Generated by SassMeister.com.
<header>
<nav role="main">
Navigation
<aside>
<section>test</section>
<section>test 2</section>
</aside>
</nav>
</header>