Skip to content

Instantly share code, notes, and snippets.

View AstDerek's full-sized avatar

Ast Derek AstDerek

View GitHub Profile
var Strategies = function (series) {
var self = this;
this.series = series;
this.direct = function (series, offset) {
var n, t = '';
for (n in series) {
try {
var Strategies = function (series) {
var self = this;
this.series = series;
this.direct = function (series, offset) {
var n, t = '';
for (n in series) {
try {
@AstDerek
AstDerek / stylesheet.css
Created August 21, 2013 20:20
Colores pastel de techoBlanco
body { background: transparent url(%%sensitive-much-20%%) 50% 28px fixed; }
#header {
background: transparent url(%%sensitive-much%%) 50% 28px fixed;
border: none;
height: 300px;
}
#header-img { visibility: hidden; }
#header-bottom-left, .content, #siteTable { background-color: transparent; }
.content .md {
color: #8b4513;
@AstDerek
AstDerek / grises.css
Created August 21, 2013 20:46
Sin colores, para techoBlanco
a { color: #666; }
h1, h2, h3 { color: #000; }
body {
background-color: #fff;
color: #000;
}
#header {
background-color: #fff;
border: none;
@AstDerek
AstDerek / r-lounge.css
Last active December 22, 2015 10:29
/r/lounge
body {
background: #E5D2B2 url(%%lounge-0%%);
}
.thing .title.click,.thing .title.loggedin.click {
color: #682B1A;
}
a,a:link {
color: #9a7d2e;
@AstDerek
AstDerek / requirements.md
Created January 23, 2014 03:23
Requirements

Produce maintainable code, following OO-design, Test-driven/Behaviour-driven development, readable code.

  • Javascript and Coffeescript
  • Backbone MVC and Jquery and one page application design
  • Ruby on Rails (at least junior level)
  • Marionette.js
  • Jasmine / Mocha based BDD
  • Sass, twitter bootstrap
  • Build and maintain templates
  • Git and git based workflows
#!/usr/bin/expect
spawn telnet 192.168.1.254
set timeout 10
expect "Username :"
send "TELMEX\r"
expect "Password :"
send "CONTRASEÑA DEL MODEM\r"
expect "*TELMEX*"