dailycoding Parsing a tab seperated zone file in shell For a research project, I wanted to analyze domain names. I got a copy of a zone file that was tab seperated. Before I could load it into pandas or r, I wanted
IPinfo Detailed Guide to Geographic Targeting and Personalization using IPinfo.io 01 - What is IPInfo.io? Let's look at what this wonderful service called ipinfo.io is. As the webpage, says IPinfo is one of the most trusted sources of information
Analytics Calling a bash script with parameters | Demo to get IP address of any domain Originally posted at https://blog.mypad.in/calling-a-bash-script-with-parameters-demo-to-get-ip-address-of-any-domain/ In this post, lets look at solving a recurring task of having to launch bash scripts with custom parameters. I'll demonstrate this with
Data Analytics Processing JSON data on the command line Originally posted at: https://blog.mypad.in/processing-json-data-on-the-command-line/ JSON has become the defacto standard of data transfer for a major part of the internet now. Particularly with the ubiquitous usage of mobile apps,
Spider Pro Improve Productivity. Extract YouTube Transcripts using Spider Pro I've been working on trying to get a blog post related to Spider Pro, which is as they say is *one of the easiest ways to scrape the internet, simply start clicking and collect the data you need*.
Apache Spark Installing Apache Spark on Ubuntu 16.04 I've finally got to a long pending to-do-item to play with Apache Spark. The following installation steps worked for me on Ubuntu 16.04. * Download the latest pre-built version from http:
R-Project Giving your R code a boost with NodeJS modules. Power up your OpenCPU! I've am a happy node user and would like to use the power of node modules in R! Sounds crazy? V8 to the rescue! I'll expand on this soon
Charts Visualizing rural and underserved counties in the US The CFPB recently published their list of rural and underserved counties in the US for 2016. Unfortunately, the data is in a PDF (terrible open data format), and we need to extract the
Analytics Data Science courses on the internet I've seen a ton of data science courses that keep coming up on the internet. Here is a post to refer to when I decide to spend some time to learn
R-Project Displaying a Sector Return Performance Chart using R and Licorice I learned an interesting way to plot a Likert scale from my feed of R-bloggers that referenced some pretty cool recent work done by Bart to plot Likert-like data. I was looking for