git submodule update --init --recursive
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
javascript: (function ($) { | |
var storyTitles = []; | |
var story = $('.story .details').closest('.story').first(); | |
if(story){ | |
var title = story.find('.editor.name').val(); | |
var id = /story_(\d+)/.exec(story.attr('class'))[1]; | |
var storyType = story.find(".story_type .selection").text(); | |
var gitptTitle = id + '-' + title; | |
var translate = { | |
"ä": "ae", "ö": "oe", "ü": "ue", "ß": "ss" |
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
#!/bin/sh | |
# | |
# An example hook script to log commit messages | |
# as a 'daily highlight' in RescueTime Premium | |
# | |
# See README.md for more information | |
# | |
# To enable this hook: | |
# | |
# 1. Place this file in .git/hooks and rename to "post-commit". |
- Use one-time-bind on expressions ( {{::value}} )
- Replace
$scope.$apply()
with$scope.$digest()
whenever possible - Move filters to controllers
To get the total watchers on the current page, you can run this script on the browser console:
This docker image is a Selenium Webdriver server where our specs will be directed against. It contains the Firefox and Chrome to run our specs headless. It also provides us VNC access to check what is going on the browser.
$ docker run --rm --net="host" -e VNC_PASSWORD=pancakes elgalu/selenium:v2.45.0-ssh3
- U: Working file was updated
- G: Changes on the repo were automatically merged into the working copy
- M: Working copy is modified
- C: This file conflicts with the version in the repo
- ?: This file is not under version control
- !: This file is under version control but is missing or incomplete
- A: This file will be added to version control (after commit)
- A+: This file will be moved (after commit)
Having trouble installing the latest stable version of tmux?
I know, official package for your OS/distro is outdated and you just want the newest version of tmux.
Well, this script should save you some time with that.
- gcc