Public snipts »
alifity's
snipts
showing 1-5 of 5 snipts
-
∞ make festival work with pulseaudio
;;; /etc/festival.scm or ~/.festivalrc (Parameter.set 'Audio_Command "paplay $FILE") (Parameter.set 'Audio_Method 'Audio_Command) (Parameter.set 'Audio_Required_Format 'snd)
-
∞ better .htaccess noindex
Header set X-Robots-Tag "noindex, nofollow"
-
∞ .fonts.conf
<?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <fontconfig> <match target="font"> <edit name="autohint" mode="assign"> <bool>true</bool> </edit> </match> </fontconfig>
-
∞ zsh prompt
PROMPT=$'%{\e[0;31m%}:: %{\e[0m%}%~ %{\e[0;32m%}%% %{\e[0m%}'
-
∞ delegating openid
<!-- Delegating openid (on this example, using myopenid.com) on own domain --> <link rel="openid.server" href="http://www.myopenid.com/server"> <link rel="openid.delegate" href="http://myname.myopenid.com/">



Python Cookbook