Category: Development
-
Querying Apache Hadoop Resource Manager with Python.
Written by
on
Querying Apache Hadoop Resource Manager with Python. I was recently asked to write a script that would monitor the running application on the Apache Hadoop Resource Manager. I wonder over…
-
MongoDB Script for counting records in collections in all the databases
Written by
on
Here is a quick script. I wrote for a co-worker. var host = “localhost” var port = 27000 var dbslist = db.adminCommand(‘listDatabases’); for( var d = 0; d < dbslist.databases.length;…
-
2014 AT&T Developer Summit
Written by
on
I will be attending the AT&T Developer Summit in Las Vegas. I will also be taking part in the Summit Hackathon. “The AT&T Summit Hackathon is the premier hackathon of the…
-
SIC:// AT&T Hackathon 2013
Written by
on
Well, since my last blog entry I went to my first Hackathon, the Seattle Interactive Conference / SIC:// AT&T Hackathon. Ended up joining a team with two complete strangers, Joan…
-
Something new, writing Android App in HTML 5
Written by
on
I wanted to write an App for my Android Tablet, something easy so I could get a basic understanding of what it would take to write an app. I figured…
-
Install Git From Source On Linux
Written by
on
If you are like me and want to install git-core core from source instead of one to the many binary packages out or you just have a distro that does…
-
Here is what happens when I recovery from surgery.
Written by
on
After being told that I would need to take five days to recovery from a recent surgery and being informed that they would prefer me not to work on any…
-
Simple HTTP Server with Python
Written by
on
Ever needed a quick web server to share something with a Windows user from you Linux box. Python has really easy to use embedded HTTP Server. Just try the following.shell>…
-
Slacking over the Holidays
Written by
on
So December was an interesting month for me, with a few changes in my personal career and the holidays. I take a week off. Which of course lead me spending…
-
Connecting PHP to An Oracle Instance on RedHat or CentOS 5
Written by
on
Here lately it seems that everyone wants to connect to Oracle, but I have to admit this was the first time someone asked me to get PHP to talk to…