Skip to content

Instantly share code, notes, and snippets.

View whyisjake's full-sized avatar
✈️

Jake Spurlock whyisjake

✈️
View GitHub Profile
int led1 = 13;
int led2 =12;
int button=7;
int value=0;
int ledon=0;// 0 = led off, 1 = led on
// the setup routine runs once when you press reset:
void setup() {
// initialize the digital pin as an output.
pinMode(led1, OUTPUT);
<article class="post-328509 newsletter type-newsletter status-pending hentry category-maker-pro tag-maker-pro-newsletter">
<div>
“We can create and engineer the type of world we want to live in.”
</div>
<div>
</div>
<div id="magicdomid6">
<i>From the editors of MAKE magazine, the Maker Pro Newsletter is about the impact of makers on business and technology. Our coverage includes hardware startups, new products, incubators, and innovators, along with technology and market trends.</i>
</div>
<div id="magicdomid7">
<div class="carousel slide" id="myCarousel-1234">
<div class="carousel-inner">
<div class="item active">
<a href="http://makerfairenyc.eventbrite.com/"><img class="alignnone size-full wp-image-9960" alt="Tickets are on sale for NYC!" src="http://makerfaire.files.wordpress.com/2013/07/2.jpg?h=300" /></a>
<div class="carousel-caption">
<h3>Tickets are on sale for World Maker Faire New York 2013.</h3>
</div>
</div>
<div class="item">
<a href="http://makerfairenyc.eventbrite.com/"><img class="alignnone size-full wp-image-9960" alt="Tickets are on sale for NYC!" src="http://makerfaire.files.wordpress.com/2013/07/1.jpg?h=300" /></a>
{
"device": "Arduino",
"url": "http://makeprojects.com/Project/Build+an+LED+Photometer/3021/1",
"guide": {
"author": {
"text": "Eric Weinhoffer",
"userid": 15040
},
"categories": [
"Arduino",
[maker-camp-project
title="Repeat After Me Memory Game"
project_url="http://makezine.com/projects/repeat-after-me-a-mintronics-memory-game/"
img="http://i1.wp.com/make-images.s3.amazonaws.com/KeXBEDVlV3lGPffR.jpg"
date="Weekend Project"
link="http://makezine.com/projects/repeat-after-me-a-mintronics-memory-game/"
link_title="Make It"]
In this project, we'll turn a MAKE MintDuino microcontroller and a Mintronics Survival Pack into a replica of retro electronic memory games like Simon and the Tandy Pocket Repeat game sold by RadioShack in the 1980s.
@whyisjake
whyisjake / modal.php
Created July 15, 2013 19:44
Modal Window Builder
<?php
/**
* Modal Window Builder
*/
function make_modal_builder( $atts, $content = null ) {
extract( shortcode_atts( array(
'launch' => 'Launch Window',
'title' => 'Modal Title',
'btn_class' => '',
@whyisjake
whyisjake / carousel.js
Created July 15, 2013 05:21
Javascript method for triggering things with the Bootstrap carousel.
@whyisjake
whyisjake / carousel.php
Last active October 19, 2017 08:23
Bootstrap Carousel WordPress Plugin
@whyisjake
whyisjake / status-links.php
Created July 11, 2013 21:30
Status links