Main > Free Download Search >

Free 14x14x14 cooler software for mac

14x14x14 cooler

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 17
NcFTP Client 3.2.3

NcFTP Client 3.2.3


NcFTP Client is an effective program which is designed to provide a powerful and flexible interface to the Internet standard File Transfer Protocol. more>>

NcFTP Client 3.2.3 is an effective program which is designed to provide a powerful and flexible interface to the Internet standard File Transfer Protocol.

It is intended to replace the stock ftp program that comes with the system. Although the program appears to be rather spartan, you'll find that ncftp has a wealth of valuable performance and usage features.

Major Features:

  1. The program was designed with an emphasis on usability, and it does as much as it can for you automatically so you can do what you expect to do with a file transfer program, which is transfer files between two interconnected systems.
  2. Some of the cooler features include progress meters, filename completion, command-line editing, background processing, auto-resume downloads, bookmarking, cached directory listings, host redialing, working with firewalls and proxies, downloading entire directory trees, etc., etc.
  3. The ncftp distribution comes with the useful utility programs ncftpget(1) and ncftpput(1) which were designed to do command-line FTP. In particular, they are very handy for shell scripts. This version of ncftp no longer does command-line FTP, since the main ncftp program is more of a browser-type program.
<<less
Added: 2009-07-27 License: Freeware Price: $0.00
downloads
smcFanControl 2.1.2

smcFanControl 2.1.2


smcFanControl will help you to cool down your Macbook(Pro) and monitor temperature! more>>
smcFanControl will help you to cool down your Macbook(Pro) and monitor temperature!
FanControl lets the user set the minimum speed of the build in fans. So you can increase your minimum fan speed to make your macbook run cooler.
However in order not to damage your machine FanControl lets you not set minimum speed to a rate under Apples defaults. To change fan-speeds you need to authenticate with valid credentials of an user-account with admin privileges.
smcFanControl includes support for the 15,4" MBP with Core2Duo processor.
Hints: - If you want to auto-apply your changed settings after a restart, check the "auto apply after launch"-checkbox and add smcFanControl to your Login-Items.
- In order not to loose your changed settings after standby, run smcFanControl in the background.
Note: The source code (released under GPL License) is included with this distribution. To get the source-code, click "Show Package Contents" in Finder and browse to the Content/Ressources/Sources-folder.
Disclaimer: By using this software you are changing the thermal management of your Apple notebook. This program is not supported by Apple. YOURE USING THIS PROGRAM AT YOUR OWN RISK.
Main features:
- Lets you set the minimum speed for each fan individually.
- Adjust fan speed until the Macbook(Pro) is finally comfortable on your legs again
- Auto apply mode to set the new fan-speeds after a restart
- Sourcecode included! Extend it and change it to your needs
<<less
Download (605KB)
Added: 2007-06-13 License: GPL Price:
574 downloads
iCyclone 0.9.5b2

iCyclone 0.9.5b2


iCyclone is a mighty effective program that lets the user set the minimum speed of the built-in fans. more>> iCyclone 0.9.5b2 is a mighty effective program that lets the user set the minimum speed of the built-in fans. So you can increase your minimum fan speed to make your Mac run cooler with manual mode or let the program set the minimum fan speed for an apporpriete Idle temp with Automatic mode. In order not to damage your machine iCyclone does not allow you to set minimum speed to a rate under Apples defaults.

Requirements:

  • Mac OS X 10.4 or later
  • MacBook/MacBook Pro/MacMini.

<<less
Download (1MB)
Added: 2008-01-06 License: Free Price:
downloads
 
Other version of iCyclone
iCyclone 0.9So you can increase your minimum fan speed to make your mac run cooler with manual mode or let the
License:Freeware
Download (1MB)
885 downloads
Added: 2007-06-06
License:Freeware
Download (888.7KB)
downloads
Added: 2007-03-02
UploadColumn 0.3

UploadColumn 0.3


Easily upload files to your Ruby on Rails application more>> Easily upload files to your Ruby on Rails application

UploadColumn is a free plugin for the Ruby on Rails framework that will enable easy uploading of files, especially images.
UploadColumn is file uploading made easy for Ruby on Rails. Get rolling quickly, with powerful manipulation of uploaded files, like scaling and cropping images.
Maintain full control over where your files are stored, easily make uploads work across form redisplays, and a whole bunch more.

Main features:
Really flexible storage paths:
- UploadColumn gives you full control over where your files are stored. Want to store them by the records name? No problem! Want to store them by an associated records name? Easy as pie! Want to store them in one giant directory bursting at the seams? Absolutely no problem!
Works across form redisplays:
- Cant get uploads and validations to play nice? No problem, because UploadColumn keeps your uploaded files even if you need to redisplay a form multiple times!
Easily create multiple versions of the same file:
- Whatever you want to do with your file, maybe its an XML document you want to transform with XSLT (but keep the original), or maybe you just want a thumbnail for your image, often you need different versions of the same file. UploadColumn makes creating and using those versions easy. With the new manipulator framework, its very easy to create a reusable manipulator to do the same kind of manipulations across your application.
Awesome RMagick and ImageScience integration:
- UploadColumn makes it extremely easy to create thumbnails (or other sizes) of your images, even to crop them to an exact size, so they always look their best. Now you can choose to use the fast and light ImageScience library. If you choose to use RMagick, youll not only get thumbnails, but access to the entire library and apply any effect to images automatically after theyre uploaded!
Well tested and stable:
- UploadColumn is extensively tested with the RSpec testing framework. We currently have 100% C0 coverage, all passing specs, and heckling passes without complaints.

System requirements:
-

Enhancements
- [NEW] Complete rewrite, maintaining most of the legacy API
- [NEW] Framework for custom manipulators, for clean and easy extension.
- [NEW] Manipulate images with ImageScience instead of RMagick if you want
- [NEW] Support for animated GIFs in the RMagick manipulator
- [NEW] Fully tested with RSpec
- [NEW] Following the law of Demeter better by adding _public_path, _thumb, _thumb_public_path etc... magic methods.
- [DEPRECATED] UploadedFile#url is deprecated in favour of UploadedFile#public_path and will be removed in the next major release
- [CHANGED] Store dir and temp dir procs now take two piped variables, the UploadedFile object and the ActiveRecord
- [CHANGED] the :root_path option is now called :root_dir
- [CHANGED] web_root must now be set with a leading slash if an absolute URL is desired and no trailing slash.
- [CHANGED] UploadedFile#filename_base is removed in favor of #basename
- [CHANGED] UploadedFile#filename_extension is removed in favor of #extension
- [CHANGED] UploadedFile#mime_type is removed in favor of #content_type
- [CHANGED] _store_dir and _tmp_dir callbacks now take the file object as an argument, which means that the methods always MUST take an argument, even if you dont need it.
- [CHANGED] The _after_assigns callback has changed name to _after_upload and take the UploadedFile as param.
- [REMOVED] Support for the exif columns, as in 0.2.X has been removed temporarily. It might be readded later.
- [REMOVED] The old_files option as in 0.2.X has been removed. All old files are now stored. This option will be reintroduced in later versions of 0.3.X
- [REMOVED] The :force_format option for image_columns as in 0.2.X has been removed and will be reintroduced later.
- [REMOVED] The remote_upload_form helper has been removed, for encouraging bad JS practice. It will not be readded. If you need remote uploads, uploading with Flash is much cooler, and can be done in an unobtrusive way. Check out Swiff.js for hints.
- [REMOVED] The image helper has been removed, since its functionality is not really useful in any app (hopefully most apps) that uses named routes.

<<less
Download (5.8MB)
Added: 2009-06-07 License: Freeware Price: FREE
180 downloads
At the Beach Icons 1.0

At the Beach Icons 1.0


8 beach-related icons. more>>
At the Beach Icons is a set of 8 icons representing items that are commonly found at beaches: beachball, budget & shovel, cooler, crab, flipflops and more.
<<less
Download (0.292MB)
Added: 2004-10-17 License: Freeware Price:
1834 downloads
 
Other version of At the Beach Icons
At the Beach Iconsrepresenting items that are commonly found at beaches: beachball, budget & shovel, cooler ... & shovel, cooler, crab, flipflops and more. Requirements: Mac OS X 10.0 or later (Mac OS 8.5
License:Free
Download (299K)
downloads
Added: 2003-05-31
Chatalog Widget 1.0

Chatalog Widget 1.0


Chatalog Widget - Chatalog makes it simple! more>>

Chatalog Widget 1.0 is yet another neat addition to your computer. It is actually a dashboard widget for Tiger (OS X v10.4) and the Chatalog application users.

The widget allows direct access to the ChatLinks, ChatPics, and Chatgeist pages as well as Chatalog preferences. Even cooler, it displays and links the last 3 images that have been logged.

Chatalog will take each of your iChats as they occur, tag them with participant, time and date and forward them directly to your email client where all of your correspondence is kept. Chatalog will also create a handy html archive of any web links or images for easy searching.

Never again will you have to go hunting for that vital link your client IMd, or spend precious time vainly searching in your email for a contact number, only to realize it had been iChatted to you.

Major Features:

  1. Allows direct access to the ChatLinks, ChatPics, Chatgeist pages and Chatalog preferences.
  2. Displays and links the last 3 images that have been logged
  3. Forward logs directly to your email client
  4. Offers a handy html archive of any web links or images for easy searching

Requirements:

  • Mac OS X 10.4 or later
<<less
Download (86KB)
Added: 2005-12-14 License: Freeware Price: FREE
10 downloads
 
Other version of Chatalog Widget
Chatalog Widget 1.0Even cooler, it diplays and links the last 3 images that have been logged. You can download the
License:Freeware
Download (86KB)
1409 downloads
Added: 2005-12-14
crop 3.0

crop 3.0


Crop brings you a useful iMovie plug-in that can cut your clip to size. more>>

crop 3.0 brings you a useful iMovie plug-in that can cut your clip to size. Since a plug-in cant alter the size of a clip (a limitation from iMovie), those parts of the clip that you cut off are set to a color of your choosing. And since all our plug-ins are just a bit cooler, you can set the transparency of the obscuring color, so that the cropped parts shine through.

Enhancements: Universal binary.

Requirements: iMovie 3.0 or later.

<<less
Download (4.1MB)
Added: 2007-06-23 License: Free Price:
downloads
 
Other version of crop
crop 3.0.0And since all our plug-ins are just a bit cooler, you can set the transparency of the obscuring
License:Freeware
Download (4.11MB)
882 downloads
Added: 2007-06-23
iFortune 1.0

iFortune 1.0


iFortune - cocoa wrapper for the classic unix toy fortune more>>
iFortune displays fortunes in a semi transparent window.

Put it in your login items to receive a fortune when you log in.

Yet another cocoa wrapper for fortune. Slightly cooler than the others ;)
<<less
Download (1.8MB)
Added: 2006-03-09 License: GPL Price:
1351 downloads
CDButton 1.1

CDButton 1.1


CDButton is a Control Strip CD player module more>>
CDButton is a Control Strip CD player module.

It is quite a bit cooler than the one that ships with MacOS.

Ive written it a while back and only now made it publically available.

Installing:
To install CDButton, simply drop it onto the System folder - it will be placed into the "Control Strip Modules" folder. After restart CDButton will show up in the Control Strip.

Shortcuts:
Click - Play or Pause a CD
Command-Click - Skip to next track
Command-Shift-Click - Skip to previous track
Control-Click - Eject CD


<<less
Download (35KB)
Added: 2005-10-14 License: Freeware Price:
1471 downloads
Lorenz Attractor Screensaver 1.0

Lorenz Attractor Screensaver 1.0


Lorenz Attractor Screensaver - a mezmerizing screensaver based on the Lorenz Attractor more>>
Lorenz Attractor Screensaver is a mezmerizing screensaver based on the Lorenz Attractor. I originally created it for a friend.

Ive been tweaking it for many years and Ive finally reached a place where I feel comfortable sharing it with the world.

Lorenz Attractor Screensaver has some features that I havent yet got around to implementing. If there is a bug or something else youd like it to do, let me know.

P.S. Its way cooler in person than what the screenshot shows.
<<less
Download (27KB)
Added: 2007-03-16 License: Freeware Price:
966 downloads
Sens Underground Podcast Widget 1.0

Sens Underground Podcast Widget 1.0


Sens Underground Podcast Widget - an Ottawa Senators Hockey Podcast brought to you by Sens fans more>>
Sens Underground is an Ottawa Senators Hockey Podcast brought to you by Sens fans, for Sens fans!

Russell, Shredder, and Crazy Ivan, present a non-sanitized, non-biased, around the water cooler approach to Senators coverage.

Sens Underground Podcast Widget will help you find game recaps, injury reports, news around the league, listener email, some top-notch guests (i.e. Pierre McGuire from TSN, Ian Mendes from SportsNet) and a healthy dose of goofiness.

If you’re a Sens fan, or a hockey fan in general, then it’s time for you to go Underground!
<<less
Download (173KB)
Added: 2007-03-19 License: Freeware Price:
952 downloads
iMovie emboss (tinted) 1.0

iMovie emboss (tinted) 1.0


iMovie emboss (tinted) - iMovie color effect to emboss clips more>>
emboss (tinted) is a color effects plug-in that creates an ‘emboss’ effect on your clip. There are multiple ways of embossing a clip, and this plug-in takes the most basic approach by enhancing strong contrasts. Internally, it creates a grayscale image (which contains the embossed image), which can be mixed back into the original clip.

As expected, we have taken the emboss algorithm, and dragged it a few miles further afield for even cooler effects. Since at the heart of the algorithm is a difference engine, we thought it would be fun if the difference was displayed against a reference color. The result was the ‘tinted’ part, which is a really nice addition to the base effect.

Used with extreme settings, this plug-in produces similar results to our ‘edge detect’ plug-in.

<<less
Download (885KB)
Added: 2006-07-01 License: Freeware Price:
1210 downloads
jTunes 2.1

jTunes 2.1


jTunes - In light of iTunes 5 being released this widget was born more>>
jTunes Widget looks cooler than its predecessor and is sleeker.
It includes all the fuctionality of the original iTunes widget meaning you can switch between your playlists.
Enhancements:
- Fixed English language bug
- Flipside is easier to use and see playlists.
<<less
Download (124KB)
Added: 2006-02-17 License: Freeware Price:
1346 downloads
TVEz 0.2.1

TVEz 0.2.1


Free and open source media library for your Mac more>> Free and open source media library for your Mac

TVEz is a browser-based system to play and manage movies, video clips and shows stored on local or remote file systems.

Main features:>
- Searches configured directories for video files
- Configuable to accept any file extension
- Web-based control to Xine
- Allows play, pause, stop, skip, seek, fast-forward and quit
- Integrated playlist with add/delete and clear functions
- Full volume control with mute/unmute
- Uses IMDB to retrieve movie information and pictures
- Retrieves large cover images from Amazon
- Stores movie information in MySQL
- Fully searchable by director, writers, actors, titles, etc.
- Lists directories with video files (no databases)
- Customizable shortcuts for tv shows organized by seasons
- TV show season links and Play All button
- Movie rating system to mark favorites
- Automatically checks for software updates

System requirements:
-
-
-

Enhancements:
- All new look. Cleaner, better, and much cooler. TVEz now comes with different themes.
- Multi language support. Current languages are English and German. We are looking for people to help us out with translating TVEz into different languages. Refer to README.LANGUAGES for instructions about how to add a new language to TVEZ.
- User login feature. Users are allowed to start movies and shows and manage the playlist and administrators can add and modify the TVEz configuration, add and mocify movies and shows, and manage user accounts. Completely configurable profile settings. People who are not logged in, can still view TVEz.
- User preference have been integrated. The user can now set his own preferences to his/her liking.
- Preferred view settings.
- Lots of statistics and info about your collection, including the Top 10, the most frequent actors, directors, writer, genres, most watched and new release.
- Added graphs and bar charts of the statistics, showing the distribution of the movies by year, runtime, genres, language, country, etc.
- Added the complete cast listing from IMDB, including the parts played by the different actors.
- Changed search string for images in imdb_lib.pl to adjust for changes by IMDB.
- Changed search string for writers in imdb_lib.pl to adjust for changes by IMDB.

<<less
Download (342KB)
Added: 2008-10-05 License: GPL Price: FREE
386 downloads
iShred 1.1

iShred 1.1


iShred provides an interface to the SRM or secure delete function more>>
iShred provides an interface to the "SRM" or secure delete function.
iShred is a front end to the Unix "srm" command. As far as what it does, the man page for "srm" sums it up best...
srm removes each specified file by overwriting, renaming, and truncating it before unlinking. This prevents other people from undeleting or recovering any information about the file from the command line.
USE AT YOUR OWN RISK. FILES DELETED WITH THIS PROGRAM ARE NOT RECOVERABLE, MAKE SURE YOU KNOW WHAT YOU ARE DOING.
Enhancements:
- added option to skip warning panel on launch
- added option to use the 35 pass Gutmann method
- remember previous settings
- now uses brushed metal texture (I think it looks cooler).
<<less
Download (249KB)
Added: 2005-10-14 License: Freeware Price:
1479 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 2
  • 1
  • 2