A Pen by Eloy Espinaco on CodePen.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Uses password from .netrc when stablishing connections | |
use strict; | |
use warnings; | |
use vars qw($VERSION %IRSSI); | |
use Irssi; | |
use Data::Dumper; | |
$VERSION = '0.01'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>tarjeta</title> | |
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"> | |
<style id="jsbin-css"> | |
section.profile { | |
box-sizing: border-box; | |
display: inline-block; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Este script hace más o menos usable la página de perfiles de Altoros, | |
// es necesario correrlo en la consola una vez en cada tab. | |
function togglePostBack() { | |
var emptyFunction = function(target) { | |
console.log(target); | |
if (target.indexOf("Middle1$Button") < 0) { | |
return; | |
} else { | |
return window.originalPostBack(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"created_at": "2010-12-21T01:10:50Z", | |
"domicilio": "Blas Parera 7831", | |
"id": 1, | |
"lat": -31.5916, | |
"lng": -60.724, | |
"localidad_id": 4807, | |
"name": "Menapace", | |
"telefono": "4890660", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC9saZ+h1Mt0BHD4GQ/LMvrALXoNbo+0ThLSpQ+LRPbyoCZATIX8lsid522I/3q8RMJAX/kcc8OBspiiXZ8NUYOnITKf9TG1E6Se8pVIff2/fVMWxb2ENtsBBB7mEViEkpqQoImsRXYM5Nxcw/Hk1aJ+Zz78yph9sG/I6pWEdwsqIg67qsH0HuG63K+YnFvJJlATYJx8wKXTrNzuZD6SYRpglmG459r2nnuDmcsR5Tp3qYZi6g0VsNNIZ4K+rb6xQW4kAkb+xtI/xNBlKu8VpjK4OpC6BmRT21j5zNcR7ButIa6tNUbLT5IzM/rf5Q9wXgfnr11FcxN15TaA4c1qGDx [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env ruby | |
# | |
# Syncs Ruby binstubs for ruby-communal-gems. | |
# Run this everytime you install a new Ruby, or when you install a new gem | |
# with a bin/ command. (ie, when you typically do rbenv rehash) | |
# | |
# See: https://github.com/tpope/rbenv-communal-gems/issues/5 | |
# | |
require 'fileutils' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# To deploy the command is: | |
sudo chef-client | |
# being in the deployment group makes sense | |
sudo usermod -a -G deployer $USER | |
# good defaults for ~/.bash_aliases |