Tips-N-Tricks

Smaller than, Greater than ‘<>‘ Symbol in Postgresql

Note to self. ‘<>’ = ‘!=’ The unique smaller than, greater than sign is equivalent to ‘not equal to’.

SmartGit – A Solid Cross-Platform Git GUI Client

I have been looking for a git client for linux for a very long time. I use git-cola on and off, but never been happy with it. The only time I need a git client is to look at logs and extract snippets of code that I have used in the past. Otherwise I do [...]

why does strcpy have dest first and src after?

why does strcpy have dest first and src after? Its so non intuitive. This has been my pet peeve over the years.

Check whether a port is open or not on a windows machine

netstat -na | find “LISTENING” | find “TCP” | findstr “:80\>” Checking whether port 80 is open or not

Page 1 of 512345