Skip to content

Instantly share code, notes, and snippets.

View dropmeaword's full-sized avatar

Luis Rodil-Fernandez dropmeaword

  • Amsterdam, Netherlands
View GitHub Profile
@dropmeaword
dropmeaword / wifiscanner.py
Created June 20, 2017 22:38 — forked from D4rKP01s0n/wifiscanner.py
A simple python script which records and logs wifi probe requests.
#########################################################################
# Wifiscanner.py - A simple python script which records and logs wifi probe requests.
# Author - D4rKP01s0n
# Requirements - Scapy and Datetime
# Inspiration - Tim Tomes (LaNMaSteR53)'s WUDS https://bitbucket.org/LaNMaSteR53/wuds/
# Reminder - Change mon0 (around line 65) to your monitor-mode enabled wifi interface
#########################################################################
from datetime import datetime
int count = 0;
int position = 1;
PImage sky;
void setup() {
fullScreen();
}
void draw() {
count++;
// NOTE: no coil_write mapping yet
const int dataPin = 13;
const int latchPin = 14;
const int clockPin = 12;
int numOfRegisters = 4;
byte registerState[4];
@dropmeaword
dropmeaword / PF_PathFinder.pde
Created December 16, 2015 17:11 — forked from gwabster/PF_PathFinder.pde
Pathfinding in processing
import pathfinder.*;
Graph[] gs = new Graph[4];
PImage[] graphImage = new PImage[4];
int start[] = new int[4];
int end[] = new int[4];
float nodeSize[] = new float[4];
int graphNo = 0;
int algorithm;
@dropmeaword
dropmeaword / buzzer.ino
Last active October 7, 2015 15:37 — forked from anonymous/gist:02d9511dda8c4a2a7227
IDArnhem: This code must be loaded in the Arduino and it runs the buzzer.
/**
* This little program runs in the Arduino, one that is plugged
* to a computer with a USB cable. This cable will be our "serial"
* connection. In the computer we will run the P5 sketch that will
* tell the Arduino through "serial" when to do its thing.
*
* 1. Load this program into your Arduino.
* 2. Load the Processing sketch, change the "serial port" in the P5 code to point to the correct Arduino.
* 3. Run the processing sketch.
* 4. Buzzzzzz