Main > Free Download Search >

Free cleanup software for pda

cleanup

Sponsored Links
Sponsored Links
Sort by >> Relevance
rss
Secleted [ 0 ] software to compare
Results 1 - 15 of about 7
pmClean 1.07

pmClean 1.07


improve free memory and fix the Notification bug in WM 2003 / WM 5.0 / WM 6.0 more>> Simple cleanup tool to improve free memory and fix the Notification bug in WM 2003 / WM 5.0 / WM 6.0 that causes slowdowns and alarm problems
pmClean Features
Remove all duplicate and stale system Notifications, improving system stability and alarm reliability!
Remove all Temporary files
Empty Internet Explorer cache
Empty Internet Explorer History
Cleanup AvantGo cache
Command-line for automatic cleanup -n, -t, -c, -h, -a
<<less
Download (34KB)
Added: 2008-06-11 License: Freeware Price: Free
501 downloads
QuickLauncher for Linux 1.0

QuickLauncher for Linux 1.0


Easily launch Softpedia website from your desktop ! more>>
QuickLauncherXPS is the best desktop launcher around. When you open your computer, it automatically appears at the right bottom corner of desktop and when you roll over the mouse on QuickLaunch icons, little animations shown to related site.
QuickLauncher XPStation includes 8 Accessories button: Windows Media Player - Windows Movie Maker - Sound recorder - Disk Cleanup - calculator - Notepad - MSN Messenger - Paint.
System requirements:
- Windows 2000 or XP
<<less
Download (1.40MB)
Added: 2006-12-11 License: Freeware Price: FREE
1047 downloads
Portable NexusFile 5.1.2

Portable NexusFile 5.1.2


Double-paned, free file manager more>> Portable NexusFile 5.1.2 that is an easy to use, compact is double-paned, free file manage. NexusFile is designed as a file manager for Windows platform. It allows you to manage many files very fast. NexusFile will increase your computing performance. If you still use Windows Explorer, you must try this one.

Major Features:

  1. Basic Functions: Copy/Move To, Copy/Cut/Past, Delete/Shred, Rename, Change Attributes/Time
  2. Advanced Rename: Rename multiple files at once with many powerful options
  3. Navigate Folders: Favorite Folders, Working Folders, Tabs, Smart Address Bar
  4. Dual Panels: Open two folders at once.
  5. Archives: manages ZIP, ARJ, RAR, ACE archive files
  6. FTP: basic FTP functions
  7. File Join/Split: Split large file into many small files or Join small files into a large file. Merge several text files into a file.
  8. Save File List: Save file/folder list with many formats
  9. Shortcuts: Most functions has a Keyboard shortcut so you can do everything fast.
  10. Skin: you can change the look of a program.
  11. Disk Cleanup: Empty RecycleBin, Delete temporary files, ...
  12. Compare Folders: compare two folders
  13. Unicode: Unicode file name supported
<<less
Download (2MB)
Added: 2009-01-28 License: Freeware Price: FREE
10 downloads
RoadMap 1.0.12

RoadMap 1.0.12


RoadMap is an open source (GPL) program that provides a car navigation for Linux, UNIX and now Windows CE (a.k.a. PocketPC). It displays a map of the streets, tracks the position provided by a NMEA-co more>>
RoadMap is an open source (GPL) program that provides a car navigation for Linux, UNIX and now Windows CE (a.k.a. PocketPC). It displays a map of the streets, tracks the position provided by a NMEA-compliant GPS receiver, identifies the street matching this GPS position and announces the name of the crossing street at the next intersection. A rudimentary trip feature allows RoadMap to display some basic navigation information (distance to the destination, direction, speed, etc..). Voice messages are generated that duplicate some of the screen information.
It is possible to display a specific area by providing a (complete or incomplete) postal address, the intersection of two streets or an exact position (longitude / latitude).
The map files used by RoadMap are generated from the TIGER files provided by the US Census Bureau, and thus cover the USA only. The RoadMap map format is a binary format that is sensitive to the endianness of the processor. Maps available on this site cover all the USA and have been generated for a little endian processor (such as the Intel Pentium and StrongARM processors).
RoadMap has been designed to be usable on both a desktop or laptop PC, or on a PDA such as the iPAQ from HP (formely from COMPAQ). It can use either the Gtk 1.2 , Gtk 2.0 or QT graphic library for its user interface. The Qt interface supports the Sharps Zaurus PDA. All these machines share the same endianness and can use the maps provided on this site.
RoadMap is at an early stage of development. At this time there are no routing features implemented yet. The plan for the future is to implement some navigation features similar to those found in commercial street navigation systems. The main limit for implementing routing is the lack of navigation information in the US Census Bureau database (for example one-way street are not indicated). The US Census Bureau has clearly indicated that it does not plan to add these information in the future (the USCB does not need them).
RoadMap uses gpsd for the GPS link and flite (festival lite) for the voice messages. Note that flite can be rebuilt with better voices than the default one (such as a US voice instead of a british one--some may disagree :). See the flite README for more information. Here is an example, courtesy of Scot Wilcoxon:
cd flite
make clean # to remove old executable files
./configure --with-vox=cmu_us_kal16

RoadMap comes with its own GPS status screen, which provides an overview of the satellites received and highlights those the GPS has a fix on. This status screen allows for placing the GPS device in a position that optimizes satellite reception, even if that means making the GPS devices screen not accessible.
RoadMap uses a binary file format for representing the maps that is compact enough to allow the storage of many maps on a Compact Flash or MultiMedia card. For example, the map of Los Angeles county takes about 10 Mbytes of flash space. RoadMap comes with a set of tools to convert the US Census bureau data (both the 2000 and 2002 versions) into its own map format. Future versions of the US Census bureau data will be supported as well (usually a 1 or 2 months after the data has been released).
When RoadMap starts, it displays a map of the same area that was displayed on the latest session. Clicking on the map screen triggers a "sign" that displays the name of the street, road or freeway (if any) that is the closest to the mouse hotpoint.
Enhancements:
- Makefile cleanup: everything must now be built in src. If only one toolkit support is to be built, use the DESKTOP option. Please read the README file for more information.
- Small addition to the README file, section "troubleshooting".
- RoadMap uses a minimum refresh period to avoid recomputing the screen too often. This period is now a preference. Not that you normally would want to change this, but this helps on some very specific setups.
- The --debug option now accepts a list of source files as parameters.
- Reworked the roadmap_trip.c API, to have a common API between the current trip module and the upcoming one from Paul.
- Make RoadMap resynchronize with the graphic engine (X11) before drawing a new map. Dont redraw if the graphic engine is busy. This is intended as an attempt to avoid overloading the X server on a PDA (Paul Fox).
- Support defining a sprite as an alias of another sprite (Paul Fox).
- Show the preference categories sorted in alphabetical order, to makes it easier to retrieve a category tab.
- Expand all paths, including the hard-coded ones (Ehud Shabtai).
- Fix the handling of the end-of-file when the GPS source is a NMEA log file.
- User preference to decide what side to draw the toolbar on: top (default), right, bottom or left. (Not yet available on Windows CE.)
- A fix for the shape gap filler code in buildmap. buildmap generated wrong shapes for long lines (Ehud Shabtai).
- The menus are now user configurable, in a way similar to the toolbar. The actions can be renamed, to match the size of the screen better (Paul Fox and I).
- The minimal mouse/pen movement required to initiate a map drag is now configurable: some screen digitizers have a significant jitter, but a large value is incomfortable on a desktop machine (Paul Fox).
<<less
Download (390.00KB)
Added: 2007-07-25 License: Freeware Price: FREE
841 downloads
Homework for HanDBase 2.0

Homework for HanDBase 2.0


Applet that tracks homework and project assignments, contacts, and to do. more>>
HomeworkRelease2 was written using HanDBase version 3 and its accompanying forms utility. It is a "relational" applet that tracks homework and project assignments, contacts, and to do. The "linked", "relationship," and "database popup" (DB popup) field types are used throughout the application. There are nine databases. In most instances, the number of related records is displayed next to the "related" field type. Links are provided to the child databases for editing of those databases. As a note, deleting files must be done from the parent record in order to maintain proper indexing. The data contained is for testing purposes only. This release has been updated to includes forms and a general cleanup of the applet. There are two files in this archive. The one titled "HomeworkColor.zip" is for color based devices. The one titled "HomeworkMonochrome.zip" is for monochrome based devices. The primary database is "HomeWork." The following information is captured, date, classes (a db-popup field type to either import a value or create a new value). Edit displayed class (relational that allows the editing of the currently displayed "Classes" or the creation of a new value). Classes by date (relational). Class schedule, "a db-popup" field type to import a class into the parent record. Display Class (relational) to view/edit the displayed class, a contact list entry, editing of the contact via "Displayed Contact" (relational). "To Do" and Todays To Do, and notes. Links are provided to edit the various child databases. "ClassList" - a one field child database that provides a list of valid class names. From the parent record, this is obtained via the "db-popup" field type. "Classes" - a child database that captures information concerning the class. Information includes: date, class, homework (relational), project (relational), and notes. The homework and project fields are relational and tied to the class record displayed. "ProjectAsnt" is a child database of "Classes" that captures project information. Information captured includes date, class, project assignment, date due, number of days (calculated), completed (check box to mark for completion), and notes. "HomeworkAssnt" is a cihdl database of "Classes" that captures homework information. Information includes date, class, homework assignment, date due, number of days (calculated), completed (check box to mark for completion), and notes. "ClassSchedule" is a child database that captures: class name, days, date, time(s), teacher, building/room # and notes. The currently displayed teacher may be viewed using the "relational" field type and the teacher list edited using the "linked" field type. "ClassTeachers" is a child database that captures teacher name, classes instructed, office hours, office/home/other phone numbers, email address(s) and notes. "ClassContacts" is a child database that captures name of contact, address, phone #, email address, notes, next contact date and date created. "ClassToDo" is a child database that captures action, date to do, time to do, a check box to indicate "done," time done, date done, note, and cost factors.
System requirements:
- HanDBase v.3.0x or greater
<<less
Download (62.00KB)
Added: 2007-03-23 License: Freeware Price: FREE
947 downloads
Pizza Driver for HanDBase 1.0

Pizza Driver for HanDBase 1.0


Pizza Driver is intended to capture and report upon information captured throughout the routine day of a food delivery person. more>>
PizzaDriver was written using HanDBase V3 and its companion form program. This is a followup to previous releases. It consists of 53 databases that are either related or linked together to provide an environment capable of tracking much of the informtion a food delivery person comes across in a typical day. Use of relational, popup, db-popup, linked, calculated and note field types are used throughout the applet. This release sees the general cleanup of the forms. In addition, two plugins are added, TextFormat.zip by DDHs Robert Machorro and Treodialer.Zip (by DDH). The Treodialer plugin is used in several of the databases and TextFormat is used in the DominosContacts database. All data is for verification purposes only - it is not to be considered accurate.
System requirements:
- HanDBase v.3.0x or greater
<<less
Download (215.00KB)
Added: 2007-02-05 License: Freeware Price: FREE
1001 downloads
QuickLauncher XPStation 1.0

QuickLauncher XPStation 1.0


Easily launch Softpedia website from your desktop and access 8 Windows Accessories ! more>>
QuickLauncherXPS is the best desktop launcher around. When you open your computer, it automatically appears at the right bottom corner of desktop and when you roll over the mouse on QuickLaunch icons, little animations shown to related site.
QuickLauncher XPStation includes 8 Accessories button: Windows Media Player - Windows Movie Maker - Sound recorder - Disk Cleanup - calculator - Notepad - MSN Messenger - Paint.
System requirements:
- Windows 2000 or XP
<<less
Download (1.60MB)
Added: 2006-12-11 License: Freeware Price: FREE
1215 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 1
  • 1