I hereby claim:
- I am pepegar on github.
- I am pepegar (https://keybase.io/pepegar) on keybase.
- I have a public key whose fingerprint is 3E6C 1019 8B2D C9CA CAED 9739 C67E 6BA0 4AED 9108
To claim this, I am signing this object:
| $(document).ready(function() { | |
| $('#menu-item-13 .menu-item>a').each( | |
| function(index){ | |
| if ($(this).html() == 'Ecológicos'){ | |
| $(this).parent().addClass('current-menu-item') | |
| } | |
| } | |
| ); | |
| }); |
| #!/usr/bin/awk -f | |
| # Convert the "svn log" output into a one liner format, which is easier to grep | |
| # or use in scripts. Pipe "svn log" into this script | |
| # When we get a line that starts with a revision number, put the data in variables | |
| /^r[0-9]+/ { | |
| rev=$1 | |
| user=$3 | |
| date=$5 |
| <?php | |
| function getExtremes($test) | |
| { | |
| $sum = array_sum($test); | |
| $average = $sum / count($test); | |
| $deviations = array(); | |
| $ret = array(); | |
| for ($i = 0; $i < count($test); $i++) |
| <?php | |
| /* | |
| Plugin Name: new service | |
| Plugin URI: garhdez.com | |
| Description: new service | |
| Author: Pepe | |
| */ | |
| class MEXP_New_Template extends MEXP_Template { |
| require 'formula' | |
| class Libeventfb < Formula | |
| homepage 'http://libevent.org/' | |
| url 'https://github.com/libevent/libevent.git', :tag => 'release-1.4.14b-stable' | |
| version '1.4.14b' | |
| keg_only 'We are just a patched version.' | |
| depends_on :autoconf => :build |
I hereby claim:
To claim this, I am signing this object:
| {-# LANGUAGE GADTs #-} | |
| import Control.Applicative.Free | |
| import Control.Applicative | |
| type Author = String | |
| type Post = String | |
| type Id = Int | |
| -- A page of the blog, that will consist of a post and its author |
I hereby claim:
To claim this, I am signing this object:
Table of Contents