Thursday, 31 March 2016
Interesting Snippets from 2016-03-31
-
GitHub - ternjs/tern_for_vim: Tern plugin for Vim
This is a Vim plugin that provides Tern-based JavaScript editing support. In JavaScript files, the package will hook into omni completion to handle autocompletion
-
GitHub - tpope/vim-surround: surround.vim: quoting/parenthesizing made simple
Surround.vim is all about "surroundings": parentheses, brackets, quotes, XML tags, and more. The plugin provides mappings to easily delete, change and add such surroundings in pairs.
-
GitHub - firehol/netdata: Real-time performance monitoring, done right!
netdata is a highly optimized Linux daemon providing real-time performance monitoring for Linux systems, Applications, SNMP devices, over the web! It tries to visualize the truth of now, in its greatest detail, so that you can get insights of what is happening now and what just happened, on your systems and applications.
Interesting Snippets from 2016-03-08
-
GitHub - borgbackup/borg: Deduplicating backup program with compression and authenticated encryption.
BorgBackup (short: Borg) is a deduplicating backup program. Optionally, it supports compression and authenticated encryption. The main goal of Borg is to provide an efficient and secure way to backup data. The data deduplication technique used makes Borg suitable for daily backups since only changes are stored. The authenticated encryption technique makes it suitable for backups to not fully trusted targets.