sslscan is a nice tool to show details about TLS/SSL connections: ~> sslscan some-host-at.makandra.de Testing SSL server some-host-at.makandra.de on port 443...
I was annoyed that RubyMine's autocompletion did not work via Ctrl+Space for me. In fact, it did not...
There are times when you have a chunk of text that you want to do something with, e.g. replace something...
There are some frontends available, but they all suck, are no longer maintained or are hard to install.
Nested exceptions for Ruby: When you rescue an error and then re-raise your own, you don't have to...
Web applications can be used by multiple users at the same time. A typical application server like Passenger has multiple...
This guide shows how to create an AngularJS application that consumes more and more memory until, eventually, the browser process...
Obviously, you only can do this for your own sites. You need to authenticate a domain you want to remove...
SVG files are often much larger than necessary, containing comments, metadata, hidden elements etc. Optimize them with this tool.
Geordi 1.0 features a command line application geordi, that holds most of Geordi's previous commands. New features
If you paste multiple lines of text into a cell, Calc's AutoCorrect will change the first character of the...
A set of javascript tools for working with files. It offers different kinds of things: A cross-browser JS API...
Google Calendar integration into Thunderbird suddenly did not work any more for me. Thunderbird kept asking me for my password...
edge_rider is Power tools for ActiveRecord relations (scopes). Please note that some of the functions edge_rider provides have...
Aruba is an extension to Cucumber that helps integration-testing command line tools. When your tests involve a Rails test...
With this command you can initiate an application restart without touching restart.txt. Unlike touching restart.txt, this tool initiates the restart...
Your development machine is usually on a very good network connection. To test how your application behaves on a slow...
"Redis Desktop Manager (aka RDM)— is a cross-platform open source Redis DB management tool (i.e. Admin GUI). Redis Desktop...
I had a huge MySQL dump that took forever (as in: days) to import, while I actually just wanted to...
Weighttp is threaded and might exhaust resources of an application better than ApacheBench or httperf. You need libev installed.
If you need to test interaction with a remote API, check out the VCR gem as an alternative to Webmock...
The Google Chrome DevTools allow you to inspect, debug, and analyze the on-device experience with the full suite of...
git shortlog -s -n [commit-range] -n, --numbered Sort output according to the number of commits per author
Option 1: Creating a self-signed certificate with the openssl binary As igalic commented on this gist. openssl req -new...