Main > Free Download Search >

Free not being software for mac

not being

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1027
Gift Exchange 1.0.1

Gift Exchange 1.0.1


Gift Exchange is an application which manages gift giving more>>
Gift Exchange is an application which manages the gift giving process.
My family draws names every year amongst the adults for Christmas gift giving with certain caveats such as not being allowed to draw a spouse or the person you had the previous year.
Enhancements:
- Minor update for an issue exposed by Tiger (Mac OS X.4).
<<less
Download (520KB)
Added: 2005-11-15 License: Freeware Price:
1440 downloads
HTMLrendering 2.3.2

HTMLrendering 2.3.2


HTMLrendering - REALbasic library for HTML page rendering more>>
HTMLrendering is a plugin, capable to render html files. This plugin "HTMLrendering" contains the renderer control. The FolderItemClass and MemoryBlockClass are extended with methods to allow opening of URLs in conjunction with the renderer.

Facilities have been provided for setting the default page displayed in a windows when no other file has been specified.

The renderer has events, properties and methods, that also allow you to get the url_address, url_title. One of the sample projects uses Dave Grogonos stationary multidoc project, which makes use of the url_title. The LookingForHTMLSource was designed to provide a callback into the HTMLrendering Library. It provides a fullURL string obtained after clicking a link on the page. This URL can be presented to another plugin "URLAccess" that will download the requested URL. That URL is saved as a folderItem of which the absolute path is funneled back into the HTML- library for rendering. The HTMLLookingForImage does something similar when the renderer requires a image. These 2 events are not being called when you would present a folderItem via the Navigation services.


<<less
Download (249KB)
Added: 2005-10-11 License: Freeware Price:
1473 downloads
Set Enabled 1.0

Set Enabled 1.0


Set Enabled - 2 scripts to let you select many songs, and then quicly uncheck, or check all of them more>>
Frustrated by not being able to "uncheck" more then one song at a time in iTunes, I made these 2 scripts to let me select many songs, and then quicly uncheck, or check all of them.

Set enabled to true or false on selected songs in itunes.

To install, put into Library/iTunes/Scripts/ in your home user folder (if Scripts doesnt already exist, just make a new folder with that name).

<<less
Download (39KB)
Added: 2005-12-30 License: Freeware Price:
1393 downloads
CodeIgniter 1.7.1

CodeIgniter 1.7.1


Free and simple toolkit to create full-featured web applications more>> Free and simple toolkit to create full-featured web applications

CodeIgniter is a free and powerful PHP framework with a very small footprint, created for PHP coders who need a simple and elegant toolkit to create full-featured web applications.
CodeIgniter is right for you if:
- You want a framework with a small footprint.
- You need exceptional performance.
- You need broad compatibility with standard hosting accounts that run a variety of PHP versions and configurations.
- You want a framework that requires nearly zero configuration.
- You want a framework that does not require you to use the command line.
- You want a framework that does not require you to adhere to restrictive coding rules.
- You are not interested in large-scale monolithic libraries like PEAR.
- You do not want to be forced to learn a templating language (although a template parser is optionally available if you desire one).
- You eschew complexity, favoring simple solutions.
- You need clear, thorough documentation.

Enhancements
- Libraries
- Fixed an arbitrary script execution security flaw (#6068) in the Form Validation library (thanks to hkk)
- Changed default current page indicator in the Pagination library to use instead of
- A "HTTP/1.1 400 Bad Request" header is now sent when disallowed characters are encountered.
- Added , , , and to the Typography parsers inline elements.
- Added more accurate error reporting for the Email library when using sendmail.
- Removed a strict type check from the rotate() function of the Image Manipulation Class.
- Added enhanced error checking in file saving in the Image library when using the GD lib.
- Added an additional newline between multipart email headers and the MIME message text for better compatibility with a variety of MUAs.
- Made modest improvements to efficiency and accuracy of explode_name() in the Image lib.
- Database
- Added where_in to the list of expected arguments received by delete().
- Helpers
- Added the ability to have optgroups in form_dropdown() within the form helper.
- Added a doctype() function to the HTML helper.
- Added ability to force lowercase for url_title() in the URL helper.
- Changed the default "type" of form_button() to "button" from "submit" in the form helper.
- Changed redirect() in the URL helper to allow redirections to URLs outside of the CI site.
- Updated get_cookie() to try to fetch the cookie using the global cookie prefix if the requested cookie name doesnt exist.
- Other Changes
- Improved security in xss_clean() to help prevent attacks targeting Internet Explorer.
- Added application/msexcel to config/mimes.php for .xls files.
- Added proxy_ips config item to whitelist reverse proxy servers from which to trust the HTTP_X_FORWARDED_FOR header to to determine the visitors IP address.
- Improved accuracy of Upload:is_allowed_filetype() for images (#6715)
Bug fixes for 1.7.1:
- Database
- Fixed a bug when doing random on order_by() (#5706).
- Fixed a bug where adding a primary key through Forge could fail (#5731).
- Fixed a bug when using DB cache on multiple databases (#5737).
- Fixed a bug where TRUNCATE was not considered a "write" query (#6619).
- Fixed a bug where csv_from_result() was checking for a nonexistent method.
- Fixed a bug _protect_identifiers() where it was improperly removing all pipe symbols from items
- Fixed assorted user guide typos or examples (#5998, #6093, #6259, #6339, #6432, #6521).
- Fixed a bug in the MySQLi driver when no port is specified
- Fixed a bug (#5702), in which the field label was not being fetched properly, when "matching" one field to another.
- Fixed a bug in which identifers were not being escaped properly when reserved characters were used.
- Fixed a bug with the regular expression used to protect submitted paragraph tags in auto typography.
- Fixed a bug where double dashes within tag attributes were being converted to em dash entities.
- Fixed a bug where double spaces within tag attributes were being converted to non-breaking space entities.
- Fixed some accuracy issues with curly quotes in Typography:format_characters()
- Changed a few docblock comments to reflect actual return values.
- Fixed a bug with high ascii characters in subject and from email headers.
- Fixed a bug in xss_clean() where whitespace following a validated character entity would not be preserved.
- Fixed a bug where HTML comments and tags were being parsed in Typography:auto_typography().
- Fixed a bug with non-breaking space cleanup in Typography:auto_typography().
- Fixed a bug in database escaping where a compound statement (ie: SUM()) wasnt handled correctly with database prefixes.
- Fixed a bug when an opening quote is preceded by a paragraph tag and immediately followed by another tag.
- Fixed a bug in the Text Helper affecting some locales where word_censor() would not work on words beginning or ending with an accented character.
- Fixed a bug in the Text Helper character limiter where the provided limit intersects the last word of the string.
- Fixed a bug (#6342) with plural() in the Inflection helper with words ending in "y".
- Fixed bug (#6517) where Routed URI segments returned by URI:rsegment() method were incorrect for the default controller.
- Fixed a bug (#6706) in the Security Helper where xss_clean() was using a deprecated second argument.
- Fixed a bug in the URL helper url_title() function where trailing periods were allowed at the end of a URL.
- Fixed a bug (#6669) in the Email class when CRLFs are used for the newline character with headers when used with the "mail" protocol.
- Fixed a bug (#6500) where URI:A_filter_uri() was exit()ing an error instead of using show_error().
- Fixed a bug (#6592) in the File Helper where get_dir_file_info() where recursion was not occurring properly.
- Tweaked Typography:auto_typography() for some edge-cases.

<<less
Download (893KB)
Added: 2009-05-13 License: Freeware Price: FREE
180 downloads
ObjectiveCLIPS 1.7

ObjectiveCLIPS 1.7


ObjectiveCLIPS - Expert systems development w/Cocoa & CoreData more>>
ObjectiveCLIPS allows the creation of intelligent Cocoa applications with persistent object models and complex business rules.
Out of the box, Apple gives you the ability to write Cocoa applications with dumb passive data models using CoreData. However, there is no convenient way to express complex constraints and dependent values without writing custom business objects. Even if you write the custom objects, your code will likely be fragile for a variety of reasons. ObjectiveCLIPS allows you to write rules about your objects and execute actions when rules match.
Enhancements:
- Optimized for production use when the developer tools are not in use. This makes shipped applications much faster by eliminating unnecessary processing and data synchronization.
- In addition, extensive trace logging can be enabled from a checkbox on the CLIPS console window and many of the debugging capabilities are now lazily initialized to avoid paying for features that are not being used (such as synchronization of KBActivations).
- Also, the FScript bridge has been rewritten to eliminated redundant parsing by caching FScript expressions as Blocks.
<<less
Download (1.1MB)
Added: 2006-03-28 License: Freeware Price:
1305 downloads
Dash Sign 1.0

Dash Sign 1.0


Dash Sign - have your very own customizable dashboard sign more>>
Dash Sign is a tool that will help you have your very own customizable dashboard sign.

Features include being able to write whatever you want, change the color of the sign, font type and size.
<<less
Download (200KB)
Added: 2007-03-30 License: Freeware Price:
940 downloads
SoftwareUpdateFix 1.1

SoftwareUpdateFix 1.1


SoftwareUpdateFix is a powerful and splendid tool which could fix a broken OS X Software Update in the case of an error of this kind: Make sure you have permissions to write to /tmp/501/TemporaryItems/com.apple.SoftwareUpdate. more>> SoftwareUpdateFix 1.1 is a powerful and splendid tool which could fix a broken OS X Software Update in the case of an error of this kind: "Make sure you have permissions to write to /tmp/501/TemporaryItems/com.apple.SoftwareUpdate".

This script copies the "tar" file needed by Software Update to the right location. The "tar" file not being there is the cause of the problem, which is thus fixed by this script. This script also repairs permissions in case that could be part of the problem.

Enhancements:
  • Version 1.1: Now includes the tar file. Some OSX installations seemed to miss the file on the assumed location. This release should fix this.

Requirements: Mac OS X 10.1 or later.


<<less
Download (1.3MB)
Added: 2004-09-08 License: Free Price:
downloads
Mochastyle 1.2

Mochastyle 1.2


Minimalist and text based message style for the Adium IM client more>> Minimalist and text based message style for the Adium IM client

Mochastyle is a free and minimalist, text based Adium IM client message style based loosely off traditional IRC style messages and comment style status messages.
Colors available:
- teal vs teal
- green vs yellow
- orange vs yellow
- pink vs purple
- purple vs green
- purple vs teal
- teal vs green
- teal vs orange
- teal vs pink

System requirements:
-

Enhancements
- Added user requested colors, added padding around status messages. Fixed font not being able to be changed. Names displayed as display names, not screen names, by default.

<<less
Download (17KB)
Added: 2009-06-07 License: Freeware Price: FREE
198 downloads
Trash Locked Files 1.1

Trash Locked Files 1.1


Trash Locked Files brings you an ideal tool if you are fed up in Mac OS X with not being able to delete many locked files in your trash can without having to unlock them all first. more>>

Trash Locked Files 1.1 brings you an ideal tool if you are fed up in Mac OS X with not being able to delete many locked files in your trash can without having to unlock them all first.

Unlike Mac OS 9 where you could hold the option key down while emptying the trash, this does not work on Mac OS X (as of 10.3.3).

Trash Lock Files will unlock all the files in the trash and then send an AppleEvent to the Finder to empty the trash. You can also use Trash Lock Files to unlock all files within a folder you select.

Requirements:

  • Trash Locked Files 1.1
<<less
Download (302B)
Added: 2006-10-21 License: Freeware Price:
downloads
tavrasm 1.22jb

tavrasm 1.22jb


tavrasm is a tool being an assembler for Atmel ATtiny/ATmega microcontrollers. more>>

tavrasm 1.22jb is designed as an assembler for Atmel ATtiny/ATmega microcontrollers. tavrasm is a command-line tool, original source code can be downloaded from tavrasm.org. It is recommended that you also install AVRMacPack from obdev.at.

<<less
Download (125.9KB)
Added: 2009-04-08 License: Freeware Price:
downloads
Birthday Reminder 3.0.1

Birthday Reminder 3.0.1


Birthday Reminder - Birthday reminder w/Address Book integration more>>
Birthday Reminder reminds you of upcoming birthdays. It collects all of the birthdays in your Address Book and lists them in a table.
Main features:
- Remind you of approaching birthdays, of course!
- Find contacts matching a name or birthday
- Edit a contacts birthday
- Send an e-mail or go to Apples iCards Web site
- Export the birthdays to an iCal-compatible file, complete with event alarms.
Enhancements:
- fixed application crashing due to audio file not being loaded by Quicktime correctly on non-English systems
- fixed preference windows date format setting not updating correctly
- fixed export of European accented characters
- fixed sorting of found birthdays
- fixed reminders window not opening at scheduled time
- preferences are saved immediately after theyve been changed/updated
- added year of birth to exported birthdays descriptions
- added localized date format for birthdays and reminders list
- minor interface fixes.
<<less
Download (274KB)
Added: 2005-09-08 License: Freeware Price:
864 downloads
Bartender 1.3.1

Bartender 1.3.1


Bartender is a small non-patching extension to stop the menu bar from being displayed or used. Mostly of interest to Kiosk/CD-ROM producers and developers. MacOS 8 compatible more>> Bartender is a small non-patching extension to stop the menu bar from being displayed or used. Mostly of interest to Kiosk/CD-ROM producers and developers. MacOS 8 compatible.
Requirements:
None
<<less
Download (45K)
Added: 1998-08-03 License: Free Price:
downloads
Neverwinter Nights Updater 1.68

Neverwinter Nights Updater 1.68


Neverwinter Nights Updater - Adds new game resources more>>
This Neverwinter Nights patch will brind several improvements and fixes to the previous versions of the game.
Note: Each patch contains all the fixes from the previous patches.
WARNING! AS OF THIS PATCH, ALL MODULES CREATED/SAVED WITH THE VERSION 1.67 TOOLSET ARE TAGGED AS REQUIRING VERSION 1.67 OR HIGHER OF NEVERWINTER NIGHTS GAME OR TOOLSET.
IF YOU DONT WANT TO BRAND YOUR MODULE AS 1.67 THEN DO NOT EDIT YOUR MODULE IN THE VERSION 1.67 TOOLSET.
Enhancements:
- Added visible cloaks to the game.
- Fixed an issue with the Monks Perfect Self feat not correctly reporting that the monk was immune when making saving throws against mind-affecting spells (was making Phantasmal Killer work on monks if they failed their saving throws).
Scripting-specific
- Fixed an issue with the sleep spell not being counted as a hostile action when cast (nw_s0_sleep.nss).
- Fixed range issue in spell "Mestils Acid Breath" (X2_S0_AcidBrth.nss).
Custom Content
- Added new scripting command:
- // Set oPlaceables useable object status.
- // Note: Only works on non-static placeables.
- void SetUseableFlag(object oPlaceable, int nUseableFlag);
- Added new nwnplayer.ini setting.
- [Game Options] Log Model Errors=0
- If turned on, some types of model errors will be logged out to the nwclientLog file and the AR_ERROR.LOG file while the game is running (in the NWN install directory). This would include some errors with setting invalid TileSet data, invalid use nodes set on placables, some placeable walkmesh errors, and some errors with the animrootnode not matching the name of other nodes in the model.
- Wings now use the ENVMAP setting from the new column in the WingModel.2da rather than using the ENVMAP setting from the appearance.2da. This fixes some issues with transparency on wings.
- Tails now use the ENVMAP setting from the new column in the TailModel.2da rather than using the ENVMAP setting from the appearance.2da. This fixes some issues with transparency on tails.
<<less
Download (103MB)
Added: 2006-09-14 License: Freeware Price:
1143 downloads
FileShrinker 1.2

FileShrinker 1.2


FileShrinker - easy file compressor more>> Reduce the energy costs of Mac computers with Power Manager 3. Use Power Manager to control when your Macs are available and when they are switched off.
Switching off computers at night saves money. When a computer is switched off, it is using the least energy possible. Computers use different amounts of energy when they are running, asleep, and turned off. When a computer is not being used it should be turned off.
Use Power Manager to make the most of your Macs.
<<less
Download (141KB)
Added: 2007-03-30 License: Freeware Price: FREE
209 downloads
eBay Auction Manager 1.0

eBay Auction Manager 1.0


eBay Auction Manager offers you an effective offline Appleworks Database which is written to manage eBay items listed primarily on the UK version of the site (though it can be used for any auction site). more>>

eBay Auction Manager 1.0 offers you an effective offline Appleworks Database which is written to manage eBay items listed primarily on the UK version of the site (though it can be used for any auction site). It does not upload information nor does it allow information to be imported into it ? you need to manually key in the information yourself.

The database may not do some of the things which other eBay Auction Managers do (at a price) but I designed it for my own personal use after not being able to find a solution that was worthy of the fee asked which also did not insist upon quoting all things in US dollars. Essentially this is a database I wrote for myself and I'm distributing it here just in case someone else will find it of use.

Requirements:

  • Appleworks 6.x
<<less
Download (128.9KB)
Added: 2003-05-29 License: Freeware Price:
downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5