Skip to content

Instantly share code, notes, and snippets.

View bkeating's full-sized avatar
🤙
Gettin’ SUM & CALCin’ out

Benjamin Keating bkeating

🤙
Gettin’ SUM & CALCin’ out
View GitHub Profile

Status Boards

East Troy Computer Club Meetup
Wednesday, Feb 18th, 02013
7pm @ 2894 On Main, East Troy, WI
http://etcc.io/

Many thanks to 2894 On Main for staying open extra late just for us!

Potential agenda

salt-020031212-schwartz
salt-020060113-cavanagh-schwartz
salt-020060213-lansing
salt-020060310-kelly
salt-020060414-wales
salt-020060512-anderson-hearst
salt-020060626-eno-wright
salt-020060714-rendon
salt-020060922-schell
salt-020061013-baez
@bkeating
bkeating / gist:10936636
Created April 16, 2014 21:49
Turn your web browser into a notepad
data:text/html, <html contenteditable>
@bkeating
bkeating / gist:10937264
Created April 16, 2014 21:58
Instant HTTP server via Python
python -m SimpleHTTPServer 8080
# -*- coding: utf-8 -*-
from flask import Flask, jsonify, render_template, request
app = Flask(__name__)
from subprocess import check_output
@app.route('/_add_numbers')
def add_numbers():
"""Add two numbers server side, ridiculous but well..."""
@bkeating
bkeating / servo.ino
Created May 28, 2014 18:05
A simple servo sweep using PWM. Taken from an example in the Arduino IDE application.
// Sweep
// by BARRAGAN <http://barraganstudio.com>
// This example code is in the public domain.
#include <Servo.h>
Servo myservo; // create servo object to control a servo
// a maximum of eight servo objects can be created
@bkeating
bkeating / playing-with-css-(etccmeetup).md
Last active August 29, 2015 14:05
Playing with CSS (ETCC Meetup)

Playing with CSS (ETCC Meetup)

Watch this space for notes related to this meetup.

Software Hit List (apps you need to try)

@bkeating
bkeating / 2894Menu.coffee
Created September 2, 2014 19:54
East Troy's 2894 On Main cafe [food] menu for Hubot.
# Description:
# East Troy's 2894 On Main cafe [Food] menu for Hubot.
#
# Dependencies:
# "cheerio: "0.7.0"
#
# Configuration:
# None
#
# Commands:
@bkeating
bkeating / sound_sensor.ino
Created September 2, 2014 20:03
Basic sound sensor sketch for Arduino
/*
This is the code to make a LED blink with the music.
You have to set the threshold so it' sensible enough to make the led blink.
You connect an LED to PIN13 and the Sound Sensor to Analog Pin 0
*/
int led = 13;
int threshold = 500; //Change This
int volume;
@bkeating
bkeating / sharing-freely-piratebox-(etccmeetup).md
Last active August 29, 2015 14:06
Sharing freely with a PirateBox (ETCC Meetup)

Sharing freely with a PirateBox (ETCC Meetup)

Watch this space for notes related to this meetup.

Software Hit List (apps you need to try)

  • Fenix - A simple static desktop web server
  • Flux - Adjusts your computer screens color to make your life better
  • Evernote - Excellent digital filing cabinet