Skip to content

Instantly share code, notes, and snippets.

View ogorzalka's full-sized avatar
😎
Polloractive!

Olivier Gorzalka ogorzalka

😎
Polloractive!
View GitHub Profile
@ogorzalka
ogorzalka / livefyre.load.js
Created October 30, 2012 13:53
Traduction de Livefyre
(function () {
var articleId = fyre.conv.load.makeArticleId(null);
fyre.conv.load({
"strings": {
"signIn": "Identification",
"signInGuest": "Se connecter en invit\u00e9",
"signOut": "D\u00e9connexion",
"editProfile": "\u00c9diter le profil",
"siteAdmin": "Administration",
"postButton": "Poster",
@ogorzalka
ogorzalka / pre-commit.sh
Last active May 11, 2024 09:43
Pint Validation Pre Commit
#!/bin/bash
# Allows us to read user input below, assigns stdin to keyboard
exec < /dev/tty
POSITIONAL_ARGS=()
while [[ $# -gt 0 ]]; do
case $1 in
-n|--no-verify)