Make
-
7 August 2022 0
-
Almabraxas 3-1: power management strategy
21 January 2021 0 -
MBED, FlashIAP, TDBStore and STM32F4 internal flash
15 March 2020 0 -
9 November 2019 0
-
More on noise in current measurement (actually less noise)
4 October 2019 0 -
23 March 2019 0
-
23 March 2019 0
Think
- America Invents Act, business methods and software patents
10 October 2011 13:20
You may know that America has a new legislation regarding patents, the America Invents Act. A remarkable part of it is sec 18. “TRANSITIONAL PROGRAM FOR COVERED BUSINESS-METHOD PATENTS”. My …
- PHP equivalent of python setattr
24 September 2011 17:48
setattr(obj, name, value) sets property name of obj to value in python. You can do the same in php with$obj->$name = value note the $ in front of the name$obj->name …
- Email
27 August 2011 18:43
Before gmail and others, the e-mail was a 20-100 MB storage provided by your ISP with a POP / IMAP mechanism to retrieve it. Gmail and others have turned it …
- readline() on closed filehandle FILES at /usr/sbin/popularity-contest line 104 (not solved yet, but at least we understand) and how popularity-contest works
2 August 2011 10:18
This is bug [https://bugs.launchpad.net/ubuntu/+source/popularity-contest/+bug/742017 #742017] The solution is yet to be devised, but at least we know = How popularity-contest works = ”’popularity-contest”’ is a script that sends a periodic …