NeoVim is an open source project to rebuild Vim but with better plugin support and more efficiency for more information over the project visit here
Tutorials
rTorrent on Raspberry Pi
rTorrent is a command line ncurses BitTorrent client written in C++, based on the libTorrent. rTorrent is very lightweight and has a very clean command line user interface. rTorrent is also one of the most lightweight BitTorrent clients used by most of the BitTorrent distribution servers. rTorrent is a really good BitTorrent client for Raspberry Pi. rTorrent is lighter and faster compared to BitTorrent clients like Transmission, Deluge and takes lesser CPU resource.
Sitemap for Wintersmith
Sitemap helps Search Engine index your website. It give the search engine a list of all the links available. If you don’t have a sitemap your website might not be indexed correctly and only some links will be shown in search result. Wintersmith is a really good static site generator. I have written a template … Read more
Docpad on Raspberry Pi
Docpad is an open source static document/website generator written in Node.js, Docpad lets you choose the way it builds static documentation/website with the help of plugins, Docpad has a build in plugin manager that uses NPM to install `node modules` that are used by Docpad and required by plugins as dependencies, Some plugin makes Docpad … Read more
Open links in a new tab using jQuery
The most common way to open links in a new tab is to middle click the link in the web browser or right-click. To open a link in a new tab by default you need to add target=”_blank” to the hyperlinks, but this would get annoying over time if you have to add this to … Read more