|
|
|
Handy Explorer is powerful file management software for Sony Ericsson P910 / P900 / P800, BenQ P30 and Motorola A925. Handy Explorer brings Windows Explorer style folder navigation to UIQ smartphones. With Handy Explorer software you can browse all drives, files and folders, search for files, and prevent unwanted data loss with Recycle Bin.
Handy Explorer software consists of the following tabs (views):
- Tree view - Windows Explorer style folder navigation
- List view - File list with direct preview for images and text files
- Search - Find files using wildcards (e.g. *.JPG)
- Favorites - Quick navigation to favorite folders
- Recycle Bin - Easy recovery of deleted files
- Control panel - Quick access to phone settings.
With Handy Explorer software you can:
- Browse drives, folders, and files
- Copy/Cut/Paste files and folders
- Rename and delete files and folders
- View properties of drives, folders, and files
- Sort files by name, size, date, and type
- Open files, view images, start applications, and play music files
- Preview images and text files directly in Handy Explorer
- Send files via Infrared, Bluetooth, MMS, and email
- Search for files using wildcards
- Quick navigation to frequently accessed folders
- Recover files from Recycle Bin
- Quickly access phone settings
- Resizable views.
Handy Explorer interface is available in English, German, and Italian.
|
|
|
excel sort merged cells
Join AVI Video files
sort mp3s
list sort
java sort
mp3 sort organize tag
sort photos
array sort
-------------------------
|
|
The program NewName Pro makes it possible to rename (number/character ending, replace/insert sign series, change file extension, ...) and sort files, to change the file attributes (date, time, readonly, ...) quickly and easily. It is also possible to make or edit id3 tags of mp3-files and you can create and save directory structures.
Even the information stored in *.mp3 and *.ttf files can be used to rename the files. For example you can use the songtitle and artist stored in the id3 tag to create a new filename or you can use the stored name of a truetype font as new filename. The source files can get a new name and can be moved to another directory at the same time. If you have renamed a wrong file you can undo only right after rename action. If the source files shouldn't be changed it is possible to make copy and to save the copy with the new name in another directory. The renaming of directories is possible too.
Files can be sorted after the first symbol of their filename, after a containing symbol series, their filetype or their filesize (size interval). The sub directories could be involved as well.
A preview and an undo function are integrated as well.
The interface can be displayed in dutch, english, french, german and spanish.
Additional Functions: Display Thumbnails, PopUp Thumbs, Directory Fill Level, Search For Invalid JPEGs, Extract Icons, ...
Handy Explorer for Sony Ericsson: http://www.epocware.com/download/se/HandyExplorerDemo_SE.zip
NewName Pro: http://www.troegersoft.de/files/newnamep.exe |
|
This is a pair of library classes to include in your own
code for manipulating ArrayLists.
It consist of two classes: SortedArrayList and Merge.
SortedArrayList is an ArrayList that remembers how it is
sorted, so that if you ask it to sort, it can sometimes
bypass the work when it is already in order. You declare the
order you want and it keeps the list sorted, You just call
sort whenever you need the list to be in perfect order. It
may or may not actually sort the list at that time. It
automatically avoids physically sorting when it does not
really have to.
Merge lets you merge/prune two SortedArrayLists in any of 32
different ways, e.g. union, intersection, update... It also
lets you dedup and prune individual SortedArrayLists.
They are used extensively as part the replicatorsender
package. Having an look at that code may give you a more
realistic view of what they can do.
To use them, have a look at the source code and the sample
drivers. They don't do anything useful standalone. You must
incorporate them into your own code.
Why the spectrum icon? It represent the colours of light
sorted in order by wavelength.
SortedArrayList: http://mindprod.com/zips/sorted13.zip
|
|
|
|