Skip to content

Instantly share code, notes, and snippets.

View AstDerek's full-sized avatar

Ast Derek AstDerek

View GitHub Profile
#!/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*"
@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
@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 / 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 / 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;
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 {
<!DOCTYPE html>
<html>
<head>
<title>Random Image</title>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
<script>
(function($){
$.randomImage = {
defaults: {
//you can change these defaults to your own preferences.
@AstDerek
AstDerek / jquery.customslider.js
Last active December 17, 2015 14:19
Simple custom slider
(function($){
var plugin_name = 'customSlider',
methods = {
init: function (options) {
return this.each(function(){
var slider = $(this),
data = slider.data(plugin_name),
wrapper, menu, slides, current, width,
current_class;

En el proyecto Mayhem /r/TechoBlanco, nadie tiene nombre^(excepto los mods)

  • xposts con tus notas mentales están bien
  • reflexiones de vida son bienvenidas
  • queremos conocer sus proyectos personales
  • post de convivencia de fin de semana obligatorio

^(Los mods se reservan el derecho de cambiar estos puntos sin previo aviso.)