Fork me on GitHub
Jason Antman's Blog
  • About Me
  • AWS
  • Software
  • Hardware
  • DIY / Home Automation / Security
  • Miscellaneous
  • Tags
  • Archives

Pretty-Print a JSON response at the command line

Date Tue 09 October 2012 Tags curl / json / python / rabbitmq

I’ve been doing some work with RabbitMQ lately, and have been doing some testing against its HTTP-based API, which returns results in JSON. If you’re looking to pretty-print a JSON response for easier viewing, here’s a nice way to do it at the command line using …

more ...

Python script to find dependency cycles in GraphViz dot files

Date Wed 28 March 2012 Tags dot / graph / graphviz / puppet / python

Using GraphViz to describe configurations is relatively popular in the software and systems architecture world; the simple text-based format makes it quiet simple, and the directed graph (dot file) is a simple method to store a graph of information flow or component relationships. Puppet includes builtin support for generating dot …

more ...

Adding Piwik Web Analytics Integration to ViewVC

Date Fri 23 March 2012 Tags analytics / piwik / python / subversion / svn / tracking / viewvc

Update February 2014: Give up the analytics, and just host your code on GitHub.

All of my public subversion repositories and CVS repositories are available online through a great Python application called ViewVC, which provides a web-based interface to CVS and SVN repositories, as well as history browsing, graphical diffs …

more ...

  • «
  • 1
  • 2
  • »
  • Recent Posts

    • Open Source WiFi Site Survey Heatmap Tool
    • Better Logging for AppDaemon Apps
    • Python script to check xfinity data usage
    • Tooling for AWS - webhooks to SQS via API Gateway and Lambda
    • AwsLimitChecker - Check Your AWS Usage Against Service Limits
  • Latest Tweets

    Tweets by j_antman
  • GitHub Repos

    Status updating...

    @jantman on GitHub
  • Links

    • Homepage
    • Resume

© 2018 Jason Antman · Powered by pelican-bootstrap3, Pelican, Bootstrap

Back to top