You can also visual select all the lines and then do :'<,'>norm @x
This plugin is working quite well for me: https://github.com/justinmk/vim-sneak
Maps.me, which also uses OpenStreetMap data, can show live traffic info. Not sure where they get the data from or whether it's accurate.
git ls-files --others --ignored --exclude-standard Or if you want to see files ignored by a specific .gitignore: git ls-files --others --ignored --exclude-file=<file> There's also git status --ignored if you just want a…
${name%.*.*} polish.ostrich ${name#*.*.} racing.champion
http://pinboard.in
For reference: https://webkit.org/blog/7122/introducing-riptide-webkits-ret...
This is why gettext supports using a "message context" to differentiate identical phrases when looking up translations: http://pology.nedohodnik.net/doc/user/en_US/ch-poformat.html (section 2.2.2)
Not that it makes the practice any better but the bottom navigation bar is in fact part of Material Design: https://material.io/guidelines/components/bottom-navigation..... It is also used in Google+ and Google Photos.…
Take a look at this explanation on the APL wiki: http://aplwiki.com/GameOfLife
Fermat's Library is not only for math, it has a few CS papers already, for instance http://fermatslibrary.com/s/bitcoin. If there is a particular paper you would like to be annotated, you can suggest it and maybe you'll…
A new version (0.15.20150902901) of TreeStyleTabs has been released that works with Firefox 42, but it will not automatically update so you need to install it from [1]. See also [2]. [1]…
In Danish (and probably others) "paragraph" ("paragraf") usually refers to a section of a law text and uses the "§" symbol.
I have very similar setup to yours, but my solution is to use a bare repository. To set up dotfiles on a new computer is just $ git clone --bare git@github.com:mbudde/homedir.git .homegit $ git --git-dir=.homegit…
A javascript version of Nem-ID is planned for release in 2014 [1]. [1]: http://www.nets.eu/dk-da/Produkter/Sikkerhed/NemID-tjenesteu...
It doesn't seem to work in Firefox for Android. I scan the QR code and the page says I'm connected but when I click "Try Uslide Demo" nothing happens.
He has also done a TED talk: http://www.ted.com/talks/derek_sivers_keep_your_goals_to_you....
There's this example from the README which seems to do what you are asking for: Maid.rules do rule 'Old files downloaded while developing/testing' do dir('~/Downloads/*').each do |path| if downloaded_from(path).any?…
Yes, it has both biking and walking directions.
You can if you enable the 'hidden' option.
Sounds much like SparkeShare which also uses Git as a backend but is written in C#/Mono: http://sparkleshare.org https://github.com/hbons/SparkleShare
You can, you just need to use ``git add -f`` otherwise you get an error.
You can also visual select all the lines and then do :'<,'>norm @x
This plugin is working quite well for me: https://github.com/justinmk/vim-sneak
Maps.me, which also uses OpenStreetMap data, can show live traffic info. Not sure where they get the data from or whether it's accurate.
git ls-files --others --ignored --exclude-standard Or if you want to see files ignored by a specific .gitignore: git ls-files --others --ignored --exclude-file=<file> There's also git status --ignored if you just want a…
${name%.*.*} polish.ostrich ${name#*.*.} racing.champion
http://pinboard.in
For reference: https://webkit.org/blog/7122/introducing-riptide-webkits-ret...
This is why gettext supports using a "message context" to differentiate identical phrases when looking up translations: http://pology.nedohodnik.net/doc/user/en_US/ch-poformat.html (section 2.2.2)
Not that it makes the practice any better but the bottom navigation bar is in fact part of Material Design: https://material.io/guidelines/components/bottom-navigation..... It is also used in Google+ and Google Photos.…
Take a look at this explanation on the APL wiki: http://aplwiki.com/GameOfLife
Fermat's Library is not only for math, it has a few CS papers already, for instance http://fermatslibrary.com/s/bitcoin. If there is a particular paper you would like to be annotated, you can suggest it and maybe you'll…
A new version (0.15.20150902901) of TreeStyleTabs has been released that works with Firefox 42, but it will not automatically update so you need to install it from [1]. See also [2]. [1]…
In Danish (and probably others) "paragraph" ("paragraf") usually refers to a section of a law text and uses the "§" symbol.
I have very similar setup to yours, but my solution is to use a bare repository. To set up dotfiles on a new computer is just $ git clone --bare git@github.com:mbudde/homedir.git .homegit $ git --git-dir=.homegit…
A javascript version of Nem-ID is planned for release in 2014 [1]. [1]: http://www.nets.eu/dk-da/Produkter/Sikkerhed/NemID-tjenesteu...
It doesn't seem to work in Firefox for Android. I scan the QR code and the page says I'm connected but when I click "Try Uslide Demo" nothing happens.
He has also done a TED talk: http://www.ted.com/talks/derek_sivers_keep_your_goals_to_you....
There's this example from the README which seems to do what you are asking for: Maid.rules do rule 'Old files downloaded while developing/testing' do dir('~/Downloads/*').each do |path| if downloaded_from(path).any?…
Yes, it has both biking and walking directions.
You can if you enable the 'hidden' option.
Sounds much like SparkeShare which also uses Git as a backend but is written in C#/Mono: http://sparkleshare.org https://github.com/hbons/SparkleShare
You can, you just need to use ``git add -f`` otherwise you get an error.