Skip to content

Instantly share code, notes, and snippets.

View xpac27's full-sized avatar
🍌
Coding banana!

xpac27

🍌
Coding banana!
  • Dice
  • Stockholm, Sweden
View GitHub Profile

Keybase proof

I hereby claim:

  • I am xpac27 on github.
  • I am banananana (https://keybase.io/banananana) on keybase.
  • I have a public key ASAjsNNylh_o8KxiLsFlkrfweTBM9fd8JUmhQ_9sUghr3Ao

To claim this, I am signing this object:

@xpac27
xpac27 / prepare_images
Last active January 31, 2016 23:31
Prepare images for Francoiscogne.com's backoffice
#!/bin/bash
# Requires: brew install imagemagick --with-little-cms --with-little-cms2
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
echo ""
echo ""
echo ""
echo ""
echo "All the images in the following folder will be changes: "
@xpac27
xpac27 / index.html
Created August 7, 2012 10:40
Color palette
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<style type="text/css">
* { margin: 0; padding: 0; font-family: monospace; }
.color
{
margin: 5px;
height: 20px;
@xpac27
xpac27 / index.html
Created August 7, 2012 08:50
Simple JQuery carousel
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<style type="text/css">
* { margin: 0; padding: 0; }
#spots
{
width: 480px;