winrar 3.8 torrent
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 93
rTorrent 0.7.6
rTorrent is a console-based BitTorrent client. more>>
rTorrent is a console-based BitTorrent client. It aims to be a fully-featured and efficient client with the ability to run in the background using screen.
rTorrent project supports fast-resume and session management.
Main features:
- Use an URL or file path to add torrents at runtime
- Emacsish find-file support for opening torrents
- Stop/delete/resume torrents
- Optionally loads/saves/deletes torrents automatically in a session directory
- Safe fast resume support
- Shows lots of information about peers and the torrent
- Only one torrent at a time is checked.
Enhancements:
- Support for XMLRPC.
<<lessrTorrent project supports fast-resume and session management.
Main features:
- Use an URL or file path to add torrents at runtime
- Emacsish find-file support for opening torrents
- Stop/delete/resume torrents
- Optionally loads/saves/deletes torrents automatically in a session directory
- Safe fast resume support
- Shows lots of information about peers and the torrent
- Only one torrent at a time is checked.
Enhancements:
- Support for XMLRPC.
Download (0.40MB)
Added: 2007-08-02 License: GPL (GNU General Public License) Price:
505 downloads
Flash! Torrent 5.8.7
Flash! Torrent is a BitTorrent client that includes a small web browser for navigate in the webs about BitTorrent. more>>
Flash! Torrent is a BitTorrent client that includes a small web browser for navigate in the webs about BitTorrent.
BitTorrent is a programl for distributing files. Its extremely easy to use - downloads are started by clicking on hyperlinks. Whenever more than one person is downloading at once
they send pieces of the file(s) to each other, thus relieving the central servers bandwidth burden. Even with many simultaneous downloads, the upload burden on the central server
remains quite small, since each new downloader introduces new upload capacity.
Windows web browser support is added by running an installer. A prebuilt one is available, but instructions for building it yourself are in BUILD.windows.txt
<<lessBitTorrent is a programl for distributing files. Its extremely easy to use - downloads are started by clicking on hyperlinks. Whenever more than one person is downloading at once
they send pieces of the file(s) to each other, thus relieving the central servers bandwidth burden. Even with many simultaneous downloads, the upload burden on the central server
remains quite small, since each new downloader introduces new upload capacity.
Windows web browser support is added by running an installer. A prebuilt one is available, but instructions for building it yourself are in BUILD.windows.txt
Download (0.14MB)
Added: 2006-06-19 License: MIT/X Consortium License Price:
714 downloads
LibTorrent 0.11.6
LibTorrent is a BitTorrent library written in C++ for Unix. more>>
LibTorrent is a BitTorrent library written in C++ for Unix. LibTorrent library is designed to avoid the redundant buffers and data copying that most (all?) other BitTorrent implementations suffer from.
The library is single-threaded and the client handles the select loop. An interactive ncurses client is included as an example.
Main features:
- The client has full control over the polling of sockets.
- Sigc++ signals makes i easy for the client to react to events.
- Fast resume which checks the file modification time.
Direct reading and writing from network to mmaped files:
- Avoids duplication of data where both the application and the kernel has a copy of the file chunk.
- Unused chunks get thrown out or written to disk instead of the swap.
- Kernel handles caching of the file.
File hash check:
- Uses the same thread.
- Client can control the rate. (Will be improved)
- Non-blocking and preload to memory with the mincore and madvise system calls.
File handler:
- Fine-grained use of file read/write permissions, allows seeding of read-only files.
- Allows torrents with unlimited number of files.
- Opens closed files when mapping chunks to memory, with graceful error handling.
- Support for files larger than 2 GB.
- Different download priorities for files in the torrent.
- Multi-tracker support.
- No dependency on any specific HTTP library, the client implements a wrapper class.
- Dynamic request pipe size.
- Upload and download throttle.
- And much more i havent bothered mentioning. (nor implementing)
<<lessThe library is single-threaded and the client handles the select loop. An interactive ncurses client is included as an example.
Main features:
- The client has full control over the polling of sockets.
- Sigc++ signals makes i easy for the client to react to events.
- Fast resume which checks the file modification time.
Direct reading and writing from network to mmaped files:
- Avoids duplication of data where both the application and the kernel has a copy of the file chunk.
- Unused chunks get thrown out or written to disk instead of the swap.
- Kernel handles caching of the file.
File hash check:
- Uses the same thread.
- Client can control the rate. (Will be improved)
- Non-blocking and preload to memory with the mincore and madvise system calls.
File handler:
- Fine-grained use of file read/write permissions, allows seeding of read-only files.
- Allows torrents with unlimited number of files.
- Opens closed files when mapping chunks to memory, with graceful error handling.
- Support for files larger than 2 GB.
- Different download priorities for files in the torrent.
- Multi-tracker support.
- No dependency on any specific HTTP library, the client implements a wrapper class.
- Dynamic request pipe size.
- Upload and download throttle.
- And much more i havent bothered mentioning. (nor implementing)
Download (0.50MB)
Added: 2007-08-02 License: GPL (GNU General Public License) Price:
500 downloads
EZtorrent 1.3
EZtorrent is a tool that simplifies the process of publishing content via BitTorrent. more>>
EZtorrent project is a program that simplifies the process of publishing content via BitTorrent.
EZtorrent automates the process of generating .torrent metainfo files, as well as starting trackers and seeders.
Although its very easy to download files BitTorrent, distributing your own files via BitTorrent yourself is not a comparatively straightforward process. You need to carefully generate .torrent metainfo files, start a tracker process, then start a seeder process for each individual .torrent file. EZtorrent combines all of this into one, easy step. Heres a "Quick Start" version of how easy it is to distribute BitTorrent content with EZtorrent:
Download and install BitTorrent according to its instructions.
Download EZtorrent, unpack the source code, run ./configure, make, and make install. See the INSTALL file for more information.
Run the following commands:
ezt create mytorrents /var/www/html/torrents /var/mytorrents
www.example.com 6969
Now, copy some files into /var/mytorrents
ezt start # Or "ezt restart", if ezt is already running
Thats it. ezt reads a list of all the files in /var/mytorrents. For each file, a corresponding .torrent file is created and placed in /var/www/html/torrents. Presumably this directory is published over the web with Apache, or some other HTTP server, where others can find them. Then, ezt starts a tracker process running on TCP port 6969 (the above example uses www.example.com as the DNS name of the machine running EZtorrent). Finally, ezt starts a seeder for each .torrent file.
New files can be added to, or removed from, /var/mytorrents at any time. After adding or removing files, run "ezt restart". ezt takes care of creating any new .torrents that need to be created, removing any obsolete .torrents of removed files, and starting or stopping the corresponding seeders. It is also possible to create different directories for different sets of files. You just need to specify a separate TCP port for each directory; ezt also takes care of starting (or stopping) a separate tracker process for each configured directory and port.
Although this is all that you need to know about using EZtorrent, be sure to review some additional important information in INSTALL and NEWS files, and EZtorrents manual page.
<<lessEZtorrent automates the process of generating .torrent metainfo files, as well as starting trackers and seeders.
Although its very easy to download files BitTorrent, distributing your own files via BitTorrent yourself is not a comparatively straightforward process. You need to carefully generate .torrent metainfo files, start a tracker process, then start a seeder process for each individual .torrent file. EZtorrent combines all of this into one, easy step. Heres a "Quick Start" version of how easy it is to distribute BitTorrent content with EZtorrent:
Download and install BitTorrent according to its instructions.
Download EZtorrent, unpack the source code, run ./configure, make, and make install. See the INSTALL file for more information.
Run the following commands:
ezt create mytorrents /var/www/html/torrents /var/mytorrents
www.example.com 6969
Now, copy some files into /var/mytorrents
ezt start # Or "ezt restart", if ezt is already running
Thats it. ezt reads a list of all the files in /var/mytorrents. For each file, a corresponding .torrent file is created and placed in /var/www/html/torrents. Presumably this directory is published over the web with Apache, or some other HTTP server, where others can find them. Then, ezt starts a tracker process running on TCP port 6969 (the above example uses www.example.com as the DNS name of the machine running EZtorrent). Finally, ezt starts a seeder for each .torrent file.
New files can be added to, or removed from, /var/mytorrents at any time. After adding or removing files, run "ezt restart". ezt takes care of creating any new .torrents that need to be created, removing any obsolete .torrents of removed files, and starting or stopping the corresponding seeders. It is also possible to create different directories for different sets of files. You just need to specify a separate TCP port for each directory; ezt also takes care of starting (or stopping) a separate tracker process for each configured directory and port.
Although this is all that you need to know about using EZtorrent, be sure to review some additional important information in INSTALL and NEWS files, and EZtorrents manual page.
Download (0.40MB)
Added: 2006-05-29 License: GPL (GNU General Public License) Price:
1246 downloads
SiteBar 3.3.8
SiteBar is a multi-user, multi-group bookmark server. more>>
SiteBar project is a solution for people who use multiple browsers or computers and want to have their bookmarks available from anywhere without need to synchronize them or take them along. The bookmarks are stored on a server - this could be:
SiteBar server run by its authors (you dont need to install SiteBar software - just sign up our service);
another public server running our SiteBar software;
your own server running our free SiteBar software.
The bookmarks are displayable/modifiable in almost any standards compliant browser.
SiteBar allows you keeping links private (the default) while giving you possibility to grant access to your bookmarks to selected user groups or to everyone. You can maintain your personal, family, team, company or enterprise-wide bookmarks with flexible access rules, permissions and customizable design!
Using RSS feeds you may monitor what additions have been added to certain SiteBar folders or to the whole SiteBar installation.
Enhancements:
- Tree class and sanity module improved to consume less memory.
- Fixed display of the statistics for SQL queries.
- Group management functions should not be available to anonymous users.
- Fixed warning when filtering user groups using empty filter regexp.
- Improved code for adding page in IE so that it works with IE 6.0 (was showing error accessing external.menuArguments.document).
- Some keys for the MS IE integration installer were moved from HKEY_CURRENT_USER to HKEY_LOCAL_MACHINE. This solved problem experienced by some MS IE 6.0 users (and actually conforms to the tutorial from MS).
- Fixed "mobile" SiteBar writer - adapted to changed plugin API.
- Feed URL fixed again. Be warned, it does not seem granted it will work forwever.
- Use relative path for JavaScript - it should be found there.
- Private links were not loaded over AJAX.
- Feed URL fixed, URL is now encoded before sending to the reader.
- When "Auto Retrieve Favicon" was turned off, the URL has not been prefilled when adding a link.
- Folders loaded via AJAX were not using externally set target attribute.
- [B120] Language detection not working for nb_NO/no_NO.
- [B118] Remove "content" from "Add Page" bookmarklet.
- [B111] Enter key not working in the search field for searching web in IE. window.open is now used instead of trying to set proper window location.href
- Development releases now marked with svn after version number.
- Fixed wrong path composition when changing images in the JavaScript.
- [B112] entity incorrectly used in HTML output causing problems in IE.
- Do not force version check upon each execution of SiteBar Settings.
- Avoid using function mysql_real_escape_string with PHP less then 4.3.
- [B114] Online help URL should be encoded.
- [B113] "Create Group" - default moderator should be current user.
- Fixed web search URL (replaced %25 back to %).
- Frontend filtering is back - requested by users.
- Fix favicon handling when added a link.
- Rename no_NO to nb_NO (http://tinyurl.com/epozf).
- Replace menu expanding using "two lines" with graphics. Placing mouse over the line of the double arrow expands the collapsed context menu.
- Fixed accented characters for some locales in the language name.
- Fixed ru_RU locale - caused blank pages on some installations.
- Removed ampersand conversion to entity in text emails during account approval.
- Fixed toggling of class name of disabled items.
- Fixed declaration of new javascript variables.
- Fixed incorrect enabling of commands in context menus.
- Disable HTTP traffic loggin.
- Disable automated downgrade, only one release can be downgraded at a time.
- "Email Verified" and "Invalid Token" changed to inplace commands.
- Some account creation messages were using email instead of username.
- Fix update of translations.
<<lessSiteBar server run by its authors (you dont need to install SiteBar software - just sign up our service);
another public server running our SiteBar software;
your own server running our free SiteBar software.
The bookmarks are displayable/modifiable in almost any standards compliant browser.
SiteBar allows you keeping links private (the default) while giving you possibility to grant access to your bookmarks to selected user groups or to everyone. You can maintain your personal, family, team, company or enterprise-wide bookmarks with flexible access rules, permissions and customizable design!
Using RSS feeds you may monitor what additions have been added to certain SiteBar folders or to the whole SiteBar installation.
Enhancements:
- Tree class and sanity module improved to consume less memory.
- Fixed display of the statistics for SQL queries.
- Group management functions should not be available to anonymous users.
- Fixed warning when filtering user groups using empty filter regexp.
- Improved code for adding page in IE so that it works with IE 6.0 (was showing error accessing external.menuArguments.document).
- Some keys for the MS IE integration installer were moved from HKEY_CURRENT_USER to HKEY_LOCAL_MACHINE. This solved problem experienced by some MS IE 6.0 users (and actually conforms to the tutorial from MS).
- Fixed "mobile" SiteBar writer - adapted to changed plugin API.
- Feed URL fixed again. Be warned, it does not seem granted it will work forwever.
- Use relative path for JavaScript - it should be found there.
- Private links were not loaded over AJAX.
- Feed URL fixed, URL is now encoded before sending to the reader.
- When "Auto Retrieve Favicon" was turned off, the URL has not been prefilled when adding a link.
- Folders loaded via AJAX were not using externally set target attribute.
- [B120] Language detection not working for nb_NO/no_NO.
- [B118] Remove "content" from "Add Page" bookmarklet.
- [B111] Enter key not working in the search field for searching web in IE. window.open is now used instead of trying to set proper window location.href
- Development releases now marked with svn after version number.
- Fixed wrong path composition when changing images in the JavaScript.
- [B112] entity incorrectly used in HTML output causing problems in IE.
- Do not force version check upon each execution of SiteBar Settings.
- Avoid using function mysql_real_escape_string with PHP less then 4.3.
- [B114] Online help URL should be encoded.
- [B113] "Create Group" - default moderator should be current user.
- Fixed web search URL (replaced %25 back to %).
- Frontend filtering is back - requested by users.
- Fix favicon handling when added a link.
- Rename no_NO to nb_NO (http://tinyurl.com/epozf).
- Replace menu expanding using "two lines" with graphics. Placing mouse over the line of the double arrow expands the collapsed context menu.
- Fixed accented characters for some locales in the language name.
- Fixed ru_RU locale - caused blank pages on some installations.
- Removed ampersand conversion to entity in text emails during account approval.
- Fixed toggling of class name of disabled items.
- Fixed declaration of new javascript variables.
- Fixed incorrect enabling of commands in context menus.
- Disable HTTP traffic loggin.
- Disable automated downgrade, only one release can be downgraded at a time.
- "Email Verified" and "Invalid Token" changed to inplace commands.
- Some account creation messages were using email instead of username.
- Fix update of translations.
Download (0.52MB)
Added: 2006-05-01 License: GPL (GNU General Public License) Price:
1275 downloads
QTorrent 0.9.5
QTorrent is a BitTorrent client that uses the Qt widget-set. more>>
QTorrent is a BitTorrent client that uses the Qt widget-set. QTorrent allows you to have several torrents open at the same time from within the same program window, offering you easy overview, access and management through a list-mode.
Every torrent also has its own page where you can control things like upload speed and upload slots. A page that shows some statistics of all open torrents is also available.
To use QTorrent, just download the tarball, extract it somewhere and run the qtorrent binary. Installing QTorrent is not necessary.
<<lessEvery torrent also has its own page where you can control things like upload speed and upload slots. A page that shows some statistics of all open torrents is also available.
To use QTorrent, just download the tarball, extract it somewhere and run the qtorrent binary. Installing QTorrent is not necessary.
Download (0.072MB)
Added: 2006-05-11 License: GPL (GNU General Public License) Price:
6131 downloads
GSTorrent 0005
GSTorrent is a Bittorrent client/server system. more>>
GSTorrent is a Bittorrent client/server system. A daemon program handles all the file transfers as a Bittorrent client. The GSTorrent daemon also acts as a server for an external GUI client.
The objective is to have a relatively small Bittorrent client, which runs on a small computer without a graphical interface and to control this server from a different machine.
An example of this type of architecture is the mldonkey client/server system for the edonkey protocol.
Enhancements:
- The torrent hash problem is fixed.
- The upload/download rate settings finally work correctly.
- A better torrent selector.
<<lessThe objective is to have a relatively small Bittorrent client, which runs on a small computer without a graphical interface and to control this server from a different machine.
An example of this type of architecture is the mldonkey client/server system for the edonkey protocol.
Enhancements:
- The torrent hash problem is fixed.
- The upload/download rate settings finally work correctly.
- A better torrent selector.
Download (MB)
Added: 2007-08-23 License: GPL (GNU General Public License) Price:
795 downloads
KTorrent 2.2.1
KTorrent is a BitTorrent program for KDE. more>>
KTorrent is a BitTorrent filesharing program for KDE.
Main features:
- Downloads torrent files
- Upload speed capping, seeing that most people cant upload infinite amounts of data.
- Internet searching using The Bittorrent websites search engine
- UDP Trackers
It has only been tested on linux at the moment, but it should work on most, if not all unix platforms.
Enhancements:
- This is a bug fix release for the 2.2 version. The most notable bug it fixes is the file selection.
<<lessMain features:
- Downloads torrent files
- Upload speed capping, seeing that most people cant upload infinite amounts of data.
- Internet searching using The Bittorrent websites search engine
- UDP Trackers
It has only been tested on linux at the moment, but it should work on most, if not all unix platforms.
Enhancements:
- This is a bug fix release for the 2.2 version. The most notable bug it fixes is the file selection.
Download (3.9MB)
Added: 2007-07-24 License: GPL (GNU General Public License) Price:
886 downloads
CTorrent 1.3.4
CTorrent is a BitTorrent client written in the C programming language. more>>
CTorrent is a BitTorrent client written in the C programming language, known to be a very robust and mature programming language, which produces fast and optimized applications. There are compilers for most operating systems, making programs written in C easy to port.
It currently runs on most Linux variants, MacOS and FreeBSD, but it hopefully run on Windows aswell! CTorrent is built as a console program, which means that it doesnt require any graphical components (such as an X server) on the machine you are running it on, you can even run it remotely through a terminal if you wish.
While a lot of people prefer a GUI (Graphical User Interface) for this kind of applications, there are quite a few people who run "console only" servers and want to use them to download files in the background. CTorrent can help you do exactly this, assuming you are downloading from the BitTorrent network.
Main features:
- Primary purpose of CTorrent is to provide a way to download files off the BitTorrent network.
- Runs on most Linux distributions, FreeBSD and MacOS.
- Does not require an X server, can be run as a consoleprogram from a shell (locally or remotely)
- Programmed in pure C, which means small and lightning fast executables.
- Opensource. Download the source-code of CTorrent and customize to fit your needs (requires C-programming skills)
- Has the ability to create new torrent-files (for seeding and sharing etc)
- Uses very little CPU and memory resources.
<<lessIt currently runs on most Linux variants, MacOS and FreeBSD, but it hopefully run on Windows aswell! CTorrent is built as a console program, which means that it doesnt require any graphical components (such as an X server) on the machine you are running it on, you can even run it remotely through a terminal if you wish.
While a lot of people prefer a GUI (Graphical User Interface) for this kind of applications, there are quite a few people who run "console only" servers and want to use them to download files in the background. CTorrent can help you do exactly this, assuming you are downloading from the BitTorrent network.
Main features:
- Primary purpose of CTorrent is to provide a way to download files off the BitTorrent network.
- Runs on most Linux distributions, FreeBSD and MacOS.
- Does not require an X server, can be run as a consoleprogram from a shell (locally or remotely)
- Programmed in pure C, which means small and lightning fast executables.
- Opensource. Download the source-code of CTorrent and customize to fit your needs (requires C-programming skills)
- Has the ability to create new torrent-files (for seeding and sharing etc)
- Uses very little CPU and memory resources.
Download (0.086MB)
Added: 2006-06-02 License: GPL (GNU General Public License) Price:
1245 downloads
Fedora 7 / 8 Test 1
Fedora is the next genaration Linux distribution from Red Hat. more>>
Fedora Core is now available from Red Hat and at distinguished mirror sites near you, and is also available in the torrent.
Fedora Core has expanded in this release to four binary ISO images and four source ISO images, and is available for both x86-64 and i386 and also PPC machines.
The Fedora Project is a Red-Hat-sponsored and community-supported open source project. It is also a proving ground for new technology that may eventually make its way into Red Hat products. It is not a supported product of Red Hat, Inc.
The goal of The Fedora Project is to work with the Linux community to build a complete, general purpose operating system exclusively from free software. Development will be done in a public forum. The project will produce time-based releases of Fedora Core about 2-3 times a year with a public release schedule.
The Red Hat engineering team will continue to participate in the building of Fedora Core and will invite and encourage more outside participation than was possible in Red Hat Linux.
By using this more open process, we hope to provide an operating system that uses free software development practices and is more appealing to the open source community.
Main features:
- KDE 3.5.4
- GNOME 2.16
- OpenOffice 2.0.4
- Kernel 2.6.17
- Xen
- ...and many more
<<lessFedora Core has expanded in this release to four binary ISO images and four source ISO images, and is available for both x86-64 and i386 and also PPC machines.
The Fedora Project is a Red-Hat-sponsored and community-supported open source project. It is also a proving ground for new technology that may eventually make its way into Red Hat products. It is not a supported product of Red Hat, Inc.
The goal of The Fedora Project is to work with the Linux community to build a complete, general purpose operating system exclusively from free software. Development will be done in a public forum. The project will produce time-based releases of Fedora Core about 2-3 times a year with a public release schedule.
The Red Hat engineering team will continue to participate in the building of Fedora Core and will invite and encourage more outside participation than was possible in Red Hat Linux.
By using this more open process, we hope to provide an operating system that uses free software development practices and is more appealing to the open source community.
Main features:
- KDE 3.5.4
- GNOME 2.16
- OpenOffice 2.0.4
- Kernel 2.6.17
- Xen
- ...and many more
Download (MB)
Added: 2007-08-07 License: GPL (GNU General Public License) Price:
541 downloads
TorrentFlux 2.3
TorrentFlux is a PHP torrent client for Linux. more>>
TorrentFlux is a PHP torrent client for Linux.
Manage all of your Torrent downloads through a convenient web interface from anywhere. Requires Apache with PHP module, MySQL and, BitTornado or BitTorrent source (included).
Main features:
- Upload Torrents via URL or File Upload
- Start, Stop, and Delete Torrents with a click
- Advanced Torrent start options (ports, speeds, etc.)
- Multi-user interface
- RSS Feeds, download Torrents files with a click
- View Download Progress of all torrents at a glance
- View drive space at a glance
- View Torrent file meta information
- Built-in User management and Security
- Private Messaging
- Themes (selectable per user)
- Upload History
- Detailed User Administration
- Admin Searchable Logs
- Torrent Search via Suprnova.org
- Language Support
Current language support for:
- Dutch
- English
- French
- German
- Hungarian
- Italian
- Norwegian
- Polish
- Portuguese
- Slovenian
- Spanish
- Swedish
<<lessManage all of your Torrent downloads through a convenient web interface from anywhere. Requires Apache with PHP module, MySQL and, BitTornado or BitTorrent source (included).
Main features:
- Upload Torrents via URL or File Upload
- Start, Stop, and Delete Torrents with a click
- Advanced Torrent start options (ports, speeds, etc.)
- Multi-user interface
- RSS Feeds, download Torrents files with a click
- View Download Progress of all torrents at a glance
- View drive space at a glance
- View Torrent file meta information
- Built-in User management and Security
- Private Messaging
- Themes (selectable per user)
- Upload History
- Detailed User Administration
- Admin Searchable Logs
- Torrent Search via Suprnova.org
- Language Support
Current language support for:
- Dutch
- English
- French
- German
- Hungarian
- Italian
- Norwegian
- Polish
- Portuguese
- Slovenian
- Spanish
- Swedish
Download (1.3MB)
Added: 2007-01-18 License: GPL (GNU General Public License) Price:
1022 downloads
FoxTorrent 1.10
FoxTorrent is a Firefox extension that lets you stream torrents as they download, from your web browser, with zero configuration more>>
FoxTorrent is a Firefox extension that lets you stream torrents as they download, from your web browser, with zero configuration needed.
Main features:
Streaming Fast Delivery
- Watch video and listen to audio as it downloads.
Complete Firefox Integration
- Manage your torrent downloads from your browser window.
Windows, Mac, and Ubuntu Linux
- Consistent downloading experience across all three platforms.
Background Downloading
- Continues to work even after your browser window has been closed.
Low Resource Footprint
- Foxtorrent uses less than 8 MB of RAM, and doesnt hog bandwidth.
Configuration-Free
- Automatic support for NATs, uPNP, and firewalls, with no tinkering necessary.
<<lessMain features:
Streaming Fast Delivery
- Watch video and listen to audio as it downloads.
Complete Firefox Integration
- Manage your torrent downloads from your browser window.
Windows, Mac, and Ubuntu Linux
- Consistent downloading experience across all three platforms.
Background Downloading
- Continues to work even after your browser window has been closed.
Low Resource Footprint
- Foxtorrent uses less than 8 MB of RAM, and doesnt hog bandwidth.
Configuration-Free
- Automatic support for NATs, uPNP, and firewalls, with no tinkering necessary.
Download (0.21MB)
Added: 2007-05-17 License: GPL (GNU General Public License) Price:
1542 downloads
LPRng 3.8.29 RC3
LPRng is an Enhanced Printer Spooler. more>>
LPRng is an Enhanced Printer Spooler.
The LPRng software is an enhanced, extended, and portable implementation of the Berkeley LPR print spooler functionality. While providing the same interface and meeting RFC1179 requirements, the implementation is completely new and provides support for the following features: lightweight (no databases needed) lpr, lpc, and lprm programs; dynamic redirection of print queues; automatic job holding; highly verbose diagnostics; multiple printers serving a single queue; client programs do not need to run SUID root; greatly enhanced security checks; and a greatly improved permission and authorization mechanism.
The source software compiles and runs on a wide variety of UNIX systems, and is compatible with other print spoolers and network printers that use the LPR interface and meet RFC1179 requirements.
SVR4 LP and LPSTAT Emultation
LPRng provides emulation packages for the SVR4 lp and lpstat programs, eliminating the need for another print spooler package. These emulation packages can be modified according to local requirements, in order to support vintage printing systems.
Security and Authentication
For users that require secure and/or authenticated printing support, LPRng supports Kerberos V, MIT Kerberos IV Print Support, and PGP authentication. LPRng is being adopted by MIT for use as their Campus Wide printing support system. Additional authentication support is extremely simple to add.
Licensing, Commercial Support, and Y2k Compliance
LPRng is Open Source Software, and the current public distribution is available from the listed FTP and Web Sites. LPRng is distributed under the GPL or Artistic license. Licenses and support agreements for users who do not want to use the terms of the above licenses may be obtained from AStArt Technologies which provides commercial support and enhancements for the LPRng and other network software. AStArt provides network and system consulting services for UNIX and NT systems, as well as real time and network software.
The LPRng software has no known Year 2000 data dependencies. Where necessary, dates are generated using values relative to the UNIX Epoch, and will be consistent to 2034 at a conservative estimate. Details are available in the Y2K Compliance file in the source distribution.
<<lessThe LPRng software is an enhanced, extended, and portable implementation of the Berkeley LPR print spooler functionality. While providing the same interface and meeting RFC1179 requirements, the implementation is completely new and provides support for the following features: lightweight (no databases needed) lpr, lpc, and lprm programs; dynamic redirection of print queues; automatic job holding; highly verbose diagnostics; multiple printers serving a single queue; client programs do not need to run SUID root; greatly enhanced security checks; and a greatly improved permission and authorization mechanism.
The source software compiles and runs on a wide variety of UNIX systems, and is compatible with other print spoolers and network printers that use the LPR interface and meet RFC1179 requirements.
SVR4 LP and LPSTAT Emultation
LPRng provides emulation packages for the SVR4 lp and lpstat programs, eliminating the need for another print spooler package. These emulation packages can be modified according to local requirements, in order to support vintage printing systems.
Security and Authentication
For users that require secure and/or authenticated printing support, LPRng supports Kerberos V, MIT Kerberos IV Print Support, and PGP authentication. LPRng is being adopted by MIT for use as their Campus Wide printing support system. Additional authentication support is extremely simple to add.
Licensing, Commercial Support, and Y2k Compliance
LPRng is Open Source Software, and the current public distribution is available from the listed FTP and Web Sites. LPRng is distributed under the GPL or Artistic license. Licenses and support agreements for users who do not want to use the terms of the above licenses may be obtained from AStArt Technologies which provides commercial support and enhancements for the LPRng and other network software. AStArt provides network and system consulting services for UNIX and NT systems, as well as real time and network software.
The LPRng software has no known Year 2000 data dependencies. Where necessary, dates are generated using values relative to the UNIX Epoch, and will be consistent to 2034 at a conservative estimate. Details are available in the Y2K Compliance file in the source distribution.
Download (1.0MB)
Added: 2007-06-01 License: Artistic License Price:
876 downloads
Wurm Online 1.3.8
Wurm Online is 3D FPP MMORPG game. more>>
Wurm Online is 3D FPP MMORPG game.
Online multiplayer role-playing game, where players walk freely in a big 3D world chatting, gathering resources, building towns, making items, trading, fighting with other players and computer controlled creatures. Chose your path - crafting or PvP fighting. Join a village or live solo. Massive skill tree with skill affected by your actions.
<<lessOnline multiplayer role-playing game, where players walk freely in a big 3D world chatting, gathering resources, building towns, making items, trading, fighting with other players and computer controlled creatures. Chose your path - crafting or PvP fighting. Join a village or live solo. Massive skill tree with skill affected by your actions.
Download (0.004MB)
Added: 2006-05-11 License: GPL (GNU General Public License) Price:
1278 downloads
Radiance 3.8
Radiance is a set of tools which provide an advanced lighting simulation software package. more>>
Radiance project is a set of tools which provide an advanced lighting simulation software package.
It allows very detailed definition of materials and light sources properties through the use of advanced techniques like brdf and ies files, as well as a powerful mathematical scripting language, resulting in accurate renderings of scenes which are usually imported from CAD and 3D modelers.
It uses the hybrid approach of Monte Carlo and deterministic ray tracing to achieve a reasonably accurate result in a reasonable time.
Enhancements:
- New scripts for higher productivity have been added.
- Code was cleaned to improve performance on new machines and in parallel environments.
- Handling of the recent mesh primitive was improved.
- Lots of clean-ups were done.
- This release has been tested a lot and is meant to be especially stable.
<<lessIt allows very detailed definition of materials and light sources properties through the use of advanced techniques like brdf and ies files, as well as a powerful mathematical scripting language, resulting in accurate renderings of scenes which are usually imported from CAD and 3D modelers.
It uses the hybrid approach of Monte Carlo and deterministic ray tracing to achieve a reasonably accurate result in a reasonable time.
Enhancements:
- New scripts for higher productivity have been added.
- Code was cleaned to improve performance on new machines and in parallel environments.
- Handling of the recent mesh primitive was improved.
- Lots of clean-ups were done.
- This release has been tested a lot and is meant to be especially stable.
Download (1.7MB)
Added: 2006-10-27 License: Artistic License Price:
643 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 winrar 3.8 torrent 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