Main > Free Download Search >

Free andrew bennetts software for mac

andrew bennetts

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 153
bzip2 1.0.2

bzip2 1.0.2


bzip2 - command line tool to compress/decompress files more>>
bzip2 is a freely available, patent free (see below), high-quality data compressor.
It typically compresses files to within 10% to 15% of the best available techniques (the PPM family of statistical compressors), whilst being around twice as fast at compression and six times faster at decompression.

(Note that this is a command-line tool, to be run from Terminal.)
This software was distributed by its author under the terms of the GNU GPL. I have not modified the source in any way, and am simply redistributing the binaries, help files, and library files in a .mpkg installer.
<<less
Download (358KB)
Added: 2006-07-24 License: Freeware Price:
3039 downloads
Bazaar 1.16 RC1 / 1.15.1

Bazaar 1.16 RC1 / 1.15.1


Free and open source application that adapts to the workflows you want to use Bazaar is a distributed version control system available under the GPL that reduces barriers to participation in your more>> Free and open source application that adapts to the workflows you want to use

Bazaar is a distributed version control system available under the GPL that reduces barriers to participation in your project.
Bazaar is designed to support Mac OS, GNU/Linux, UNIX, Windows. In summary, Bazaar gives you fast, distributed revision control that "Just Works", supporting renames of directories and files smoothly.
Bazaar is designed to maximise the level of community participation in your project.
Bazaar branches can be published on any web server, and uploaded over sftp, ftp, or rsync. If you want the fastest possible network performance, there is a smart server.
Bazaar supports flexible work models: centralized like cvs or svn, commit offline, enforced code review when desired, and automatic regression testing.
Decentralized revision control systems give people the ability to collaborate more efficiently over the internet using the bazaar development model and have many other advantages.
When you use Bazaar, you can commit to your own local branches of your favourite free software projects without needing special permission.

Main features:
Good performance:
- Bazaar status in a tree of 5,000 files takes just 0.5 seconds, so almost every open source project can get the advanced features of Bazaar without slowing down its developers. Bazaar is robust in the face of radical tree restructuring, saving you time when it comes to merging from your community.
Safe with your data:
- There have not been any data loss bugs in a Bazaar release in the past two years. Bazaar has a huge test suite that ensures that new file formats can be tested automatically. The development process follows best practice with code review of all core and community code landings.
Friendly:
- Bazaar "Just Works" (which is why the Ubuntu team chose it for their project). Bazaar has a natural feel, you can publish your code on any web server or use a custom server for performance. Bazaar has perfect support for renaming files AND directories, which means you can unleash your community and merge efficiently even from contributors who are radically restructuring the tree.
Free:
- Bazaar is available under the GPL v2 or later.
Easy to integrate:
- Bazaar is designed as a Python API with a plugin system, so it is easy to embed in your tools and projects and easy to extend or integrate with existing infrastructure. Whether you are managing your development, or keeping track of configuration files, or building a new content management system, Bazaar is a great choice if you like to work in Python.

System requirements:
-

Enhancements
Compatibility Breaks:
- Display prompt on stderr (instead of stdout) when querying users so that the output of commands can be safely redirected. (Vincent Ladeuil, #376582)
New Features:
- A new repository format 2a has been added. This is a beta release of the the brisbane-core (aka group-compress) project. This format now suitable for wider testing by advanced users willing to deal with some bugs. We would appreciate test reports, either positive or negative. Format 2a is substantially smaller and faster for many operations on many trees. This format or an updated version will become the default in bzr 2.0.
- This is a rich-root format, so this repository format can be used with bzr-svn. Bazaar branches in previous non-rich-root formats can be converted (including by merge, push and pull) to format 2a, but not vice versa. We recommend upgrading previous development formats to 2a.
- Upgrading to this format can take considerable time because it expands and more concisely repacks the full history.
- If you use stacked branches, you must upgrade the stacked branches before the stacked-on branches. (See )
- --development7-rich-root is a new dev format, similar to --dev6 but using a Revision serializer using bencode rather than XML. (Jelmer Vernooij, John Arbash Meinel)
- mail_client=claws now supports --body (and message body hooks). Also uses configured from address. (Barry Warsaw)
Improvements:
- --development6-rich-root can now stack. (Modulo some smart-server bugs with stacking and non default formats.) (John Arbash Meinel, #373455)
- --development6-rich-root delays generating a delta index for the first object inserted into a group. This has a beneficial impact on bzr commit since each committed texts goes to its own group. For committing a 90MB file, it drops peak memory by about 200MB, and speeds up commit from 7s => 4s. (John Arbash Meinel)
- Numerous operations are now faster for huge projects, i.e. those with a large number of files and/or a large number of revisions, particularly when the latest development format is used. These operations (and improvements on OpenOffice.org) include: branch in a shared repository (2X faster), branch --no-tree (100X faster), diff (2X faster), tags (70X faster) (Ian Clatworthy)
- Pyrex version of bencode support. This provides optimized support for both encoding and decoding, and is now found at bzrlib.bencode. bzrlib.utils.bencode is now deprecated. (Alexander Belchenko, Jelmer Vernooij, John Arbash Meinel)
Bug Fixes:
- Bazaar can now pass attachment files to the mutt email client. (Edwin Grubbs, #384158)
- Better message in bzr add output suggesting using bzr ignored to see which files can also be added. (Jason Spashett, #76616)
- bzr pull -r 123 from a stacked branch on a smart server no longer fails. Also, the Branch.revision_history() API now works in the same situation. (Andrew Bennetts, #380314)
- bzr serve on Windows no longer displays a traceback simply because a TCP client disconnected. (Andrew Bennetts)
- Clarify the rules for locking and fallback repositories. Fix bugs in how RemoteRepository was handling fallbacks along with the _real_repository. (Andrew Bennetts, John Arbash Meinel, #375496)
- Fix a small bug with fetching revisions w/ ghosts into a new stacked branch. Not often triggered, because it required ghosts to be part of the fetched revisions, not in the stacked-on ancestry. (John Arbash Meinel)
- Fix status and commit to work with content filtered trees, addressing numerous bad bugs with line-ending support. (Ian Clatworthy, #362030)
- Fix problem of "directory not empty" when contending for a lock over sftp. (Martin Pool, #340352)
- Fix rule handling so that eol is optional, not mandatory. (Ian Clatworthy, #379370)
- Pushing a new stacked branch to a 1.15 smart server was broken due to a bug in the BzrDirFormat.initialize_ex smart verb. This is fixed in 1.16, but required changes to the network protocol, so the BzrDirFormat.initialize_ex verb has been removed and replaced with a corrected BzrDirFormat.initialize_ex_1.16 verb. 1.15 clients will still work with a 1.16 server as they will fallback to slower (and bug-free) methods. (Jonathan Lange, Robert Collins, Andrew Bennetts, #385132)
- Reconcile can now deal with text revisions that originated in revisions that are ghosts. (Jelmer Vernooij, #336749)
- Support cloning of branches with ghosts in the left hand side history. (Jelmer Vernooij, #248540)
- The bzr diff now catches OSError from osutils.rmtree and logs a helpful message to the trace file, unless the temp directory really was removed (which would be very strange). Since the diff operation has succeeded from the users perspective, no output is written to stderr or stdout. (Maritza Mendez, #363837)
- Translate errors received from a smart server in response to a BzrDirFormat.initialize or BzrDirFormat.initialize_ex request. This was causing tracebacks even for mundane errors like PermissionDenied. (Andrew Bennetts, #381329)
Documentation:
- Added directory structure and started translation of docs in Russian. (Alexey Shtokalo, Alexander Iljin, Alexander Belchenko, Dmitry Vasiliev, Volodymyr Kotulskyi)
API Changes:
- Added osutils.parent_directories(). (Ian Clatworthy)
- bzrlib.progress.ProgressBar, ChildProgress, DotsProgressBar, TTYProgressBar and child_progress are now deprecated; use ui_factory.nested_progress_bar instead. (Martin Pool)
- graph.StackedParentsProvider is now a public API, replacing graph._StackedParentsProvider. The api is now considered stable and ready for external users. (Gary van der Merwe)
- bzrlib.user_encoding is deprecated in favor of get_user_encoding. (Alexander Belchenko)
- TreeTransformBase no longer assumes that limbo is provided via disk. DiskTreeTransform now provides disk functionality. (Aaron Bentley)
Internals:
- Remove weave.py script for accessing internals of old weave-format repositories. (Martin Pool)
Testing:
- The number of cores is now correctly detected on OSX. (John Szakmeister)
- The number of cores is also detected on Solaris and win32. (Vincent Ladeuil)
- The number of cores is also detected on FreeBSD. (Matthew Fuller)

<<less
Download (4.8MB)
Added: 2009-06-13 License: GPL Price: FREE
182 downloads
 
Other version of Bazaar
Bazaar 1.15.1(Andrew Bennetts, #381329
Price: FREE
License:GPL
Download (4.1MB)
191 downloads
Added: 2009-06-10
Andrew Merenbach Wget 1.11.4r1

Andrew Merenbach Wget 1.11.4r1


Andrew Merenbach Wget is a smart and convenient to use utility for non-interactive download of files from the Web which supports HTTP, HTTPS, and FTP protocols, as well as retrieval through HTTP proxies. more>>

Andrew Merenbach Wget 1.11.4r1 is a smart and convenient to use utility for non-interactive download of files from the Web which supports HTTP, HTTPS, and FTP protocols, as well as retrieval through HTTP proxies.

Requirements: Mac OS X 10.5 or higher

<<less
Download (327.2KB)
Added: 2008-07-26 License: Freeware Price:
downloads
Andrew's Disk Copy Scripts 2.1.1

Andrew's Disk Copy Scripts 2.1.1


Andrews Disk Copy Scripts are potential and easy to use scripts which allow you to access Disk Copys segmenting and self-mounting image features. more>>

Andrew's Disk Copy Scripts 2.1.1 are potential and easy to use scripts which allow you to access Disk Copy's segmenting and self-mounting image features. They were developed with the help of Apple BEFORE Apple released its own set of similar scripts...after seeing how well mine were doing.

<<less
Download (285.2KB)
Added: 2001-04-09 License: Freeware Price:
downloads
Andrew Hunter Zoom 1.1.1

Andrew Hunter Zoom 1.1.1


Andrew Hunter Zoom is regarded as a new and fascinating Z-Machine, which means that it plays text adventure games written in ZCode. more>>

Andrew Hunter Zoom 1.1.1 is regarded as a new and fascinating Z-Machine, which means that it plays text adventure games written in ZCode.

The original games were written by a company called 'Infocom' in the 80's: these are available on the Infocom Masterpieces CD, published by Activision. Unfortunately, Activision seems to have lost interest in this title - however, there are a few companies that have a stock of this CD. In around 1993, a compiler called 'Inform' was released that allowed ordinary mortals to create their own ZCode adventures. This sparked quite a revival, and there are many games available for download.

Requirements: Mac OS X 10.3 or higher

<<less
Download (3.7MB)
Added: 2007-08-09 License: Freeware Price:
downloads
CCalendar 1.0

CCalendar 1.0


CCalendar gives users a useful Calendar which can view inplementation for Metrowerks PowerPlant. more>>

CCalendar 1.0 gives users a useful Calendar which can view inplementation for Metrowerks PowerPlant. It can be used as the replacement of standard LClock class.

<<less
Added: 2003-05-04 License: Freeware Price:
downloads
Andrew's vector plugins 1.2

Andrew's vector plugins 1.2


Andrews vector plugins is one of the most comprehensive, user friendly player and editor tool so you can create animation effects in seconds (these can then be exported to flash). There is also a demo set to check out the various effects more>>

Andrew's vector plugins 1.2 is one of the most comprehensive, user friendly player and editor tools with which you can create animation effects in seconds (these can then be exported to flash). There is also a demo set to check out the various effects

Major Features:

  1. This plugin set requires the original serial/password (from purchase) to extract the plugins
  2. The plugin set includes 3 plugins: layers rotate, scale and translate.
  3. The plugins come with a wide range of different options to apply different transforms to paths or selected path.
  4. The plugin then can apply the effects over different layers.
<<less
Download (180.7KB)
Added: 2003-04-10 License: update/patch Price:
downloads
Googly-Eyes 1.0

Googly-Eyes 1.0


Free Yahoo! eyes widget for your Mac more>> Free Yahoo! eyes widget for your Mac

Free Yahoo! widget that features a pair of fully customizable eyes on your desktop.

System requirements:
-

Enhancements
- First public release.

<<less
Download (723KB)
Added: 2009-05-18 License: Freeware Price: FREE
218 downloads
Andrew's vector plugins Warp Factor 10 1.3.6

Andrew's vector plugins Warp Factor 10 1.3.6


Andrews vector plugins Warp Factor is designed to be a smart program which supplies you with warp plugin effect for Illustrator 10 which requires the serial supplied during purchase. more>>

Andrew's vector plugins Warp Factor 10 1.3.6 is designed to be a smart program which supplies you with warp plugin effect for Illustrator 10 which requires the serial supplied during purchase. The plugin is part of the Andrew's (vector) plugins vol 1 set. The plugin applies an envelope to paths or selected paths and then applies random or fixed settings/bend/distortions and repeats the warping as many times as required (allowing you to preview interactively extremes of warping applied to even basic shapes). The plugin also comes with a selection of presets to get you started.

<<less
Download (23.4KB)
Added: 2003-06-17 License: update/patch Price:
downloads
Prowler 2.3

Prowler 2.3


Static image browser and slideshow creator. more>>
Prowler is an image browser, viewer and slideshow presenter with a stylish appearance and streamlined functionality.

Its aim is topresent a collection of images in an attractive way, either for personal browsing, showing friends, or presentations.
<<less
Download (1.7MB)
Added: 2004-05-21 License: Freeware Price:
1983 downloads
Rippler 1.0

Rippler 1.0


Rippler - Class that implements dashboard-style ripping for any window in Mac OS X more>>
Rippler is a sample application for AWRippler, a class that implements dashboard-style ripping for any window in Mac OS X.

This is the initial Release of Rippler.

<<less
Download (51KB)
Added: 2006-05-30 License: Freeware Price:
1242 downloads
Multitoolbox - Andrew's (vector) plugins volume 4 1.3.2

Multitoolbox - Andrew's (vector) plugins volume 4 1.3.2


Multitoolbox - Andrews (vector) plugins volume brings an innovative program which can help you display only in outline mode and releasing the mouse, remove the generated paths (so many of the features cannot be seen in demo mode. more>>

Multitoolbox - Andrew's (vector) plugins volume 4 1.3.2 brings an innovative program which can help you display only in outline mode and releasing the mouse, remove the generated paths (so many of the features cannot be seen in demo mode. Please be aware of this before downloading the demo set).

Major Features:

  1. 13 plugins in one toolkit 'Multitoolbox' for Illustrator CS2 12 CS1 11 10
  2. The plugin features a paint tool, transformation tools like zoom, turn, grids (rows and columns with checkerboard and apply patterns feature), spiral generation, background creator, noise generator plugin, circular plugin, tile tool plugin and much more
  3. The plugin toolkit is packed with many great options, all accessible by clicking the plugin icon
  4. All the plugins come with features to manipulate the color of the fill in many different ways such as zoom to a target color or inverted color; modify the stroke color; generate the paths in different pattern designs for patterns / tiles
  5. The plugin set works with paths or a single path or images or text (in 10) or symbols or mesh or gradients etc and other path types in Illustrator
  6. Bonus: Also comes with a bonus plugin 'pointstoolbox' to manipulate path points in zillions of ways, creating warped and distorted paths and more
  7. Also Part of the Andrew's (vector) plugins bundle
  8. A demo is available on the graphicxtras site (outline mode only so it cannot create actual paths)

Requirements: Adobe Illustrator 10, CS1 (v11) or CS2 (v12)

<<less
Added: 2007-01-08 License: update/patch Price:
downloads
OpenAFS 1.4.8

OpenAFS 1.4.8


Open source Andrew File System client and server. more>>


An open source implementation of the Andrew File System (AFS) protocol, including clients, servers and a virtual filesystem kernel driver. It integrates with the bundled Kerberos support in MacOS X to allow for a seamless user experience while accessing files in authenticated sessions.

<<less
Download (17MB)
Added: 2009-01-19 License: Freeware Price:
12 downloads
Software Update Enabler 1.0.3

Software Update Enabler 1.0.3


Software Update Enabler - Use a local Software Update Server more>>
Software Update Enabler enables the use of a local Software Update Server for clients that arent managed by a Mac OS X Server.

<<less
Download (275KB)
Added: 2006-05-26 License: Freeware Price:
1254 downloads
Metric Conversions 1.0

Metric Conversions 1.0


Metric Conversions is created to be a useful tool which allows display and retrieve information in different metric systems. more>>

Metric Conversions 1.0 is created to be a useful tool which allows display and retrieve information in different metric systems.

<<less
Added: 2003-06-22 License: Freeware Price:
downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5