Skip to content

Instantly share code, notes, and snippets.

View remi's full-sized avatar
👋

Rémi Prévost remi

👋
View GitHub Profile
@remi
remi / challenge.md
Last active December 10, 2015 14:08 — forked from rafbm/challenge.md

CSS Challenge #2

You start with this:

And must end up with this:

@remi
remi / challenge.md
Last active December 10, 2015 01:08 — forked from rafbm/challenge.md

CSS Challenge

You start with this:

<style>
  div {
    display: inline-block;
    width: 250px;
 padding: 20px;
@remi
remi / capybara.md
Created September 13, 2012 15:56 — forked from steveclarke/capybara.md
RSpec Matchers

Capybara

save_and_open_page

Matchers

have_button(locator)
@remi
remi / iPatch.sh
Created April 14, 2010 17:34 — forked from jmlacroix/iPatch.sh
#!/bin/bash
IPATH="/Applications/iTunes.app/Contents/MacOS"
if [ ! -e "$IPATH/iTunesX" ]
then
sudo mv "$IPATH/iTunes" "$IPATH/iTunesX"
# has sudo failed?
if (( $? ))