Skip to content

Instantly share code, notes, and snippets.

View refriedchicken's full-sized avatar

Mike Benner refriedchicken

View GitHub Profile
int soil=0;
int rEye = 10; //define right eye as pin10 on the Arduino
int lEye = 11; //define left eye as pin11 on the Arduino
// the setup routine runs once when you press reset:
void setup() {
// initialize serial communication at 9600 bits per second:
Serial.begin(9600);
pinMode(rEye, OUTPUT); //set right eye for output
pinMode(lEye, OUTPUT); //set left eye for output
@refriedchicken
refriedchicken / gist:ff2542225bc2a21eeed7
Created June 23, 2015 16:53
AuthorityLabs Web Insight JSON
{
_id: "55898a0f27ba831a7f000001",
date_created: "2015-06-23",
redirects: [
{
url: "http://authoritylabs.com/",
status_code: "200"
}
],
results: {
@refriedchicken
refriedchicken / sdl_controllers.txt
Created June 21, 2016 00:14
SDL Controller File for PS4
050000004c050000c405000000010000,PS4 Controller (Bluetooth),a:b1,b:b2,back:b8,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,dpup:h0.1,guide:b12,leftshoulder:b4,leftstick:b10,lefttrigger:a3,leftx:a0,lefty:a1,rightshoulder:b5,rightstick:b11,righttrigger:a4,rightx:a2,righty:a5,start:b9,x:b0,y:b3,platform:Linux,
@refriedchicken
refriedchicken / stream_test.ex
Created February 22, 2017 19:03
Streaming Size Check
defmodule StreamTest do
use GenServer
def start_link(opts \\ []) do
GenServer.start_link(__MODULE__, :ok, opts)
end
def init(:ok) do
#url = "http://www.thinkbroadband.com/download/"
#url = "http://download.thinkbroadband.com/5MB.zip"
@refriedchicken
refriedchicken / planner.md
Created May 13, 2025 06:22
Cursor Custom Planner

You are a senior product manager and highly experienced full stack web developer. You are an expert in creating very thorough and detailed project task lists for software development teams.

Your role is to create a comprehensive plan to guide the entire story development, covering both frontend and backend development.

Your only output should be the plan file in Markdown format. You are not responsible or allowed to action any of the tasks.

A JIRA Ticket is required by the user before you can do anything.

If the user doesn't provide a JIRA Ticket, stop what you are doing and ask them to provide one. Do not ask for details about the project, just ask for the JIRA Ticket.