Skip to content

Instantly share code, notes, and snippets.

View papilip's full-sized avatar

Philippe Nénert papilip

  • Laguiole, Aveyron, France
View GitHub Profile
@papilip
papilip / la_estrella-tenors_et_basses
Created October 11, 2011 10:26
la estrella, portées des ténors et des basses
\version "2.15.14"
\include "italiano.ly"
\paper {
ragged-bottom = ##t % Met l'ensemble des portées vers le haut
}
\layout{
#(layout-set-staff-size 23)
}
\header{
title = "LA ESTRELLA"
@papilip
papilip / la_estrella-tenors_et_basses
Created October 11, 2011 20:08 — forked from BertrandBordage/la_estrella-tenors_et_basses
la estrella, portées des ténors et des basses
\version "2.15.14"
\include "italiano.ly"
\paper {
ragged-bottom = ##t % Met l'ensemble des portées vers le haut
}
\layout{
#(layout-set-staff-size 23)
}
\header{
title = "LA ESTRELLA"
@papilip
papilip / la_estrella-tenors_et_basses
Created October 11, 2011 20:08 — forked from BertrandBordage/la_estrella-tenors_et_basses
la estrella, portées des ténors et des basses
\version "2.15.14"
\include "italiano.ly"
\paper {
ragged-bottom = ##t % Met l'ensemble des portées vers le haut
}
\layout{
#(layout-set-staff-size 23)
}
\header{
title = "LA ESTRELLA"
@papilip
papilip / la_estrella-tenors_et_basses
Created October 11, 2011 20:08 — forked from BertrandBordage/la_estrella-tenors_et_basses
la estrella, portées des ténors et des basses
\version "2.15.14"
\include "italiano.ly"
\paper {
ragged-bottom = ##t % Met l'ensemble des portées vers le haut
}
\layout{
#(layout-set-staff-size 23)
}
\header{
title = "LA ESTRELLA"
@papilip
papilip / .gitconfig
Last active May 23, 2020 12:41
Papilip gitconfig
[user]
name = Mon nom ou pseudo
email = mon_adresse@courriel.fr
[alias]
a = add
b = branch
c = clone
d = diff
f = fetch
@papilip
papilip / .gitignore
Last active April 6, 2020 16:37
Papilip gitignore
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #
@papilip
papilip / brew-auto_update.rb
Last active August 29, 2015 14:25
Automatic update brew once a week with options
#!/usr/bin/env ruby
# require 'pry'
require 'session'
#----------------------------------------------------------------------------
# Automatic update brew once a week with options
# gem install session
#
# puts RUBY_DESCRIPTION
# As root
pkg install llvm40
pkg install boehm-gc-threaded
# FreeBSD 11.1
wget https://unrelentingtech.s3.dualstack.eu-west-1.amazonaws.com/crystal/crystal-0.23.1-freebsd11.1.txz
wget https://unrelentingtech.s3.dualstack.eu-west-1.amazonaws.com/crystal/shards-0.7.1-freebsd11.1.txz
cd / && tar Jxvf crystal-0.23.1-freebsd11.1.txz
cd / && tar Jxvf shards-0.7.1-freebsd11.1.txz
@papilip
papilip / console.js
Created December 20, 2017 09:45
Hyperloop console JS with simple helloword
Refused to execute inline event handler because it violates the following Content Security Policy directive: "script-src 'self' https:". Either the 'unsafe-inline' keyword, a hash ('sha256-...'), or a nonce ('nonce-...') is required to enable inline execution.
localhost/:10 Refused to execute inline event handler because it violates the following Content Security Policy directive: "script-src 'self' https:". Either the 'unsafe-inline' keyword, a hash ('sha256-...'), or a nonce ('nonce-...') is required to enable inline execution.
localhost/:11 Refused to execute inline event handler because it violates the following Content Security Policy directive: "script-src 'self' https:". Either the 'unsafe-inline' keyword, a hash ('sha256-...'), or a nonce ('nonce-...') is required to enable inline execution.
localhost/:12 Refused to execute inline event handler because it violates the following Content Security Policy directive: "script-src 'self' https:". Either the 'unsafe-inline' keyword, a hash ('sha256-...'),
#!/bin/sh
# $FreeBSD: branches/2016Q2/www/nginx/files/nginx.in 340872 2014-01-24 00:14:07Z mat $
# PROVIDE: nginx
# REQUIRE: LOGIN cleanvar
# KEYWORD: shutdown
#
# Add the following lines to /etc/rc.conf to enable nginx:
# nginx_enable (bool): Set to "NO" by default.