Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 2

This is an Automator action (for Apple Automator.app) that takes a list of files as input and will move them according to a special pattern which can use the metadata fields of the file. You will be able to move images according to their EXIF data (date taken, camera model, ...), move audio files ... [More] according to their ID3 tags (artist, title, ...), move PDF files according to their author, etc... etc... [Less]

0
 
  0 reviews  |  1 user  |  10,650 lines of code  |  0 current contributors  |  Analyzed 5 days ago
 
 

This is an automator action using ffmpeg to encode the video passed as input into an mp4.h264 format compatible with iTunes and iPod videos. Just provide video files (from a finder actions, etc...) and the new mp4 files will be created. This might take a while as the video encoding is long. You ... [More] can pass all the format supported by FFmpeg (including flv, real media, etc.. etc..). It mainly puts together the ffmpeg decoder/encoder from: http://ffmpeg.mplayerhq.hu/ with tweaking of the parameters described here: http://rob.opendot.cl/index.php/useful-stuff/ipod-video-guide/ to create an easy to use Automator action. This project is distributed under the terms of the GPL version 3 [Less]

0
 
  0 reviews  |  1 user  |  4,919 lines of code  |  0 current contributors  |  Analyzed 8 days ago
 
 

Cocoatron The suite of Automator Actions for Mac OS X that brings drag-and-drop simplicity to creating and automating complex XML Processing Pipelines.' To install, download Cocoatron and unzip. Then drag the Cocoatron .action and .definition files to ~/Library/Automator. You may need to ... [More] create this folder. Inspired by XProc and SXPipe, Cocoatron is a simple way to create XML pipelines visually - without writing a line of custom 'glue' code in Java, C++ or other languages. Conceptually, Cocoatron is a combination of XProc and Apple's Automator application. XProc is the W3C's spec for high-level descriptions of XML processing pipelines. Automator is Apple's graphical application for creating scripting pipelines with drag-and-drop simplicity. Cocoatron consists of six Automator Actions (composeable, configurable pipeline stages): Load XML Documents Process XIncludes of XML Documents Validate XML Documents (DTD, XSD, RNG) Transform XML Documents (XSLT) Query XML Documents (XQuery) Serialize XML Documents Implemented using the powerful libxml2 framework, Cocoatron includes support for XInclude, XSLT 1.0, EXSLT, XQuery, and validation against DTD, W3C XML Schema, and RELAX NG XML syntax.. Much like SXPipe, these actions deal strictly with XML Infosets. Under the hood, the XML Infosets created and returned by Cocoatron Actions are actually libxml2 xmlDocPtr structs contained in Cocoa object wrappers. An Infoset is constructed using Load XML Documents and serialized back to text using Serialize XML Documents. To create pipleines, place other, built-in Apple Actions before and after these two Actions. For example, start an XML pipeline with local XML documents using Get Specified Finder Items (Finder) or remote ones using Get Specified URLs (Safari). Finish a pipleine with New Text File (Finder) or New TextEdit Document (TextEdit). Each Cocoatron Action includes a collapsable Console text field that will show you any errors or warnings that occur during that Aciton's processing. This allows for easy debugging. As compared to the Beta release last week, v1.0 significantly improves behavior of Load XML Documents and fixes a nasty bug where dragging a Cocoatron Action into a Workflow would temporarily disable the 'Run' button. Implementation Details Cocoatron is written in Objective-C and C, and is based on: libxml libxslt libexslt Apple's Cocoa Frameworks Apple's NSXML Framework Cocoatron requires Mac OS X 10.4 Tiger or later. Cocoatron is developed by Todd Ditchendorf. Have feedback? Email me. [Less]

0
 
  0 reviews  |  0 users  |  18,941 lines of code  |  0 current contributors  |  Analyzed 1 day ago
 
 

Ottomate The OttoMate Actions serve as an engine for Apple's best-of-breed web browser, Safari -- running your web application through its paces by commanding Safari to visit your site, click links and buttons, fill out and submit web forms, and assert the existence of success pages, titles ... [More] , text or HTML source code. All while you watch the results live on your Mac's screen. The OttoMate Actions can even ask Safari to evaluate arbitrary JavaScript code against your webpage. [Less]

0
 
  0 reviews  |  0 users  |  2,128 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 

This Automator Action creates a birthday calendar in iCal from the contacts in Address Book. Unlike the built-in birthday calendar in iCal, this action allows you to set an alarm for each birthday. If you want to customize your event or reminder text you can use the following placeholders: ... [More] %lastname% %firstname% %yearofbirth% %age% %birthday% Changelog 2.0 completely rewritten in Cocoa possible to filter for people and groups as prepended Automator Action ( issue 16 ) calendars for current and next year ( issue 8 ) email reminder ( issue 9 ) events since birth error in custom formats fixed ( issue 21 ,  issue 22 ,  issue 28 ,  issue 29 ) removed the calendar export option 1.7.1 fixed Snow Leopard issue ( issue 20 ) 1.7 fixed 12 AM issue ( issue 5 ) fixed problems with some time zones alerts for birthdays on the day iCalBirthdays is run removed titles and middle names 1.6 made the export optional added event type for choosing all day events or event at alert time made alert sound optional added more formats for alert text made alert text customizable added alternative text for reminder added a cake icon for the action 1.5 added customizable calendar entry format removed / replaced age with year of birth 1.4 Localization for German added Age added 1.3 changed the export of calendar for leopard additional alert is actually added to the birthday event (instead of creating another event) choice of which alert to enable 1.2 solved errors in Tiger 1.1 Leopard ready optional additional alert before the birthday [Less]

0
 
  0 reviews  |  0 users  |  16,081 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

PyTestsGenerator is an automated Test Case Generator for creating python unittests. It is a tool that is used to create pyunit test cases for any given python module. It requires only the name of the module to generate its testcases, except in the case of customization.The use of the GUI is optional ... [More] as the test cases could be generated with the CLI itself. The Project aims at making the life of the python developers and unit testers easy.The generation of the test cases have been simplified to its very basic extent. the performance of the tool is high as it could generate thousands of cases in seconds. Functional UpdatesThe functional update is that the mode of generation is extended to user levels of customizations and operating from file levels to generate cases is also made possible The generators next focus would be on the web category which will handle the web based testcases and api's for handling the web frameworks and testing their components. Planned UpdatesThe next version of the test generator will have a feature of comparing the generated values with the csv or a text based file. The customization past of the application will be extended further to provide more functionality. [Less]

0
 
  0 reviews  |  0 users  |  1,963 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 

This plugin provides a framework for creating Automated workflows that chain together a set of actions to accomplish some task. These can be saved and executed at specific intervals. I'm extracting this out of my app that runs this in production and this is where I've decided to host the ... [More] project. The next big step before a 1.0 release will be creating a sweet UI where you can drag and drop the actions into a workflow, save it and execute it. Will be prepping README and screencast today. [Less]

0
 
  0 reviews  |  0 users  |  881 lines of code  |  0 current contributors  |  Analyzed 9 days ago
 
 

Cooliris (http://www.cooliris.com/) made a great little javascript tool which displays web galleries as a photowall. Although Cooliris released a utility to create galleries, it is only for Windows and MacOS and very tedious if you want to upload a lot of galleries. Also, many digital photos can ... [More] be well over 3 megabytes each and I have found that at such high resolutions they are difficult to manage. Introducing Cooliris-Automator, a shell script which works to rectify both these problems. It uses imagemagick to resize the images and create thumbnails and then creates the .rss and .html files necessary to be viewed with Cooliris. The current version (0.5) only has the image resize and thumbnail function. It does not interface with Cooliris yet. At this time, only Jpeg images are supported. System Requirements: imagemagick [Less]

0
 
  0 reviews  |  0 users  |  23 lines of code  |  0 current contributors  |  Analyzed 16 days ago
 
 

CI Docs is a CodeIgniter application to help you quickly write documentation for a project especially if it is built on CodeIgniter. CI Docs was neglected for some time but development is planned to start up again. Beta releases are undetermined at the moment, but we hope to release something soon.

0
 
  0 reviews  |  0 users  |  26,669 lines of code  |  0 current contributors  |  Analyzed 2 days ago
 
 

An Automator action to extract audio files as linear PCM files from Quicktime movies. It is useful when you want to put downloaded movies into iTunes.

0
 
  0 reviews  |  0 users  |  5,771 lines of code  |  0 current contributors  |  Analyzed 10 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.