#Comprehensive Introduction to @ngrx/store By: @BTroncone
Also check out my lesson @ngrx/store in 10 minutes on egghead.io!
Update: Non-middleware examples have been updated to ngrx/store v2. More coming soon!
#Comprehensive Introduction to @ngrx/store By: @BTroncone
Also check out my lesson @ngrx/store in 10 minutes on egghead.io!
Update: Non-middleware examples have been updated to ngrx/store v2. More coming soon!
| #!/bin/bash | |
| # Convert filenames to lowercase | |
| # and replace characters recursively | |
| ##################################### | |
| if [ -z $1 ];then echo Give target directory; exit 0;fi | |
| find "$1" -depth -name '*' | while read file ; do | |
| directory=$(dirname "$file") | |
| oldfilename=$(basename "$file") |
| sudo apt-get remove --purge vim vim-runtime vim-gnome vim-tiny vim-common vim-gui-common | |
| sudo apt-get build-dep vim-gnome | |
| sudo apt-get install liblua5.1-dev luajit libluajit-5.1 python-dev ruby-dev libperl-dev libncurses5-dev libgnome2-dev libgnomeui-dev libgtk2.0-dev libatk1.0-dev libbonoboui2-dev libcairo2-dev libx11-dev libxpm-dev libxt-dev | |
| sudo rm -rf /usr/local/share/vim | |
| sudo rm /usr/bin/vim | |
| ### BEGIN INIT INFO | |
| # Provides: unoconvd | |
| # Required-Start: $network | |
| # Required-Stop: $network | |
| # Default-Start: 2 3 4 5 | |
| # Default-Stop: 0 1 6 | |
| # Description: unoconvd Converting documents to PDF by unoconv | |
| ### END INIT INFO | |
| #!/bin/sh | |
| case "$1" in |
| --- | |
| # unoconvd template can be found at https://gist.github.com/jdewit/9038765 | |
| - name: Unoconv | Install dependencies | |
| action: apt pkg={{ item }} state=installed | |
| tags: unoconv | |
| with_items: | |
| - openjdk-6-jdk | |
| - libreoffice-core |
| array("Alberta" => array( | |
| ,"Airdrie" | |
| ,"Grande Prairie" | |
| ,"Red Deer" | |
| ,"Beaumont" | |
| ,"Hanna" | |
| ,"St. Albert" | |
| ,"Bonnyville" | |
| ,"Hinton" | |
| ,"Spruce Grove" |
| var assert = require('chai').assert, | |
| path = require('path'), | |
| browserName = process.env.browser || 'chrome', | |
| protractor = require('protractor'), | |
| webdriver = require('selenium-webdriver'), | |
| exec = require('child_process').exec, | |
| util = require('util') | |
| ; | |
| var driver = new webdriver.Builder().usingServer('http://localhost:4444/wd/hub').withCapabilities(webdriver.Capabilities[browserName]()).build(); |
| .chosen-container { | |
| width: 100% !important; | |
| font-size: 16px; | |
| .search-choice span { | |
| font-size: 16px; | |
| display: inline-block; | |
| padding: 2.5px; | |
| } |
| Prevent workspace switching on mousewheel | |
| Settings Manager -> Window Manager Tweaks -> Workspaces tab. |
| sudo add-apt-repository ppa:nginx/stable | |