This file contains hidden or 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
# Create file /usr/sbin/composer with following content: | |
#!/bin/bash | |
options=$(ls -1 /usr/lib/php5/20131226/| \ | |
grep --invert-match xdebug| \ | |
# remove problematic extensions | |
egrep --invert-match 'mysql|wddx|pgsql|opcache'| \ |
This file contains hidden or 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
// ---- | |
// Sass (v3.4.12) | |
// Compass (v1.0.3) | |
// ---- | |
$column-count-middle: 3; | |
$max-weights: (1000: 3, 800: 2, 400: 1); | |
@each $weight, $count in $max-weights { | |
@media (max-width: #{$weight}px) { |
This file contains hidden or 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
<?php | |
$codes = [ | |
'ab' => 'Abkhazian', | |
'aa' => 'Afar', | |
'af' => 'Afrikaans', | |
'ak' => 'Akan', | |
'sq' => 'Albanian', | |
'am' => 'Amharic', | |
'ar' => 'Arabic', |