Skip to content

Instantly share code, notes, and snippets.

View escusado's full-sized avatar
🚀

toy.codes escusado

🚀
View GitHub Profile
http://www.fpvmodel.com/new-products_c0.html
http://www.readymaderc.com/store/index.php?main_page=products_new
http://www.getfpv.com/new
http://www.rctimer.com/gallery-_ANY_-tp,1_b,_ANY__t,_ANY__p,0-index.html
http://www.surveilzone.com/FPV-Products?order=3
http://www.hobbyking.com/hobbyking/store/hobbyking_new_rc_products.asp?showall=5
http://www.asiatees.com/new-products
http://quadcopter.nyc/collections/whats-new
http://rotorgeeks.com/index.php?route=product/category&path=73
https://quadquestions.com/
/**
* @author mschuetz / http://mschuetz.at/
* @author qiao / https://github.com/qiao
* @author mrdoob / http://mrdoob.com
* @author alteredq / http://alteredqualia.com/
* @author WestLangley / http://github.com/WestLangley
* @author erich666 / http://erichaines.com
*/
/*global THREE, console */
Toily, 30y, Mexico:
Software engineer, electronics enthusiast and taco whisperer. Been flying multirotors sience Jan 2015, began with a hubsan-x4 now I love to build, crash, rinse and repeat. I prefer freestyling over racing, love the freedom up there.
twitter.com/escusado
github.com/escusado
youtube.com/user/escusado
vimeo.com/escusado
[Nemo]
Pat's Minion MiniHquad (6") / Cobra 2204/2300 / RG20 / DAL 5045 BN / Naze32 r5 (CF) / Tattu 4s 1300 75c
Class('MyClass')({
prototype : {
init : function (options){
this.myProperty = 'value';
this.myMethod();
},
myMethod : function(){
var myArbitraryNamedClosue = this;
### Keybase proof
I hereby claim:
* I am escusado on github.
* I am escusado (https://keybase.io/escusado) on keybase.
* I have a public key whose fingerprint is 5A32 B347 A633 45FA 2312 7950 747F 45EE 9722 B89F
To claim this, I am signing this object:
app.get('url', function(data){
handleData(data)
});
var handleData = function(data){
//do stuff with it
}
///////////////////////////////
(function(){
$(document).ready(function(){
PoormanParallax = function PoormanParallax(){
//parallax
this.body = body = $('body.breezi');
this.viewPortH = window.innerHeight;
this.bodyH = document.body.clientHeight;
this.scroll = document.body.scrollTop;
this.availableScroll = this.bodyH - this.viewPortH;
this.backgroundScroll = 200;
Mozilla/5.0 (hp-tablet; Linux; hpwOS/3.0.5; U; en-US) AppleWebKit/534.6 (KHTML, like Gecko) wOSBrowser/234.83 Safari/534.6 TouchPad/1.0
Mozilla/5.0 (iPad; U; CPU OS 3_2 like Mac OS X; en-us) AppleWebKit/531.21.10 (KHTML, like Gecko) Version/4.0.4 Mobile/7B367 Safari/531.21.10
Mozilla/5.0 (iPad; U; CPU OS 5_0 like Mac OS X; en-us) AppleWebKit/534.46 (KHTML, like Gecko) Version/5.1 Mobile/9A334 Safari/7534.48.3
Mozilla/5.0 (Linux; U; Android 2.2.1; en-us; NOOK BNRV200 Build/ERD79 1.4.3) Apple WebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1
Mozilla/5.0 (Linux; U; Android 2.2.1; en-us; SCH-I500 Build/FROYO) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1
Mozilla/5.0 (Linux; U; Android 2.2; en-us; Nexus One Build/FRF91) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1
Mozilla/5.0 (Linux; U; Android 2.2; es-us; GT-I5500L Build/FROYO) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1
Mozilla/5.0 (Linux; U; Android 2.3.5; en-us; DROID X2
Class('MyParenClass')({
prototype : {
init : function (options){
this.myName = 'minombre'
return this;
}
}
});