I use a text to diagram tool called PlantUML. It's perfect! Now, I want to use it with my hugo site, through a short code. So, I I type a code like below, I should see out like as the image. 1@startuml 2A -> B : Hello 3A <- B : Hi There! 4@enduml Update: I spend many hours trying to work this out. Created a …
Read More- Good list of commands to be SSH 'Yoda'. I like the tunnels and screen the most in these. They have been so useful over the years, for development and troubleshooting.
Read More - I use linux for all production deployments (Obviously). Here is a quick one image run down for all optimizations.
Read More - I have finally released my first vagrant box. Its been a long time coming, but it's here now. How to get it?
Read More - I don't like the whole concept of installers for my development tools like JDK, Eclipse, Netbeans, etc. I just keep a batch/shell script to setup my environment variables for JAVA_HOME, PATH and aliases.
Read More - C++11 is the latest specification for C++. Have a look at some of the cool new features in it.
Read More Map of India, drawn form C Code. Going through social networks, I stumbled upon this code. It didn't make much sense to me, except for the fact that there were 2 loops doing something with a large string. But when I compiled it (with a tiny modification), it gave a great result. Here's code and result. 1 2// File: …
Read More- With local telcos slimming data bundle with phone plans and charging extra S$2+ /gb, having radio on phone is great. Saves me 50megs a day. Or 1.5 gb a month.
Read More