Main > Free Download Search >

Free intermediate software for pda

intermediate

Sponsored Links
Sponsored Links
Sort by >> Relevance
rss
Secleted [ 0 ] software to compare
Results 1 - 15 of about 13
Intermediate French 1.0

Intermediate French 1.0


A nice database for French language students. more>> Welcome to SuperMemo Knowledge Goldmine, a place where you can share your work with other SuperMemo users or download databases that others have created. All databases available here are provided for free. Note that they were created by SuperMemo users, not by MapleTop Software, so we cannot guarantee the content quality and accuracy.
A nice database for French language students. You will find here 1,500 French-English cards organized in 30 groups.
<<less
Download (53KB)
Added: 2008-05-12 License: Freeware Price: Free
683 downloads
Fake GPS Helper Smartphone 1.0

Fake GPS Helper Smartphone 1.0


Assists in creating NMEA log files for use with testing GPS systems. more>>
Assists in creating NMEA log files for use with testing GPS systems. Works with Windows Mobile 5 and GPS Intermediate Driver. Requires Fake GPS (part of the WM6 SDK) to be installed.
This program allows users to create and modify the required registry settings to create their own log files in the Fake GPS Files directory and reboot the device. The program also serves as a C# code example for modifying the registry and doing a soft reboot, w/user final confirmation dialog (cancel being the default) of the device.
*** Security Note: The user should carefully consider the privacy implications of using this application and should refer to "GPS Intermediate Driver General Registry Settings" in the Windows Mobile SDK. ***
The link to the Windows Mobile 6 SDK can be found in the download section. By default, the CAB for Fake GPS is located at C:Program FilesWindows Mobile 6 SDKToolsGPS.
System requirements:
- Windows Mobile 5
- GPS Intermediate Driver
- Fake GPS (part of the WM6 SDK)
<<less
Download (16.00KB)
Added: 2007-07-16 License: Freeware Price: FREE
831 downloads
Contacts Transfer Series 60 3rd Edition 3.01

Contacts Transfer Series 60 3rd Edition 3.01


With the Contacts Transfer application you can copy the entire contents of the contacts database includig thumbnail images and caller groups from one phone to another via bluetooth, infra-red or a mem more>>
Have you ever tried to copy the contacts database from one S60 based phone to another? Perhaps using a PC suite or SyncML? Perhaps you have noticed that something was missing in the end? No problem, with the Contacts Transfer application you can copy the entire contents of the contacts database includig thumbnail images and caller groups from one phone to another via bluetooth, infra-red or a memory card.
Contacts database (phonebook) transfer for S60 based mobile phones. So far none the PC suites for S60 based mobile phones that I have seen offer a complete contact database import/export functionality, something is always lost in the conversion. This is true also if you try to use SyncML and synchronize your contacts with MS Outlook for example. From this need came the Contacts Transfer application - it transfers the whole contents of the contacts database including thumbnail images and caller groups from one S60 based mobile phone to another via bluetooth, infra-red or a memory card.
If you do not have two SIM cards so that you could have two phones powered on to transfer the data directly from one phone to another you can use a PC (equipped with bluetooth or IR transmitter/receiver or a memory card reader) in the middle. Here are instructions to perform the transfer if you are using bluetooth, infra-red of a memory card on both phones (note that you can also use different media for the phones, e.g. export using infra-red and import using a memory card, if youre using a PC in the middle to transfer the intermediate file):
Start Contact Transfer application in the source phone.
Choose Export from the Contacts menu.
Select media (bluetooth, infra-red or file). If you choose bluetooth, turn the destination phones bluetooth on at this point.
If you chose file (i.e. a memory card), select MMC (E:) from the drive menu.
The contents of your contacts database will be exported and zipped.
Depending on the media you chose, the procedure continues as follows:
- Bluetooth:
You will be prompted to turn bluetooth on if its not already turned on.
A search for nearby bluetooth devices is performed. Note that you must have your destination phones bluetooth turned on before this step.
From the list of found devices, pick your destination phone.
You will receive a new message in your destination phones Inbox, which cannot be opened normally.
If youre using v3.x, you need to save the received file from Inbox to the "Others" directory on either the phone or a memory card.
Start Contacts transfer in the destination phone.
Choose Import, File and if youre using v2.00, choose Internal (C:), or if youre using v3.x, choose either Internal (C:) or Memory Card (E:) depending on where you saved the file.
Contacts Transfer will locate the import data from the Inbox if youre using v2.00 or load the file from the "Others" directory from the selected drive if youre using v3.x.
Contacts will be imported to the destination phones phonebook.
Press ok when prompted, and database compression will be executed.
After import and compress is done, you can delete the message from the Inbox.
- Infra-red:
Align your source phone with your PCs IR receiver (or the destination phones IR receiver).
If youre using a PC in the middle:
You will get a prompt on your PCs screen to accept a file from the source phone.
Confirm the query and a file called Contacts.data.z will be transferred to your PC.
Start Contacts Transfer in the destination phone.
Choose Import and Infra-red from the menus.
Align your destination phone with your PCs IR receiver (or source phones IR receiver).
If youre using a PC:
Drag and drop (or use the send to command from the context menu) the file you received earlier to the IR device.
Contacts data is transferred to the destination phone.
Contacts will be imported to the destination phones phonebook.
Press ok when prompted, and database compression will be executed.
- Memory card:
The exported contacts data is saved to your memory card.
When prompted, press ok and you can remove the memory card from your source phone.
Insert the memory card to your destination phone.
Start Contacts Transfer in your destination phone.
Choose Import, File and MMC (E:) from the menus.
Contacts transfer will locate and import data from the memory card.
Contacts will be imported to the destination phones phonebook.
Press ok when prompted, and database compression will be executed.
After import and compress is done, you can delete the intermediate file from your memory card.
Note that you may need a lot of space on your phones C: drive because the contacts database will be heavily fragmented during the import operation. This of course depends on the size of your contacts database but I have seen it get over a megabyte. The contacts database will be automatically compressed when import is finished.
Enhancements:
- Fixed a bug in file export operation.
<<less
Download (19.90KB)
Added: 2007-02-28 License: Freeware Price: FREE
598 downloads
SuperOptimize 1.0

SuperOptimize 1.0


SuperOptimize is a package to shrink, obfuscate and optimize your Java code for SuperWaba. more>>
SuperOptimize is a package to shrink, obfuscate and optimize your Java code for SuperWaba. The resulting files will be smaller, obfuscated, and heavily optimized.
Unlike the standard tools that come with the SuperWaba SDK, SuperOptimize uses the most advanced OpenSource tools available for the best results: the Soot framework for optimizations and ProGuard for shrinking and obfuscating.
Why optimize
Soot is the key component for the optimization of your programs. It uses four intermediate code representations for analyzing and transforming Java bytecode. The result is usually slightly bigger, but more performant code.
Why shrink
Shinking means removing all the classes and methods that are never used in your programs. This might sound strange, but it happens more than often. Of course shrinking means producing smaller files that take less time to load and consume less memory.
Why obfuscate
In the SuperWaba VM, like almost every Java VM, packages, methods, attributes and classes are looked up by name. That means, searching strings at run time. This is not particularly good for performance, especially with long strings beginning with the same characters (and that happens quite often, too).
Obfuscating is the process in which classes, methods, attributes and packages are renamed into very short strings like "A" or "bc" that take less to be searched by the VM. This also produces smaller binaries that consume less memory and take less time to load.
Obfuscating your .class files makes it also more difficult for others to understand your program by disassembling it. Its far from making reverse-engineering difficult though, so dont rely on it very much from a security point of view.
Version restrictions:
- SuperOptimize cant be used for commercial purposes
<<less
Download (5.03MB)
Added: 2007-06-28 License: Freeware Price: FREE
851 downloads
Vanguard Asset Allocation 1.1

Vanguard Asset Allocation 1.1


This program will guide you in developing a broadly diversified mutual fund portfolio tailored to your personal profile. more>>
Design a balanced portfolio of Vanguard Mutual Funds that will include Large Cap, Mid Cap, Small Cap, International, Emerging Markets, Long Term Treasuries, Intermediate Term Corp Bonds, Short Term Corp Bonds and Cash.

<<less
Download (292.00KB)
Added: 2007-04-05 License: Freeware Price: FREE
932 downloads
YieldCurveFitter for Pocket PC 2002 2008.10

YieldCurveFitter for Pocket PC 2002 2008.10


YieldCurveFitter for Pocket PC 2002 is created to be a handy and efficient tool for computing the spot rate and several commonly used intermediate (non-T-bill) term rates. more>>

YieldCurveFitter for Pocket PC 2002 2008.10 is created to be a handy and efficient tool for computing the spot rate and several commonly used intermediate (non-T-bill) term rates. It 'knows' what yield curves act like, fitting with relatively few points. The two shortest term rates must be provided, but only a few of the last ten are needed to compute those not supplied by the user.

Option investors will be primarily interested in the spot rate (which NillaHedge interprets as the risk free rate). Bond investors will be primarily interested in fitted yields for intermediate term rates, i.e. at maturities where no U.S. Treasury bond is offered, and any premium those investments may offer over the yield curve. The freeware version doesn't have a server interface, so you'll have to type the T-Bill rates in manually.

Requirements: Pocket PC 2002


<<less
Download (69KB)
Added: 2008-12-11 License: Freeware Price:
downloads
YieldCurveFitter for Windows Mobile 6.x 2008.10

YieldCurveFitter for Windows Mobile 6.x 2008.10


YieldCurveFitter for Windows Mobile is launched to be an easy-to-use and comprehensive tool for computing the spot rate and several commonly used intermediate (non-T-bill) term rates. more>> <<less
Download (356.3KB)
Added: 2008-12-11 License: Freeware Price:
downloads
Fake GPS Helper Pocket PC 1.0

Fake GPS Helper Pocket PC 1.0


Assists in creating NMEA log files for use with testing GPS systems. more>>
Assists in creating NMEA log files for use with testing GPS systems. Works with Windows Mobile 5 and GPS Intermediate Driver. Requires Fake GPS (part of the WM6 SDK) to be installed.
This program allows users to create and modify the required registry settings to create their own log files in the Fake GPS Files directory and reboot the device. The program also serves as a C# code example for modifying the registry and doing a soft reboot, w/user final confirmation dialog (cancel being the default) of the device.
*** Security Note: The user should carefully consider the privacy implications of using this application and should refer to "GPS Intermediate Driver General Registry Settings" in the Windows Mobile SDK. ***
The link to the Windows Mobile 6 SDK can be found in the download section. By default, the CAB for Fake GPS is located at C:Program FilesWindows Mobile 6 SDKToolsGPS.
System requirements:
- Windows Mobile 5
- GPS Intermediate Driver
- Fake GPS (part of the WM6 SDK)
<<less
Download (16.00KB)
Added: 2007-07-16 License: Freeware Price: FREE
830 downloads
Fake GPS Helper WM6 1.0

Fake GPS Helper WM6 1.0


Assists in creating NMEA log files for use with testing GPS systems. more>>
Assists in creating NMEA log files for use with testing GPS systems. Works with Windows Mobile 6 and GPS Intermediate Driver. Requires Fake GPS (part of the WM6 SDK) to be installed.
This program allows users to create and modify the required registry settings to create their own log files in the Fake GPS Files directory and reboot the device. The program also serves as a C# code example for modifying the registry and doing a soft reboot, w/user final confirmation dialog (cancel being the default) of the device.
*** Security Note: The user should carefully consider the privacy implications of using this application and should refer to "GPS Intermediate Driver General Registry Settings" in the Windows Mobile SDK. ***
The link to the Windows Mobile 6 SDK can be found in the download section. By default, the CAB for Fake GPS is located at C:Program FilesWindows Mobile 6 SDKToolsGPS.
System requirements:
- Windows Mobile 6
- GPS Intermediate Driver
- Fake GPS (part of the WM6 SDK)
<<less
Download (16.00KB)
Added: 2007-07-16 License: Freeware Price: FREE
832 downloads
Pilomns 2.0

Pilomns 2.0


Pilomns is a free game inspired by the arcade game Columns. more>>

Pilomns 2.0 is a free game inspired by the arcade game 'Columns'. The purpose of the game is to get as high score as you can. When the same pattern of blocks lines more than three in horizontal, vertical, or diagonal direction, the blocks will be removed. The more you erase the blocks, the more score you get.

Major Features:

  1. Selectable block image from 5 image types
  2. Selectable three game levels (Beginner, Intermediate, Special)
  3. Bomb block and bonus block erasure by the chain block erasure in the Special game level.
  4. Operation key is fully customizable
  5. High score ranking by each game level
  6. High performance and quick response to your key operation
  7. Color support (for Palm OS 3.5 or later)
<<less
Download (15.6KB)
Added: 2008-08-21 License: Freeware Price:
downloads
Sketch2Go 0.7.1

Sketch2Go 0.7.1


Sketch2Go is an excellent and free program encouraging visual exploration of phenomena by providing qualitative indication of the ways in which the sketch drawn by the user changes. more>> Sketch2Go 0.7.1 is an excellent and free program encouraging visual exploration of phenomena by providing qualitative indication of the ways in which the sketch drawn by the user changes. The sketch is a diagrammatic representation that attempts to help the viewer focus on the principles rather than on tedious details of the represented phenomenon. Phenomenon can refer to processes outside of mathematics (e.g., physical temporal phenomena) or to mathematical phenomena (e.g., a function with three extrema). Moving students beyond plotting and reading points to interpreting the global meaning of graphs and the functional relationships that they describe has been identified as a major goal of mathematics education.

Tools like Sketch2Go enable the bypassing of algebraic symbols as the only channel into mathematical representation, and motivate students to experiment with a given situation, analyze it, and reflect upon it, even when the situation is too complicated for them to approach symbolically. The visual analysis that emerges from work with such tools is different from that which arises from work with algebraic symbols or numerical tables.
Major Features:

  1. Sketch2Go is a qualitative graphing tool. Graphs are sketched using seven icons representing constant, increasing, and decreasing functions that change at constant, increasing, or decreasing rates. It is based on original R&D carried out by Schwartz and Yerushalmy (1995) and Shternberg & Yerushalmy (2001), who propose an intermediate bridging representation based on the function and its vocabulary. The seven graphic icons describe the change in both the function and its rate of change. Sketch2Go is a version of the Qualitative Derivative Grapher programmed by Alexander Zilber for CET (Centre for Educational Technology).
  2. Mathematical modeling cannot be fully accomplished by this qualitative sign system of constant, increasing, and decreasing functions. But the set of seven signs supports forming a mathematical construction with language developed from acquaintance with physical scenarios, helping lay the foundations of learning pre-calculus and calculus. Sketch2Go supports the abstraction of everyday phenomena using a small set of mathematical signs that can be manipulated on screen as semi-concrete objects.

Requirements:

  • Java Enabled (J2ME) Phone - Profile/MIDP-2.0 Configuration/CLDC-1.1
  • Screen Resolution: 128 x 96 and above
<<less
Download (66KB)
Added: 2008-06-26 License: Freeware Price: FREE
1 downloads
SciCalc for Palm 1.0

SciCalc for Palm 1.0


SciCalc is a small Scientific Calculator for Handhelds. more>>
SciCalc is a small Scientific Calculator for Handhelds.

It does not allow for "Intermediate or Chain Calculations", i.e., you can not perform the following without pressing the equal sign after each operation:

Example: "3 * 2 * 4 + 5 = " IS NOT Allowed.
You must operate on the expression as follows: " 3 * 2 = 6 * 4 = 24 + 5 =29 "

You will notice that the * ; / ; + and - operators are un-enabled after one is pressed and that the " = " blinks.
So you must select the " = " sign to finish the current operation prior to moving on to the next.

<<less
Download (8.00KB)
Added: 2006-04-27 License: Freeware Price: FREE
1275 downloads
Chrono 1.0

Chrono 1.0


Chrono is a simple stopwatch which gives the time in thousanths of a second. more>>
It allows the normal minimal functions, along with intermediate times.
As normal with CodePPC programs, the source code is supplied and you should consider this program as an educational example as well as a genuine utility
System requirements:
- Pocket PC
- ARM Processors
- .Net Compact Framework
<<less
Download (46.90KB)
Added: 2006-03-06 License: Freeware Price: FREE
1329 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 1
  • 1