blog.trauzti.com
A place for my programming endeavours - trauzti
http://blog.trauzti.com/author/trauzti.html
A place for my programming endeavours. Retrofit and www.apis.is are awesome. Published: Fri 24 April 2015. I love the Retrofit networking library for Android when connecting to RESTful JSON APIs. It saves hundreds of lines of code when compared to raw AsyncTasks. In order to show off the power of Retrofit I made a simple Android app that fetches information about an Icelandic Car License plate using the awesome API service www.apis.is. It basically converts this. And when the user clicks the lookup butto...
blog.trauzti.com
A place for my programming endeavours - c
http://blog.trauzti.com/category/c.html
A place for my programming endeavours. Measuring cpu time in C. Published: Sun 02 March 2014. Measuring the running time of a program with the time command can be quite useful. However there are times when you need to get the exact cpu time in nanoseconds of the program you wrote in C and then you want to use clock gettime. Here is a code example with a big for loop:. Gcc loop.c -o loop $. Let's also compare the output from the time command. The code is here: loop.c. Page 1 / 1. How to use pelican.
blog.trauzti.com
A place for my programming endeavours - python
http://blog.trauzti.com/tag/python.html
A place for my programming endeavours. Amazon's Elastic Beanstalk with Flask and Redis. Published: Mon 23 March 2015. I wanted to create a simple web server that shows off the HyperLogLog datastructure. Conveniently, this data structure is built into Redis since version 2.8.9. Read more about it here, Antirez weblog. Redis new data structure: the HyperLogLog. And then I will show you the details of how to make this magic happen in just a few lines of code. Brew install aws-elasticbeanstalk $. FROM docker...
blog.trauzti.com
A place for my programming endeavours - python
http://blog.trauzti.com/category/python.html
A place for my programming endeavours. Amazon's Elastic Beanstalk with Flask and Redis. Published: Mon 23 March 2015. I wanted to create a simple web server that shows off the HyperLogLog datastructure. Conveniently, this data structure is built into Redis since version 2.8.9. Read more about it here, Antirez weblog. Redis new data structure: the HyperLogLog. And then I will show you the details of how to make this magic happen in just a few lines of code. Brew install aws-elasticbeanstalk $. FROM docker...
blog.trauzti.com
A place for my programming endeavours - java
http://blog.trauzti.com/tag/java.html
A place for my programming endeavours. Retrofit and www.apis.is are awesome. Published: Fri 24 April 2015. I love the Retrofit networking library for Android when connecting to RESTful JSON APIs. It saves hundreds of lines of code when compared to raw AsyncTasks. In order to show off the power of Retrofit I made a simple Android app that fetches information about an Icelandic Car License plate using the awesome API service www.apis.is. It basically converts this. And when the user clicks the lookup butto...
blog.trauzti.com
A place for my programming endeavours - docker
http://blog.trauzti.com/tag/docker.html
A place for my programming endeavours. Amazon's Elastic Beanstalk with Flask and Redis. Published: Mon 23 March 2015. I wanted to create a simple web server that shows off the HyperLogLog datastructure. Conveniently, this data structure is built into Redis since version 2.8.9. Read more about it here, Antirez weblog. Redis new data structure: the HyperLogLog. And then I will show you the details of how to make this magic happen in just a few lines of code. Brew install aws-elasticbeanstalk $. FROM docker...
blog.trauzti.com
A place for my programming endeavours - gdb
http://blog.trauzti.com/category/gdb.html
A place for my programming endeavours. Published: Tue 08 April 2014. Debugging multiple threads with gdb can be cumbersome. Here is a neat trick to show the status of all running threads thread apply all bt. Let's start memcached and try this trick. Memcached spawns 4 worker threads so here you can see those threads start from within gdb. You can read more about this trick here: debugging-core-using-gdb. Gdb memcached-debug GNU gdb (. Free Software Foundation, Inc. License GPLv3 : GNU GPL version 3.
blog.trauzti.com
The openssl heartbleed vulnerability
http://blog.trauzti.com/openssl-heartbleed-ubuntu-fix.html
A place for my programming endeavours. The openssl heartbleed vulnerability. Published: Wed 09 April 2014. On Monday April 7th 2014, a serious bug was reported in OpenSSL which is the fundamental package used by all HTTPS communcations. Everyone who opens a website like facebook.com or gmail.com uses HTTPS so you might see how big the impact is. If you are running Ubuntu 12.04 or a similar server I recommend upgrading the system right away with those two commands:. Sudo apt-get update $.
blog.trauzti.com
A place for my programming endeavours - linux
http://blog.trauzti.com/tag/linux.html
A place for my programming endeavours. Amazon's Elastic Beanstalk with Flask and Redis. Published: Mon 23 March 2015. I wanted to create a simple web server that shows off the HyperLogLog datastructure. Conveniently, this data structure is built into Redis since version 2.8.9. Read more about it here, Antirez weblog. Redis new data structure: the HyperLogLog. And then I will show you the details of how to make this magic happen in just a few lines of code. Brew install aws-elasticbeanstalk $. FROM docker...
SOCIAL ENGAGEMENT