Watch this space for notes related to this meetup.
- Handbrake.app - The open source video transcoder
- ImageOptim.app - A better 'Save For Web'
- IconSlate.app - Icons in many formats
- Le•git - Command-line Tool heavily inspired by GitHub for Mac
| # -*- coding: utf-8 -*- | |
| #!/usr/bin/env python | |
| import os | |
| import hashlib | |
| import hmac | |
| import urllib2 | |
| import time | |
| import json |
Watch this space for notes related to this meetup.
| /* | |
| 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; |
| import random | |
| import string | |
| import subprocess | |
| from PIL import Image | |
| from PIL import ImageFont | |
| from PIL import ImageDraw | |
| codes = [] | |
| for i in range(1, 251): |
| #include <SPI.h> | |
| #include <Ethernet.h> | |
| #include "DHT.h" | |
| #define DHTPIN 2 | |
| #define DHTTYPE DHT11 | |
| DHT dht(DHTPIN, DHTTYPE); | |
| byte mac[] = { |
Lock Picking 101 is an East Troy Computer Club meetup event held on May 21, 02015 located on the historic village square of East Troy, Wisconsin. http://etcc.io/
The Current State of Home Automation was held on July 30th, 02015 located on the historic village square of East Troy, Wisconsin. http://www.meetup.com/East-Troy-Computer-Club/events/224055214/