I use open source to help people evolve, I take pleasure in seeing people evolve
Open Source Contributions - June 2014
June 2014 saw significant contributions across 7 repositories, with 11 pull requests and 3 issues opened, highlighting collaborative progress in open-source projects.
Read more ⟶Open Source Contributions - May 2014
May 2014 saw significant activity with 6 repositories contributing 44 events, including 21 pull requests and 17 issues, driving innovation and collaboration.
Read more ⟶Open Source Contributions - April 2014
April 2014 saw 20 contributions across 8 repositories, with 13 issues opened, enhancing collaboration and driving project improvements.
Read more ⟶Golang, C and Python the benchmark time
I was wondering how performant Golang is, so I decided to put together a little benchmarking example for myself.
The benchmark will be done in my personal computer:
Processor 3 GHz Intel Core i7
Memory 8 GB 1600 MHz DDR3
Software OS X 10.9.2 (13C64)

So I started with Python, which is what I know best and created the following simple script;
The reason for the total output, was to have a check to ensure that I was getting the same results in each of the scripts. To make sure that they are doing the same amount of work.
…