SCMD is a search command script written in bash that allows users to search for commands that have been shared and uploaded. SCMD also allows users to create their list of commands and store it locally in a CSV format rather than storing it in a plain text file. Additional commands are often added and […]
Storing weather in MongoDB
While back I posted and shared my weather collection using Open Weather API and storing the data into MySQL database, here was my original post. Now this time I am posting how to download weather using Yahoo Weather API and storing the data into a MongoDB database. You will need to to register and obtain […]
Weather Graph in PHP
A while back I showed you how I collect weather throughout the day for several cities of my choosing, well-collecting data is only good if you can use it or do something with it so I now started playing with GD module for PHP.While not totally impressive I do like the possibilities so here goes […]
SCMD 440 commands
SCMD is a search command script written in bash that allows users to search for commands that have been shared and uploaded. SCMD also allows users to create their list of commands and store it locally in a CSV format rather than storing it in a plain text file. Additional commands are often added and […]
My weather collection
It was an average Cloudy Christmas afternoon @ 12°C in temperature when I decided it would be fun collecting some weather stats from a few countries around the world where I’ve been, visited or lived. All records stored in a @mysql database at home. Here is where I started collecting weather records, but not all […]