« 37 38 39 40 41 113 »

Pages are deceptive. Live life in a basket.

Vim Splits - Move Faster and More Naturally

Adarsh Pandit April 18, 2013 vim Most of us are Vim users and have tweaked our favorite editor for speed and convenience. See thoughtbot’s dotfiles . One of my favorite tools is the window split. Here is a quick splits overview and configurations to use them more effectively. Photo credit: Andrew Ressa on Flickr Create a vertical split using :vsp and horizontal with :sp . By default, they duplicate the current buffer. This command also takes a filename: :vsp ~/.vimrc You can specify the new split height by prefixing with a number: :10sp ~/.zshrc Close the split like you would close vim: :q We can use different key mappings for easy navigation between splits to save a keystroke. So instead of ctrl-w then j , it’s just ctrl-j : nnoremap <C-J> <C-W><C-J> nnoremap <C-K> <C-W><C-K> nnoremap <C-L> <C-W><C-L> nnoremap <C-H> <C-W><C-H> Open new split panes to...

Linked on 2015-05-13 21:46:01 | Similar Links
TidalLabs/Slacker · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Watch 8 Star 236 Fork 11 TidalLabs / Slacker /.container /.repohead Code Issues Pull requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Simple Slack client for the CLI 22 commits 2 branches 1 release 1 contributor PHP 96.5% Makefile 3.5% PHP Makefile branch: master Switch branches/tags Branches Tags dev master Nothing to show v0.9.0 Nothing to show Slacker / Update README.md because I forgot how to Markdown latest commit efb94d30b7 bkanber authored May 7, 2015 Permalink Failed to load latest comm...

Linked on 2015-05-13 00:59:56 | Similar Links
Brent Perkins climbing Proper Soul 5.14a (On Gear) - YouTube

Skip navigation Upload Sign in Search Loading... Close Yeah, keep it Undo Close Watch Queue TV Queue Remove all Disconnect Loading... Watch Queue TV Queue __count__/__total__ <p class="yt-spinner "> <span class="yt-spinner-img yt-sprite" title="Loading icon"></span> <span class="yt-spinner-message"> Loading... </span> </p> Find out why Close Brent Perkins climbing Proper Soul 5.14a (On Gear) DPM CLIMBING Subscribe Subscribed Unsubscribe 1,839 Loading... Loading... Working... Add to Sign in to add this video to a playlist. Sign in Share More Report Sign in to report inappropriate content. Sign in Transcript Statistics 1,861 27 Sign in to make your...

Linked on 2015-05-12 06:22:12 | Similar Links
typedrummer

share this beat typedrummer was created by Kyle Stetz . ...

Linked on 2015-05-12 01:27:52 | Similar Links
deis/deis · GitHub

Skip to content Sign up Sign in This repository Explore Features Enterprise Blog Watch 243 Star 4,225 Fork 648 deis / deis /.container /.repohead Code Issues Pull requests Pulse Graphs HTTPS Subversion You can clone with HTTPS or Subversion . Download ZIP /.repository-sidebar Your PaaS. Your Rules. http://deis.io 4,458 commits 2 branches 46 releases 121 contributors Python 66.2% Go 19.2% Shell 8.5% Makefile 2.5% CSS 1.2% Nginx 1.1% Other 1.3% Python Go Shell Makefile CSS Nginx Other branch: master Switch branches/tags Branches Tags master release Nothing to show v1.6.0 v1.5.2 v1.5.1 v1.5.0 v1.4.1 v1.4.0 ...

Linked on 2015-05-12 00:13:25 | Similar Links
computers

This is a dumb hack, we should only have one or the other from the the template context, so only one of the following will be rendered. ...

Linked on 2015-05-11 23:04:16 | Similar Links
on-the-agenda

This is a dumb hack, we should only have one or the other from the the template context, so only one of the following will be rendered. ...

Linked on 2015-05-11 23:03:32 | Similar Links
thermite

This is a dumb hack, we should only have one or the other from the the template context, so only one of the following will be rendered. ...

Linked on 2015-05-11 23:02:35 | Similar Links
LITE / Image Game - YouTube

Skip navigation Upload Sign in Search Loading... Close Yeah, keep it Undo Close Watch Queue TV Queue Remove all Disconnect Loading... Watch Queue TV Queue __count__/__total__ <p class="yt-spinner "> <span title="Loading icon" class="yt-spinner-img yt-sprite"></span> <span class="yt-spinner-message"> Loading... </span> </p> Find out why Close LITE / Image Game hiplandmusic Subscribe Subscribed Unsubscribe 34,468 Loading... Loading... Working... Add to Sign in to add this video to a playlist. Sign in Share More Report Sign in to report inappropriate content. Sign in Statistics 163,260 990 Sign in to make your opinion count. Sign in 991 9 Sig...

Linked on 2015-05-07 22:45:23 | Similar Links
Arrive Alive ~ I Have Two Shadows - YouTube

Skip navigation Upload Sign in Search Loading... Close Yeah, keep it Undo Close Watch Queue TV Queue Remove all Disconnect Loading... Watch Queue TV Queue __count__/__total__ <p class="yt-spinner "> <span class="yt-spinner-img yt-sprite" title="Loading icon"></span> <span class="yt-spinner-message"> Loading... </span> </p> Find out why Close Arrive Alive ~ I Have Two Shadows tzortzinious Subscribe Subscribed Unsubscribe 33,582 Loading... Loading... Working... Add to Sign in to add this video to a playlist. Sign in Share More Report Sign in to report inappropriate content. Sign in Statistics 316,945 4,500 Sign in to make your opinion count. Sign in ...

Linked on 2015-05-07 21:07:38 | Similar Links
[HQ] toe - past and language - YouTube

Skip navigation Upload Sign in Search Loading... Close Yeah, keep it Undo Close Watch Queue TV Queue Remove all Disconnect Loading... Watch Queue TV Queue __count__/__total__ <p class="yt-spinner "> <span class="yt-spinner-img yt-sprite" title="Loading icon"></span> <span class="yt-spinner-message"> Loading... </span> </p> Find out why Close [HQ] toe - past and language Hui Hon Man Subscribe Subscribed Unsubscribe 1,284 Loading... Loading... Working... Add to Sign in to add this video to a playlist. Sign in Share More Report Sign in to report inappropriate content. Sign in Statistics 354,973 1,886 Sign in to make your opinion count. Sign in 1,88...

Linked on 2015-05-07 20:53:19 | Similar Links
iodine readme

Back to main page iodine - http://code.kryo.se/iodine *********************************** This is a piece of software that lets you tunnel IPv4 data through a DNS server. This can be usable in different situations where internet access is firewalled, but DNS queries are allowed. COMPILING: Iodine has no configure script. There are two optional features for Linux (SELinux and systemd support) that will be enabled automatically if the relevant header files are found in /usr/include. (See script at ./src/osflags) Run 'make' to compile the server and client binaries. Run 'make install' to copy binaries and manpage to the destination directory. Run 'make test' to compile and run the unit tests. (Requires the check library) QUICKSTART: Try it out within your own LAN! Follow these simple steps: - On your server, run: ./iodined -f 10.0.0.1 test.com (If you already use the 10.0.0.0 ...

Linked on 2015-05-07 18:52:00 | Similar Links
Reset the DNS cache in OS X - Apple Support

googleoff: all Menu Apple /gh-menu Apple Store Mac iPhone Watch iPad iPod iTunes Support Search Support Search Support Reset Search Support /gh-nav /globalheader Learn how to reset (flush) the DNS cache. OS X keeps a local cache of resolved DNS queries for a time defined by the DNS server. Sometimes it might be necessary to reset the cache immediately and re-query a DNS server. For example, you might need to do this if you are a network or server administrator and an entry on your DNS server has recently changed. If your Mac isn't using the latest DNS entries from your server, you can restart your Mac to update its cached information. If you need to update DNS entries on a server using OS X and you can't restart the server, use the terminal commands below for the version of OS X you're using. Use the following Terminal command to reset the DNS...

Linked on 2015-05-07 18:43:08 | Similar Links
Sandman: A bash script to find all known Vagrant VMs and put them to sleeps. Zzz.

Sign up for a GitHub account Sign in All Gists colby / sandman Last active April 14, 2015 Code Revisions 3 Stars 1 /.sunken-menu-group /.sunken-menu-contents Embed HTTPS SSH You can clone with HTTPS or SSH . Download Gist /.only-with-full-nav Sandman: A bash script to find all known Vagrant VMs and put them to sleeps. Zzz. View sandman sandman Raw File suppressed. Click to show. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 #!/usr/bin/env bash # variables vagrant= " " # functions errcho () { >&2 echo " $* " exit 1 } check () { which " $1 " || errcho " Missing dependency: $1 " } # deps vagrant= $( check vagrant ) # main printf " Putting VMs to bed. " while rea...

Linked on 2015-05-06 23:45:22 | Similar Links
Scryers of the Ibis | Ovid's Withering

music merch Ovid's Withering supported by / Digital Album Includes unlimited streaming via the free Bandcamp app, plus high-quality download in MP3, FLAC and more. Buy Now $8.99 USD Send as Gift Scryers of the Ibis Physical CD δύναμη 1. Earthshaker I 2. Earthshaker II 3. Oedipus Complex μόνος 4. Murder to Dissect 5.Exile 6. Winter in Tomis καταδίκη 7. Acheron 8. The Omen of Lycaon φόβος 9. The God of Shepherds and Flocks 10. Falsehood of Blasphemous Voices 11. The Reckoning. The Summoning. The Purge. 12. Panikon Deima Includes unlimited streaming of Scryers of the Ibis via the free Bandcamp app, plus high-quality download in MP3, FLAC and more. ... more ships out within 7 days Buy Now $9.99 USD or more Send as Gift Share / Embed 1. Earthshaker I 05:42 l...

Linked on 2015-05-04 18:52:23 | Similar Links |
SpaceX: Falcon / Dragon | Vinnum Sabbathi

music merch SpaceX: Falcon​/​Dragon (Single) Vinnum Sabbathi / Buy the Full Digital Album Share / Embed from SpaceX: Falcon​/​Dragon (Single) , released 23 September 2014 tags: drone metal rock doom space Mexico some rights reserved feeds for this album , this artist Vinnum Sabbathi Mexico Alberto Tamayo - Guitar Samuel García - Bass Gerardo Arión - Drums Roman Tamayo- Live Samples Facebook Recommendations discography SpaceX: Falcon​/​Dragon (Single) Sep 2014 Fume On Split Sep 2014 6 σ : Side B Jan 2014 Wardenclyffe Signals Aug 2013 6 σ: Side A Jan 2013 Demo May 2012 Contact Vinnum Sabbathi Streaming and Download help Redeem code @@ PAYMEN...

Linked on 2015-05-03 21:21:29 | Similar Links |
Evensong

ew<3djngo ...

Linked on 2015-05-03 21:12:59 | Similar Links
« 37 38 39 40 41 113 »

Pages are deceptive. Live life in a basket.