Freshmeat

Syndiquer le contenu
The last 24 hours worth of freshmeat.net releases
Mis à jour : il y a 5 années 5 semaines

PhoNetInfo 1.8.0 (Unsigned branch)

lun, 18/02/2008 - 15:22
PhoNetInfo retrieves detailed phone and network information. It runs on Symbian S60 3rd edition mobile phones. Information about the following topics can be retrieved: phone manufacturer and model, firmware version, battery level, WLAN and bluetooth MAC, bluetooth device class, IMSI, IMEI, subscriber ID, charger status, running tasks, active profile settings, network mode, network signal strength and cell ID, network name and ID, network country code and registration status, CPU speed, CPU type and architecture, size of RAM and ROM, and more. License: Freeware Changes:
Memory card CID register information was implemented. This information includes WLAN name, IP address, net mask, broadcast address, default gateway, primary and secondary name server, MTU and speed information. New phone models were added to the CPU ABI type, CPU speed, and CPU architecture programming routines to correctly distinguish between ARM11 and ARM4 CPUs. The "Reboot device" option was added. A Nokia N80 SysUtil API bug was fixed.

Ctalk 0.0.43a (Default branch)

lun, 18/02/2008 - 15:20
Ctalk provides object oriented programming features, like classes, methods, operator overloading, and inheritance to otherwise standard C programs. You can use only a few objects and classes in a program, or you can write programs entirely in Ctalk. The package provides a translator from Ctalk source code into C for compilation and a library that provides run-time support for class objects. The preprocessor, ctpp, is also available separately, and the package includes sample programs and documentation. License: GNU General Public License (GPL) Changes:
This release adds the ability to define class and instance variables using the variable class' constructors. Improvements in expression analysis and several bugfixes were made.