embed
EMBED Tag Wizard 1.0
EMBED Tag Wizard - Generate HTML to embed QT movies more>>
All thats required to do is to open a movie in the QuickTime Player 4.1, run the script and answer the questions!
Completly freeware.
Java Embedding Plugin 0.9.7
offers you an effective browser program which uses thelatest Java in non-Safari browsers. more>> <<less
eSellerate Embedded Web Store 1.0.0.24
eSellerate Embedded Web Store has come as a perfect program for Macintosh software working on both Intel- and PowerPC-based Mac computers more>>
eSellerate Embedded Web Store 1.0.0.24 has come as a perfect program for Macintosh software working on both Intel- and PowerPC-based Mac computers with which the developer can add all of the features of eSellerate's Custom Web Store right into their applications.
A simple call from within the software launches a familiar web-based interface taking customers through an online sales process that is more recognizable to them. Upon completion of the purchase, serial number information can then be passed directly back into the application, automatically making it a fully registered product.
Requirements:
- Mac OS X 10.2 or higher Safari eSellerate Account Universal Binary
Combine PDFs 2.1
Combine PDFs - REALbasic example for PDF embeded pages more>>
Enhancements:
- Fixed a failed assertion some users saw after the application finished work.
- Added button to add files.
- Added button to remove a page.
Webvoice 1.0
Free and open source text to speech app more>> Free and open source text to speech app
Webvoice is a text to speech CGI program. You can embed a link in a HTML page to send things you want to say, via sound. No software is required on the client side.
Webvoice needs Festival and Sox are on the server. Webvoice has its own interface, if you need one.
webgen 0.5.5
Static website generation made easy more>> Static website generation made easy
webgen is an easy-to-use, extensible web site generator in Ruby. webgen is used to generate static web sites from templates and content files and provides tools for generating dynamic content like menus.
Anything can be put into webgens source directory sothat it gets copied to the output directory but some file types are handled specially:
- Page files (primarily used to define the content of a web page but can really be used to create about any text-based file format)
- Template files (used to define the general layout of a web page, these are chainable/nestable)
- Gallery files (you create one such file and get a whole image gallery for free, including goodies like EXIF information extraction and automatic thumbnail creation)
- Sipttra files (files using a simple text-based feature/request tracking format)
Although webgen can be used to easily create a finally static website, it allows one to embed dynamic parts in page and template files to support features like dynamic menu generation, dynamic link generation and more.The following methods for adding dynamic content are supported:
- webgen tags: these allow non-programmers to easily add dynamic content using a simple markup syntax. webgen ships with many tag plugins for generating menus and breadcrumb trails, listing all translations of a page, syntax highlighting code fragments or entire files, and much more.
- ERB (embedded Ruby) for custom scripts embedded into content files for advanced users.
Main features:>
- Fast (only the necessary files are regenerated)
- Easy to install and use
- Runs on Linux, Mac OS X, Windows
- Extendable by writing add-ons in Ruby
- Easy to configure if one needs to (no need if you are happy with the default values)
- Command line interface uses command style syntax (like Subversions svn command)
- Markdown (including special syntax like setting header ids and html attributes through the Maruku library)
- Textile
- Haml and Sass
- RDoc (the native API documentation format for Ruby)
- Builder (tool for programatically creating XML documents)
- Smiley-to-emoticon conversion
- Plain text
- Meta information can be specified for every file (e.g. title, menu ordering information)
- Support for specifying virtual files and directories (can be used, for example, to include links to external pages in the menu)
- Generated HTML files can be automatically checked if they are standard conform
Enhancements:
- New configuration option [`tag.menu.nested`][nested]
- Depending on fixed gem version (using `=` instead of `>=`) [nested]: {relocatable: ../documentation/reference_configuration.html#tagmenunested}
- RF#21349: absolute virtual URLs didnt work correctly - small docu fixes
WebDesk 1.0.2
WebDesk is a free tool which lets the user embed a web page in the desktop and select a reload interval. more>>
WebDesk 1.0.2 is a free tool which lets the user embed a web page in the desktop and select a reload interval.
BWAV Reader 1.1
BWAV Reader will read metadata embedded in EBU PCM and some MPEG format Broadcast Wave files more>>
Media Hive 0.9.1
Media Hive is a streaming media management project that will allow you to access your media collection from your web browser more>>
Main features:
- It has a feature-rich playlist that you may modify as it plays.
- It has powerful filtering and smart-playlist capabilities.
- With it, you can play your stuff from anywhere you have an internet connection.
- It supports both audio and video.
- It keeps usage statistics, and can show you lists of what your favorite stuff was for the last week, month, or whatever dates you feel like looking at.
- It can handle very large media collections.
- Its really simple to install - just unpack and run. And if its not what youre looking for, its easy to remove it from your system - just delete the directory its in.
- Its very customizable. There are three different user interfaces available for it right now, so theres probably one that works the way that you want to.
- It has Badges: images that you can embed in your website, blog, myspace page, forum sig, etc. They can show your favorite artists, albums, or songs, or they can show whats currently playing on your system. They can be any size, can show your favorites for different date ranges, and list as many (or few) items as you want.
Enhancements:
- Added iPhone interface.
- Fixed playlist add/remove when in shuffle mode.
- Fixed a bug where saving a filter didnt reload the filters page.
- Initial release of remote control plug-ins for XMMS and WMP.
Neo4j 1.0 Beta 7
A free and open source graph database more>>
A graph (mathematical lingo for a network) is a flexible data structure that allows a more agile and rapid style of development. You can think of Neo4j as a high-performance graph engine with all the features of a mature and robust database. The programmer works with an object-oriented, flexible network structure rather than with strict and static tables yet enjoys all the benefits of a fully transactional, enterprise-strength database.
In addition, Neo4j includes the usual database features: ACID transactions, concurrency control, transaction recovery, durable persistence, and everything else you would expect from an enterprise-strength database.
Major Features:
- An intuitive graph-oriented model for data representation. Instead of static and rigid tables, rows and columns, you work with a flexible graph network consisting of nodes, relationships and properties.
- Adisk-based, native storage manager completely optimized for storing graph structures for maximum performance and scalability.
- Massive scalability. Neo4j can handle graphs of several billion nodes/relationships/properties on a single machine and can be shared to scale out across multiple machines.
- A powerful traversal framework for high-speed traversals in the node space.
- A small footprint. Neo4j is a single
Enhancements:
- API: Removed a number of deprecated methods (primarily for relationship type management) from EmbeddedNeas per warning in the previous release.
- API: Transaction is now an interface.
- API: TraversalPosition now has an isStartNode() method.
- API: NotFound and NotInTransaction runtime exceptions have been moved from internal impl package the api package.
- API: getRelationshipById is now exposed in NeoService.
- API: A common base interface for Node and Relationship has been added that contains the set/get/remove property operations.
- Core: Made it easy embed Neo4j in a Spring application. Spring can be configured to use Neo4js transaction manager.
- Core: All known bugs have been fixed.
- Core: Removed singletons and made everything IoC.
- Core: Lots of minor optimization and improvements above native store layer (nioneo).
- Core: Cleanup of code (removed non used code) and improved exception handling.
- Core: Improved read performance and parallelism by implementing MVCC-like features. Nlocks are now taken during read-only operations, instead concurrent operations are working against snapshot versions.
SymmetricDS 1.6.3
Platform-independent, web-enabled, and database-agnostic data synchronization/replication solution more>> Platform-independent, web-enabled, and database-agnostic data synchronization/replication solution
SymmetricDS is web-enabled, database independent, data synchronization/replication software. It uses web and database technologies to replicate tables between relational databases in near real time.
The software was designed to scale for a large number of databases, work across low-bandwidth connections, and withstand periods of network outage.
By using database triggers, SymmetricDS guarantees that data changes are captured and atomicity is preserved.
Support for database vendors is provided through a Database Dialect layer, with implementations for MySQL, SQL Server, PostgreSQL, HSQLDB, Oracle, and Apache Derby included.
Synchronization can be configured to push data (trickle-back) or pull data (trickle-poll) at an interval. SymmetricDS allows for 2-tier and even n-tier synchronization, such as the following:
- A farm of web server nodes fronting an enterprise-class general office database
- A handful of regional servers for synchronizing from the general office to remote geographical areas
- 1000(s) of store server nodes using a departmental class database to sync with a regional node
- 10(s) of Point of Sale (POS) register nodes using an embedded database to sync with a store server
Deployment options include the following:
- Web application archive (WAR) deployed to an application server such as Tomcat, Jetty, or JBoss
- Standalone service
- Embedded in an application
Main features:
- Data Channels - Table synchronizations are grouped into independent channels
- Guaranteed Delivery - Synchronized data is guaranteed to arrive at the target destination. If a synchronization fails, the same batch of data will be retried until it succeeds or manual intervention is taken. All other data synchronization is halted for the failed channel only.
- Transaction Aware - Data updates are recorded and replayed with the same atomicity
- Centralized Configuration - All configuration is downloaded from a central registration server
- Multiple Deployment Options - Standalone engine, web application, embedded software component
- Data Filtering and Rerouting - Allows for localized passwords and sensitive data filtering/routing
- HTTP Transport - Pluggable transport defaults to Representation State Transfer (REST-style) HTTP services
- Payload Compression - Optionally compresses data on transport
- Notification Schemes - Push (trickle-back data) or Pull (trickle-poll data) changes
- Symmetric Data Protocol - A fast streaming data format that is easy to generate, parse, and load
- Plug-In API - Add customizations through extensions and plug-in points
- Two-Way Table Synchronization - The same table can be synchronized both to and from the host system while avoiding update loops
- Database Versioning - Specify data synchronization by version of target database
- Auto Database Creation - Optionally allow creating and upgrading of database schema
- Embeddable - Small enough to embed or bootstrap within another application (i.e. a POS application)
- Multiple Schemas - Supports multiple database schemas naturally through the existence of Data Channels
- Primary Key Updates - Captures the "before" and "after" data being changed, allowing updates to primary key data
- Remote Management - Administration through a Java Management Extensions (JMX) console
- Remote Database Administration - SQL can be delivered and run at remote databases via the synchronization infrastructure
- Initial Data Load - Prepare the satellite database with an initial or recovery load of data
Evaluate Widget 1.0
A great dashboard widget that is able to evaluate expressions. more>> JTCalendar is a framework an interface builder palette for developers to embed calendar functionality into their applications. JTCalendar embeds an actual calendar, JTCalendarPopup allows the user to type in a date, or click a button to pop up a calendar to edit.
To use, simply point Interface Builder towards the palette (Id recommend installing in /Developer/Palette), and youre off to the races. Be sure to include the JTCalendarWidgetFramework.framework in your application. Add it to your project, then add a new copy files phase to embed it into your app.
JTCalendar is distributed under the terms of the Artistic License, a copy of which is included.<<less
eDonkey 1.3
eDonkey allows you to share and trade any type of file, with anyone, under Mac, Windows or Linux more>>
eDonkey already has a huge following of Windows users, but noticing a void in the Mac P2P arena the development team switched gears to bring this excelent client to the Mac world.
eDonkey contains the most advanced peer to peer filesharing technology available. It is robust, fast and easy to use.
Main features:
- Elegant easy to use interface
- International versions. Now available in many languages
- Share and Download any type of file.
- Downloads are automatically continued from session to session.
- Completely distributed and self organizing network. No central servers.
- Horde Anti-leeching system (see side bar)
- Multiple source downloads. Download a file from several different users at once.
- Network wide searches (see side bar)
- Support for other download protocols such as http and bittorrent
- Private messaging
- Simultaneous uploading and downloading of the same file. Providing the fastest distribution of files possible.
- Dynamic ports. eDonkey can be configured to run over any port.
- Plugin System
- Skins
- ed2k links. You can embed links in webpages that will initiate downloads within eDonkey.
- Statistics. Keep track of how much your client is sending and receiving
- Multiple search tab interface
- Automatic fake file detection
Enhancements:
- Tweaks so downloads should be much faster.
- updated zlib
- Fixed some horde stuff
- Fixed being blacklisted by donkey servers
- made speed rates more accurate
- when you connected to a server it set your priority to Normal
- can mouse multiple select trees that allow drag / drop (shared, media, etc)
- changed some default widths
- Blacklists get auto-updated
- turning off horde would leave the yellow box sometimes
- should stop multiple donkeys from showing up if you launch them quickly
- upload priorities management changed a bit
- Friends dont auto-connect on click, you have to double click or choose "View Folders" from context menu.
ERDDAP 1.18
Scientific application that refers mostly to oceanographic data more>> Scientific application that refers mostly to oceanographic data
ERDDAP (the Environmental Research Divisions Data Access Program) aggregates scientific data from diverse local and remote sources and offers a simple, consistent way to download subsets of the data in common file formats and make graphs and maps.
This particular ERDDAP installation has oceanographic data (for example, data from satellites and buoys).
Without ERDDAP, when a person (or a computer program) looks on the Internet for a specific type of scientific data (for example, oceanographic data like satellite sea surface temperature data), there are many problems.
Main features:
- Aggregates data from diverse local and remote sources.
- Offers several ways to search for datasets of interest (see options at right).
- Lets you make requests in a standardized way, regardless of the data sources request protocol.
- Gridded data is available via the DAP hyperslab protocol and WMS.
- Tabular data is available via the DAP constraint protocol.
- ERDDAP also provides Data Access Forms (web pages) which help humans create the DAP requests. OPeNDAPs DAP is the recommended IOOS DMAC data transport mechanism and a NASA EOSDIS standard. (DAP is great!)
- lets you choose the file format for the results (for example, .html table, ESRI .asc, Google Earth .kml, .mat, .nc, .csv, .tsv, .json, .xhtml, .png).
standardizes the dates+times in the results, either as:
- To avoid time zone and daylight savings confusion, time values are always converted to the UTC time zone.
lets you request .png and .pdf image files with graphs and maps of the data, in addition to the raw data. Three special uses of these images are:
- Web page authors can embed a graph with the latest data in a web page using an HTML tag.
- Anyone can use ERDDAPs Slide Sorter to build a personal web page that displays graphs with the latest data (or other images or HTML content), each in its own, draggable slide.
- Anyone can use or make Google Gadgets to display images with the latest data on their iGoogle home page.
- Offers email/URL and RSS subscriptions, so you can be notified whenever a dataset changes.
- Is a web application (for humans with browsers) and a web service (for computer programs). ERDDAP has REST- and ROA-style links to make ERDDAPs services available to computer programs, so that other web applications and web services can be built on top of ERDDAP.
Screen Grabber 2.0.2
Screen Grabber - Grab screenshots at even time intervals from movies more>>
Version 2.0 is a complete rewrite of ScreenGrabber 1.0 adding many features, slimming the code base, and a much better platform for continued development. Full source code for Xcode 2.3 and later is available under BSD license.
Enhancements:
New features are (User configurable):
- Batch process movie files, and/or directories.
- Embed movie information:
General information.
Video desolution.
Audio frequency.
Data rates.
Codecs used.
- Embed image timestamps.
- Spiffy borders.
- Image spacing.
- Background colour.
- Multilingual
English
French
Japanese
Swedish
Traditional Chinese
Nerd features:
- Uses bindings.
- Component based (Automator anyone?).
- Multithreaded (Incomplete support in QTKit).