• Open Source, aka, the 770 mistake, aka compile your own stuff
    Hello, Owning a Nokia 770 and having been shutout by Nokia when the N800 came out I've got some bad experiences with proprietary 'extensions' of open source software. From what I understand from...
  • Open Source, aka, the 770 mistake, aka make your own cod
    Hello, Owning a Nokia 770 and having been shutout by Nokia when the N800 came out I've got some bad experiences with proprietary 'extensions' of open source software. From what I understand from...
  • gerneric open source times and div code in source
    were looking for open source code for time and divisn of numbers like 2 x 3 and 3 / 7 it must be code in source and with proper comments ending in ; we cant find any.
  • open source compilers for cortex-A8
    Note: This was originally posted on 19th December 2011 at http://forums.arm.com Hi, Can any one tell me the availability of open source compilers for cortex-A8 on windows or linux. Thanks in advance....
  • The 'sscanf' mistake
    sscanf(buffer, "%d", &var1_1byte); in the above case, var1_1byte is uint8_t (ie 1 byte char variable). the "%d" in sscanf resulted to writing of multiple bytes (notice that '%d' is for 'int') which...