1.6 turbo
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 316
Turbo Vision 2.1.0
Turbo Vision is a nice and complete console TUI (Text User Interface) library for C++. more>>
Turbo Vision is a C++ library that provides a very nice user interface for console applications. This UNIX port is based on Borlands version 2.0 with fixes. It was made to create RHIDE, a nice IDE for gcc and other GNU compilers.
The library supports /dev/vcsa devices for fast access to local consoles, and it uses ncurses to run from telnet and xterm. This port, in contrast to the Sigalas port, doesnt have "100% compatibility with the original library" as goal. Instead, many modifications were made for the sake of security (especially buffer overflows).
This port is also available for the original platform (DOS).
<<lessThe library supports /dev/vcsa devices for fast access to local consoles, and it uses ncurses to run from telnet and xterm. This port, in contrast to the Sigalas port, doesnt have "100% compatibility with the original library" as goal. Instead, many modifications were made for the sake of security (especially buffer overflows).
This port is also available for the original platform (DOS).
Download (MB)
Added: 2007-04-26 License: GPL (GNU General Public License) Price:
929 downloads
XAMPP 1.6.3b
XAMPP is a very easy to install Apache distribution for Linux, Solaris, and Windows. more>>
XAMPP project is a very easy to install Apache distribution for Linux, Solaris, and Windows.
Many people know from their own experience that its not easy to install an Apache web server and it gets harder if you want to add MySQL, PHP and Perl.
XAMPP is an easy to install Apache distribution containing MySQL, PHP and Perl. XAMPP is really very easy to install and to use - just download, extract and start.
Main features:
- Apache 2.2.4
- MySQL 5.0.45
- PHP 4.4.7
- PHP 5.2.3
- Perl 5.8.7
- ProFTPD 1.3.0a
- phpMyAdmin 2.10.3
- OpenSSL 0.9.8e
- GD 2.0.1
- Freetype 2.1.7
- libjpeg 6b
- libpng 1.2.12
- gdbm 1.8.0
- zlib 1.2.3
- expat 1.95.2
- Sablotron 1.0
- libxml 2.6.11
- libxslt 1.1.8
- Ming 0.3
- Webalizer 2.01
- pdf class 009e
- ncurses 5.8
- mod_perl 2.0.2
- FreeTDS 0.63
- gettext 0.11.5
- IMAP C-Client 2004e
- OpenLDAP (client) 2.3.11
- mhash library 0.8.18
- mcrypt library 2.5.7
- cURL 7.13.1
- SQLite 2.8.17 (for PHP4 + PHP5)
- SQLite 3.3.17 (for PHP5 PDO SQLite)
- phpSQLiteAdmin 0.2
- libapreq 2.07
- eAccelerator 0.9.5.1
- FPDF 1.53
Enhancements:
- Fixed problem with start script on 64-bit systems.
<<lessMany people know from their own experience that its not easy to install an Apache web server and it gets harder if you want to add MySQL, PHP and Perl.
XAMPP is an easy to install Apache distribution containing MySQL, PHP and Perl. XAMPP is really very easy to install and to use - just download, extract and start.
Main features:
- Apache 2.2.4
- MySQL 5.0.45
- PHP 4.4.7
- PHP 5.2.3
- Perl 5.8.7
- ProFTPD 1.3.0a
- phpMyAdmin 2.10.3
- OpenSSL 0.9.8e
- GD 2.0.1
- Freetype 2.1.7
- libjpeg 6b
- libpng 1.2.12
- gdbm 1.8.0
- zlib 1.2.3
- expat 1.95.2
- Sablotron 1.0
- libxml 2.6.11
- libxslt 1.1.8
- Ming 0.3
- Webalizer 2.01
- pdf class 009e
- ncurses 5.8
- mod_perl 2.0.2
- FreeTDS 0.63
- gettext 0.11.5
- IMAP C-Client 2004e
- OpenLDAP (client) 2.3.11
- mhash library 0.8.18
- mcrypt library 2.5.7
- cURL 7.13.1
- SQLite 2.8.17 (for PHP4 + PHP5)
- SQLite 3.3.17 (for PHP5 PDO SQLite)
- phpSQLiteAdmin 0.2
- libapreq 2.07
- eAccelerator 0.9.5.1
- FPDF 1.53
Enhancements:
- Fixed problem with start script on 64-bit systems.
Download (MB)
Added: 2007-08-06 License: Freeware Price:
2784 downloads
mod_auth_any 1.6 RC1
mod_auth_any is an authentication Apache module using any external program. more>>
mod_auth_any is an authentication Apache module using any external program.
Installation Instructions
As of version 1.4, the recommended compilation method uses the Makefile. As of version 1.5, please see the readme file in the docs directory, and use the Makefile.
Compiling with Apache See the Makefile. Make targets are apache1 and default (which compiles for apache2).
You may need the Apache source tree for this method.
Unpack the tarball (zcat mod_auth_any.tgz | tar -xf -)
Reconfigure apache with
--add-module=[location of mod_auth_any.c] --enable-shared=auth_any
Add the following to httpd.conf
LoadModule auth_any_module modules/mod_auth_any.so
AddModule mod_auth_any.c
Compiling Independently
(Recommended for RedHat) This method is easier, assuming you have a properly installed Apache rpm with all the apxs trimmings.
Unpack the tarball (zcat mod_auth_any.tgz | tar -xf -)
Configure with apxs
apxs -c mod_auth_any.c
apxs -i -a -n auth_any mod_auth_any.so
Add the following to httpd.conf
LoadModule auth_any_module libexec/mod_auth_any.so
AddModule mod_auth_any.c
Ignore complaints about EAPI, and dont forget to restart httpd.
<<lessInstallation Instructions
As of version 1.4, the recommended compilation method uses the Makefile. As of version 1.5, please see the readme file in the docs directory, and use the Makefile.
Compiling with Apache See the Makefile. Make targets are apache1 and default (which compiles for apache2).
You may need the Apache source tree for this method.
Unpack the tarball (zcat mod_auth_any.tgz | tar -xf -)
Reconfigure apache with
--add-module=[location of mod_auth_any.c] --enable-shared=auth_any
Add the following to httpd.conf
LoadModule auth_any_module modules/mod_auth_any.so
AddModule mod_auth_any.c
Compiling Independently
(Recommended for RedHat) This method is easier, assuming you have a properly installed Apache rpm with all the apxs trimmings.
Unpack the tarball (zcat mod_auth_any.tgz | tar -xf -)
Configure with apxs
apxs -c mod_auth_any.c
apxs -i -a -n auth_any mod_auth_any.so
Add the following to httpd.conf
LoadModule auth_any_module libexec/mod_auth_any.so
AddModule mod_auth_any.c
Ignore complaints about EAPI, and dont forget to restart httpd.
Download (0.014MB)
Added: 2006-05-25 License: The Apache License Price:
1249 downloads
sux0r 1.6
sux0r is a Bayesian filtering RSS aggregator. more>>
sux0r project is a Bayesian filtering RSS aggregator. Users classify news under different categories, and after gathering enough data, the computer will be able to automatically pick out interesting news.
Enhancements:
- The ability to check for dead feeds was added.
- MagpieRSS was upgraded to 0.72 (for a security fix).
- Minor tweaks and bugfixes were done.
<<lessEnhancements:
- The ability to check for dead feeds was added.
- MagpieRSS was upgraded to 0.72 (for a security fix).
- Minor tweaks and bugfixes were done.
Download (0.19MB)
Added: 2006-03-03 License: Public Domain Price:
1331 downloads
LinQ 4.1.6
LinQ is a full featured, modern Jabber instant messaging client. more>>
LinQ is a full featured, modern Jabber instant messaging client. It is compatible with many other instant messaging client, like Google Talk, Gaim, Psi, and Meebo.
LinQ is powerful. It aims to be fully compliant with XMPP, and to catch up with the latest JEPs.
LinQ is flexible. LinQ provides a set of APIs to enable other developers to write their own plugins. Actually most features of LinQ are implemented by plugins.
LinQ is portable. Currently, it runs on Windows and Linux. But porting to other platforms is very easy, thanks to the Qt library.
Main features:
- Data Forms
- Service Discovery
- Multi-User Chat
- In-Band Registration
- Non-SASL Authentication
- Feature Negotiation
- In-Band Bytestreams
- SOCKS5 Bytestreams
- XHTML-IM
- Chat State Notifications
- Stream Initiation
- File Transfer
- Roster Item Exchange
- Gateway Interation
- vcard-temp
- Jabber Search
- Delayed Delivery
Enhancements:
- URI scheme support (JEP-0147).
- vCard is not saved for contacts not in roster.
<<lessLinQ is powerful. It aims to be fully compliant with XMPP, and to catch up with the latest JEPs.
LinQ is flexible. LinQ provides a set of APIs to enable other developers to write their own plugins. Actually most features of LinQ are implemented by plugins.
LinQ is portable. Currently, it runs on Windows and Linux. But porting to other platforms is very easy, thanks to the Qt library.
Main features:
- Data Forms
- Service Discovery
- Multi-User Chat
- In-Band Registration
- Non-SASL Authentication
- Feature Negotiation
- In-Band Bytestreams
- SOCKS5 Bytestreams
- XHTML-IM
- Chat State Notifications
- Stream Initiation
- File Transfer
- Roster Item Exchange
- Gateway Interation
- vcard-temp
- Jabber Search
- Delayed Delivery
Enhancements:
- URI scheme support (JEP-0147).
- vCard is not saved for contacts not in roster.
Download (0.84MB)
Added: 2006-07-23 License: GPL (GNU General Public License) Price:
1197 downloads
Download (0.27MB)
Added: 2007-05-28 License: GPL (GNU General Public License) Price:
880 downloads
nuoveXT 1.6
nuoveXT provides an icon theme for GNOME and KDE. more>>
nuoveXT provides an icon theme for GNOME and KDE.
This is my first attempt of creating an icon theme. There is still a lots to do, but I thought I could share what Ive done so far. Made entirely with Inkscape.
Enhancements:
- Switched back to GPL ;-)
- New amarok, kmail icons
- Added some missing icons in apps
- Firefox 1.5 theme
<<lessThis is my first attempt of creating an icon theme. There is still a lots to do, but I thought I could share what Ive done so far. Made entirely with Inkscape.
Enhancements:
- Switched back to GPL ;-)
- New amarok, kmail icons
- Added some missing icons in apps
- Firefox 1.5 theme
Download (13.1MB)
Added: 2007-02-08 License: GPL (GNU General Public License) Price:
607 downloads
wmjmail 1.6
wmjmail is a very simple text based mail checker. more>>
wmjmail is a very simple text based mail checker. It is not designed for pop3 mailbox checking--just use fetchmail to d/l it all, then check it locally. It includes a small tool kit to help write your own dockapps.
I set out to create a mail checker. I got tired of re-engineering someones dock app every time I needed a new one. So I designed jDockApp. My very very new dock app library. jDockApp isnt really ready for release yet. Which is why its not being released separately. If youre looking for a text based dock app to re-engineer for something, this might be a good candidate. Eh... Heres a source sample for this app:
jpprintf(0, 0, YELLOW, " J-mail");
jpprintf(1, 2, BLUE, "New");
jprintf(GREEN, ":");
jpprintf(7, 2, CYAN, "%i", new);
jpprintf(1, 3, BLUE, "Read");
jprintf(GREEN, ":");
jpprintf(7, 3, CYAN, "%i", read);
jpprintf(1, 4, BLUE, "Total");
jprintf(GREEN, ":");
jpprintf(7, 4, CYAN, "%i", tot);
Enhancements:
- multiple mailbox bugfixes
<<lessI set out to create a mail checker. I got tired of re-engineering someones dock app every time I needed a new one. So I designed jDockApp. My very very new dock app library. jDockApp isnt really ready for release yet. Which is why its not being released separately. If youre looking for a text based dock app to re-engineer for something, this might be a good candidate. Eh... Heres a source sample for this app:
jpprintf(0, 0, YELLOW, " J-mail");
jpprintf(1, 2, BLUE, "New");
jprintf(GREEN, ":");
jpprintf(7, 2, CYAN, "%i", new);
jpprintf(1, 3, BLUE, "Read");
jprintf(GREEN, ":");
jpprintf(7, 3, CYAN, "%i", read);
jpprintf(1, 4, BLUE, "Total");
jprintf(GREEN, ":");
jpprintf(7, 4, CYAN, "%i", tot);
Enhancements:
- multiple mailbox bugfixes
Download (0.024MB)
Added: 2006-10-11 License: GPL (GNU General Public License) Price:
1108 downloads
TkPanel 1.6
TkPanel is a CDE-like panel emulator written in Tcl/Tk. more>>
TkPanel is a panel application, greatly inspired by the CDE panel, with some other features; it is basically used to call other programs, that can be configured by the user. Thus, with TkPanel, the programs which are more often executed can be easily called.
TkPanel is able to lock the computer, and can run arbitrary command on the fly. It can show basic information about the computer resources (CPU and memory usage), display the time in various formats, and has a simple schedule. There is a graphical tool to config, change all its variables, add/remove buttons and sub-panels.
The user can also use TkPanel to change the page when running at some specifics Window Managers, place it at any edge of the screen (thus, really fans of TkPanel can have a few programs running at the same time!), align it at the corners, turn it into a hidden mode, and select what tools to display as buttons (choosing its place). All its functions are available through some keystrokes.
TkPanel is written on a Linux system with Tcl/Tk scripts; first to allow easy modifications being applied; second, to be executed on systems where Tcl/Tk is available.
Enhancements:
- (schedule) can select a date when clicking at the calendar
- removed an extra newline that is printed each time get_sch is called
- fixed schedule to print messages without date;
- read in config window will update the colors too...;
- changed some panel appearances on the man page to control-panel;
<<lessTkPanel is able to lock the computer, and can run arbitrary command on the fly. It can show basic information about the computer resources (CPU and memory usage), display the time in various formats, and has a simple schedule. There is a graphical tool to config, change all its variables, add/remove buttons and sub-panels.
The user can also use TkPanel to change the page when running at some specifics Window Managers, place it at any edge of the screen (thus, really fans of TkPanel can have a few programs running at the same time!), align it at the corners, turn it into a hidden mode, and select what tools to display as buttons (choosing its place). All its functions are available through some keystrokes.
TkPanel is written on a Linux system with Tcl/Tk scripts; first to allow easy modifications being applied; second, to be executed on systems where Tcl/Tk is available.
Enhancements:
- (schedule) can select a date when clicking at the calendar
- removed an extra newline that is printed each time get_sch is called
- fixed schedule to print messages without date;
- read in config window will update the colors too...;
- changed some panel appearances on the man page to control-panel;
Download (0.048MB)
Added: 2005-04-27 License: GPL (GNU General Public License) Price:
1642 downloads
Blended 1.6
Blended provides a simple theme designed to blend in with the menu bar to create a smooth appearance. more>>
Blended provides a simple theme designed to blend in with the menu bar to create a smooth appearance.
The theme was designed with the Clearlooks GTK2 theme in mind, but works well with other themes that have plain menu bars.
Inculdes 4 theme variations:
- Blended ( Top corners rounded)
- BlendedDoubleRound (Top and bottom corners rounded)
- BlendedSmall (Smaller window butons)
- BlendedSmallDoubleRound
NOTE:
If you want all 4 variations make sure they are all coppied to your themes folder as at least for me installing through theme preferences only installs the last theme.
Enhancements:
- Looks much better with darker GTK themes
- Windows have a slightly beveled appearance
- Title padding reduced on regular button size themes
- focused text no longer etched
- other minor changes
<<lessThe theme was designed with the Clearlooks GTK2 theme in mind, but works well with other themes that have plain menu bars.
Inculdes 4 theme variations:
- Blended ( Top corners rounded)
- BlendedDoubleRound (Top and bottom corners rounded)
- BlendedSmall (Smaller window butons)
- BlendedSmallDoubleRound
NOTE:
If you want all 4 variations make sure they are all coppied to your themes folder as at least for me installing through theme preferences only installs the last theme.
Enhancements:
- Looks much better with darker GTK themes
- Windows have a slightly beveled appearance
- Title padding reduced on regular button size themes
- focused text no longer etched
- other minor changes
Download (MB)
Added: 2007-03-02 License: GPL (GNU General Public License) Price:
970 downloads
FormFox 1.6
FormFox is an extension which displays the the site to which the information youve entered is being sent. more>>
FormFox is an extension which displays the the site to which the information youve entered is being sent.
Do you know where your form information is going? This extension displays the form action (the site to which the information youve entered is being sent.)
In any place where you can enter data, from search boxes to order forms, mouse over the final Submit button to reveal the destination.
<<lessDo you know where your form information is going? This extension displays the form action (the site to which the information youve entered is being sent.)
In any place where you can enter data, from search boxes to order forms, mouse over the final Submit button to reveal the destination.
Download (0.003MB)
Added: 2007-04-11 License: MPL (Mozilla Public License) Price:
1003 downloads
mp3cddb 1.6
mp3cddb is a console MP3 renaming program. more>>
mp3cddb is a console MP3 renaming program. It can retrieve album data automatically or manually from FreeDB, from ID3 tags, or from a blank template.
Files can be renamed into any imaginable directory structure and format using a powerful yet simple configuration syntax.
Main features:
- Supports gathering information from:
- Automatically calculated FreeDB? DiscID
- Manually specified FreeDB? DiscID and Genre
- ID3 tags of mp3s
- Manual input to blank template
- Simple but powerful regular-expression based renaming engine
- ID3v1 and ID3v2 writing support
- ReadLine support for full text editing with history
- Everything is configurable
<<lessFiles can be renamed into any imaginable directory structure and format using a powerful yet simple configuration syntax.
Main features:
- Supports gathering information from:
- Automatically calculated FreeDB? DiscID
- Manually specified FreeDB? DiscID and Genre
- ID3 tags of mp3s
- Manual input to blank template
- Simple but powerful regular-expression based renaming engine
- ID3v1 and ID3v2 writing support
- ReadLine support for full text editing with history
- Everything is configurable
Download (0.010MB)
Added: 2005-09-09 License: GPL (GNU General Public License) Price:
1514 downloads
Krita 1.6.1
Krita is the KOffice paint and image editor application. more>>
Krita is a image editing and painting application for KOffice. The application is almost ready for use, and the architecture provides a solid framework to build an application on.
Because of the current unfinished state, Krita is not yet part of the regular KOffice releases, but the source is available from the KDE SVN repository. We hope to get Krita into a releasable state for KOffice 1.4.
Krita, like other KDE and KOffice applications, is free software which uses GPL Licensing. You enjoy the same rights to own, copy and modify this software with commercial and personal use, so long as you dont restrict the freedom of others to do the same.
Main features:
- Painting with brushes and colors
- Creating brushes from circles and squares
- Filling with colour and patterns
- Gradients
- Erasing
- Airbrush
- Simple geometric forms
- Many filters
- undo and redo
- Loading and saving of images in its native file format.
- Importing and exporting of images in all file formats supported by your installation of ImageMagick.
- Adding, removing, reordering and merging of layers.
- Layer transparency.
- Loading Gimp brushes, pipe brushes, gradients and patterns.
- Zoom.
- Color selection.
- Gray(A), RGB(A) and color models.
- Support for Wacom tablets.
- High-quality scaling
- Selections
- And much, much more
Or rather, what should it do, and what does it do already:
- brushes, drawing and layer editing tools (not complete)
- Color management using Little CMS
- RGB, RGBA and Grayscale color modes with adjustable color selectors. CMYK is implemented but buggy at the moment.
- Import/Export of png, jpg, xpm, tiff and bmp images, including color-indexed images. Import of gif images. (complete)
- an XML file format which saves and loads layer and channel information and full 32 bit image data (complete)
- color editing and selection tools (partly complete)
- dithering, transparency, blending and color reductions (partly complete)
- multiple views of the same image (complete)
- multiple images in the same view (complete)
- gradients and patterns (under development)
- cut,copy and paste between images and layers using rectangular area and other basic selection methods (incomplete)
- masking of selected regions during painting operations (under development)
- user-definable brushes (under development)
- adjustable zoom levels (mostly complete)
- scaling of images, selections and layers (incomplete)
- graphical access to layer and channel information (partly complete)
- import/export of xcf (Gimp) image files (complete, in as far as ImageMagick supports this)
- embedding in other KOffice apps (needs testing)
- user-oriented documentation of all the above basic functionality (incomplete)
- Scripting using kjsembed
Other planned features:
- HSV, Wet & Sticky and Wet Canvas color models
- image manipulation filters for advanced import/export
- wide range of region selection methods, including fuzzy selection and boundary detection
- scripting with the Python language
KParts architecture and plugins allow:
- plugins for effects and operation on images and selections
- additional tools
- additional filters
- components loaded as needed
<<lessBecause of the current unfinished state, Krita is not yet part of the regular KOffice releases, but the source is available from the KDE SVN repository. We hope to get Krita into a releasable state for KOffice 1.4.
Krita, like other KDE and KOffice applications, is free software which uses GPL Licensing. You enjoy the same rights to own, copy and modify this software with commercial and personal use, so long as you dont restrict the freedom of others to do the same.
Main features:
- Painting with brushes and colors
- Creating brushes from circles and squares
- Filling with colour and patterns
- Gradients
- Erasing
- Airbrush
- Simple geometric forms
- Many filters
- undo and redo
- Loading and saving of images in its native file format.
- Importing and exporting of images in all file formats supported by your installation of ImageMagick.
- Adding, removing, reordering and merging of layers.
- Layer transparency.
- Loading Gimp brushes, pipe brushes, gradients and patterns.
- Zoom.
- Color selection.
- Gray(A), RGB(A) and color models.
- Support for Wacom tablets.
- High-quality scaling
- Selections
- And much, much more
Or rather, what should it do, and what does it do already:
- brushes, drawing and layer editing tools (not complete)
- Color management using Little CMS
- RGB, RGBA and Grayscale color modes with adjustable color selectors. CMYK is implemented but buggy at the moment.
- Import/Export of png, jpg, xpm, tiff and bmp images, including color-indexed images. Import of gif images. (complete)
- an XML file format which saves and loads layer and channel information and full 32 bit image data (complete)
- color editing and selection tools (partly complete)
- dithering, transparency, blending and color reductions (partly complete)
- multiple views of the same image (complete)
- multiple images in the same view (complete)
- gradients and patterns (under development)
- cut,copy and paste between images and layers using rectangular area and other basic selection methods (incomplete)
- masking of selected regions during painting operations (under development)
- user-definable brushes (under development)
- adjustable zoom levels (mostly complete)
- scaling of images, selections and layers (incomplete)
- graphical access to layer and channel information (partly complete)
- import/export of xcf (Gimp) image files (complete, in as far as ImageMagick supports this)
- embedding in other KOffice apps (needs testing)
- user-oriented documentation of all the above basic functionality (incomplete)
- Scripting using kjsembed
Other planned features:
- HSV, Wet & Sticky and Wet Canvas color models
- image manipulation filters for advanced import/export
- wide range of region selection methods, including fuzzy selection and boundary detection
- scripting with the Python language
KParts architecture and plugins allow:
- plugins for effects and operation on images and selections
- additional tools
- additional filters
- components loaded as needed
Download (55.4MB)
Added: 2006-12-04 License: GPL (GNU General Public License) Price:
1076 downloads
Wad2PDF 1.6
Wad2PDF examines wad files and prints an overhead picture of all levels to a PDF file. more>>
Wad2PDF examines wad files and prints an overhead picture of all levels to a PDF file.
Wad2PDF is a program that converts the levels in Doom wad files into PDF files. The result has a birds eye view of every level, with floors neatly texturized and all items in the level in their proper places.
The PDF output can be imported to graphics programs for further editing or printed out directly. You can even create wall-sized mega posters of your favorite Doom levels.
Main features:
- supports all Doom games: Ultimate Doom, Doom II, Heretic, Hexen, and Strife
- full pwad support
- creates browsable PDF with bookmarks identified by level names
- reads gl nodes both from wads and GWA files
- resulting PDF is vectorized and can be zoomed arbitrarily (extreme zooms will make the textures blocky, though)
- available under the GPL
- does not support hi-res graphics or scaled/zoomed flats
<<lessWad2PDF is a program that converts the levels in Doom wad files into PDF files. The result has a birds eye view of every level, with floors neatly texturized and all items in the level in their proper places.
The PDF output can be imported to graphics programs for further editing or printed out directly. You can even create wall-sized mega posters of your favorite Doom levels.
Main features:
- supports all Doom games: Ultimate Doom, Doom II, Heretic, Hexen, and Strife
- full pwad support
- creates browsable PDF with bookmarks identified by level names
- reads gl nodes both from wads and GWA files
- resulting PDF is vectorized and can be zoomed arbitrarily (extreme zooms will make the textures blocky, though)
- available under the GPL
- does not support hi-res graphics or scaled/zoomed flats
Download (0.040MB)
Added: 2005-11-16 License: GPL (GNU General Public License) Price:
1446 downloads
YamiPod 1.6
YamiPod is a freeware application to efficiently manage your iPod under Mac OS X, Windows and Linux. more>>
YamiPod is a freeware application to efficiently manage your iPod under Mac OS X, Windows and Linux. YamiPod can be run directly from your iPod and needs no installation.
Take a look at the feature list to find out what it can do and feel free to suggest anything that might be missing.
Main features:
- stand alone program, no installation required
- iPod is automatically recognized
- mp3 and AAC files can be copied to/from iPod
- read/write access to mp3 id3 and AAC infos
- lyrics support (with internet auto search)
- playlist support (On-The-Go included)
- playlists import (PLS,M3U)
- playlists export (PLS,M3U)
- full unicode support
- auto-download new versions
- advanced song import/export settings
- 2 restore features
- built in music player
- iPod informations
- 2 search features
- remove duplicated tracks
- find lost music files
- easy ratings edit
- PC to iPod synchronization
- create and edit notes
- automatically update song playcounts
- News RSS and podcasts to iPod upload
- Growl support (Apple only)
- export song lists to HTML or plain text files
- multiple iPods support
- Audioscrobbler support
Enhancements:
- [FIX] iTunes length at the end error
- [FIX] application quitted after unexpectedly in some situations
<<lessTake a look at the feature list to find out what it can do and feel free to suggest anything that might be missing.
Main features:
- stand alone program, no installation required
- iPod is automatically recognized
- mp3 and AAC files can be copied to/from iPod
- read/write access to mp3 id3 and AAC infos
- lyrics support (with internet auto search)
- playlist support (On-The-Go included)
- playlists import (PLS,M3U)
- playlists export (PLS,M3U)
- full unicode support
- auto-download new versions
- advanced song import/export settings
- 2 restore features
- built in music player
- iPod informations
- 2 search features
- remove duplicated tracks
- find lost music files
- easy ratings edit
- PC to iPod synchronization
- create and edit notes
- automatically update song playcounts
- News RSS and podcasts to iPod upload
- Growl support (Apple only)
- export song lists to HTML or plain text files
- multiple iPods support
- Audioscrobbler support
Enhancements:
- [FIX] iTunes length at the end error
- [FIX] application quitted after unexpectedly in some situations
Download (4.7MB)
Added: 2007-08-05 License: Freeware Price:
866 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 1.6 turbo 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