Main > Free Download Search >

Free bee docs timeline torrent software for mac

bee docs timeline torrent

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 241
Bee CPU Monitor 0.3

Bee CPU Monitor 0.3


Shows CPU Usage (user, system, nice) in menu bar, launches Process Viewer more>> Shows CPU Usage (user, system, nice) in menu bar, launches Process Viewer.
Requirements:
Mac OS X 10.1 or later.
<<less
Download (70K)
Added: 2003-05-02 License: Free Price:
downloads
BleedCatcher Lite 1.0

BleedCatcher Lite 1.0


BleedCatcher Lite - Find insufficient bleeds in QuarkXPress more>>
BleedCatcher Lite finds insufficient bleeds on boxes and lines in QuarkXPress. You can open multiple docs, and error bleeds are indexed so you can quickly take care of them when job is done (analysis of bleeds is time consuming).

You can resume your work after making corrections. It finds even "internal" bleeds. Doc pages, not printer pages, are considered, so it works better than bleeds searching on some pre-flight programs.

<<less
Download (9KB)
Added: 2006-02-28 License: Freeware Price:
1333 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
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
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
Bee Droids 1.0

Bee Droids 1.0


Bee Droids - Funny bees icon set more>>
Bee Droids is Joses icon premiere and we must say "Bravo!" These cute bee droids are a must have for all of you nature/robot people out there. uhh...yeah.... Anyways, just download them!

All icons are aquafied and look best in 128x128 at 32bit mode.
<<less
Download (412KB)
Added: 2006-04-05 License: Freeware Price:
1297 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
Change doc fonts 1.0

Change doc fonts 1.0


Change doc fonts - Change specified fonts more>>
By double-clicking the Change doc fonts droplet, you can specify a font and font size you want to change and a font which will replace this font. Now dragging a Quark document on this icon will change the font within this document.

Completly freeware.

<<less
Download (17KB)
Added: 2006-05-14 License: Freeware Price:
1263 downloads
Travel in Bee Style 1.0

Travel in Bee Style 1.0


Travel in Bee Style - Bee transport methods icon set more>>
Hehe-- Well bet you though bees flew around using their wings right? Apparently not! The icons are beautifuly drawn and look best in 128x128 at 32bit mode.

Completly freeware for non-commercial use.
<<less
Download (385KB)
Added: 2006-03-10 License: Freeware Price:
1323 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
Doc Size Manager 1.0

Doc Size Manager 1.0


Doc Size Manager - Save and load your document sizes more>>
Doc Size Manager is a MultiAd Creator AppleScript that lets you save and load your document sizes, and when loading you can choose to keep or replace the existing document sizes.

Completly freeware.

<<less
Download (6KB)
Added: 2006-02-20 License: Freeware Price:
1344 downloads
ThinkFree Viewer Widget 1.1

ThinkFree Viewer Widget 1.1


ThinkFree Viewer Widget - View ThinkFree or Microsoft Office docs more>> Handy utility to know how long it takes for you to do a certain task. For instance, how long it takes for you to type a text of 40, or 80, or 180 words?<<less
Download (73KB)
Added: 2006-12-15 License: Freeware Price: FREE
276 downloads
Cleanup doc(s) 1.0

Cleanup doc(s) 1.0


Cleanup doc(s) - Cleanup text in BBEdit more>>
Cleanup doc(s) is an AppleScript to use in BBEdit which corrects the number of spaces around words and between sentences, and replaces ligatures with their character equivalents.

Completly freeware.


<<less
Download (6KB)
Added: 2006-01-24 License: Freeware Price:
1369 downloads
CBS News 1.0

CBS News 1.0


CBS News - A lovely widget that provides easy access to the latest breaking CBS News headlines. more>> uCalendar X Show search results by a timeline view.
Banner can divide in a day
Add colors for Saturday, change colors with odd / even months.
Two columns landscape view
Switch weekly/monthly dispaly in calendar/landscape view
Context Menu
Switch showing categories
Timeline view for search results
<<less
Download (164KB)
Added: 2008-07-18 License: Freeware Price: FREE
200 downloads
Compare & Join QXP Docs Suite 1.0

Compare & Join QXP Docs Suite 1.0


Compare & Join QXP Docs Suite - Quark scripts suite more>>
Compare2Docs.app, compares two open docs telling all it can about differences. A script cant compare ALL (trapping between colors, kern/track tables etc.) but this creates a log file with almost all differences that may cause unwanted results when joining XP docs or transferring stuff, and some other that can be useful for general comparison.

Join2Docs.app, joins two docs. It copies the foreground doc to the end of the second (in the background).

<<less
Download (23KB)
Added: 2006-05-19 License: Freeware Price:
1254 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5