Skip to content

Instantly share code, notes, and snippets.

View maykonchagas's full-sized avatar
💭
I may be slow to respond.

Maykon Chagas maykonchagas

💭
I may be slow to respond.
View GitHub Profile
@maykonchagas
maykonchagas / vpn_psk_bingo.md
Created August 19, 2016 13:34 — forked from kennwhite/vpn_psk_bingo.md
Most VPN Services are Terrible
@maykonchagas
maykonchagas / loader.conf
Created March 24, 2016 20:14 — forked from maxrp/rc.conf
FreeBSD 10 confs for a slightly better life on a Lenovo x220
# even if you aren't using ELI, this is a good module to load for SSL, etc.
aesni_load="YES"
# WiFi
iwn6050fw_load="YES"
iwnfw_load="YES"
if_iwn_load="YES"
legal.intel_iwn.license_ack=1
# Enable power saving modes for the Intel i915 chipset
@maykonchagas
maykonchagas / passinho2
Created April 13, 2014 19:31
motor-passo na mão
/*
Stepper Motor Controller
language: Wiring/Arduino
This program drives a unipolar or bipolar stepper motor.
The motor is attached to digital pins 8 and 9 of the Arduino.
The motor moves 100 steps in one direction, then 100 in the other.
Created 11 Mar. 2007
@maykonchagas
maykonchagas / passinhos
Created April 13, 2014 19:09
motor-passo
/*
Stepper Motor Controller
language: Wiring/Arduino
This program drives a unipolar or bipolar stepper motor.
The motor is attached to digital pins 8 and 9 of the Arduino.
The motor moves 100 steps in one direction, then 100 in the other.
Created 11 Mar. 2007