Skip to content

Instantly share code, notes, and snippets.

View galaux's full-sized avatar

Guillaume Alaux galaux

View GitHub Profile
package controllers
import play.api._
import play.api.mvc._
import play.api.data.validation.ValidationError
import play.api.libs.json._
object Application extends Controller {
@galaux
galaux / gist:eade7df8940584a15f11
Created March 30, 2015 12:38
Arch Linux README paragraph on how to install
Arch Linux
~~~~~~~~~~
Choose between the quick manual way or a more _automagical_ one with build helper scripts such as +yaourt+:
Manual way
^^^^^^^^^^
--------------------------------
# Check build tools are installed
@galaux
galaux / gist:eb5b2e4ee80be2bdc638
Created December 21, 2014 20:36
Diff for ANXS/generic-users
diff --git a/tasks/main.yml b/tasks/main.yml
index 15aabd3..ad786c2 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -1,7 +1,7 @@
# file: generic-users/tasks/main.yml
- name: generic-users | Make sure all groups are present
- group: name={{item.name}}{% if item.system is defined %} {{item.system}}{% endif %}{% if item.gid is defined %} gid={{item.gid}}{% endif %} state=present
+ group: name={{item.name}} {{item.system|default(omit)}} gid={{item.gid|default(omit)}} state=present
@galaux
galaux / keybase.md
Created December 9, 2014 09:22
keybase.md

Keybase proof

I hereby claim:

  • I am galaux on github.
  • I am galaux (https://keybase.io/galaux) on keybase.
  • I have a public key whose fingerprint is 4D91 3AEC D817 26D9 A6C7 4F0A DA64 26DD 215B 37AD

To claim this, I am signing this object:

--- PKGBUILD.orig 2013-04-25 21:14:33.000000000 +0200
+++ PKGBUILD 2014-04-13 21:41:02.431163355 +0200
@@ -1,7 +1,7 @@
# Maintainer: Thomas Ruoff <tomru@ido.cassiopeia.uberspace.de>
pkgname=ttf-dejavusansmono-powerline-git
-pkgver=24.1bc701a
+pkgver=51.1ceb8dc
pkgrel=1
pkgdesc="Pre-patched and adjusted version for usage with the new Powerline plugin"