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.
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.
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).
Freecell 1.0
A great widget that allows you to play freecell in your dashboard. more>> Prince is a computer program that converts XML and HTML into PDF documents. Prince can read many XML formats, including XHTML and SVG. Prince formats documents according to style sheets written in CSS.
Features
1. Print any XML document
Unlike many other formatters, Prince can print any XML document. Because Prince does not rely on proprietary markup, you have the freedom to use whatever tags are right for you.
2. Strong support for CSS
Prince has strong support for Cascading Style Sheets (CSS). CSS is a widely used style sheet language which has become very popular on the web. It is flexible, easy to learn and simple to use.
3. Comprehensive PDF output
PDF links and bookmarks.
PDF Encryption and Document Security.
PDF compression and font embedding.
4. Powerful Layout Features
Page headers/footers, page numbering and duplex printing.
Tables with automatic layout and running headers/footers.
Multi-column layout, floats and positioned blocks.
Lists with customisable bullets or numbers.
Automatic numbering of lists, headings, sections or figures.
Footnotes, cross-references.
5. Advanced Graphics Support
Prince supports a rich subset of Scalable Vector Graphics (SVG), the format of choice for graphics such as clip-art, diagrams, maps, charts and graphs.
Prince supports the standard image formats (JPEG, PNG, TIFF, GIF), making it easy to embed pictures and photos in your documents.
6. Print XHTML web content
Prince includes a default style sheet for XHTML, the XML language of the World Wide Web. Prince makes it easy to print your web content and produce professional results.
7. Easy integration
Prince has integration modules for most server environments, including Java, ActiveX/COM, ASP, PHP and ColdFusion.
Prince provides a command line interface, allowing it to be called easily from batch files and shell scripts or integrated with other programs to form document publishing pipelines.
Prince also provides a Graphical User Interface.<<less
OpenSophie Reader 1.04
OpenSophie Reader is well designed as a comprehensible and user-friendly tool that is capable of creating networked documents without recourse to programming. more>>
OpenSophie Reader 1.04 is well designed as a comprehensible and user-friendly tool that is capable of creating networked documents without recourse to programming. There are word processors, video, audio and photo editors but no viable options for assembling the parts into a complex whole except tools like Flash which are expensive, hard to use, and often create documents with closed proprietary file formats. Sophie promises to open up the world of multimedia authoring to a wide range of creative people. Originally conceived as a standalone multimedia authoring tool, Sophie is now integrated into the Web 2.0 network.
Major Features:
- Sophie documents can be uploaded to a server and then streamed over the net
- It's possible to embed remote audio, video and graphic text files in the pages of Sophie documents meaning that the actual document that needs to be distributed might be only a few hundred kilobytes even if the book itself is comprised of hundreds of megabytes or even a few gigabytes.
- Sophie now has the ability to browse OKI (open knowledge initiative) repositories from within Sophie itself and then to embed objects from those repositories.
- Now have live dynamic text fields (similar to the Institute's CommentPress experiments on the web) such that a comment written in the margin is displayed immediately in every other copy of that book
- Anywhere in the world.