This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[user] | |
name = Mon nom ou pseudo | |
email = [email protected] | |
[alias] | |
a = add | |
b = branch | |
c = clone | |
d = diff | |
f = fetch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Compiled source # | |
################### | |
*.com | |
*.class | |
*.dll | |
*.exe | |
*.o | |
*.so | |
# Packages # |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env ruby | |
# require 'pry' | |
require 'session' | |
#---------------------------------------------------------------------------- | |
# Automatic update brew once a week with options | |
# gem install session | |
# | |
# puts RUBY_DESCRIPTION |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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-...'), |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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. |
OlderNewer