manipulator
Text Manipulator 2.1
Text Manipulator - Word processor with time saving functions more>>
This saves you time by combining all of the functions you need into one handy application.
Main features:
- Alphabetize Text- This function allows you to alphabetize text that is either formatted in sentence form (delineated by spaces) or in list form, ie one word per line (delineated by returns).
- Find Words Of Length- With this command you can extract words of a certain length from your text.
- Remove Duplicates- This removes duplicate words from a list. This is handy for removing duplicate words from wordlists.
- Prefix/Suffix Lines- This command adds or deletes a suffix/prefix from all the lines in your text. This feature is helpful for html, or programming where you may have a long list of lines that have different bodies, but similar prefixes or suffixes
- Re-Arrange Lines- This will allow you to take text from paragraph form and turn it into a return delineated list, take text from a return delineated list into paragraph form, or arrange words in a random order.
- Convert to Title Case- This will convert the currently selected text to title case, which capitalizes the first letter of every word. Selecting the chubby rabbit ran would be converted to The Chubby Rabbit Ran
- Spelling- This will run spell check on your document or the selection, depending on which option you choose
- Dictionary- This will bring up an internet based dictionary. You must be connected to the internet to use this feature. Enter a word and Text Manipulator will query several online dictionaries and return the definition of the word.
Enhancements:
- Added preferences for default font,size and color
- Line number now updates properly
- Fixed problems with cmd-shift-o,cmd-shift-i, and cmd-shift-c
- Improved speed of internet dictionary
- Select all is now allowed in fields besides text field (ie find box, internet dicitonary etc)
- Direct printing of dictionary results is now allowed
- Stability improvements
- Fixed minor cosmetic problems in various areas (such as save dialog and document info window)
- Total number of lines displayed in info window is now correct all the time.
TextWrangler 2.2.1
TextWrangler - Compose, modify and transform text files more>>
Main features:
- TextWrangler is a very useful General Purpose Text Editor
- Programmers Text Editor
- Unix And Server Administrators Tool
- Powerful Text Transformer And Manipulator
- Good Mac OS Citizen
- Powerfully Useful Tool.
Directory Tree 0.9b
Directory Tree - a file/directory viewer/manipulator more>>
Directory Tree is a tool with a plug-in based architecture.
Plugins are required to do anything beyond browsing and basic drag and drop.
This beta release has very limited support. The plugin manager will detect plugins, but thats about it.
It is designed for individuals who know something about the filing system, privileges and how the system works. It is not designed for amateurs.
It does not protect the user from themselves in the same way as the Finder does.
You can inflict a lot of damage to the filing system with this application. (Usual access rights will prevent the system from being hosed).
It allows you to view a directory in six ways :
Info display : information about the directory itself
Text display : display contents in a line-by-line text format
Star display : not yet implemented
Tree display : an icon based, hierarchical display
Column display : similar to Finder column display
Object display : shows ALL* objects in the directory in an icon or list view
Selected display : lists objects which are in one or more of the four selection states
GIMP.app 2.6.0
A very easy to use image manipulator. more>> A very easy to use image manipulator.
Gimp.app is a self contained application bundle of the GNU Image Manipulation Program for Mac OS X. Gimp.app is droppable, uses the systems default web browser for browsing requests and help, but also the gimp-print package built into OS X.
Derek And Norma Olden 1.0
Derek And Norma Olden will let you mix two video clips together with the greatest of ease more>>
One of the video pods is now able to be turned into a live video manipulator, and you can record off and feed it in the other video mixer, mixing between firewire inputs, webcams, folders of film clips, video loops, etc.
Also the mixing part of Derek And Norma Olden has been updated, allowing not just basic mixing but also loads of compositing and quicktime mixing options too. A work in progress but itll be updated soon, and often.
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.
DiskSp 1.4
Software LED shows disk activity more>> File Manipulator is the ultimate file/folder manipulation utility. It allows you to create self-contained Droplets to Move, Copy, Delete, and Rename files/folders, Change File Types and Creators, Log files, and more. You can limit which files are manipulated using a variety of powerful criteria, including Size, Label, Name, Attributes, Comments, Image Type, Version, etc. File Manipulator and the Droplets created by it run natively on Mac OS 9 and Mac OS X.<<less

Aabel 3.0.3
Aabel will make you satisfied because it is a modern, powerful, and feature-rich Mac OS X Universal package. more>>
Major Features:
- Diverse statistical & exploratory data analysis methods
- Easy to use data-reduction techniques for complex multivariate data
- A unique pipeline design that allows real-time two-way interaction with data and makes multivariate & exploratory data analysis a breeze
- Interactive data visualization, a rich variety of graph types, and over 240 styles of data representation
- Thematic mapping and related importers & map projection utilities
- Native worksheets providing numerous data management tools, a formula editor, and other utilities
- Multidimensional data filtering comparable to a database search
- Diverse data import and graphic file export support, a data manipulator, flexible customizing tools, Unicode support, publication quality graphics, and more.
Requirements:
- Mac OS 10.4.4.x, Leopard, or Snow Leopard
- Intel- or Power PC-based Mac
- A color monitor with a minimum resolution of 1024 x 768
i_ching_boc 0.6.01
i_ching_boc is an advanced program which satisfies you an I Ching Book of Changes hexagram manipulator. more>> i_ching_boc 0.6.01 is an advanced program which satisfies you an I Ching Book of Changes hexagram manipulator.
Enhancements:
Version 0.6.01 of i_ching_boc only adds intel/powerPC versions, and changes the file attributes of the database file so as to not conflict with other SQLite database file attributes. Two other slight modifications:
- Copy clips the picture of extra white space.
- There is no request to put database in Users Documents Folder: database (i_ching_DB) must be in the same folder as the program for it to open! i.e. move the downloaded program folder into where ever but keep database with it. Old copies of database (i_ching_DB) in User/Documents Folder should be removed.
Requirements: Mac OS X 10.2 or later.
ToDo 0.04 Beta
ToDo - Simple to-do list maker for your iPhone. more>> Grainbox is a two channel granular synthesis sound manipulator. The aim of the software was to try to create an interface where the many parametres involved in granular synthesis are represented and controlled on a two dimensional space, rather than with sliders and buttons. It accepts MONO sounds and outputs stereo signal (which can be recorded).
You can load up many Grainboxes within the same program by hitting Command+R. This software is a sketch for a further exploration and serves as a prototype.
Unfortunately this software is only for OS X at the moment. It might change soon. Stay tuned!<<less
BASh 1.8.5
BASh - 4D component that provides extensive utility commands more>>
The BASh component now consists of 477 methods across 32 modules of code.
Main features:
Modules currently available in the BASh component:
- ARR - Array sizing, management, and manipulation methods;
- BLOB - BLOB management and manipulation methods;
- CODEC - encoding and decoding support for common formats;
- CONV - conversion methods to handle data and type conversions;
- CRYPT - encryption and decryption routines;
- DATE - provides basic date manipulation routines;
- DSS - Dynamic Stack Space; reusable variable management system;
- DTS - Date-Time Stamps; generation and manipulation methods;
- ENV - environmental information (program, OS, CPU, etc.);
- FILE - path and file name utilities;
- FMAP - file mapping for document types, creator and type codes, and MIME types;
- IB - management and manipulation of indexed BLOBs;
- INIT - module and component initialization;
- INT - interruption manager;
- NULL - Variable clearing and initialization methods;
- NVP - named value pair utilities and management;
- PROS - process information accessors;
- PTEXT - parameter text replacement routines;
- QUIT - controlled clean up of BASh data structures;
- RES - resource management and utility methods;
- RW - read/write module for handling record access;
- SEM - Semaphore management methods;
- SEQ - flexible sequence number module;
- SERNO - serial number generation and confirmation methods;
- STR - string manipulation, formatting, and filtering methods;
- TIME - Time manipulation methods;
- TYPE - Variable type comparison methods;
- URL - URL creation and extraction routines;
- VAR - Variable utility methods;
- WORD - manipulators for non-native four-byte values;
- X4D - XML based record packing and unpacking methods;
- XML - Extensible Markup Lanugage parsing and retrieval code.
- Page: 1 of 1
- 1