HOW TO : Use awk to print values larger than certain number
Quick how to on using awk to filter results if a certain value (column) is larger than a set value. For example, if you have a...
Quick how to on using awk to filter results if a certain value (column) is larger than a set value. For example, if you have a...
We had a recent challenge at work which required us to execute different actions based on which office a particular workstation was located in. Since we...
Following up from my post earlier this month regarding building a security application that scans publicly available data (Google) and report on potential information leakage from...
Quick entry for my own records. MongoDB is one of the popular open source document database that is part of the nosql movement. One of the...
I think the best way to learn a new (programming) language is to address a real world problem :). So here is one, I want to...
Just for my notes.. Even though the CVV numbers on a credit card, look like numbers :), don’t treat them as integers in your code. Some...