programmer
ProfileEngine 1.0
Python extension that allows access to the ProfileEngine API which is available on 3rd edition FP1 phones (and newer). more>>
ProfileEngine 1.0 is a great addition to a programmer's toolkit. It is actually a Python extension that allows access to the ProfileEngine API which is available on 3rd edition FP1 phones (and newer). It has limited functionality: it allows getting/setting the current profile and retrieving a list of available profiles.
Note: On 3rd edition phones Python extensions need to be signed using the same certificate and the same capabilities as the Python SIS file itself. If signed differently or using different capabilities, installation will work but you'll get KErrAccessDenied errors at run-time.
Major Features:
- Symbian 3rd edition FP1 SIS file (unsigned) is available
- Source files, documentation and example are available
Requirements:
- Symbian 3rd edition FP1
- Python for S60 (PyS60)
WLANMgmt 1.0
Python extension that allows access to a very limited part of the WLANManagement API: you can use it to scan for available WLAN networks. more>>
WLANMgmt 1.0 is an excellent utility for programmers. It is actually a Python extension that allows access to a very limited part of the WLANManagement API: you can use it to scan for available WLAN networks.
Note: On 3rd edition phones Python extensions need to be signed using the same certificate and the same capabilities as the Python SIS file itself. If signed differently or using different capabilities, installation will work but you'll get KErrAccessDenied errors at run-time.
Major Features:
- Symbian 3rd edition FP1 SIS file (unsigned) is available
- Source files, documentation and example are available
Requirements:
- Symbian 3rd edition FP1
- Python for S60 (PyS60)
Landmarks 1.0
Python extension that allows access to the Landmarks API which is available on 3rd edition phones (and newer). more>>
Landmarks 1.0 is yet another excellent utility for programmers. It is actually a Python extension that allows access to the Landmarks API which is available on 3rd edition phones (and newer).
Major Features:
Available:
- Symbian 3rd edition SIS file (unsigned, UID from the test range)
- Symbian 3rd edition FP1 SIS file (unsigned, UID from the test range)
- Source files, documentation and example
Requirements:
- Symbian 3rd edition
- Python for S60 (PyS60)
ImageDecoder 1.0
Python extension that allows you to perform several operations on image files. more>>
ImageDecoder 1.0 is an excellent utility for programmers. It is actually a Python extension that allows you to perform several operations on image files.
Major Features:
- Functions:
- Extract a bitmap image from a JPG file (including EXIF data)
- Modify the EXIF data of a JPG file
- Extract a bitmap image (JPG, PNG, ...) from a memory buffer directly into a Python graphics Image, whilst optionally reducing the color depth and/or resizing it in one operation.
- Read a bitmap image (JPG, PNG, ...) from file into a Python graphics Image, whilst optionally reducing the color depth and/or resizing it in one operation.
- Available files (supported on 3rd edition and higher):
- Symbian 3rd edition SIS file (unsigned)
- Symbian 3rd edition FP1 SIS file (unsigned)
- Source files, documentation and example
Requirements:
- Symbian 3rd edition
- Python for S60 (PyS60)
Rapid Palm GUI 1.0
Framework for OnboardC programmers more>>
A framework with simple handling of buttons, text fields, checkboxes, and so on.
Needs freeware OnboardC compiler.
PCalc for Java 1.0
Programming calculator. more>>
Main features:
- PCalc keeps in database all your programs. A program consists of main procedure and may be some subprocedures. Program may have input parameters. The values of these parameters will be asked when program is started. Access to the parameters is performed using input instruction.
- PCalc provides stack-based language (like Forth). Operands are pushed on stack and operations are performed with top elements of the stack. Temporary results also can be stores in local variables (of self or outer procedure). Stack is also used to pass parameters to procedures and return values. Content of stack after return from main procedure is treated as program result. It is also possible view values of variables of main procedure (if program should return many results it is more convenient to store them in local variables).
- PCalc provides the following groups of instructions: load/store, operators, functions, control flow. Instructions of first three groups do not require extra explanation. Control flow instructions includes procedure call, return, conditional (IF) and unconditional (GOTO) branches. IF transforms control to the specified label if value on stack is zero. Label for these instruction is specified by selecting instruction in the list. Please notice, that when you are inserting new branch instruction it is not yet present in the list.
- PCalc provides wide editing capabilities. It is possible to add/remove/rename any variable/parameter/function. The only restriction is that it is not possible to remove entity which is used. It is also possible to move label (adjusting all branch instruction referencing this label) or change target of particular branch instruction.
- PCalc allows to introduce new variable only when you are specifying operand for STORE. Operand of load method is selected from the list of available variables. It somehow prevents programmer from using uninitialized variables.
IPtool 1.2
IPtool is an easy to use application for administrators and router programmers to get information on subnets and wildcards. more>>
InputInspector 1.0.2
A simple programmers tool to capture key presses on devices to see what numeric event they generate. Output can be displayed in hex, ascii or decimal. more>>
Output can be displayed in hex, ascii or decimal.
System requirements:
- Any Palm OS Hardware
- Palm OS 3.5
- 36KB RAM
MemHog 1.0
MemHog is recognized to be a sophisticated tool which tries to fill up your Pilots database memory until only the amount of free memory that you specify is left. more>>
MemHog 1.0 is recognized to be a sophisticated tool which tries to fill up your Pilot's database memory until only the amount of free memory that you specify is left. It isn't always quite exact, but serves its purpose, which is to allow programmers to test their applications under low-memory conditions.
Requirements: Palm
LocationRequestor 1.0
Python extension that allows access to the Location Acquisition API (which connects to, for example, an internal and/or external GPS). more>>
LocationRequestor 1.0 is yet another excellent utility for programmers. It is actually a Python extension that allows access to the Location Acquisition API (which connects to, for example, an internal and/or external GPS). It supports both blocking calls and callbacks. It is based on the lbsreference example in the Symbian SDK.
Note: On 3rd edition phones Python extensions need to be signed using the same certificate and the same capabilities as the Python SIS file itself. If signed differently or using different capabilities, installation will work but you'll get KErrAccessDenied errors at run-time.
Major Features:
Available:
- Symbian 2nd edition FP2 SIS file
- Symbian 3rd edition SIS file (unsigned, UID from the test range)
- Source files, documentation and example
Requirements:
- Symbian 2nd edition FP2
- Symbian 3rd edition
- Python for S60 (PyS60)
IconEdit Series 80 1.1
IconEdit is a freeware Icon creator/editor. more>>
IconEdit was written in OPL (the source code is available on request - drop me an email if you want to have it). For IconEdit to run, you need the latest OPL runtime for your Communicator installed. For your convenience, the latest OPL runtimes for Nokia 9200 and Nokia 9500 are included in the ZIP file.
System requirements:
- Nokia 9300/9500 devices.
PlusCalc 1.01
PlusCalc is a freeware Pocket PC calculator with support for entering expressions more>>
It also has support for scientific and programmers functions such as boolean functions on binary and hexadecimal numbers.
Enhancements:
- * Bug: Parse error on division, wrong evaluation order
TuneBoard 2.0
TuneBoard is a simple, but accurate musical keyboard. It is capable of playing in the range of a standard piano. more>>
The pitches are based on 440 A tuning, and should be accurate within 1 Hertz.
Installation:
After installing TuneBoard.prc and syncing with your desktop, TuneBoard should appear in your list of applications. This program was built with AppForge 2.0. This application needs AppForge Booster 2.0 or higher to run properly. Programmers will also be interested in obtaining AppForge to easily design their own programs.
Usage:
Tap the piano keys to produce the notes. The length of the notes can be changed by choosing a different type of note (whole, half, quarter, or eighth). Tempo can be entered in beats per minute or by moving the slider at the top of the screen.
Visual Basic Runtime Files
Runtime files required to run Microsoft Pocket Visual Basic applications on your Windows CE device. more>>
Requirements:
- Windows Mobile 2003/5/6
- Pocket PC 2000/2002
Missing Calculator 1.1
Missing Calculator is designed to meet all your needs of an effective Programmers calculator. more>>
Missing Calculator 1.1 is designed to meet all your needs of an effective Programmer's calculator.
Programmer's Hexadecimal, Decimal, Octal and Binary Calculator. The Calculator of Mac OS X has 3 modes. Basic, Scientific and Programmer. But the Calculator of iPhone/iPod touch does not have Programmer mode. The Missing Calculator operates on and displays 64 bits of data. Do you want to know what it exactly does? Launch the Calculator of Mac OS X in programmer's calculator mode and there you go. Device type(s) the application is designed for (iPhone and/or iPod touch)
- Page: 1 of 2
- 1
- 2