Main > Free Download Search >

Free ipartition 3.1 torrent software for mac

ipartition 3.1 torrent

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 566
Tomato Torrent 1.5

Tomato Torrent 1.5


Tomato Torrent - BitTorrent client (Formerly BitTorrent Macintosh) more>> <<less
Download (608KB)
Added: 2007-03-13 License: Freeware Price:
5731 downloads
MakeTorrent 1.0

MakeTorrent 1.0


MakeTorrent - A simple drag & drop tool for creating .torrent files in OS X more>>
MakeTorrent is a simple drag & drop tool for creating .torrent files in OS X.

With MakeTorrent you will able to optionally create private torrent files (see readme). Cobbled together from other peoples code (see readme again).
<<less
Download (486KB)
Added: 2007-06-12 License: Freeware Price:
530 downloads
ProteinShop 3.1

ProteinShop 3.1


ProteinShop is an interactive tool for manipulating protein structures more>>
ProteinShop is an interactive tool for manipulating protein structures. It was designed to quickly create a set of protein configurations using human knowledge and intuition. These configurations may be subjected to local or global optimization.
<<less
Download (6.7MB)
Added: 2007-07-20 License: GPL Price:
827 downloads
Auntie 1.3.1

Auntie 1.3.1


Auntie - BBC news ticker more>>
Auntie is a freeware BBC News ticker for Mac OS X. It has no relationship to the (apparently no longer supported) Mac OS 7 program of the same name, other than having the same function.

Many aspects of the ticker are configurable, including font, color, opacity, and ticker speed. Clicking on a scrolling headline will take you to the associated web page.

Headlines are also listed in a dock menu to jump to any one of them.Auntie is provided free of charge because you really ought to pay attention to whats going on in the world.


<<less
Download (176KB)
Added: 2005-12-23 License: Freeware Price:
1404 downloads
BTJunkie Torrent Search 1.0

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

<<less
Download (71KB)
Added: 2008-04-06 License: Freeware Price: FREE
185 downloads
libtorrent 0.14.4

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

<<less
Download (1.9MB)
Added: 2009-06-02 License: Freeware Price: FREE
192 downloads
Lickmachine 3.3.1

Lickmachine 3.3.1


Allows the artist to use Midi controllers to conduct an electronic orchestra through completely controllable sequences more>> <<less
Download (679KB)
Added: 2007-05-26 License: Freeware Price:
881 downloads
ibmikmod 3.1.10r3

ibmikmod 3.1.10r3


ibmikmod - developer tool: port of LibMikMod using CoreAudio more>>
ibmikmod is a port of LibMikMod to MacOS X using CoreAudio.
The download includes additionally the Carbon version, which was modified for use with ProjectBuilder, and a simple command-line moduleplayer.
Enhancements:
- Recompiled as Universal Binary.
<<less
Download (1.6MB)
Added: 2006-04-03 License: Freeware Price:
1299 downloads
libmikmod 3.1.10r3

libmikmod 3.1.10r3


libmikmod - developer tool: port of LibMikMod using CoreAudio more>>
libmikmod is a port of LibMikMod to MacOS X using CoreAudio.
The download includes additionally the Carbon version, which was modified for use with ProjectBuilder, and a simple command-line moduleplayer.
Enhancements:
- Recompiled as Universal Binary.
<<less
Download (1.6MB)
Added: 2006-06-13 License: Freeware Price:
1230 downloads
CreateTorrent Widget 1.0

CreateTorrent Widget 1.0


CreateTorrent Widget - a little widget for creating .torrent files more>>
CreateTorrent Widget is a little widget for creating .torrent files.

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.

<<less
Download (463KB)
Added: 2007-02-07 License: Freeware Price:
1005 downloads
TorrentDam 1.3

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.

<<less
Download (1.2MB)
Added: 2009-02-19 License: Freeware Price:
downloads
Detox 3.1

Detox 3.1


Detox - Run the medical, mental health, legal and social services... into the ground more>> <<less
Download (28.1MB)
Added: 2006-01-31 License: Freeware Price:
1436 downloads
CamiBlock 1.3.1

CamiBlock 1.3.1


With CamiBlock you can prevent images from loading in Camino more>>
CamiBlock is a Preference Pane for Camino. With CamiBlock you can prevent images from loading in Camino.
One special feature of CamiBlock is that you can update your list of blocked servers with data from the internet.
Enhancements:
- Fixed a bug: the whitelist and the server list buttons dont work on some systems.
<<less
Download (110KB)
Added: 2005-11-02 License: Freeware Price:
1459 downloads
SizzlingKeys 3.1

SizzlingKeys 3.1


SizzlingKeys - Unique iTunes controller, lets you choose how to use iTunes, for best results more>>
SizzlingKeys4iTunes lets you control iTunes without leaving your current application.

Control all aspects of iTunes with hot keys that are fully-customizable via an intuitive Preference Pane plug-in.

iTunes is the best music player out there, but dont you wish you could control it without interrupting your task at hand? Now you can.

Whether it is to pause the player, adjust the volume or skip a track, you can do all that and more with simple customizable keystrokes.

Intuitive Setup:
We design all our software with ease-of-use as a top priority and it shows. Customizing SizzlingKeys is incredibly intuitive and self-explanatory.

Rate those Songs:
Lets say you are working on your spreadsheet when your favorite song comes on, just hit Ctrl-5 (this is customizable, of course) to assign a 5-star rating to the song. Now that rating songs is so easy, you will find yourself attempting to rate every song in your library.

Search Library and Playlists:
Search capability is built into SizzlingKeys. Want to play all 17 renditions of Route 66 in your iTunes library? That is just a few keystrokes away.

Selecting an existing playlist is just as easy.

See Whats Playing:
Why bring up iTunes just to see what track is playing? SizzlingKeys features a floating window that shows you the current song name, artist and more. Place it anywhere you wish on the screen by simply dragging it.

<<less
Download (939KB)
Added: 2007-06-28 License: Freeware Price:
856 downloads
PandoraBoy 0.3.1

PandoraBoy 0.3.1


PandoraBoy - Listen to Pandora.com & control it with hotkeys or remote more>>
Love Pandora.com, but tired of having to run it a web browser? Ever wish you could control pandora without even being at your computer?
Well then look no farther. PandoraBoy allows you to control your music with global hotkeys or your apple remote. Additionally, it supports growl notifications so that you always know what your listening to.
Main features:
- Listen to Pandora.com without having to have a web browser open
- Control Pandora with global hotkeys or your apple remote
- Discover new artists with ease by watching growl notifications of the currently playing song.
<<less
Download (406KB)
Added: 2007-04-19 License: Adware Price:
965 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5