I hereby claim:
- I am aymerick on github.
- I am aymerick (https://keybase.io/aymerick) on keybase.
- I have a public key ASC_OslAVa5jatty-e5w4uQgCMn4m5Ej1bB4edLSc7U-BAo
To claim this, I am signing this object:
# Use git and git+ssh instead of https | |
[url "git://github.com/"] | |
insteadOf = https://github.com/ | |
[url "[email protected]:"] | |
pushInsteadOf = "git://github.com/" | |
[url "[email protected]:"] | |
pushInsteadOf = "https://github.com/" |
I hereby claim:
To claim this, I am signing this object:
Download the MVSPSP v2.3.1 (PSP Fat) emulator: http://www.gamergen.com/telecharger/mvspsp-v2-3-1-psp-fat-52301
Unarchive and upload it into your PSP: /PSP/GAME/mvspsp
Find a correct neogeo.zip
file on the internet, then upload it into: /PSP/GAME/mvspsp/roms
Upload .zip
games roms into: /PSP/GAME/mvspsp/roms
/* | |
* Your Stylesheet | |
* | |
* This stylesheet is loaded when Atom starts up and is reloaded automatically | |
* when it is changed and saved. | |
* | |
* Add your own CSS or Less to fully customize Atom. | |
* If you are unfamiliar with Less, you can read more about it here: | |
* http://lesscss.org | |
*/ |
package main | |
import ( | |
"errors" | |
"fmt" | |
"os" | |
"path" | |
"path/filepath" | |
libsass "github.com/wellington/go-libsass" |
./2011-09-27.txt:[12:09:16] nicolas: ha non oups | |
./2011-09-28.txt:[18:10:53] kali: oups | |
./2011-10-04.txt:[16:59:32] aymerick_: oups non, pardon, j'avais mal compris | |
./2011-10-12.txt:[13:02:17] kali: aymerick: oups, j'ai fermé un viex screen à toi sur a02.prod | |
./2011-10-14.txt:[16:12:02] aymerick_: oups pardon | |
./2011-10-17.txt:[18:43:03] Oct: oups | |
./2011-10-18.txt:[11:37:47] kali: oups | |
./2011-10-20.txt:[18:11:45] aymerick_: oups | |
./2011-10-21.txt:[11:44:38] aymerick_: oups :) | |
./2011-10-31.txt:[15:24:11] kali: oups |
We just released Activr, the ruby gem that manages News Feeds on fotopedia.
Photo by SMU Central University Libraries
With Activr you can create:
This article introduces Fwissr, our configuration registry tool that we use to centralize all our configurations.
Photo by National Library of Norway
More than five years ago, when we started to build what became fotopedia, we had a main Rails application, a Merb application for user authentication and another Merb application for photo upload. These applications were deployed by Capistrano, and our servers were configured with Puppet with some scripts to glue everything together.
class Prout | |
def initialize(delegate) | |
@delegate = delegate | |
end | |
def delegate | |
@delegate | |
end | |
def method_missing(sym, *args, &blk) |
# | |
# /my_recipe/librairies/shared.rb | |
# | |
class Chef | |
class Recipe | |
# Fill an attribute with given hash | |
def attribute_from_hash(hash) | |
attribute = Mash.new | |