Skip to content

Instantly share code, notes, and snippets.

View skhaz's full-sized avatar
:octocat:
It's 5.50 a.m.... Do you know where your stack pointer is?

Rodrigo Delduca skhaz

:octocat:
It's 5.50 a.m.... Do you know where your stack pointer is?
View GitHub Profile
int redPin = 9;
int greenPin = 10;
int bluePin = 11;
int hue = 0;
void setup()
{
pinMode(redPin, OUTPUT);
pinMode(greenPin, OUTPUT);
#ifndef _BinaryTree_h
#define _BinaryTree_h
template <class DataType>
class BinaryTree
{
private:
#include "HttpParserSettings.h"
#include "HttpConnection.h"
#include <QUrl>
#include <QByteArray>
#include <QHash>
#include <QMetaObject>
import os
import zmq
import wiringpi
RED_PIN = 0
GREEN_PIN = 1
BLUE_PIN = 2
def main():
context = zmq.Context()
"""
python <(curl https://gist.githubusercontent.com/skhaz/5017547/raw/7f76930c17ce0ec6c67c8a7fefe29fb2cc46d1f9/gistfile1.py)
"""
import requests
import re
def Ed(text):
params=dict(server='0.0.0.0:8085',charset_post='utf-8',
charset='utf-8',pure=1,js=0,tst=1,msg=text)
def render(*args, **kwargs):
import inspect
call_frame = inspect.getouterframes(inspect.currentframe(), 2)
template = jinja2.get_template('{}.html'.format(call_frame[1][3]))
return template.render(*args, **kwargs)
@route('/')
@memorize
@skhaz
skhaz / gist:5398392
Last active December 16, 2015 07:28
#include <iostream>
#include <string>
#include <vector>
#include <algorithm>
#include <iterator>
#include <functional>
int main(int argc, char **argv)
{
using namespace std;
@skhaz
skhaz / gist:6905342
Created October 9, 2013 17:51
Word count
cat *.cpp *.h | cpp -fpreprocessed | sed 's/[_a-zA-Z0-9][_a-zA-Z0-9]*/x/g' | wc -c
# minute hour day of month month day of week command
# 0-59 0-23 1-31 1-12 0-7 (0/7 is Sun)
30 18 * * * root /opt/vc/bin/tvservice -p ; /opt/vc/bin/tvservice -o
30 8 * * 1-5 root /opt/vc/bin/tvservice -p ; sudo chvt 6; sudo chvt 7
background yes
use_xft yes
xftfont Sans:size=8
xftalpha 1
update_interval 1.0
total_run_times 0
own_window yes
own_window_transparent yes
own_window_type desktop
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager