cybergoal.de wc2006 tip 1.1
cybergoal.de WC2006 Tip 1.1
Cybergoal.de WC2006 Tip - Place daily tips and get information about ranking and position during WC2006 more>>
The members are also able to place their daily tips by using the Widget. Until the WM starts theres just a counter.
Touchtip 2.0
iPhone and iPod touch tips, tricks, and hacks right on your dashboard! more>> iPhone and iPod touch tips, tricks, and hacks right on your dashboard!
The Touchtip Dashboard widget will bring you all the hints, tips, tricks, and hacks you need to master the Apple iPhone and iPod touch.
Enhancements
- Fixed updated bug.
- Performance enhancements.
- New typography for increased readability.
- Improved look and feel.
Touchtip is created as an effective widget displays tips, tricks, and hacks for ... tips, tricks, and hacks for iPhone and iPod touch. Updated daily. Requirements: Mac OS X 10.4 orColor Schemer Galleria 1.1
Color Schemer Galleria - Color scheme widget more>> Color Schemer Galleria - Color scheme widget
Browse over 1,000 unique color schemes without leaving your Dashboard.
The Color Schemer Galleria widget will give you instant access to over 1,000 color schemes from the Color Schemer Gallery, right from your Dashboard.
Browse color schemes, find inspiration, and copy your favorite color values to the clipboard to use them in your own designs.
Quick Tips :
- Click on the name of each color scheme to view the complete scheme in the Gallery.
- Flip the widget over and select Show hex values to display the hex value for each color on the front.
- Click on a hex value to copy it to the clipboard.
Prayer Times 1.1.8
Get accurate prayer (salat/namaz) times, athan (azaan/azan) and qibla direction now on your Mac OS X! more>>
Thousands of cities available at your finger tips. This software gives Athan (azaan/azan), Prayer (salaat/namaz) Timings, Qibla direction (from north and from the sun), dates of important Islamic envets and much more.
Version restrictions:
- 8000 cities available in the free version, along with athan from Egypt only.
Camelia 1.1
Camelia - make the leap from Scheme to OCaml more>>
Its meant to make writing in OCaml relatively painless without having to learn the nuances of a powerful editor like Emacs or VI.
That said, its not meant to be just a teaching tool. It is a fairly powerful IDE that offers a nice alternative for OCaml programmers of all skill levels.
Camelia is an open-source IDE for OCaml meant to provide a nice alternative to Emacs and Vim. It was originally created as a tool for CS17 to help teach OCaml to students who had only ever worked with DrScheme before, but it is a useful tool to any OCaml developer.
Camelia is released under the Gnu Public License. For details, read the LICENSE file included with this distribution.
To install Camelia, read the INSTALL file for details. To perform a quick global install, run ./config, make, and then, as root, make install.
For use all the features of Camelia, you must have OCaml 3.08.3 installed on your system. Camelia is not guaranteed to work 100% with older or newer versions of OCaml.
If you would like to improve Camelia, feel free to make suggestions or patches. The file TODO lists known bugs and future issues that need to be addressed.
Main features:
- Syntax Highlighting
- Automatic Indentation
- Tabbed design to edit several files in one window
- Graphical parenthesis matching
- Split-pane interface for working with files and the OCaml console
- Graphical debugger
- Tool-tip style type display for all expressions
- Clickable bug tips to demystify some of OCamls notoriously difficult error messages
Apple iMac (early 2006) SMC Firmware 1.0
Apple iMac (early 2006) SMC Firmware - SMC firmware update for Intel iMacs more>>
There are two parts to this process: Installing the firmware update application, and using the firmware update application to install the SMC Firmware Update.
1. Download the SMC Firmware Update 1.0, which is available at Apple Downloads.
2. Quit open applications, which are marked in the Dock with a small triangle.
3. Double click the SMC Update.pkg file.
4. Click Continue after reading the licensing agreement, then click Agree if you accept the terms.
5. Click Install to install the update application.
6. After the software is successfully installed, click Close to start the updater application. (If you inadvertently skipped this part, you can find the updater in /Applications/Utilities.)
7. Read the onscreen firmware update installation instructions, then click Restart to proceed.
As your computer starts, the SMC will be updated. Your computers fans will run at full speed during the update but will return to normal once the update completes. The computer will restart again once the firmware update is complete. Important: Do not interrupt the update process.
After your computer restarts a second time, you should see a message stating that the update was successful. Click OK to continue.
Note: If you see the dialog that you saw in step 7 instead of a message that the update was successful, try installing the update again (use the updater in /Applications/Utilities/).
Important: Do not interrupt the update.
CodeLite 1.0.2841
Powerful open-source, cross platform IDE for the C/C++ programming languages more>> Powerful open-source, cross platform IDE for the C/C++ programming languages
CodeLite uses a sophisticated, yet intuitive interface which allows user to easy create and build complex projects.
CodeLite is regularly tested under Mac OS X 10.5.2, Windows XP SP2/3, and (K)Ubuntu 7.10/8.04 Gutsy Gibbon.
Main features:
- Generic support for compilers
- Can be easily extended with plugins (Several plugins are already included in the installer)
Built-in GDB support, with the following features included:
- Watches table - add persistent watches by a single click
- Quick Watch - right click on a variable to expand it
- Locals tree - automatically displays the current stack variables (also displays *this if available)
- Threads view - provides list of currently running threads and easily switching between then by single click
- Breakpoint management - add/remove breakpoint management panel
- Automatic tooltip
- and more...
- Subversion plugin (based on the command line tool), which mimics the TortoiseSVN (but unlike it, it runs on Linux as well)
- Makefile based build system
- Project explorer (Workspace view)
- File Explorer
- Automatically imports MSVS workspace/projects and converts them to GNU based makefile
- Active document outline
- Sophisticated database based Code Completion mechanism, a default database is supplied which contains symbols for wxWidgets, STL and standard headers
- Functions call tip
- Hover tip
- Comments tips
- Members List
- Supports C++ templates, namespaces and other advance features of the language
- Automatically add include statement for symbols
- Quickly open resources in the editor using Find Resource in workspace
- Quickly open types in the editor using Find Type in workspace
- XML based syntax highlighting, comes with the following: C/C++, Java, Perl, XML, Makefile, Lua, Diff files, PHP, JavaScript, Python, HTML, ASP
- Text Folding
- Bookmarks
- Find In Files
- Replace In Files
- Highly Configurable
- Built-in doxygen comment generator for functions/classes
Enhancements
- Fixed: Conditional breakpoints dont work with spaces (bug#2743414)
- Implemented FR#2739818: Replace with selection - the searched string when using find in files is now also set as the replace with string. In addition, each time a replacement is made, the content of replace with is added to the replace with drop down
- Added new option to the debugger: set breakpoints using short file names (NO full paths) this fixes a bug reported in the forum that codelite does not break if a breakpoint is set in header file which is a template file (forum post: http://codelite.org/forum/viewtopic.php?f=13&t=493)
- Commented code that printed garbage to sterr
- Applied patch by Mattia barbon so that codelite will send 2 events when file is renamed: 1 event for the removal of the file and one for adding new fie
- Fixed: renaming file now properly closes the old file (if it was open in the editor)
- Added missing include statement to allow compilation under GCC 4.4.0
- Applied patch to fix bug# 2783422 (Broken CodeLite symlink when DESTDIR is used)
- Fixed: function calltips included an extra ; following variables in the function signature (forum post: http://codelite.org/forum/viewtopic.php?f=3&t=511&sid=1c1475d6d134a022757b61261b255a64)
- Fixed: inconsistency in functions/variable tooltip apearance forum post: http://codelite.org/forum/viewtopic.php?f=3&t=511
- Improved new project dialog to split the different project types into categories
- Added new project templates (Qt based ones)
- Adjusted the Save project as template dialog to allow user to set category to the new template
- Added new Simple executable template configured to work with gcc (the sample main is also a C file)
- New project dialog: when selecting project template from the list, the compiler is now also updated according to the template settings
- added missing icons
- Implemented FR#2778634: Allow SnipWiz to insert simple snippets which contains the placeholders @ and $ symbols. This is now feasible by escaping those symbols @ and $
- Implemented FR#2784236: Display C++ scope for Replace tab
- Save as tempalte for project now sets User templates as the default project category
- Fixed: Bug ID#2792478: File AutoReload upon SVN Revert. In addition the will also be re-tagged
- Fixed: bug#2770561: File edited changes after replace in files (editor sets the focus back to the last active editor)
- Find In Files: the dialog has now no minimum size
- Find In Files: the dialog is now centered when first time showed
- Fixed: importing files using the import files from directory to an active project will no longer remove the active state of the project
- Changed the margin folding shapes to rectangle rather than rounded rectangle
- Find In Files output pane: search result tabs now have a right click menu which allows to select close/close all/close other tabs
- Find In Files: The Find button is now set as default action for hitting the ENTER key
- Find in files context menu is now disabled during an active search
A New Mac Tip Every Day 2.5
Instant access to A New Mac Tip Every Day right on your Dashboard more>> Instant access to "A New Mac Tip Every Day" right on your Dashboard
A New Mac Tip Every Day is a widget that enables you to have instant access to "A New Mac Tip Every Day" right on your dashboard.
A New Mac Tip Every Day updates instantly and permanently displays the latest posts in the RSS feed.
Enhancements
- Links to the new website. Totally redesigned to be more efficient.
License:Freeware
Apple Mac mini (early 2006) SMC Firmware 1.0
Apple Mac mini (early 2006) SMC Firmware - SMC firmware update for Intel Mac mini more>>
There are two parts to this process: Installing the firmware update application, and using the firmware update application to install the SMC Firmware Update.
1. Download the SMC Firmware Update 1.0, which is available at Apple Downloads.
2. Quit open applications, which are marked in the Dock with a small triangle.
3. Double click the SMC Update.pkg file.
4. Click Continue after reading the licensing agreement, then click Agree if you accept the terms.
5. Click Install to install the update application.
6. After the software is successfully installed, click Close to start the updater application. (If you inadvertently skipped this part, you can find the updater in /Applications/Utilities.)
7. Read the onscreen firmware update installation instructions, then click Restart to proceed.
As your computer starts, the SMC will be updated. Your computers fans will run at full speed during the update but will return to normal once the update completes. The computer will restart again once the firmware update is complete. Important: Do not interrupt the update process.
After your computer restarts a second time, you should see a message stating that the update was successful. Click OK to continue.
Note: If you see the dialog that you saw in step 7 instead of a message that the update was successful, try installing the update again (use the updater in /Applications/Utilities/).
Important: Do not interrupt the update.
Photoshop Quick Tips 1.0
Photoshop Quick Tips is a very useful widget that will show you important tips for Photoshop more>>
Buddy List 1.1u
Buddy List - A clean and simple iChat buddy list more>>
Final Cut Profi Board 1.1
Final Cut Profi Board is designed to be a handy widget which enables you to get the quick and simple search in the big database of the best German discussion board. more>>
Final Cut Profi Board 1.1 is designed to be a handy widget which enables you to get the quick and simple search in the big database of the best German discussion board. In this board you'll find a lot of help, tips & tricks for all the famous applications from Apple, e.g. Final Cut Pro, DVD Studio Pro, Motion, Soundtrack, QuickTime, etc.
CharSys d20 1.6
CharSys d20 - Create and maintain d20 characters more>>
CharSys d20 is an application which allows you to easily create and maintain d20 characters with incredible ease.
How easy is it? Well, to begin with, when you create a character, you will see all the alignments, races, classes, deities (if you have that window opened), and ability scores on the screen at the same time. Each of these is in a separate floating window so you can move them anywhere you wish.
You can re-roll as often as you wish. You may also move your ability scores around. Sometimes, however, you wont be able to select a race, class, alignment, or deity. If you move your mouse cursor over that item, a tip will appear indicating why you cant choose it. You can also get more information about a race, class, alignment, or deity by click on the question mark next to it.
Once you have the character you want, type in your name (not your characters) and click on Save. You will then be prompted for your characters name and you are on your way to adventuring!
Main features:
- Can choose Point Buy Method or Random Method for creating characters.
- Editors (skills, spells, etc.) are presented in separate windows for a clean interface.
- Can import PCGen and CrystalBall characters.
- Can input characters already on paper.
- "Play Mode" for using your laptop as your character sheet.
- Can easily share characters with others via the CharSys server (registered users only).
Enhancements:
- [update] The creation window has been completely redesigned.
- [bug] Bonus languages now work properly. Thus updating from a previous version will also need DnDCore 1.5.0.
- [bug] When removing newly purchased non-class skills, the points are properly added back in.
- [bug] In Play Mode, the dice modifier popup menus are now big enough to display the current modifier and the minus signs no longer appear as dividing lines.
Cookie 1.1
Cookie - A customizable quote/phrase/tip generator more>>
It comes with large library of classic quotations.
Lets you choose between random or sequential choices (useful for training). Displays a large variety of great icons with the quotes, and user-chosen text for the OK button. Source code is commented.
Enhancements:
- More options
- faster
- over twice as many icons
- docs cover editing of icons.
Ready2Play 1.0.1
Ready2Play is a very flexible and effective software which has 3 functions more>>
Ready2Play 1.0.1 is a very flexible and effective software which has 3 functions:
- When opened, it plays a mp3, aiff or wav file (a different file each day of week) in the "Ready2Play" folder inside the "Music" folder. Tip: you can ask to open Ready2Play every login of a certain user by setting the "Login" preferences in "System Preferences".
- If you drop an mp3, aiff or wav file on Ready2Play holding down the option (alt) button, Ready2Play sets the file creator to the Ready2Play one.
- If you drop an mp3, aiff or wav file on Ready2Play or if you open an mp3, aiff or wav files with the file creator set to the one of Ready2Play, Ready2Play simply plays it, without displaying any window.