A Smackerel of Opinion
Notes and jottings from an ex-Ubuntu Kernel Team Engineer
Friday, 23 November 2012
Using the gcc cleanup attribute
›
Section 6.36 of the GCC manual describes the rather interesting cleanup variable attribute. This allows one to specify a function to cal...
6 comments:
Saturday, 17 November 2012
Benford's Law with real world data.
›
If one has a large enough real life source of data (such as the size of files in the file system) and look at the distribution of the firs...
1 comment:
Friday, 16 November 2012
Non linear characteristics in a draining battery on the Nexus 7
›
Measuring power consumption on low power devices really is not as simple as running tools such as PowerTop and then assuming the data is tru...
5 comments:
Saturday, 3 November 2012
Counting code size with SLOCCount
›
David A. Wheeler's SLOCCount is a useful tool for counting lines of code in a software project. It is simple to use, just provide it w...
1 comment:
‹
›
Home
View web version