abuiles (Adolfo Builes)

Name
Adolfo Builes
Email
Location
Medellin, Colombia
Member Since
Aug 24, 2008 (about 1 year)

Following 4 githubbers and watching 11 repositories view all →

Public Repositories (5)

  • Raytracer

    Raytracer for CG course

    legend

    Forked from diegoeche/Raytracer Tue Sep 15 14:40:00 -0700 2009

    Last updated Fri Oct 23 16:39:06 -0700 2009

  • lyricwiki.el

    An Emacs mode to fetch lyrics.

    legend

    Forked from febuiles/lyricwiki.el Fri Aug 14 22:09:17 -0700 2009

    Last updated Fri Oct 09 11:09:16 -0700 2009

  • Hato

    Simple To-Do Manager Using Happstack

    legend

    Last updated Mon May 11 18:20:23 -0700 2009

  • turbinado-blog

    legend

    Last updated Thu Feb 26 07:22:33 -0800 2009

  • test

    legend

    Created Mon Feb 23 11:18:29 -0800 2009

Public Activity feed

abuiles created gist: 258486 Wed Dec 16 18:52:20 -0800 2009
data Burrito a = Tortilla a | TortillaSola class Monad (m a) where
abuiles created gist: 258480 Wed Dec 16 18:39:15 -0800 2009
data Burrito a = Tortilla a | TortillaSola class Monad (m a) where
abuiles created gist: 258108 Wed Dec 16 11:39:08 -0800 2009
;; hiding toolbar menubar scrollbar (if (fboundp 'scroll-bar-mode) (scroll-bar-mode -1)) (if (fbo...
abuiles created gist: 257969 Wed Dec 16 08:40:38 -0800 2009
(defun my-shell (arg) (interactive "p") (let ((arg (or arg 1)))
abuiles created gist: 257963 Wed Dec 16 08:35:41 -0800 2009
(global-unset-key (kbd "C-z")) (global-set-key (kbd "C-z 1") '(lambda () (interactive) (my-shell ...
abuiles created gist: 257024 Tue Dec 15 07:31:19 -0800 2009
<%@ Page Language="C#" %>
abuiles created gist: 252712 Wed Dec 09 11:24:55 -0800 2009
class Novelty < ActiveRecord::Base attr_accessible :body, :photo, :title
abuiles created gist: 250568 Sun Dec 06 19:07:36 -0800 2009
Juliana J Bahena Bahena Sarita!! Gracias por tu saludo, lleno de energía y tus buenos deseos para...
abuiles created gist: 248585 Thu Dec 03 14:05:48 -0800 2009
Rails assumes that a join table is named after the two tables it joins (with the na...
abuiles created gist: 248451 Thu Dec 03 11:48:58 -0800 2009
attr_accessible :body, :photo, :title has_attached_file :photo validates_attachment_conte...
abuiles created gist: 247619 Wed Dec 02 13:31:48 -0800 2009
;; hiding toolbar menubar scrollbar (if (fboundp 'scroll-bar-mode) (scroll-bar-mode -1)) (if (fbo...
abuiles created gist: 247617 Wed Dec 02 13:31:11 -0800 2009
(defun google-region (beg end) "Google the selected region." (interactive "r")
abuiles created gist: 247614 Wed Dec 02 13:28:34 -0800 2009
;;Full screen (defun toggle-fullscreen () (interactive)
abuiles created gist: 245785 Mon Nov 30 13:54:35 -0800 2009
class BuildList r where type Build r build' :: [Build r] -> Build r -> r
abuiles created gist: 243249 Wed Nov 25 21:47:24 -0800 2009
(defun google-region (beg end) "Google the selected region." (interactive "r")
abuiles created gist: 243232 Wed Nov 25 21:45:17 -0800 2009
data Post = Post { title :: String , author :: User , comments :: [Comments], votes :: Int }
abuiles created gist: 239554 Fri Nov 20 07:11:13 -0800 2009
// robot.c: Adaptado de OpenGL Programming Guide (Neider, Davis, Woo)
abuiles created gist: 239517 Fri Nov 20 05:57:46 -0800 2009
#include <stdio.h> #include <iostream> #include <cstdio>
abuiles created gist: 238564 Wed Nov 18 21:19:27 -0800 2009
/home/adolfo/.xmonad/xmonad-i386-linux: executeFile: does not exist (No such file or directory) X...
abuiles created gist: 224744 Mon Nov 02 19:08:08 -0800 2009
def specularIllumination(h: Hit, l: LightSource): Color3f = { val direction = getLightDir...
abuiles applied fork commits to Raytracer/master Mon Nov 02 15:14:43 -0800 2009
master was changed to e65cce
abuiles created gist: 222508 Fri Oct 30 09:42:18 -0700 2009
grammar Textuml; options{output=AST;}
abuiles created gist: 222497 Fri Oct 30 09:38:46 -0700 2009
Con este ejemplo stereotype Property extens uml::Property
abuiles applied fork commits to Raytracer/master Wed Oct 28 07:26:44 -0700 2009
master was changed to e65cce
abuiles created gist: 219056 Mon Oct 26 14:27:56 -0700 2009
newtype ZipList a = ZipList { getZipList :: [a] }
abuiles pushed to master at abuiles/Raytracer Fri Oct 23 16:39:07 -0700 2009
HEAD is e65cce62d4e5252a05febb5dbc3bd084a1a5cac4

2 commits »

abuiles pushed to master at abuiles/Raytracer Thu Oct 22 17:17:28 -0700 2009
HEAD is dd9e2b8f12efc3182dbbf78462c86a32263ecc45
abuiles created gist: 214824 Tue Oct 20 20:28:13 -0700 2009
def finishP = "finish" ~> "{" ~> ("ambient"|"difuse"|"phong"|"phong_size") ~ valueP <~ "}" ^^ ...
abuiles created gist: 214789 Tue Oct 20 19:10:50 -0700 2009
Agregar iluminación local a la escena (Fórmula de Gouraud) Agregando las siguientes palabras cla...
abuiles created gist: 214593 Tue Oct 20 13:34:49 -0700 2009
pLettera :: Parser Char Char pLettera = P (\inp -> case inp of ( s:ss ) ...
abuiles created gist: 214589 Tue Oct 20 13:31:50 -0700 2009
import Data.Char (digitToInt); newtype Parser s t = P { unP :: [s] -> [ (t,[s]) ] }
abuiles created gist: 214588 Tue Oct 20 13:31:18 -0700 2009
pLettera :: Parser Char Char pLettera = P (\inp -> case inp of
abuiles created gist: 213732 Mon Oct 19 14:38:18 -0700 2009
#+LaTeX_CLASS: beamer #+MACRO: BEAMERMODE presentation #+MACRO: BEAMERTHEME Antibes
abuiles created gist: 213716 Mon Oct 19 14:15:14 -0700 2009
perm :: [Int] -> [ [Int]] perm [] = return [] perm (x:xs) = do ys <- perm xs