Main > Free Download Search >

Free navigate software for linux

navigate

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 193
Location Navigator 0.6.2

Location Navigator 0.6.2


Location Navigator is a Firefox extension that lets you grab a location and then navigate up or down from that starting spot. more>>
Location Navigator is a Firefox extension that lets you grab a location, select a portion of the location that varies, and then navigate up or down from that starting spot.

<<less
Download (0.046MB)
Added: 2007-07-18 License: MPL (Mozilla Public License) Price:
843 downloads
ISO Master 1.0

ISO Master 1.0


ISO Master is an open-source, graphical CD image editor that runs on Linux. more>>
ISO Master is an open-source, graphical CD image editor that runs on Linux; and bkisofs, the underlying library used for reading, modifying and writing ISO images.
The hard part of this project is the library for working with ISOs (bkisofs). My hope is that people will like this library enough to make their own GUIs using it. So my choice of widget set (GTK, that is) will not necessarily annoy too many people.
Main features:
- Display file/directory contents of the image and and the regular filesystem in two panels and be able to navigate them.
- Display file sizes for files on image/filesystem.
- Sort by name or by size
- Select any number of items in the file browsers.
- Extract selected from image to the filesystem
- Delete selected from image.
- Add selected from filesystem to image.
- Save modified image.
- Create image from scratch.
Enhancements:
- Usability and performance improvements.
- 10 new translations.
- A bug that sometimes caused corrupt ISOs to be written has been fixed.
<<less
Download (0.20MB)
Added: 2007-06-11 License: GPL (GNU General Public License) Price:
1093 downloads
AuctionGallery 0.9.4

AuctionGallery 0.9.4


AuctionGallery is a terminal script that creates picture galleries. more>>
AuctionGallery is a terminal script that creates picture galleries for the purpose of putting them into auctions like eBay, Yahoo Auctions, etc. It can also be used automatically generate HTML templates for auction description.
It is aimed at powersellers who have hundreds of products listed every day and need an efficient way of generating galleries and organizing pictures in a coherent directory structure.
I created AuctionGallery because I needed simple software to quickly create picture galleries for the purpose of putting them into auctions. There are many other similar programs available but none did the job.
Main features:
- Automatically organize picture galleries into an easy-to navigate directory structure.
- Upload pictures to an FTP site
- Resize images and create thumbnails
- Support for flexible templates
Installation:
Just extract the tar file into your home directory. Add the path to gallery executable to PATH.
export PATH=foobar:$PATH
Edit gallery.conf and create templates. 3 sample templates are included.
Usage:
Navigate to the directory where pictures are located. Type "gallery" in terminal. You can also specify a template to speed things up, like so: "gallery foobar". Hopefully gallery executable will be in your path. It will list available templates and their descriptions.
Type the name of template to use. Type the name of the folder that will contain the pictures. Give meaningfull names so that later the pictures will be easy to find. For example if the item being sold is a Rolex Date Just Watch, give this name: RolexDateJustWatch. Try not to put numbers at the end as it will look confusing.
If everything is OK, pictures will be copied to the images_root directory, renamed, resized, thumbnailed, uploaded to an FTP site and gallery.html will be created in the current directory. All pictures in current directory will be moved to a directory "backup".
Please keep in mind that this program is written in Bash script so it is error prone. I did extensive error checking but its impossible to check everything and if something goes wrong the program may spit out something bogus.
Enhancements:
- A new command-line option -n item name was added.
- A links directory containing useful symlinks was added.
- The delete_originals option was added.
- A bug in which files get overwritten and duplicated during rename was fixed.
- Error checking of configuration options was improved.
- All convert and rename work is done in a temporary directory to avoid possible conflicts.
- Permission problems in the install script were fixed.
- The user config file permissions were made chmod 600 to hide passwords.
- Config file searching when using the -c option was improved.
- The sample configuration file was revised.
<<less
Download (0.015MB)
Added: 2005-09-11 License: GPL (GNU General Public License) Price:
1503 downloads
Visual REGEXP 3.1

Visual REGEXP 3.1


Visual REGEXP lets you easily design and debug regular expressions. more>>
Visual REGEXP project can easily design and debug regular expressions by providing a graphical visualization of the expression and its matches on a sample of your choice.
Version restrictions:
- some regexp can consume a lot of CPU time. This seems to be caused by the use of -all, -inline and -indices flags together.
- when a subexpression is not matched (empty match), the last character of the previous match are coloured. This is due to a problem in Tcl (bug submitted to Scriptics).
Enhancements:
- new version done by Martin Lemburg. Many thanks, Martin.
- it is now a tcl 8.5a4 starpack
- GUI layout changed to be based on a paned window
- GUI code looks different, to be more ergonomic
- the informational labels (replacements & matches) are now sunken
- there are now additional the "first" and "last" navigation buttons
- there is a new option to navigate through matches or matches and submatches
- the displayed count of matches is changed to display the current and the count of matches used for navigation (probably changes, if the new navigation option is changed)
- the replace widget is disabled on startup
- the tcl console is added to the help menu
- the key bindings inside the regexp text widget changed a bit to allow for expanded regexp (-expanded or (?x)) to contain tabs and newlines. Tabs are created with Control-Tab and newlines with Control-Return. Additional with Control-C|V|X (not c|v|x) it is possible to use the clipboard like with Control|Shift-Insert, Shift-Delete.
<<less
Download (0.025MB)
Added: 2006-03-08 License: GPL (GNU General Public License) Price:
1329 downloads
Primate Plunge 1.1

Primate Plunge 1.1


Primate Plunge is a platform game where you help Monkey navigate his way down through treacherous jungles. more>>
Primate Plunge is a platform game where you help Monkey navigate his way down through treacherous jungles, canyons, towering waterfalls, into the heart of a volcano, and through the driving rain of a cold industrial city.
Monkey will find help along the way in the form of powerups, including parachutes and jet packs.
Primate Plunge originally competed in uDevGame2003, the annual Mac game competition hosted by iDevGames.com. Primate Plunge game is therefore being distributed for free.
Main features:
- Multiple scrolling layers of beautiful hand-drawn backgrounds.
- 5 worlds of intense monkey action, each uniquely challenging.
- Special powerups such as the parachute, and the jumping bean!
- Top score for each world - how deep can you go?
- Star rating for each world - can you get 5 stars in all of them?
- And lots more!
<<less
Download (5.0MB)
Added: 2006-01-05 License: Freeware Price:
1388 downloads
NachoCalendar 0.23

NachoCalendar 0.23


NachoCalendar is intended to provide a fully customizable calendar component for Java. more>>
NachoCalendar is intended to provide a fully customizable calendar component for Java. NachoCalendar has three components: DateField, MonthPanel, and CalendarPanel.
DateField
This component can be used instead of a JFormattedField, in fact it uses one. You can write directly the date in it or display the Calendar to navigate between months. It extends from JPanel so can be used in any Swing/AWT application.
The DateField can also be used withing a JTable.
DatePanel
This component is used to show a month permanently. You can add convenient Listeners to react to day changes. It extends from JPanel also.
CalendarPanel
This is the last (for now) component. It shows many months at once. They are synchronized, so they are always ordered and always only one date is selected. This component can be oriented horizontal or vertical. You can select the quantity of months to show. The position of the scrollbar and the year changer can be changed.
Enhancements:
- JTableCustomizer: fixed DateRendererDecorator constructor
- Added moon phase support (thanks to Leo Welsh)
- Added "eternal scroll" to CalendarPanel (thanks to Leo Welsh)
- Demos updated
- Lots of small fixes
<<less
Download (MB)
Added: 2005-12-30 License: LGPL (GNU Lesser General Public License) Price:
1396 downloads
aTunes 1.7.1

aTunes 1.7.1


aTunes is an app to manage and play mp3 files. more>>
aTunes is an app to manage and play mp3 files.
Main features:
- Mp3 player
- Reads ID3v1, ID3v1.1 and ID3v2 tags (only essential information)
- Tag editor
- Show pictures of song: pictures inside ID3v2 tag, or in the same folder
- Load / save play list in m3u format
- Navigate through songs sorted by tag information or by folder
- Filters for fast find what you want
- Songs, albums or artists can be marked as favorites, and viewed through a special view
- Full view with all controls
- Simple view, with just essential controls
- Tiny view, to place window in a square of window
- Sticky borders for Simple and Tiny views
- Always on top property
- OSD (like amaroK)
- Five languages supported: english, spanish, french, german and portuguese
- State saved: repository, play list, last played song, shuffle, repeat, position in desktop, size, type of view...
<<less
Download (5.7MB)
Added: 2007-08-14 License: GPL (GNU General Public License) Price:
1627 downloads
lightning 0.3

lightning 0.3


lightning is a a theme is based on the meteosat theme created by zlabs - thanks for a good theme. more>>
lightning is a a theme is based on the meteosat theme created by zlabs - thanks for a good theme. On my theme you have all the features you have in the meteosat theme - if you want to see the buttons like in the original theme you have to change the theme-size in the .theme file.I navigate through older pictures via mousewheel and so I hide it in my theme

It shows the intensity of lightning (green = few; dark red = heavy) from the orf (austrian television and radio) weather page (wetter.orf.at)

This is my first theme so please be gentle to me if something doesnt work.

Critics and comments are apreciated.

<<less
Download (0.28MB)
Added: 2006-07-27 License: GPL (GNU General Public License) Price:
1185 downloads
musicTree 0.01

musicTree 0.01


musicTree is a java application that allows you to view and play your MP3 files from a tree which sorts albums by artist. more>>
musicTree is a java application that allows you to view and play your MP3 files from a tree which sorts albums by artist. It allows you to easily navigate your music collection and play albums at random, to play all the songs by a specific artist etc.

Musictree was born because I needed a way to easily sort the mp3 albums I had on my computer. One of the problems of using the normal filesystem to browse your mp3s is that as soon as you get more than 50 albums it becomes difficult to get an overall idea of what your options are. Musictree groups music albums by Artist, allowing you to have only entry at the top level of the tree for a whole lot of albums by the same artist (for example I have about 30 Beatles albums).

Once you have represented the album in a tree (grouped by artist) it can be selected and played with one click (instead of looking for the playlist inside the directory). Musictree also allows you to play a random album (this is an excellent way to get acquainted with your music collection).
<<less
Download (0.099MB)
Added: 2006-07-19 License: GPL (GNU General Public License) Price:
1194 downloads
AutoBrowser 0.3

AutoBrowser 0.3


AutoBrowser is a stateful replacement for lwp-request. more>>
AutoBrowser is a stateful replacement for lwp-request. ("GET"/"POST" commandline tools) It provides a mechanism to describe a series of interactions with a server and tracks cookies, redirections, etc throughout the interaction. It is essentially a non-interactive web browser. It supports SSL connections.

I needed to retrieve a CSV file from a companys web site automatically on a daily basis -- however they were using SSL and their site required that I log in and navigate the menus in order to actually get the file. Thats how autobrowser appeared.

<<less
Download (0.005MB)
Added: 2006-06-15 License: GPL (GNU General Public License) Price:
1226 downloads
Apache Solr 1.2

Apache Solr 1.2


Apache Solr is a high performace search server based on Lucene. more>>
Apache Solr is a high performace search server based on Lucene, with XML/HTTP and JSON APIs, hit highlighting, faceted search, caching, replication, and a Web administration interface.
The project is currently under incubation at the Apache Software Foundation.
Instructions for Building Apache Solr
1. Download the J2SE 5.0 JDK (Java Development Kit) or later from http://java.sun.com. You will need the JDK installed, and the %JAVA_HOME%bin directory included on your command path. To test this, issue a "java -version" command from your shell and verify that the Java version is 5.0 or later.
2. Download the Apache Ant binary distribution from http://ant.apache.org. You will need Ant installed and the %ANT_HOME%bin directory included on your command path. To test this, issue a "ant -version" command from your shell and verify that Ant is available.
3. Download the Apache Solr source distribution, linked from the above incubator web site. Expand the distribution to a folder of your choice, e.g. c:solr.
4. Navigate to that folder and issue an "ant" command to see the available options for building, testing, and packaging solr.
Enhancements:
- This is the first release since graduating from the Apache Incubator.
- Some of the new features include CSV/delimited-text data loading, time based autocommit, faster faceting, negative filters, a spell-check handler, sounds-like word filters, regex text filters, and more flexible plugins.
<<less
Download (7.5MB)
Added: 2007-06-08 License: The Apache License 2.0 Price:
881 downloads
JourneySat 1.1.2

JourneySat 1.1.2


JourneySat lets you show to your friends and relatives the places youve travelled to. more>>
JourneySat lets you show to your friends and relatives the places youve travelled to. You can combine diary notes, photos and satellite images and embed them into your web site either when youre back home or when youre still on the road.
After writing a diary note and adding the photos of the day, you can find out the exact geographical location of the places youve visited to let your friends see them from a satellite viewpoint, using the images provided by Google Maps TM.
In this way theyll see much more than what can be normally experienced through photos. As a further bonus, you can even specify the locations where you shoot your photos and theyll be marked on the satellite view.
And, well, why limit oneself to documenting travels? You can use JourneySat for anything that you do on the planet Earth.
One more word before directing you to the demo: JourneySat is free software. That means both that it costs no money and that you can modify it as you wish. JourneySat is licensed under the GNU General Public License. Read the terms of the license.
Enhancements:
- Several bugs were fixed in the code and in the documentation.
- The internal API has been completed with the implementation of methods to navigate through and edit the sequences of places and contents.
<<less
Download (0.035MB)
Added: 2005-10-20 License: GPL (GNU General Public License) Price:
1464 downloads
Ekspos Image Viewer 0.8.6

Ekspos Image Viewer 0.8.6


Ekspos is platform independent Java image viewer program. more>>
Ekspos is platform independent Java image viewer program. Ekspos Image Viewer support most popular image format: PNG, JPEG, and GIF, where additional image format can be added through Java ImageIO plugin.
It consists of 2 parts: shell browser and viewer. Shell browser allows you to navigate your image collection and youll be able to browse images in tree, detail, list, icon and thumbnail view. The viewer provide progressive view of images with zoom and pan capability.
Main features:
- Image Format (Default): JPEG, PNG, and GIF
- Support ImageIO plugin for additional Image Format
- Support 4 views: detail, list, icon, and thumbnail
- Thumbnail caching for fast preview
- Written entirely in Java
<<less
Download (MB)
Added: 2006-05-10 License: BSD License Price:
1269 downloads
Java Preferences Tool 0.8

Java Preferences Tool 0.8


Java Preferences Tool is a simple utility for Java developers and testers, in the spirit of Microsofts Registry Editor. more>>
Java Preferences Tool is a simple utility for Java developers and testers, in the spirit of Microsofts Registry Editor.
Java Preferences Tool allows you to view, edit, compare, and search Java preferences.
The program has traditional explorer-style interface, with tree view of current preferences in the left pane, and table view of keys and values for selected preference node in the right pane.
On start the program shows you the standard "user" and "system" preference trees. Use tabs to navigate between trees.
You can also create new (initially empty) trees. Populate it by creating nodes and associated properties manually, or by copy-paste operations from existing trees. Save them as XML files by using File|Save menu operation. Such files can be loaded again by using File|Open, into a newly created tabs.
Main features:
- Edit, create, remove preferences (key-value pairs) associated with preference nodes.
- Change the structure of preference tree: create, rename, remove, cut, copy, paste and eliminate nodes, merge trees.
- Compare structure and contents of trees.
- Search trees for patterns in node names, keys and values.
Enhancements:
- Minor feature enhancements and bugfixes.
<<less
Download (MB)
Added: 2006-09-17 License: GPL (GNU General Public License) Price:
1135 downloads
BanglaCricket Toolbar 1.2.1

BanglaCricket Toolbar 1.2.1


BanglaCricket Toolbar provides a Firefox toolbar for BanglaCricket. more>>
BanglaCricket Toolbar provides a Firefox toolbar for BanglaCricket.

BanglaCricket is a fan site for Bangladesh Cricket.

This tool bar allows you to navigate the site and forums.

<<less
Download (0.036MB)
Added: 2007-04-07 License: MPL (Mozilla Public License) Price:
931 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5