snowmandancer 1.3
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1350
Download (3.7MB)
Added: 2009-05-23 License: Freeware Price: FREE
21 downloads
ImageJ 1.3.9c
ImageJ - Java app for image processing/analysis more>>
ImageJ is a freeware image processing tool inspired by NIH Image for the Macintosh.
ImageJ runs, either as an online applet or as a downloadable application, on any computer with a Java 1.1 or later virtual machine. Downloadable distributions are available for Mac OS, Mac OS X and Linux.
ImageJ can display, edit, analyze, process, save and print 8-bit, 16-bit and 32-bit images. It can read many image formats including TIFF, GIF, JPEG, BMP, DICOM, FITS and "raw". It supports "stacks", a series of images that share a single window. It is multithreaded, so time-consuming operations such as image file reading can be performed in parallel with other operations.
ImageJ can calculate area and pixel value statistics of user-defined selections. It can measure distances and angles. It can create density histograms and line profile plots. It supports standard image processing functions such as contrast manipulation, sharpening, smoothing, edge detection and median filtering.
ImageJ does geometric transformations such as scaling, rotation and flips. Image can be zoomed up to 32:1 and down to 1:32. All analysis and processing functions are available at any magnification factor.
ImageJ supports any number of windows (images) simultaneously, limited only by available memory. Spatial calibration is available to provide real world dimensional measurements in units such as millimeters. Density or gray scale calibration is also available.
ImageJ was designed with an open architecture that provides extensibility via Java plugins.
Custom acquisition, analysis and processing plugins can be developed using ImageJs built in editor and Java compiler. User-written plugins make it possible to solve almost any image processing or analysis problem.
<<lessImageJ runs, either as an online applet or as a downloadable application, on any computer with a Java 1.1 or later virtual machine. Downloadable distributions are available for Mac OS, Mac OS X and Linux.
ImageJ can display, edit, analyze, process, save and print 8-bit, 16-bit and 32-bit images. It can read many image formats including TIFF, GIF, JPEG, BMP, DICOM, FITS and "raw". It supports "stacks", a series of images that share a single window. It is multithreaded, so time-consuming operations such as image file reading can be performed in parallel with other operations.
ImageJ can calculate area and pixel value statistics of user-defined selections. It can measure distances and angles. It can create density histograms and line profile plots. It supports standard image processing functions such as contrast manipulation, sharpening, smoothing, edge detection and median filtering.
ImageJ does geometric transformations such as scaling, rotation and flips. Image can be zoomed up to 32:1 and down to 1:32. All analysis and processing functions are available at any magnification factor.
ImageJ supports any number of windows (images) simultaneously, limited only by available memory. Spatial calibration is available to provide real world dimensional measurements in units such as millimeters. Density or gray scale calibration is also available.
ImageJ was designed with an open architecture that provides extensibility via Java plugins.
Custom acquisition, analysis and processing plugins can be developed using ImageJs built in editor and Java compiler. User-written plugins make it possible to solve almost any image processing or analysis problem.
Download (1.1MB)
Added: 2007-08-09 License: Freeware Price:
502 downloads
DiceX 1.3.9
DiceX - Dice roller for RPGs with dropping & log features more>>
DiceX is a nice, freeware dice-roller for role-playing games. The main reason I programmed this was a lack of satisfaction from existing dice-rollers.
One can enter the quantity of dice, number of sides, and put in an optional bonus, and this program will roll the dice; theres also a memory feature where one can save/restore values for the number of dice, sides, bonus, and result.
DiceX features dropping functions, to drop either the lowest or the highest die, or even both, and a log text field, to show a detailed breakdown of each roll.
Enhancements:
- The summary now appears in a drawer.
- Made roll-generation code multithreaded for improved efficiency.
- Rolls can now be stopped, even while logging or roll tabulation is taking place.
- Made the log more thread-safe.
- Now released under the BSD license.
- Fixed a small memory leak.
- Added some extra error-checking code.
- Updated parts of the user interface.
- Added a contextual menu to the log outline view.
<<lessOne can enter the quantity of dice, number of sides, and put in an optional bonus, and this program will roll the dice; theres also a memory feature where one can save/restore values for the number of dice, sides, bonus, and result.
DiceX features dropping functions, to drop either the lowest or the highest die, or even both, and a log text field, to show a detailed breakdown of each roll.
Enhancements:
- The summary now appears in a drawer.
- Made roll-generation code multithreaded for improved efficiency.
- Rolls can now be stopped, even while logging or roll tabulation is taking place.
- Made the log more thread-safe.
- Now released under the BSD license.
- Fixed a small memory leak.
- Added some extra error-checking code.
- Updated parts of the user interface.
- Added a contextual menu to the log outline view.
Download (802KB)
Added: 2007-08-06 License: Freeware Price:
810 downloads
CSSTidy 1.3
CSSTidy is an opensource CSS parser and optimiser more>>
CSSTidy is an opensource CSS parser and optimiser. It is available as executeable file (available for Windows, Linux and OSX) which may be controlled per command line and as PHP script (both with almost the same functionality).
In opposite to most other CSS parsers, no regular expressions are used and thus CSSTidy has full CSS2 support and a higher reliability.
Main features:
- colours like black or rgb(0,0,0) are converted to #000000 or rather #000 if possible. Some hex-codes are replaced by their colour names if they are shorter.
- a{property:x;property:y;} becomes a{property:y;} (all duplicate properties are merged)
- margin:1px 1px 1px 1px; becomes margin:1px;
- margin:0px; becomes margin:0;
- a{margin-top:10px; margin-bottom:10px; margin-left:10px; margin-right:10px;} becomes a{margin:10px;}
- margin:010.0px; becomes margin:10px;
- all unnecessary whitespace is removed, depending on the compression-level
- all background-properties are merged
- all comments are removed
- the last semicolon in every block can be removed
- missing semicolons are added, incorrect newlines in strings are fixed, missing units are added, bad colors (and color names) are fixed
- property:value ! important; becomes property:value !important;
<<lessIn opposite to most other CSS parsers, no regular expressions are used and thus CSSTidy has full CSS2 support and a higher reliability.
Main features:
- colours like black or rgb(0,0,0) are converted to #000000 or rather #000 if possible. Some hex-codes are replaced by their colour names if they are shorter.
- a{property:x;property:y;} becomes a{property:y;} (all duplicate properties are merged)
- margin:1px 1px 1px 1px; becomes margin:1px;
- margin:0px; becomes margin:0;
- a{margin-top:10px; margin-bottom:10px; margin-left:10px; margin-right:10px;} becomes a{margin:10px;}
- margin:010.0px; becomes margin:10px;
- all unnecessary whitespace is removed, depending on the compression-level
- all background-properties are merged
- all comments are removed
- the last semicolon in every block can be removed
- missing semicolons are added, incorrect newlines in strings are fixed, missing units are added, bad colors (and color names) are fixed
- property:value ! important; becomes property:value !important;
Download (116KB)
Added: 2007-07-20 License: GPL Price:
834 downloads
Download (6.4MB)
Added: 2007-07-18 License: GPL Price:
828 downloads
ProStockMaster 1.3.2
ProStockMaster is all-in-one tool for a stock photographer, streamlining stock workflow more>>
ProStockMaster is your all-in-one stock photo tool allwoing you fast and easy management of your daily stock photo tasks.
ProStockMaster provides one-click uploads to multiple stock-photo sites, IPTC keywording, EXIF reading & fast local images searches.
With ProStockMaster you can:
- Upload all your images to multiple stock photography sites just in one click! You can upload a complete image folder now! (see how) Alternatively, you can select the upload sites for every image you want to upload and then upload all the selected images just in one button click.
- Easy keywording (tagging)! Enter a word or two and get tens of automatically generated keywords relevant for your image - just in one button click!
- Get your stock statistics directly at your fingertips! You can see your earnings, downloads and more data for every stock agency supported by ProStockMaster just in one button click
- View EXIF data inserted by your camera: aperture value,shutter speed, program mode, ISO, focal length, flash mode. metering mode and much more
- Fast search in images on your computer for any keyword either in the image title, description or in the keywords fields
- Copy keywords, title and description from one image to another, making keywording of similar images extremely fast and easy.
For instance, if youve shoot a sport event and then have selected 12 images for editing and upload, 95% of keywords in these images shall probably be the same. ProStockMaster allows you simply press Copy button copying the data between your files and then add or modify copied data, if required
- Get a perfect track record for every uploaded picture
- Simultaneous uploads to 8 online stock photography agencies
Enhancements:
- Major update. keyphrases support, Windows installation, automatica updates, full size image viewer... Go to http://www.prostockmaster.com/whats_new_in_version.htm for the full list of added features
<<lessProStockMaster provides one-click uploads to multiple stock-photo sites, IPTC keywording, EXIF reading & fast local images searches.
With ProStockMaster you can:
- Upload all your images to multiple stock photography sites just in one click! You can upload a complete image folder now! (see how) Alternatively, you can select the upload sites for every image you want to upload and then upload all the selected images just in one button click.
- Easy keywording (tagging)! Enter a word or two and get tens of automatically generated keywords relevant for your image - just in one button click!
- Get your stock statistics directly at your fingertips! You can see your earnings, downloads and more data for every stock agency supported by ProStockMaster just in one button click
- View EXIF data inserted by your camera: aperture value,shutter speed, program mode, ISO, focal length, flash mode. metering mode and much more
- Fast search in images on your computer for any keyword either in the image title, description or in the keywords fields
- Copy keywords, title and description from one image to another, making keywording of similar images extremely fast and easy.
For instance, if youve shoot a sport event and then have selected 12 images for editing and upload, 95% of keywords in these images shall probably be the same. ProStockMaster allows you simply press Copy button copying the data between your files and then add or modify copied data, if required
- Get a perfect track record for every uploaded picture
- Simultaneous uploads to 8 online stock photography agencies
Enhancements:
- Major update. keyphrases support, Windows installation, automatica updates, full size image viewer... Go to http://www.prostockmaster.com/whats_new_in_version.htm for the full list of added features
Download (3.3MB)
Added: 2007-07-13 License: Freeware Price:
880 downloads
iPodVolumeBooster 1.3
iPodVolumeBooster - Hack works around European 100-decibel iPod limit more>>
iPodVolumeBooster is a program which acts as a workaround for the volume limited iPods sold in Europe, which are restricted to 100 decibels of sound output.
In order to perform this, the program changes a database which is commonly maintaineaned by the iPod. This means that the MP3 / AAC files carried by the iPod will not be touched.
Note that the usage of this program can cause permanent hearing damages!
Enhancements:
- added: A Bug which arise since the introduction of iTunes V4.9 which leads iPodVolumeBooster to crash. This bug is related to the new PodCast Feature and has been fixed in V1.1
- fixed: iPodVolumeBooster does now maintain a Boost Log which is carried on your iPod. This Boost Log holds the 100 recent boosts and is accessible either:
- on the iPod itself (there a a special File called BoostLog in the iPod Notes.
- In iPodVolumeBooster itself when you have connected the iPod.
- changed: Reintroduced the facility to boost negative in order to reduce the Volume of the iPod. Ive put this feature back from V0.4 again on request of a couple of users.
- changed: The Volume level of all titles can now be restored according the settings in iTunes.
- added: The Model Info Pane does now show the capacity of your iPod too.
- added / fixed: New Localizations. The following Languages has been added:
- Dutch by Henk van Oeffel
- French by Jean-Christophe Lenoble
- changed: Revised iPod Recognition code.
- changed/added: Support of all currently distibuted iPod Models. Even the shuffle, nano and 5th Gen (Video) iPods are supported.
- changed: The iPods of the 1st Generation now are handled exactly the same way like his brothers. This will lead in an additional Boost of the Volume!
- changed: The iPod nano will be handled slightly different in order to get more boost ;-)
- changed: Guess what? The Graphical User Interface has been updated again ;-)
<<lessIn order to perform this, the program changes a database which is commonly maintaineaned by the iPod. This means that the MP3 / AAC files carried by the iPod will not be touched.
Note that the usage of this program can cause permanent hearing damages!
Enhancements:
- added: A Bug which arise since the introduction of iTunes V4.9 which leads iPodVolumeBooster to crash. This bug is related to the new PodCast Feature and has been fixed in V1.1
- fixed: iPodVolumeBooster does now maintain a Boost Log which is carried on your iPod. This Boost Log holds the 100 recent boosts and is accessible either:
- on the iPod itself (there a a special File called BoostLog in the iPod Notes.
- In iPodVolumeBooster itself when you have connected the iPod.
- changed: Reintroduced the facility to boost negative in order to reduce the Volume of the iPod. Ive put this feature back from V0.4 again on request of a couple of users.
- changed: The Volume level of all titles can now be restored according the settings in iTunes.
- added: The Model Info Pane does now show the capacity of your iPod too.
- added / fixed: New Localizations. The following Languages has been added:
- Dutch by Henk van Oeffel
- French by Jean-Christophe Lenoble
- changed: Revised iPod Recognition code.
- changed/added: Support of all currently distibuted iPod Models. Even the shuffle, nano and 5th Gen (Video) iPods are supported.
- changed: The iPods of the 1st Generation now are handled exactly the same way like his brothers. This will lead in an additional Boost of the Volume!
- changed: The iPod nano will be handled slightly different in order to get more boost ;-)
- changed: Guess what? The Graphical User Interface has been updated again ;-)
Download (1.1MB)
Added: 2007-07-13 License: Freeware Price:
843 downloads
RegExpress 1.3.0
RegExpress - a tool for testing regular expressions more>>
RegExpress is a small program designed for testing regular expresions, this have a straightforward interface which help to have your test done quickly.
Main features:
- It is possible to be selected between few regular expressions engines
- Custom the escape character
- You can save your favorite regular expressions
<<lessMain features:
- It is possible to be selected between few regular expressions engines
- Custom the escape character
- You can save your favorite regular expressions
Download (987KB)
Added: 2007-07-11 License: Freeware Price:
843 downloads
EdPAD 1.3
EdPAD - Create/edit/validate PAD files more>>
EdPAD is useful utility that allows users to create, edit and validate Portable Application Description (PAD) files.
Documents are validated immediatelly while filling them with data. All required or bad formed expressions are instantly marked up. Files are validated with the latest PAD specification.
Enhancements:
- Uses PAD Spec 3.01
- Freeware
- bug fixed: could not process XMLs without program description
<<lessDocuments are validated immediatelly while filling them with data. All required or bad formed expressions are instantly marked up. Files are validated with the latest PAD specification.
Enhancements:
- Uses PAD Spec 3.01
- Freeware
- bug fixed: could not process XMLs without program description
Download (458KB)
Added: 2007-07-04 License: Freeware Price:
843 downloads
poedit 1.3.7
poedit - Cross-platform gettext catalogs (.po files) editor more>>
poEdit is cross-platform gettext catalogs (.po files) editor.
poedit is built with wxWidgets toolkit and can run on any platform supported by it (although it was only tested o Unix with GTK+ and Windows). poedit provides more convenient approach to editing catalogs than launching vi and editing the file by hand.
Main features:
- Unlike other catalogs editors, poEdit shows data in very compact way. Entries are aranged in a list, so that you can easily navigate large catalogs and immediately get an idea about how big part of the catalog is already translated, what needs translating and which parts are only translated in a "fuzzy" way.
- Runs on Unix and Windows systems.
- Plural forms support. [1.3.0]
- Features whitespaces highlighting.
- Fuzzy and untranslated records are highlighted and displayed at the top of the list.
- Automatic compilation of .mo files (optional).
- Automatic headers update.
- References browser lets you see where and in what context is the string used.
- You can use poEdit to scan source code for translatable strings.
- Integration with KDE and GNOME desktops. Neither of these environments is required, support for them is strictly optional.
- UTF-8 support. poEdit understands all encodings supported by operating system and works in Unicode internally. [1.1.0]
- Support for conversion between line-ending formats (useful if you need to edit catalogs by hand under Windows). [1.1.0]
- Translation memory automates translation of frequent phrases. poEdit can reuse translation data from all your PO, MO and RPM files. [1.1.1]
- Search dialog for quick navigation in the catalog. [1.1.1]
- Comments editing. [1.1.3]
- Catalogs manager. [1.1.3]
- Unicode support on Windows NT/2000/XP (partial Unicode support on Windows 9x). [1.1.6] Full Unicode support under Unix with GTK+ 2.x. [1.1.11]
- Spellchecking (GTK+ 2.x). [1.3.0].
Enhancements:
- OS X: poEdit is now built as Universal binary
- fixed the Preferences menu entry in catalogs manager
- fixed to handle file references with Windows paths on Unix
- fixed the failed to convert to unicode bug when saving (#1589744)
- OS X: fixed clicking on PO files in Finder (#1583967)
- fixed opening source files in external editor if the path contains spaces (#1743172)
- added more translations: Urdu (Muhammad Shakir Aziz)
<<lesspoedit is built with wxWidgets toolkit and can run on any platform supported by it (although it was only tested o Unix with GTK+ and Windows). poedit provides more convenient approach to editing catalogs than launching vi and editing the file by hand.
Main features:
- Unlike other catalogs editors, poEdit shows data in very compact way. Entries are aranged in a list, so that you can easily navigate large catalogs and immediately get an idea about how big part of the catalog is already translated, what needs translating and which parts are only translated in a "fuzzy" way.
- Runs on Unix and Windows systems.
- Plural forms support. [1.3.0]
- Features whitespaces highlighting.
- Fuzzy and untranslated records are highlighted and displayed at the top of the list.
- Automatic compilation of .mo files (optional).
- Automatic headers update.
- References browser lets you see where and in what context is the string used.
- You can use poEdit to scan source code for translatable strings.
- Integration with KDE and GNOME desktops. Neither of these environments is required, support for them is strictly optional.
- UTF-8 support. poEdit understands all encodings supported by operating system and works in Unicode internally. [1.1.0]
- Support for conversion between line-ending formats (useful if you need to edit catalogs by hand under Windows). [1.1.0]
- Translation memory automates translation of frequent phrases. poEdit can reuse translation data from all your PO, MO and RPM files. [1.1.1]
- Search dialog for quick navigation in the catalog. [1.1.1]
- Comments editing. [1.1.3]
- Catalogs manager. [1.1.3]
- Unicode support on Windows NT/2000/XP (partial Unicode support on Windows 9x). [1.1.6] Full Unicode support under Unix with GTK+ 2.x. [1.1.11]
- Spellchecking (GTK+ 2.x). [1.3.0].
Enhancements:
- OS X: poEdit is now built as Universal binary
- fixed the Preferences menu entry in catalogs manager
- fixed to handle file references with Windows paths on Unix
- fixed the failed to convert to unicode bug when saving (#1589744)
- OS X: fixed clicking on PO files in Finder (#1583967)
- fixed opening source files in external editor if the path contains spaces (#1743172)
- added more translations: Urdu (Muhammad Shakir Aziz)
Download (7.2MB)
Added: 2007-07-02 License: Freeware Price:
871 downloads
Gutenprint 5.1.3
Gutenprint - High quality drivers for Canon, Epson, Lexmark, and PCL printers more>> <<less
Download (15.9MB)
Added: 2007-06-20 License: Freeware Price:
882 downloads
Nestopia 1.3.7
Nestopia is a Nintendo NES emulator more>>
Nestopia is a Nintendo NES emulator for Mac OS X. Nestopia is by far the most compatible of any NES emulator for Mac OS X. Using cycle-exact emulation, it is able to run titles that rely on precise timing, and which therefore break under other emulators.
Nestopia is a tool that supports five extra sound chips and an astonishing 143 mappers. This accurate emulation comes at a cost; Nestopia requires an 800MHz machine for full speed; but if you have one, this the best available NES emulation for Mac.
Nestopia was initially developed for Windows by Martin Freij. The original sources may be downloaded from the Nestopia home page.
The toolkit used to develop the Macintosh port, including the bridge code to link it to Nestopia, will be available in the longer term from my developer pages.
Certain portions are available now, and more will be added in the future. Further information is also available from the enclosed Read Me file.
<<lessNestopia is a tool that supports five extra sound chips and an astonishing 143 mappers. This accurate emulation comes at a cost; Nestopia requires an 800MHz machine for full speed; but if you have one, this the best available NES emulation for Mac.
Nestopia was initially developed for Windows by Martin Freij. The original sources may be downloaded from the Nestopia home page.
The toolkit used to develop the Macintosh port, including the bridge code to link it to Nestopia, will be available in the longer term from my developer pages.
Certain portions are available now, and more will be added in the future. Further information is also available from the enclosed Read Me file.
Download (2.1MB)
Added: 2007-06-11 License: Freeware Price:
558 downloads
ResizeIt 1.3.2
ResizeIt allows you to change size of multiple images at once. At same time it can convert file formats more>>
ResizeIt allows you to change size of multiple images at once. At same time it can convert file formats.
Enhancements:
- Launch English version.
<<lessEnhancements:
- Launch English version.
Download (150KB)
Added: 2007-06-05 License: Freeware Price:
874 downloads
Download (86.2KB)
Added: 2007-05-24 License: Freeware Price:
884 downloads
audioSpacePro 1.3
audioSpacePro - a tool for the lazy audio professional more>>
audioSpacePro 1.1 provides an instant view in hours and minutes of all available mounted hard disk space.
No bells, no whistles. Just select the number of channels, the sample rate and the bit depth.
Enhancements:
- This updated version offers more tracks, more bit depth and higher sample rate frequencies!
- You can also set disk space aside to be kept out of the calculation.
<<lessNo bells, no whistles. Just select the number of channels, the sample rate and the bit depth.
Enhancements:
- This updated version offers more tracks, more bit depth and higher sample rate frequencies!
- You can also set disk space aside to be kept out of the calculation.
Download (118KB)
Added: 2007-05-23 License: Freeware Price:
884 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above snowmandancer 1.3 search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed
