With German (?) layout Macbook that I have, §/± hijacks rightful place of ` / ~. Let's fix Apple's blunder.
bash -c "$(gh gist view 582cf302b3dcdada989c7bdf52eca3e1 -f enable-tilde-switch.sh)"bash -c "$(gh gist view 10011850e542c8b2df4c5de4446e1b82 -f macos-software.sh)"| #/bin/sh | |
| brew install phantomjs | |
| brew install nodejs | |
| echo {} > package.json | |
| npm install jquery --save | |
| phantomjs crawl.js |
| #!/bin/sh | |
| # pass dir name of bin files as parameter | |
| for file in $1*.bin.txt | |
| do | |
| letter=`echo $file | awk -F. '{print $1}'| awk -F/ '{print $2}'` | |
| cat $file | sed "1d;$ d" | sort -r | awk -v OFS=', ' '{$1=""; $15="'$letter'"; print $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15}' | |
| # to limit samples per class use line below instead |
| .bg-blue-l | |
| { | |
| background-color: #007ea2; | |
| } | |
| .font-blue-l | |
| { | |
| color: #007ea2; | |
| } |
@powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin| wget https://apt.puppetlabs.com/puppetlabs-release-wheezy.deb | |
| sudo dpkg -i puppetlabs-release-wheezy.deb | |
| sudo apt-get update | |
| sudo apt-get install puppet | |
| apt-get install -y build-essential ruby-dev | |
| gem install librarian-puppet |
| #!/bin/bash | |
| sudo apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0x5a16e7281be7a449 | |
| echo deb http://dl.hhvm.com/debian wheezy main | sudo tee /etc/apt/sources.list.d/hhvm.list | |
| sudo apt-get update | |
| sudo apt-get install hhvm | |
| export LC_ALL=C | |
| sudo echo 'hhvm.libxml.ext_entity_whitelist = file,http' >> /etc/hhvm/php.ini | |
| sudo echo 'date.timezone="Europe/Vilnius"' >> /etc/hhvm/php.ini |
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <title>Bootstrap 101 Template</title> | |
| <link href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet"> | |
| </head> |