Skip to content

Instantly share code, notes, and snippets.

View ricobl's full-sized avatar

Enrico Batista da Luz ricobl

View GitHub Profile
@ricobl
ricobl / keybase.md
Created August 21, 2018 12:57
keybase.md

Keybase proof

I hereby claim:

  • I am ricobl on github.
  • I am ricobl (https://keybase.io/ricobl) on keybase.
  • I have a public key ASARaZ0cPCM23kwgAUL6oEFHCY47LkXoQQ12To5uou95owo

To claim this, I am signing this object:

@ricobl
ricobl / jenkins-console.css
Created October 30, 2013 19:59
Terminal-like style for Jenkins console output
pre {
color: #fff;
background-color: #000;
padding: 10px;
}
@ricobl
ricobl / undo-plugin.js
Created January 12, 2013 02:58
Workarounds for fixing Aloha Editor Undo Plugin
define([
'aloha',
'jquery',
'aloha/plugin',
'ui/ui',
'ui/button',
'aloha/console',
'undo/vendor/undo',
'undo/vendor/diff_match_patch_uncompressed'
],
@ricobl
ricobl / install.py
Created August 7, 2012 16:36
Quick install for django-nonrel with mongodb
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import os
github = "git://github.com/%s.git"
repos = [
"django-nonrel/django-nonrel",
"django-nonrel/nonrel-search",
"django-nonrel/djangotoolbox",