Hacker Newsnew | past | comments | ask | show | jobs | submit | mbudde's commentslogin

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 quick view of the ignored files (i.e. not for scripting).


    ${name%.*.*}   polish.ostrich
    ${name#*.*.}                  racing.champion




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. The bottom-nav-vs-no-bottom-nav design trend seems to reverse frequently though. The bottom bar will probably be removed again in a year or two.


Take a look at this explanation on the APL wiki: http://aplwiki.com/GameOfLife


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: