java 1.3 set an internet cookie
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1852
Java Train Schedule 1.0
Java Train Schedule is a simple Java application written for the Palm OS platform. It allows the users an easy way to view commuter train schedules. more>>
Java Train Schedule is a simple Java application written for the Palm OS platform. It allows the users an easy way to view commuter train schedules.
Although this application was written for the Chicago Metra train system, there is no reason that data from other systems could not be loaded.
Java Train Schedule is completely free.
<<lessAlthough this application was written for the Chicago Metra train system, there is no reason that data from other systems could not be loaded.
Java Train Schedule is completely free.
Download (28.80KB)
Added: 2007-07-25 License: Freeware Price: FREE
841 downloads
Misfortune Cookie 1.2
Misfortune Cookie is a freeware program that provides rude, obnoxious, and downright mean fortunes to the user. more>>
Misfortune Cookie is a freeware program that provides rude, obnoxious, and downright mean "fortunes" to the user.
Works on Palm OS 3.x/4.x color and greyscale devices.
<<lessWorks on Palm OS 3.x/4.x color and greyscale devices.
Download (32.00KB)
Added: 2007-04-23 License: Freeware Price: FREE
916 downloads
Internet Info 1.0
Collect, store and share internet contact information with other palm users. Beam your contact information to others and receive their info back. more>>
Collect, store and share internet contact information with other palm users.
Beam your contact information to others and receive their info back.
<<lessBeam your contact information to others and receive their info back.
Download (23.00KB)
Added: 2006-03-08 License: Freeware Price: FREE
1325 downloads
Fortune Cookie 1.1.0
Get your thought for the day with this fortune cookie teller. more>>
Get your thought for the day with this fortune cookie teller. Thousands of possible responses. This application requires network access.
<<less Download (9.00KB)
Added: 2007-01-17 License: Freeware Price: FREE
1011 downloads
Inetent Java MIDlet Manager 11.1.7.1023
Run programs written in Java for mobile phones on your Pocket PC. more>>
Inetent Java MIDlet Manager is a Java emulator that allows you to run programs written in Java for mobile phones on your Pocket PC. Some examples of applications you could run include Opera Mini, Google Maps, Mobile GMaps, and the list doesnt stop here.
<<less Download (2.53MB)
Added: 2007-06-06 License: Freeware Price: FREE
968 downloads
IconFX set converter 2.2
Iconset Converter for IconFX, lets you use RIcon changer sets with IconFX. more>>
Iconset Converter for IconFX, lets you use RIcon changer sets with IconFX.
Enhancements:
- Fixed Hotsync Crash when syncing some converted iconsets
System requirements:
- Palm: Zire71
- Palm OS 5.0
- 18KB
<<lessEnhancements:
- Fixed Hotsync Crash when syncing some converted iconsets
System requirements:
- Palm: Zire71
- Palm OS 5.0
- 18KB
Download (4.00KB)
Added: 2007-01-10 License: Freeware Price: FREE
598 downloads
Java Tiny Gfx Library 0.76
Java Tiny Gfx Library (JTGL) is a graphic foundation framework (a graphics/gaming API) that will allow easy deployment/porting of applications/games on many environments more>>
Java Tiny Gfx Library (JTGL) is a graphic foundation framework (a graphics/gaming API) that will allow easy deployment/porting of applications/games on many environments: AWT, Swing, J2ME (MIDP 1&2, Nokia, and Siemens), SuperWaba (PalmOS, PPC, and Symbian), ExEn, DoJa, and others.
<<less Download (1.15MB)
Added: 2007-07-25 License: GPL Price: FREE
826 downloads
Java Theme for Pocket PC 1.0
Free Java theme for Pocket PC. more>>
Clean, cool and: Java! Inspired by the SUN Microsystems website.
System requirements:
- Pocket PC
<<lessSystem requirements:
- Pocket PC
Download (8.00KB)
Added: 2007-05-08 License: Freeware Price: FREE
899 downloads
Awele for Java 1.0.3
Awele is a nice puzzle game where the aim of the game is to collect the biggest number of beans. more>>
Awele is a nice puzzle game where the aim of the game is to collect the biggest number of beans.
System requirements:
- Java compatible
<<lessSystem requirements:
- Java compatible
Download (29.00KB)
Added: 2006-12-27 License: Freeware Price: FREE
1031 downloads
Luminet Java Application Server(plam) 1.8
Provides a high-performance, lightweight Servlet container and JSP engine. more>> Luminet is an easy-to use, Java Application Server which provides a high-performance, lightweight Servlet container and JSP engine.
Luminet includes many built-in services to make your application development a breeze.
High performance, reliability, and no deployment or license costs make Luminet a great choice for your Java Web Applications.<<less
Download (4.19MB)
Added: 2008-08-24 License: Freeware Price: Free
442 downloads
Doom for Java 1.0
The famous and known Doom for your Java compatible mobile. more>>
The famous and known Doom for your Java compatible mobile. Pick up your chainsaw and kill some aliens.
System requirements:
- Java compatible.
<<lessSystem requirements:
- Java compatible.
Download (36.00KB)
Added: 2006-11-14 License: Freeware Price: FREE
1074 downloads
Vyke Mobile Java non-WiFi Edition J.NW.2.6.0
Vyke Mobile Java non-WiFi Edition is a free application designed for your phone that helps you get the best value for money on your calls and messages, by making them as much as 95% cheaper than your regular mobile operator! more>> <<less
Download (175.2KB)
Added: 2009-08-19 License: Freeware Price: Notavailable
downloads
JDatebook2CSV 1.3
a Java JAR File for the export of the events in the datebookdb.pdb to a csv file. more>>
a Java JAR File for the export of the events in the datebookdb.pdb to a csv file.
Repeating events will be expanded.
<<lessRepeating events will be expanded.
Download (59.00KB)
Added: 2006-04-12 License: Freeware Price: FREE
1290 downloads
PCalc for Java 1.0
Programming calculator. more>>
Programming calculator. You can write programs for stack machine (with simplified Java like instruction set). Program consists of one or more procedure which can be nested. It is possible to access variables of top procedure (like in Pascal). You can execute program ste-by-step and inspect stack and variables in debugger. Input of commands and thier operands is optimized for mobile phone. This calculator is using floating point arithmetic with quadra precision (64 bits for both mantissa and exponent) implemented by Nikolay Klimchuk.
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.
<<lessMain 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.
Download (50.00KB)
Added: 2007-01-08 License: Freeware Price: FREE
1025 downloads
CroWeather for Java 1.0.3
Provides up-to-date information about weather in Croatia as well as weather forecasts for a following day. more>>
Provides up-to-date information about weather in Croatia as well as weather forecasts for a following day. The information this MIDlet provides is the latest weather forecast made by forecasters at Meteorological and Hydrological Service.
System requirements:
- Java compatible
<<lessSystem requirements:
- Java compatible
Download (17.00KB)
Added: 2007-03-08 License: Freeware Price: FREE
960 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above java 1.3 set an internet cookie search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed