creative commons

Creative Products 1
Creative Products is an impressive and unique set of 12 icons representing different electronic devices such as the NOMAD Jukebox Zen, SoundBlaster Exitgy, speakers, and more. more>> Creative Products 1 is an impressive and unique set of 12 icons representing different electronic devices such as the NOMAD Jukebox Zen, SoundBlaster Exitgy, speakers, and more.
Requirements: Mac OS X 10.0 or later.
Creative Nomad II MG 2.0.4
Creative Nomad II MG contains the firmware needed to connect your Nomad II MG portable MP3 player to your Macintosh more>> Creative Nomad II MG contains the firmware needed to connect your Nomad II MG portable MP3 player to your Macintosh.
MacOS 8.6 or later.
Creative Nomad IIc 1.0.4
Creative Nomad IIc contains the drivers for the Creative Nomad IIc MP3 player. Requirements: NOMAD IIc 32MB MP3 player (Model number : DAP3205) more>> Creative Nomad IIc contains the drivers for the Creative Nomad IIc MP3 player.
NOMAD IIc 32MB MP3 player (Model number : DAP3205).
Vesrion 1.0.4 adds support for more brands of Smartmedia memory card.
Creative Suite 2 Workflow Automation Scripts 2.0
Creative Suite 2 Workflow Automation Scripts - Updates CS2 scripts more>>
It has the same system requirements as Creative Suite.
Completly freeware.
Adobe Creative Studio Help 1.0
Adobe Creative Studio Help is a dashboard widget that contains hints and tips for Adobe Creative Studio more>>
Date Converter 1.0
Date Converter provides you with a fast and efficient date converter from Gregorian to Hijri and vice-versa. more>>
Date Converter 1.0 provides you with a fast and efficient date converter from Gregorian to Hijri and vice-versa.
Requirements: Mac OS X 10.4 or later
StarCraft Server Switch 1.1
StarCraft Server Switch is a fun and creative way to set the servers which will be used when connecting for online play at battle.net. This is something the PC StarCrafters have had for some time. Now you can too. more>>
StarCraft Server Switch 1.1 is a fun and creative way to set the servers which will be used when connecting for online play at battle.net. This is something the PC StarCrafters have had for some time. Now you can too.
RE:Trace 0.1
Allows you to research vulnerabilities faster. more>> Allows you to research vulnerabilities faster.
RE:Trace is a Ruby/DTrace Rapid Reverse Engineering framework for OS X.
RE:Trace has been designed in order to help the development of exploits and research vulnerabilities faster.
NOTE: RE:Trace is licensed under the Creative Commons Attribution 3.0 License.
System requirements:
- OS with dtrace
- rubydtrace
- ruby
- If you want IDA integration you also need idarub package.
Autocomplete Manager 1.6
Autocomplete Manager provides advanced features for the address Autocomplete component and includes fixes for location bar bugs more>>
Thus, one can always fall back to the default Firefox behavior whenever desired. The purpose of the address Autocomplete component is to facilitate the fast retrieval of pages the user has visited in the past. All the options of the enhanced component implemented by this extension aim to achieve this goal.
In general, the component has the same look and feel, keyboard shortcuts and behavior as the default one in Mozilla Firefox. For example, common protocols (http://, https://, ftp://) and prefixes (www., ftp.) are ignored when matching. Autocomplete Manager will include an automatic update feature that enables Firefox to notify the user when there is a new extension version available.
Main features:
- searching bookmark addresses (matching bookmark entries are shown in italics on the Autocomplete popup to be distinguished from regular history matches), and matching against page titles and bookmark names. These two features have already been repeatedly requested by users (see this and this bug, and this MozillaZine thread). When both a history entry and a bookmark with the same address match, the history entry is removed from the suggestion popup to avoid duplicates.
- attempting to exclude local pages and pages containing search results. Pages on the local disk and addresses for search results usually clutter the suggestion popup without adding any real value, since searching the Web is nowadays so fast that users usually prefer to re-issue the search query than try to find the results page via Autocomplete. Thus, local pages and search result pages from Google, Yahoo, Amazon, Answers.com, Bugzilla, Creative Commons, Ebay are currently eliminated on demand. If you are more technically inclined, the regular expression that is used for search pages is: /search?|external-search|search-handle-url|ntquery?|?q=|search.ebay.com|?query/i
- matching any part of the domain (a solution to this bug). For example, when typing ucla the entry www.cs.ucla.edu will be suggested. This helps in case the user remembers visiting an entitys website, but she doesnt remember the exact subdomain. For example, typing philips will suggest semiconductor.philips.com. In addition, by using this feature one can see all visited addresses for a top-level domain; for instance type edu to see all the academic institution addresses you have visited.
- changing the sorting criterion. This is of the utmost importance, since it determines where in the suggestion popup an entry appears. Firefox gives preference to most-often-visited entries, along with some heuristics to increase the ranking of Web directories and manually-typed addresses. To get a better idea about the decisions that went into the current design of the default Autocomplete component, see here. The Autocomplete Manager, on the other hand, provides five alternatives: the default Firefox ordering, alphabetically by address, most-often-visited first, most-recently-visited first, and top-level pages first. The last option makes top-level addresses, such as www.google.com appear at the top of the popup, before any lower-level addresses, such as www.google.com/scholar (see here for some more thoughts on this issue). This might be useful when trying to quickly jump to the main address of a Web site; for instance, I often want to visit www.slashdot.org and I dont really care about any individual pages under that domain.
- specifying the position of bookmarks. Bookmarks can be either sorted regularly, according to the criterion in use, or they can be placed at the top of the suggestion list. This would be useful for someone who uses the extension to recall her bookmarks without having to go looking through all the folders in the Bookmark Manager.
- re-sorting the suggestion list on the fly, according to any criterion, by using the key combination Ctrl+ . For example, Ctrl+1 will re-sort the list according to Firefox default, Ctrl+2 alphabetically by address, and so on.
- temporarily disabling the popup, by pressing Shift+L to focus on the location bar and type in an address without a popup showing up. Autocomplete is re-enabled after pressing Enter, Esc, or the down arrow. For instance, you would use that when you know the exact address you want to type, and you do not want to be distracted by the popup. You can also set an option to only show the popup on demand, by pressing the down arrow.
- opening a suggestion in a new tab by middle-clicking on it (fix for this bug).
- popup appearance fine-tuning. In addition to the extra functionality features, several appearance knobs for the suggestion popup are provided. One can show/hide page titles or bookmark names, show/hide the source (history or bookmarks) and the visit count of an entry on a separate column on the popup, and customize the size of the popup by defining the number of visible suggestions. One can also choose to have the best match completed inline (fixing the broken inline autocomplete in Firefox 2), filling the location bar with the address of the best match, or even its title, if that was what triggered the match, just like Internet Explorer does for top-level favorites. Lastly, one can define the truncation method for the page address and page title columns. This last feature is an interesting one. By default, Firefox truncates a long address on the right. The Autocomplete Manager enables you to have a long entry truncated at the center, so that you can see both its domain name at the beginning and the specific page address at the end. Simple, but extremely useful! You also have the option of truncating entries on the left, although the reason someone would want to do that is beyond me :) This research paper has a good discussion of the different truncation methods and their effectiveness in helping users recognize previously-visited Web pages.
- exposing hidden options for the default component, not all of which can be set in about:config. These include showing/hiding the page titles, matching only manually-typed (as opposed to clicked-on) addresses, completing the best match inline, and setting the number of visible suggestions on the popup.
- a rudimentary history manager, where one can view detailed information for all history entries, and sort them by address or title. One can also add new entries manually, or select multiple entries and remove them (fixing this bug).
Enhancements:
- implemented major performance improvements when matching entries and in the history manager
- added new option to only show the popup when pressing the down arrow
- augmented inline autocomplete to fill the title of the best match, instead of the address, if that was what triggered the match
- Shift+L now temporarily disables popup even when the focus is on the location bar; down arrow re-enables it
- one-letter searches and www./ftp. ones are now properly sorted like other searches
- fixed bug that caused problems when the Options dialog was launched from the Extension Manager
- fixed bug that caused conflict with the McAfee SiteAdvisor extension
- added workaround for a Firefox bug that prevented displaying the popup the first time a match was attempted (Mac OS X only)
PHP Cheat Sheet 1.0
PHP Cheat Sheet - An excellent tool for browsing essential reference information about PHP more>>
Lots of very helpful information.
The information comes from the PHP Cheat Sheet PDF from I love Jack Daniels (www.ilovejackdaniels.com).
Select the various types of info from the Pick One menu.
Its free to use and licensed under the Creative Commons License.
Download Queue Actions 1.0
Download Queue Actions - Automator actions for the Download Queue download manager from Olive Toast software more>> Download Queue Actions - Automator actions for the Download Queue download manager from Olive Toast software
Download Queue Actions is a pack of Automator actions for the Download Queue download manager from Olive Toast software.
Main features:
- Start all downloads in queue
- Stop all downloads
- Add Downloads to queue
System requirements:
- Download Queue
NOTE: Download Queue Actions is released and distributed under the Creative Commons License.
Adobe Creative Suite 4 Services Update 1.0.2
Adobe Creative Suite 4 Services Update is created to provide users with the innovative update which fixes a bug in the CS4 services infrastructure running in the Snow Leopard (MAC OSX 10.6) operating system. more>>
Adobe Creative Suite 4 Services Update 1.0.2 is created to provide users with the innovative update which fixes a bug in the CS4 services infrastructure running in the Snow Leopard (MAC OSX 10.6) operating system. The bug currently prevents the update of in-application integrated Adobe services as well as the ability for users to get authenticated in order to use Adobe services.
Please note that you must install Services Update 1.0.1 prior to running the 1.0.2 update.
Supermarket Creative Agency Miami Special Events 1.0
Supermarket Creative Agency Miami Special Events - Displays the latest news about Supermarket Creative Agency. more>>
Macvide 3gp Converter for Apple Mac is a perfect tool specially designed for Mac OS users. This converter enables to convert all popular video formats including: AVI, WMV, MOV, MPG, MP4, ASF, etc. to 3GPP (*.3gp) or 3GPP2 (*.3g2) format for use on mobile devices, such as cellular phones, personal digital assistants (PDA), and other 3G network mobile devices. Macvide 3GP Converter provides you with a wide variety of functions, such as video crop, audio and video sample rate and video resolution. Also this converter will let you select duration time of your video from first frame to the end by using rangebar and video preview. With Macvide 3gp Converter you can easily convert any favorite video to *.3gp, to enjoy 3gp music video and take it with you wherever you go. It has very handy, intuitive and user-friendly interface. Just check it and you will like it!
System Requirements: Mac OS 10.4
<<lessLimeWire for Mac OS X 4.14.8
LimeWire for Mac OS X- Share computer files with anyone on the internet more>> LimeWire is a software package which enables individuals to search for and share computer files with anyone on the internet.
LimeWire is compatible with the Gnutella file-sharing protocol and can connect with anyone else running Gnutella-compatible software.
At startup, the LimeWire program will connect, via the internet, to the LimeWire Gateway, a specialized intelligent Gnutella router, at startup to maximize the users viewable network space.LimeWire is a tool that allows you to share files over the internet.
Further, the most recent version of Lime Wire enables Group functionality, so that users can connect to other people interested in sharing the same kinds of files that they are.
Main features:
-No bundled software of any kind!
No spyware. No adware. Guaranteed.
-Firewall to Firewall Transfers.
Since about 60% of users are currently firewalled, this feature greatly increases the amount of content on the network.
-Faster network connections.
Using new UDP Host Caches, LimeWire starts up and connects faster then ever before!
-Universal Plug N Play.
UPnP support allows LimeWire to find more search results and have faster downloads.
-iTunes Integration.
Windows users can now take advantage of LimeWires iTunes integration.
-Creative Commons Integration.
LimeWire now recognizes OGGs and MP3s licensed under a Creative Commons License.
-"Whats New?" feature.
Users can browse the network for the most recent content additions.
-Search drill down results.
Searches in LimeWire now immediately display the artists, albums and other information that fully describes files.
-Proxy support.
Users can now use web proxies to route their downloads to protect their identity.
-Support for International searches and International groups.
Users can now search in any language, and LimeWire ensures that a user will be connected to other users with their own language to aide international users<<less
Cabos 0.7.3
Cabos is a LimeWire-based file sharing program more>>
Cabos provides a simple sidebar interface, firewall to firewall transfers, proxy transfers, Universal Plug and Play, iTunes integration, Creative Commons integration, Weedshare integaration, "Whats New?" searches, international searches and more.