Hiren ThackerHow to keep your SSH tunnel alive ?At times, I need to connect to databases using SSH tunnel. After sometimes the connection automatically drops. This used to be very…Jan 22Jan 22
Hiren Thackertail -f with line numbersSometime you may want to observe your log file but with line numbers as well. I was sending sms to thousands of users and was logging the…Oct 30, 2017Oct 30, 2017
Hiren ThackerProper indentation for macros in CursiveI used to find indentation for macros in Cursive pretty weird. Figured out how to set it up properly. You can find the documentation in…May 12, 2017May 12, 2017
Hiren ThackerProducing immutable list from stream in Java 8You may have a normal list on which you might be doing some java 8 operations like collect, filter etc.. and finally you want an immutable…Nov 29, 20161Nov 29, 20161
Hiren ThackerInstalling maven on os xEasiest way to install maven on os x is just to use brewNov 21, 2016Nov 21, 2016
Hiren ThackerHow to list all the functions in a namespace in ClojureIt’s useful to know all the functions available in a namespace when you are in a REPL.Sep 17, 2016Sep 17, 2016