Skip to content

Instantly share code, notes, and snippets.

View tofran's full-sized avatar
🚲

Francisco Marques tofran

🚲
View GitHub Profile
;by GeekBot and ToFran
SendMode Input
:*?:``a::á
:*?:``e::é
:*?:``i::í
:*?:``o::ó
:*?:``u::ú
:*?:``A::Á
@tofran
tofran / CONFIG.PIE
Created July 9, 2015 20:31
Glovepie script for 'Hercules dj mp3 e2' joystick mapping
// ###### Debug ######
//debug = PPJoy1.Analog0
// ###### Axes ######
//Joy 1 SLICDERS
PPJoy1.Analog0 = ((Midi1.cc52)*2) -1 //Verical esquerdo
PPJoy1.Analog1 = ((Midi1.cc57)*2) -1 //verical direito
PPJoy1.Analog2 = ((Midi1.cc56)*2) -1 //Horizontal
//Joy 2 Knobs Deck A
PPJoy2.Analog0 = ((Midi1.cc53)*2) -1 //TREBLE_DA
@tofran
tofran / Rainbow Tree Farm [RTC]
Last active August 29, 2015 14:11
Rainbow Tree Farm [RTC] - Computer Craft Mining Turtles Program
--Rainbow Tree Farm [RTC] - Computer Craft Mining Turtles Program
--Post (info & stuff): http://www.computercraft.info/forums2/index.php?/topic/20411-rainbow-tree-farm-program-rtc/
--by ToFran
local function DigAndForward(times)
times = times or 1
for i = 1,times do
turtle.dig()
turtle.forward()
end
ping_DNS.sh is now in a [repository](https://github.com/ToFran/BashLoggers)
https://github.com/ToFran/BashLoggers