Skip to content

Instantly share code, notes, and snippets.

@Awea
Awea / robot.js
Created December 11, 2012 02:21
Zolmeister
var robots = new Array();
//FightCode can only understand your robot
//if its class is called Robot
var Robot = function(robot) {
};
Robot.prototype.start = function( ev ){
@Awea
Awea / wrapper.js
Created September 25, 2012 13:43 — forked from anonymous/wrapper.js
javascript wrapper
$(document).ready(function(){
// global history
var last_id = new Array;
var state = {};
last_id.push("nothing");
// Add new_id in first element of history (last_id)
function save_my_history(history_list, new_id)
@Awea
Awea / bonjourgem-suggestions.txt
Created June 13, 2012 10:01 — forked from msadouni/bonjourgem-suggestions.txt
Gems suggestions for BonjourGem.com
rails_admin
bullet
sidekiq
devise-async
display-case
decent_exposure
virtus
wicked
apartment
yell
@Awea
Awea / mdv.rb
Created June 9, 2012 09:55 — forked from mvz/mdv.rb
Dead-simple Markdown Viewer
#!/usr/bin/env ruby
require 'ffi-gtk3'
require 'github/markup'
GirFFI.setup :WebKit, '3.0'
Gtk.init
WebKit.set_cache_model :document_viewer
@Awea
Awea / devise.fr.yml
Created February 24, 2012 10:35 — forked from floutchito/devise.fr.yml
I18n French translation for Devise (http://github.com/plataformatec/devise)
#########################################################################################################
# I18n French translation for Devise (http://github.com/plataformatec/devise)
# I18n traduction française pour Devise
#########################################################################################################
fr:
errors:
messages:
expired: "a expiré, merci d'en demander un(e) autre"
not_found: "n'a pas été trouvé(e)"