torrent station
TorrentDam 1.3
TorrentDam offers a simple to use, yet sophisticated tool which helps you search torrent files on seven search engines: more>>
TorrentDam 1.3 offers a simple to use, yet sophisticated tool which helps you search torrent files on seven search engines:
- Bitjunkie
- IsoHunt
- Mininova
- Demonoid
- TorrentReactor
- ThePirateBay
- MyBittorrent
This software is released under GPL.
Location Station 1.0.1
Location Station is such an easy-to-use Internet Location utility designed to help users create Mac OS 8.5 Internet Location documents -- URLs, e-mail addresses, newsgroups and ftp sites. more>>
Location Station 1.0.1 is such an easy-to-use Internet Location utility designed to help users create Mac OS 8.5 Internet Location documents -- URL's, e-mail addresses, newsgroups and ftp sites.
You can drag and drop text from your Internet Browser right into Location Station's text window. Location Station will either prompt you to choose a location for new documents or automatically save documents into a pre-determined folder.
There are four menu command shortcuts to help automate the selection of document types along with an option to quit automatically or remain open after each save. Once you've configured the utility's preferences, you can operate the utility without any extra mouseclicks.
Requirements: Power PC Only - Requires Mac OS 8.5 Or Later
MakeTorrent 1.0
MakeTorrent - A simple drag & drop tool for creating .torrent files in OS X more>>
With MakeTorrent you will able to optionally create private torrent files (see readme). Cobbled together from other peoples code (see readme again).
Torrent Searcher X 0.3b
Torrent Searcher is a small convenient app that searches 5 major Bittorrent Trackers, and opens the results in your default web browser more>>
Torrent Searcher X 0.3b is a user-friendly and reliable application that searches 5 major Bittorrent Trackers, and opens the results in your default web browser. Trackers are:The Pirate Bay, BTBot, BitTorrent Search, Yotoshi, Isohunt.
iTrip Station Finder 2.0
Helps iTrip users find radio stations. more>>
Torrent.search Widget 1.4
Torrent.search Widget - Searches multiple bittorrent search engines more>>
search on:
- astatorrents.com
- bittorrent.com
- bitzip.com
- btbot.com
- btjunkie.org
- bushtorrents.com
- demonoid.com
- fenopy.com
- futuretorrents.com
- isohunt.com
- meganova.org
- mininova.org
- monova.org
- mybittorrent.com
- needtorrents.com
- newtorrents.info
- onlytorrents.com
- snarf-it.org
- thepiratebay.org
- throughput.de
- torrentbox.com
- torrentportal.com
- torrentreactor.net
- torrentspy.com
- torrentvalley.com
- torrentz.com
your favourite bittorrent search engine is missing?
just drop me an email and ill try to add it in the next version!
Enhancements:
- added astatorrents.com
- added bushtorrents.com
- added fenopy.com
- added futuretorrents.com
- added meganova.org
- added monova.org
- added needtorrents.com
- added onlytorrents.com
- added snarf-it.org
- added throughput.de
- added torrentvalley.com
- removed bitoogle.com
- removed hypertorrent.com
- removed yotoshi.com
- fixed bittorrent.com
- disabled option to display a custom number of search results (most sites dont support this anyway)
libtorrent 0.14.4
Free and open source C++ library that aims to be a good alternative to all the other bittorrent implementations around more>> Free and open source C++ library that aims to be a good alternative to all the other bittorrent implementations around
libtorrent is a C++ implementation of the BitTorrent protocol with the goals of being efficient and easy to use.
libtorrent is a C++ library that aims to be a good alternative to all the other bittorrent implementations around.
Although it comes with a working example client, libtorrent is a library and not a full featured client.
The main goals of libtorrent are:
- to be cpu efficient
- to be memory efficient
- to be very easy to use
libtorrent has been successfully compiled and tested on:
- Windows 2000 vc7.1, vc8
- Linux x86 GCC 3.3, GCC 3.4.2
- Mac OS X (darwin), (Apples) GCC 3.3, (Apples) GCC 4.0
- Sun OS 5.8 GCC 3.1
- Cygwin GCC 3.3.3
NOTE: libtorrent is licensed and released under the BSD-license.
Main features:
- trackerless torrents (using the Mainline kademlia DHT protocol) with some DHT extensions.
- support for IPv6
- NAT-PMP and UPnP support (automatic port mapping on routers that supports it)
- piece-wise, unordered, incremental file allocation
- uses separate threads for checking files and for main downloader, with a fool-proof thread-safe library interface. (i.e. Theres no way for the user to cause a deadlock). (see threads)
- adjusts the length of the request queue depending on download rate.
- multitracker extension support (as specified by John Hoffman)
- supports files > 2 gigabytes.
- serves multiple torrents on a single port and in a single thread
- fast resume support, a way to get rid of the costly piece check at the start of a resumed torrent. Saves the storage state, piece_picker state as well as all local peers in a separate fast-resume file.
- HTTP seeding, as specified by Michael Burford of GetRight.
- piece picking on block-level (as opposed to piece-level). This means it can download parts of the same piece from different peers. It will also prefer to download whole pieces from single peers if the download speed is high enough from that particular peer.
- supports the udp-tracker protocol by Olaf van der Spek.
- queues torrents for file check, instead of checking all of them in parallel.
- supports http proxies and basic proxy authentication
- gzipped tracker-responses
- can limit the upload and download bandwidth usage and the maximum number of unchoked peers
- implements fair trade. User settable trade-ratio, must at least be 1:1, but one can choose to trade 1 for 2 or any other ratio that isnt unfair to the other party.
- supports an extension protocol. See extensions.
- supports the no_peer_id=1 extension that will ease the load off trackers.
- possibility to limit the number of connections.
- delays have messages if theres no other outgoing traffic to the peer, and doesnt send have messages to peers that already has the piece. This saves bandwidth.
- does not have any requirements on the piece order in a torrent that it resumes. This means it can resume a torrent downloaded by any client.
- supports the compact=1 tracker parameter.
- selective downloading. The ability to select which parts of a torrent you want to download.
- ip filter to disallow ip addresses and ip ranges from connecting and being connected
Enhancements
- connect candidate calculation fix
- tightened up disk cache memory usage
- fixed magnet link parser to accept hex-encoded info-hashes
- fixed inverted logic when picking which peers to connect to
- (should mean a slight performance improvement)
- fixed a bug where a failed rename_file() would leave the storage
- in an error state which would pause the torrent
- fixed case when move_storage() would fail. Added a new alert
- to be posted when it does
- fixed crash bug when shutting down while checking a torrent
- fixed handling of web seed urls that didnt end with a
- slash for multi-file torrents
- lowered the default connection speed to 10 connection attempts
- per second
- optimized memory usage when checking files fails
- fixed bug when checking a torrent twice
- improved handling of out-of-memory conditions in disk I/O thread
- fixed bug when force-checking a torrent with partial pieces
- fixed memory leak in disk cache
- fixed torrent file path vulnerability
- fixed upnp
- fixed bug when dealing with clients that drop requests (i.e. BitComet)
- fixes assert as well
Torrent Episode Downloader (ted) 0.95
Search and download torrents of new TV show episodes from the Internet. more>> Search and download torrents of new TV show episodes from the Internet.
Meet ted. Your new way of downloading TV shows from the Web. Add your favorite tv shows to ted and ted will automatically download torrents of new episodes. Ted has built in support to download torrents for the newest episodes from 24, Lost, The Simpsons, South Park.
Features are checks feeds from TorrentSpy, TorrentReactor, Isohunt and MyBittorrent for new episodes of TV shows. Fill in the current season and episode you are watching.
Ted automatically finds new episodes that you havent seen yet. Built-in support for all mainstream shows (24, Lost, Topgear, Desperate Housewives, the Simpsons, South Park). Add your own shows to Ted. Use keywords to filter out fakes and unwanted versions of episodes. Saves torrents of new shows to your hard disk and optionally opens the torrents in your favorite torrent client.
System requirements:
-
Enhancements:
- Automatic Episode scheduler; determines airdate and episode titles by using information from epguides and TVRage.
- Option to set your time zone.
- Changed Add Show dialog look and feel, its now easier to select the episode you want to search for.
- Choose your own table colors.
- Pop-up dailogs can now auto-close themselves.
- More show information (airdate and title) displayed in main dialog.
- Improved memory management (on mac).
- Improved UI, native search box and help buttons (on mac).
- Check for new version every x parsing rounds instead of only at startup.
- Speed up retrieval of the show information.
- Added missing log messages.
BTJunkie Torrent Search 1.0
BTJunkie Torrent Search will let you search BTJunkie.org for torrent files... more>>
DVD Copy for Mac enables you to copy an entire DVD movie in 1:1 ratio perfectly in the cases of copying D5 to D5, D9 to D9, D5 to D9 and compress DVD-9 (dual-layer DVD) to one DVD-5 disc easily. It also allows you to copy the main movie of the DVD only. With the powerful function, this software can not only copy DVD movie to ISO file or DVD folder and back up DVD to hard disc drive, but also burn ISO file and DVD folder to DVDs.
DVD Copy for Mac is a special version designed for Mac user and gets the following features to catch Mac fans? attention:
1.It features fast burning speed and easy-to-handle settings.
2.It can compress DVD-9 (dual-layer DVD) to one DVD-5 disc with ease.
3.It can do lossless copy of the entire DVD-9 movie to 8.5GB Dual Layer recordable media.
4.It allows you to create Customized DVD Copy at will.
5.It supports both NTSC and PAL DVD movie copying.
6.It can clone DVD software as it copies the whole DVD movie to DVD in 1:1 ratio.
Facing such excellent software, what are you waiting for? Right, download the DVD Copy for Mac at once and have a try of it. Having this powerful software, you can get much more pleasure from your favorite DVDs.
System Requirements: 64MB RAM
<<lessGriffin iTrip Station Finder 2.0
Griffin iTrip Station Finder - Helps iTrip owners find clear stations more>>
The iTrip FM Transmitter is of the hottest iPod accessories in the world because it allows iPod owners to play their iPods music in their cars or over their stereo through the FM radio.
One of iTrips most unique features is its ability to broadcast to any FM frequency on the dial.
The new iTrip Station Finder application makes this process much easier and faster by suggesting the frequencies that have the least interference near them.
Enhancements:
- Now includes frequencies for 15 additional countries
- interactive map navigation
- user submission of new frequencies.
CreateTorrent Widget 1.0
CreateTorrent Widget - a little widget for creating .torrent files more>>
You just have to drop a directory or some files from Finder/Desktop on it and it will create a BitTorrent file on your desktop.
iTorrentFlux Uploader 2.1
iTorrentFlux Uploader - upload torrents to TorrentFlux easily more>>
Enhancements:
- Drawer for temporary upload preferences.
- Update checker.
- File type association (torrent files).
- Optimized code.
- Some bug fixes.
AirPort Base Station Update 2007-002
AirPort Base Station Update includes general fixes and compatibility updates more>>
The AirPort Base Station Update 2007-002 includes general fixes and compatibility updates for the following applications:
- AirPort Utility
- AirPort Disk Utility
- AirPort Base Station Agent
Note: Only previously installed software from the list above will be updated. AirPort Utility v5.1 for Mac OS X 10.4.x or later software supports the AirPort Extreme Base Station with 802.11n, AirPort Extreme Base Station and AirPort Express Base Station.
Lost Icons 1.2
Lost Icons - 33 icons from the Lost show more>>
This Icon set contains images linking to Seasons 1 & 2 of LOST, so may give away more than you expect.
33 Icons lncluding: Arrow Station, Bad Twin, Caduceus Logo, Desmonds Picture, Ekos Jesus Stick, Hanso Foundation, Hatch Timer, Henry Gale, Hurley and Dave, Hurleys Comic, Judy Blume Book, Lockes Knives, Lotto Ticket, Mary Statue, Mr. Clucks Chicken Shack, Orientation Reel, Orions Belt, Swan Station, The Drugs, The Third Policeman, Watership Down, Dharma Initiative Carrots, Dharma Initiative Green Beans, Dharma Initiative Whole Corn, Our Mutual Friend, Pearl Orientation, Pearl Station Notebook, Pearl Station, Pneumatic Pod, Quarantine, Statues Foot, The Door, Michaels List.
Airport Software Base Station Tutorial 0.3.2
Airport Software Base Station Tutorial offers you a free and useful tool which makes it easy to follow and allow you to setup an Airport Software Base Station in under 10-30 minutes. more>>
Airport Software Base Station Tutorial 0.3.2 offers you a free and useful tool which makes it easy to follow and allow you to setup an Airport Software Base Station in under 10-30 minutes. This tutorial also includes IPNetShare X and all instructions pertaining to it. Easy to Follow, Easy Setup to allow you to configure an Airport Software Base Station Quickly and Seamlessly.
Major Features:
- Updated code, to make it easier to setup software base station. The terminal access entirely. All you need is an admin password.
- New icon!!! Transparent
- Walk through for each connection. Open IPNetShare X and it will walk you through setup.
Requirements:
- Mac OS X 10.1.2 or higher (You need the AppleScript Studio Support)