mkv gti exhaust
iMkvExtract 2.0
A software tool that helps you extract Matroska .Mkv files more>> A software tool that helps you extract Matroska .Mkv files
Matroska is the extensible open standard Audio/Video container. Matroska is usually found as .mkv files (matroska video) and .mka files (matroska audio).
Matroska aims to become THE standard of multimedia container formats. It was derived from a project called MCF, but differentiates from it significantly because it is based on EBML (Extensible Binary Meta Language), a binary derivative of XML. EBML enables the Matroska Development Team to gain significant advantages in terms of future format extensibility, without breaking file support in old parsers.
iMkvExtract will extract Matroska video files and file parts from a folder of your choosing.
iText Express 3.2
A very small but fast word processor more>>
iSkysoft DVD Creator for Mac 1.0.2.4 makes it easy to convert MP4, M4V, MPA, MPG, MPEG, MOV,3GP, 3GP2, FLV, VOB, DAT, TS, TP, TRP, M2TS, AVI to DVD and burn DVD movie on Macintosh. iSkysoft DVD Creator for Mac is the best dvd burner for Mac OS X users. It can easily and speedily convert AVI to DVD, MP4 to DVD, FLV to DVD, 3GP to DVD for Mac! It is absolutely professional Mac DVD burning software.
This best DVD Creator for Mac allows you to edit your video files by trimming, cropping and adjusting video effect. You can also arrange your video files into video titles with a customizable menu. This program offers various templates and options to edit the menu easily.It allows you to specify NTSC or PAL color-encoding, adjust 4:3 or 16:9 video aspect ratio, set after done actions, and burn DVD movie disc, DVD folder or ISO files.
The DVD creator provides many brilliant DVD menus and menu editing options to help you burn personalized DVD. iSkysoft DVD Creator for Mac supports abundant DVD formats, including DVD 5 and DVD 9; DVD-R, DVD+R, DVD-RW, DVD+RW, DVD+R DL, DVD-R DL, DVD-RAM.This Mac dvd burner can burn DVD movie to be played on portable and home DVD players.
Download iSkysoft DVD Creator for Mac for free and enjoy making your own DVDs with DVD Creator!
Major Features:
- Convert all popular video formats to DVD
- Burners supported: Samsung, Pioneer, ASUS, LG, Philip, Sony, Benq, OVK, etc. It can convert videos to sorts of Disc: DVD 5 and DVD 9; DVD-R, DVD+R, DVD-RW, DVD+RW, DVD+R DL, DVD-R DL, DVD-RAM.
- Support movie trimming, cropping and effect adjustment. You can set brightness, contrast, saturation and choose the suitable resolution.
- Customize background music and menu template . You can set background music from your hard disk and set the frame, button and text of DVD movie.
- Support photo capturing and saves as jpeg, bmp.
- High-Quality and fastest converting engine inside.
- The easiest creator to convert videos to dvd on Mac.
Enhancements:
- Optimized basic codec system including upgraded conversion engine.
- Supported new input formats: ASF, WMV, MKV, MOD.
- Added the progress bar to indicate how much percent the files are uploaded.
- Allowed you to load files using drag and drop.
- Added prompt dialog box to show the details when loading failed.
- Fixed some other bug: The screenshot of the movie is in excess of the frame.
Requirements:
- MAC OS X or above operating system
- At least 512M physical RAM.
WareSeeker Editor
MoKgVm2DVD 1.0.1
MoKgVm2DVD provides the tools needed to prepare .ogm and .mkv files for use in DivX enabled DVD players more>>
These players typically require videos to be in AVI container files (i.e., have .avi extensions) using any of the following codecs:
Video: mpeg4 (e.g., Divx or Xvid) but not h.264
Audio: mp3 or ac3 but not ogg/vorbis or aac
Most players will also support separate subtitle files. Typically the subtitle file must have the same name as the .avi file.
MoKgVm2DVD will let you select the tracks from the .mkv or .ogm file and either copy the tracks to the new .avi file or, if needed, re-encode the track(s) using the XviD codec. You can also extract any of the tracks into separate files.
The table below shows the current abilities and limitations of MoKgVm2DVD based on limited testing. Please let me know if you have different results.
Enhancements:
- Fixed a bug that caused MoKgVm2DVD to prematurely stop the conversion process
ZODB3 3.9.0 Beta 1
A free set of tools for using the Zope Object Database (ZODB) more>> A free set of tools for using the Zope Object Database (ZODB)
The Zope Object Database provides an object-oriented database for Python that provides a high-degree of transparency.
Applications can take advantage of object database features with few, if any, changes to application logic. ZODB includes features such as a plugable storage interface, rich transaction support, and undo.
The components you get with the ZODB release are as follows:
- Core ZODB, including the persistence machinery
- Standard storages such as FileStorage
- The persistent BTrees modules
- ZEO, for scalability needs
- documentation (needs more work)
ZODBs primary development platforms are Mac OS X, Linux, and Windows XP.
System requirements:
-
Enhancements
New Features (in more or less reverse chronological order):
- The Database class now has an xrefs keyword argument and a corresponding allow-implicit-cross-references configuration option. which default to true. When set to false, cross-database references are disallowed.
- As a convenience, the connection root method for returning teh root object can now also be used as an object with attributes mapped to the root-object keys.
- Databases have a new method, transaction, that can be used with the Python (2.5 and later) with statement
- This uses a private transaction manager for the connection. If control exists the block without an error, the transaction is committed, otherwise, it is aborted.
- Convenience functions ZODB.connection and ZEO.connection provide a convenient way to open a connection to a database. They open a database and return a connection to it. When the connection is closed, the database is closed as well.
- The ZODB.config databaseFrom... methods now support multi-databases. If multiple zodb sections are used to define multiple databases, the databases are connected in a multi-database arrangement and the first of the defined databases is returned.
The zeopack script has gotten a number of improvements:
- Simplified command-line interface. (The old interface is still supported, except that support for ZEO version 1 servers has been dropped.)
- Multiple storages can be packed in sequence.
- This simplifies pack scheduling on servers serving multiple databases.
- All storages are packed to the same time.
- You can now specify a time of day to pack to.
- The script will now time out if it cant connect to s storage in 60 seconds.
- The connection now estimates the object size based on its pickle size and informs the cache about size changes.
- The database got additional configurations options (cache-size-bytes and historical-cache-size-bytes) to limit the cache size based on the estimated total size of cached objects. The default values are 0 which has the interpretation "do not limit based on the total estimated size". There are corresponding methods to read and set the new configuration parameters.
- Connections now have a public opened attribute that is true when the connection is open, and false otherwise. When true, it is the seconds since the epoch (time.time()) when the connection was opened. This is a renaming of the previous _opened private variable.
- FileStorage now supports blobs directly.
- You can now control whether FileStorages keep .old files when packing.
- POSKeyErrors are no longer logged by ZEO servers, because they are really client errors.
- A new storage interface, IExternalGC, to support external garbage collection, http://wiki.zope.org/ZODB/ExternalGC, has been defined and implemented for FileStorage and ClientStorage.
- As a small convenience (mainly for tests), you can now specify initial data as a string argument to the Blob constructor.
- ZEO Servers now provide an option, invalidation-age, that allows quick verification of ZEO clients less than a given age even if the number of transactions the client hasnt seen exceeds the invalidation queue size. This is only recommended if the storage being served supports effecient iteration from a point near the end of the transaction history.
- The FileStorage iterator now handles large files better. When iteratng from a starting transaction near the end of the file, the iterator will scan backward from the end of the file to find the starting point. This enhancement makes it practical to take advantage of the new storage server invalidation-age option.
- Previously, database connections were managed as a stack. This tended to cause the same connection(s) to be used over and over. For example, the most used conection would typically be the onlyt connection used. In some rare situations, extra connections could be opened and end up on the top of the stack, causing extreme memory wastage. Now, when connections are placed on the stack, they sink below existing connections that have more active objects.
- There is a new pool-timeout database configuration option to specify that connections unused after the given time interval should be garbage colection. This will provide a means of dealing with extra connections that are created in rare circumstances and that would consume an unreasonable amount of memory.
- The Blob open method now supports a new mode, c, to open committed data for reading as an ordinary file, rather than as a blob file. The ordinary file may be used outside the current transaction and even after the blobs database connection has been closed.
- ClientStorage now provides blob cache management. When using non-shared blob directories, you can set a target cache size and the cache will periodically be reduced try to keep it below the target size.
- The client blob directory layout has changed. If you have existing non-shared blob directories, you will have to remove them.
- ZODB 3.9 ZEO clients can connect to ZODB 3.8 servers. ZODB ZEO clients from ZODB 3.2 on can connect to ZODB 3.9 servers.
- When a ZEO cache is stale and would need verification, a ZEO.interfaces.StaleCache event is published (to zope.event). Applications may handle this event and take action such as exiting the application without verifying the cache or starting cold.
- Theres a new convenience function, ZEO.DB, for creating databases using ZEO Client Storages. Just call ZEO.DB with the same arguments you would otherwise pass to ZEO.ClientStorage.ClientStorage.
- Object saves are a little faster
- When configuring storages in a storage server, the storage name now defaults to "1". In the overwhelmingly common case that a single storage, the name can now be ommitted.
- FileStorage now provides optional garbage collection. A gc keyword option can be passed to the pack method. A false value prevents garbage collection.
- The FileStorage constructor now provides a boolean pack_gc option, which defaults to True, to control whether garbage collection is performed when packing by default. This can be overridden with the gc option to the pack method.
- The ZConfig configuration for FileStorage now includes a pack-gc option, corresponding to the pack_gc constructor argument.
- The FileStorage constructor now has a packer keyword argument that allows an alternative packer to be supplied.
- The ZConfig configuration for FileStorage now includes a packer option, corresponding to the packer constructor argument.
- MappingStorage now supports multi-version concurrency control and iteration and provides a better storage implementation example.
DemoStorage has a number of new features:
- The ability to use a separate storage, such as a file storage to store changes
- Blob support
- Multi-version concurrency control and iteration
- Explicit support dfor demo-storage stacking via push and pop methods.
- Wen calling ZODB.DB to create a database, you can now pass a file name, rather than a storage to use a file storage.
Added support for copying and recovery of blob storages:
- Added a helper function, ZODB.blob.is_blob_record for testing whether a data record is for a blob. This can be used when iterating over a storage to detect blob records so that blob data can be copied. In the future, we may want to build this into a blob-aware iteration interface, so that records get blob file attributes automatically.
- Added the IBlobStorageRestoreable interfaces for blob storages that support recovery via a restoreBlob method.
- Updated ZODB.blob.BlobStorage to implement IBlobStorageRestoreable and to have a copyTransactionsFrom method that also copies blob data.
- New ClientStorage configuration option drop_cache_rather_verify. If this option is true then the ZEO client cache is dropped instead of the long (unoptimized) verification. For large caches, setting this option can avoid effective downtimes in the order of hours when the connection to the ZEO server was interrupted for a longer time.
- Cleaned-up the storage iteration API and provided an iterator implementation for ZEO.
- Versions are no-longer supported.
- Document conflict resolution (see ZODB/ConflictResolution.txt).
- Support multidatabase references in conflict resolution.
- Make it possible to examine oid and (in some situations) database name of persistent object references during conflict resolution.
- Moved the transaction module out of ZODB. ZODB depends upon this module, but it must be installed separately.
- ZODB installation now requires setuptools.
- Added offset information to output of fstail script. Added test harness for this script.
- Added support for read-only, historical connections based on datetimes or serials (TIDs). See src/ZODB/historical_connections.txt.
- Removed the ThreadedAsync module.
- Now depend on zc.lockfile
Bugs Fixed:
- fixed Python 2.6 compatibility issue with ZEO/zeoserverlog.py
- using hashlib.sha1 if available in order to avoid DeprecationWarning under Python 2.6
- made runzeo -h work
- The monitor server didnt correctly report the actual number of clients.
- Packing could return spurious errors due to errors notifying disconnected clients of new database size statistics.
- Undo sometimes failed for FileStorages configured to support blobs.
- Starting ClientStorages sometimes failed with non-new but empty cache files.
- The history method on ZEO clients failed.
- Fix for bug #251037: Make packing of blob storages non-blocking.
- Fix for bug #220856: Completed implementation of ZEO authentication.
- Fix for bug #184057: Make initialisation of small ZEO client file cache sizes not fail.
- Fix for bug #184054: MappingStorage used to raise a KeyError during load instead of a POSKeyError.
- Fixed bug in Connection.TmpStore: load() would not defer to the backend storage for loading blobs.
- Fix for bug #181712: Make ClientStorage update lastTransaction directly after connecting to a server, even when no cache verification is necessary.
- Fixed bug in blob filesystem helper: the isSecure check was inversed.
- Fixed bug in transaction buffer: a tuple was unpacked incorrectly in clear.
- Bugfix the situation in which comparing persistent objects (for instance, as members in BTree set or keys of BTree) might cause data inconsistency during conflict resolution.
- Fixed bug 153316: persistent and BTrees were using int for memory sizes which caused errors on x86_64 Intel Xeon machines (using 64-bit Linux).
- Fixed small bug that the Connection.isReadOnly method didnt work after a savepoint.
- Bug #98275: Made ZEO cache more tolerant when invalidating current versions of objects.
- Fixed a serious bug that could cause client I/O to stop (hang). This was accomonied by a critical log message along the lines of: "RuntimeError: dictionary changed size during iteration".
- Fixed bug #127182: Blobs were subclassable which was not desired.
- Fixed bug #126007: tpc_abort had untested code path that was broken.
- Fixed bug #129921: getSize() function in BlobStorage could not deal with garbage files
- Fixed bug in which MVCC would not work for blobs.
- Fixed bug in ClientCache that occurred with objects larger than the total cache size.
- When an error occured attempting to lock a file and logging of said error was enabled.
- FileStorages previously saved indexes after a certain number of writes. This was done during the last phase of two-phase commit, which made this critical phase more subject to errors than it should have been. Also, for large databases, saves were done so infrequently as to be useless. The feature was removed to reduce the chance for errors during the last phase of two-phase commit.
- File storages previously kept an internal object id to transaction id mapping as an optimization. This mapping caused excessive memory usage and failures during the last phase of two-phase commit. This optimization has been removed.
- Refactored handling of invalidations on ZEO clients to fix a possible ordering problem for invalidation messages.
- On many systems, it was impossible to create more than 32K blobs. Added a new blob-directory layout to work around this limitation.
- Fixed bug that could lead to memory errors due to the use of a Python dictionary for a mapping that can grow large.
- Fixed bug #251037: Made packing of blob storages non-blocking.
- Fixed a bug that could cause InvalidObjectReference errors for objects that were explicitly added to a database if the object was modified after a savepoint that added the object.
- Fixed several bugs that caused ZEO cache corruption when connecting to servers. These bugs affected both persistent and non-persistent caches.
- Improved the the ZEO client shutdown support to try to avoid spurious errors on exit, especially for scripts, such as zeopack.
- Packing failed for databases containing cross-database references.
- Cross-database references to databases with empty names werent constructed properly.
- The zeo client cache used an excessive amount of memory, causing applications with large caches to exhaust available memory.
Fixed a number of bugs in the handling of persistent ZEO caches:
- Cache records are written in several steps. If a process exits after writing begins and before it is finishes, the cache will be corrupt on restart. The way records are writted was changed to make cache record updates atomic.
- There was no lock file to prevent opening a cache multiple times at once, which would lead to corruption. Persistent caches now use lock files, in the same way that file storages do.
- A bug in the cache-opening logic led to cache failure in the unlikely event that a cache has no free blocks.
- When using ZEO Client Storages, Errors occured when trying to store objects too big to fit in the ZEO cache file.
- Fixed bug in blob filesystem helper: the isSecure check was inversed.
- Fixed bug in transaction buffer: a tuple was unpacked incorrectly in clear.
- Fixed bug in Connection.TmpStore: load() would not defer to the backend storage for loading blobs.
- Fixed bug #190884: Wrong reference to POSKeyError caused NameError.
- Completed implementation of ZEO authentication. This fixes issue 220856.
iDecOTR 1.1
Aiseesoft MP4 Converter for Mac 3.1.26 is a powerful and convenient tool designed for converting all video formats (including AVI, MP4, MPG, Mod, TOD, MOV, MKV, WMV, DivX, XviD, MPEG-1/2, 3GP, more>> <<less
Kigo Video Converter Free 2.0
Convert all popular video formats to play on portable devices. more>>
Kigo Video Converter Free 2.0 is considered as an excellent and useful converter software that could convert MPG, AVI, RMVB, MOV, MKV and many other video formats to AVI, MP4, FLV, 3GP and other popular formats at fast speed and great quality.
Comparing with the professional version of Kigo video converter, the free version doesn't include pre-defined output formats for iPod, iPhone, PSP. And they have the same conversion engine.
Ebay Search Widget 1.0
Ebay Search - A simple widget that allows you to search for auctions on ebay.com. more>>
iEffectsoft Video to iPhone Converter for Mac 2.0.3.2 is a useful tool which is designed to provide help with converting audio files. By using this version of iEffectsoft Video to iPhone Converter for Mac, you will get pleasure and convenience.
It is powerful easy-to-use Mac iPhone Video converter software that can convert video/audio to iPhone(3G), Apple TV and iPod supported video and audio formats on Mac OS.
Don't hesitate to download and enjoy the convenience that it brings to your life!
Major Features:
- Fully support dual core and multi-core processors.
- Copy DVD movie to iPhone Video MP4, MPEG-4, M4V format perfectly.
- Easily extract and rip audio from DVD to iPhone(3G) audio MP3, M4A and AAC.
- Customize parameter setting, support adjustment of brightness, resolution, contrast, frame rate, video bit rate and sample rate. Allow you set subtitle and audio track, support movie cropping and trimming.
- Capture pictures from your DVD movies and save the captured pictures as jpeg and bmp.
- Let you automatically shut down your PC after conversion.
Enhancements:
- Add MKV Video and MKA Audio format conversion supported
- Add Video/Audio crop and trim function
- Add image and text watermark function
Requirements:
- 1G Hz CPU or above
- At least 128M physical RAM
- Any VGA card
WareSeeker Editor
Harbour 1.0.1
Open source cross platform Clipper language compiler more>> Open source cross platform Clipper language compiler
Harbour is a compiler for the xBase superset language often referred to as Clipper (the language that is implemented by the compiler CA-Clipper).
Harbour is a cross platform compiler and is known to compile and run on Mac OS X, MS-DOS, MS-Windows (32 & 64), Windows CE, Pocket PC, OS/2, and GNU/Linux.
Why using it?
- Because is a free software 100% compatible with Clipper compilers
- Because it removes some of the limits imposed by the base implementation but the extent of this will depend on your chosen platform.
- Because Harbour is proven to be stable, robust and efficient.
- Because Harbour supports RDDs (Replaceable Database Drivers) to allow multiple data sources which allows an application to scale.
- Because Harbour is portable across multiple operating systems with the same code base.
- Because Harbours architecture is fully open and supports a third-party add on market.
- Because Harbour is open-source and therefore you are not at the mercy of the decisions of a private company.
- Because Harbour is developed by a very experienced and capable team of developers.
Enhancements
- Digital Marc C build fixed.
- Debian, RPM packaging fixes.
- Several code quality enhancements, warning fixes.
- Doc quality fixes, formatting.
- Fixed so that build-time PRG_USR always overrides default options in GNU-make.
- Added openSUSE package requirements to doc/linux1st.txt.
- Unnecessary compiler options and lib dependencies cleaned from build processes.
- Fixed Darwin (OS X) builds broken due to a change shortly before 1.0.0.
- Non-critical filename casing related cleanups.
- Non-ASCII chars stripped from several source files for better portability.
- Added RDD regression test code.
- Fixed potential buffer overruns in PP, GTCRS, GTPCA, GTSTD, hbfbird, hbwhat32.
- Eliminated remaining non-safe string manipulation calls: strncpy(), strcpy() -> hb_strncpy() strncat(), strcat() -> hb_strncat()
- Some contrib name collisions fixed in non-GNU builds.
- gtalleg GT moved to the contrib area to enable it for non-GNU builds and non-*nix builds in general. Use HB_INC_ALLEGRO or HB_DIR_ALLEGRO (for non-GNU make only) to specify the location of the headers or the package (respectively).
- Harbour compiler now defaults to -gc0 switch (was -gc2) to generate the smallest possible .c output by default.
- Fixed to compile under Cygwin.
- -mno-cygwin option removed from MinGW builds. You may need to readd this to C_USR if you use very old MinGW compilers, like Cygnus MinGW32 2.95.
- Fixed WinCE harbour.dll generation in non-GNU builds.
- Fixed WinCE build warnings in non-GNU builds.
- Synced build options between BCC/MSVC GNU make and non-GNU make.
- Default HB_VISUALC_VER envvar value changed uniformly to 80 for both core and contrib and WinCE build in non-GNU make. You may need change your environment if you relied on the default.
- Non-GNU MSVC WinCE builds are now integrated into mainstream non-GNU MSVC make. make_vcce.bat was removed. Please read instructions in make_vc.bat, how to initiate a WinCE build.
- Now Harbour is able to build and run properly in MSVC C mode in AMD64 (64-bit) mode.
- Added experimental Pelles C WinCE GNU-make file. It doesnt yet work properly.
- Post batch file called from core non-GNU make files was renamed, please update your system if youre using them: exit_err.bat -> hbmkpost.bat
- Added experimental MSVC WinCE GNU-make file.
- Added Darwin autodetection to non-GNU .sh make files.
- Changed GNU-make name of MinGW WinCE compiler (HB_COMPILER) from cemgw to mingwce. Please update your system, if youve been using this directly (and not via make_*ce.sh scripts).
- Memory statistics module now turned off by default for optimal performance. It can be turned on by setting HB_FM_STATISTICS macro.
- Added HB_LEGACY_LEVEL macro to control inclusion of certain deprecated Harbour elements. This macro is enabled by default, and will be disabled (and legacy parts probably removed) in Harbour 1.1. You can disable it now manually by #defining HB_LEGACY_LEVEL_OFF, in order to check what elements needs to be changed, and if they were properly and fully changed in your local code.
- HB_DBG_*() internal functions moved to the internal function namespace __DBG*(). Some of these potentially used by 3rd party packages are still accessible under the old name, when HB_LEGACY_LEVEL is #defined.
- Removed old __VM*() macros which were aliased to __DBG*() functions.
- Macro name change __EXPORT__ -> HB_DYNLIB This shouldnt normally affect users, but if you happen to use it, please update it.
Some internal macro names changed as follows:
- hbmake and hbdoc tools reduction in size, several fixes, better multiplaform support and lots of code cleanups, especially in hbmake (still a long way to go though).
- Some names deprecated and replaced with new onesMarked hb_fileNameConv() as HB_LEGACY_LEVEL. 3rd party and app developers should switch to hb_fsNameConv().
- GTI_*, GFX_* macros marked as HB_LEGACY_LEVEL. Please use HB_GTI_*, HB_GFX_* equivalents.
- Fixed potential buffer overrun in hb_fsTempName(). This got introduced shortly before 1.0.0.
- Debugger: Strip function name from module name used to initialize global and file wide variables. It fixes presenting file wide static variables in debugger.
- Removed hb_hInstance, hb_hPrevInstance, s_iCmdShow, s_WinMainParam old undocumented public variables. 3rd parties should use official hb_winmainArgGet() API to get these values. This feature is also HB_LEGACY_LEVEL dependent, therefore it will be finalized in 1.1, until then, old symbols will still work.
- Fixed _FIELD indirectly used as alias to generate the right RTE: ? ("_FIELD")->NAME, or: M->var := "_FIELD"; ? ("&var")->NAME
- Fixed OS() to detect Vista/Windows 2008. This bug got introduced in 1.0.0rc2.
- Fixed OS() string when run on Windows XP 64-bit Edition.
- Changed HB_COMPILER() to always show 32/64-bit in the returned string.
- Fixed GPFs and leaks when using Harbour compiler -w3 switch.
- Bad workaround added for Pelles C 5.00.1 in AMD64 mode to compile the Harbour inet subsystem. It wont properly work, but it lets build the rest of Harbour (like hbrun.exe).
- PCRE lib upgraded to 7.8 (from 7.7)
- Fixed dbInfo( DBI_POSITIONED ) returned value.
- Fixed internal error in dirty index reading.
- Fixed return value of HB_INETGETSNDBUFSIZE().
- Fixed GPF when user sort code block reduces the size of sorted array.
- Fixed typo in hash cloning code which caused that references was copied to cloned array. Thanks to Mindaugas for example.
- Added missing MESSAGE TO to hbclass.ch.
- hbmzip potential GPF fixed in executable type detection.
- General code style fixes in certain contribs.
- Harbour -km switch enabled for contribs.
- hbmysql SQLFETCHR() function updated to allow fetching binary (BLOB) fields.
- hbclipsm GAUGE*() function fixes.
- gtalleg fixed to compile under several non-*nix platforms (still needs more work).
- xhb: HB_ARRAYBLOCK() compatibility function added.
- hbnf FT_GETE() function bad leak fixed on Win32 systems, and potential GPF on all systems.
- hbwhat32 removed wintypes.ch header. Header with the same name and identical content can be found in xhb contrib.
- hbct VOLUME() buffer overrun fixed.
- hbole GPF fixed. This bug got introduced in 1.0.0rc2.
- hbole, hbw32 64-bit fix for MESSAGEBOX() functions. It now allows for both pointer and numeric types to be passed as a window handle.
- hbwhat32 fixed to not define WinMain() and also not to collide with certain Harbour public symbols.
- hbw32 unnecessary memory allocation hacks removed from OLE support.
- Using ANSI C comments more consistently in contribs.
- hbct / atnum.c changed to workaround a compiler bug in Pelles C 5.00.1 in AMD64 mode.
- hbole modified to generate RTE when OLE object cannot be found, to be in sync with hbw32 OLE implementation.
- hbbtree fixed scope problem in class, causing an RTE. Added build batch files for its tests.
- Remaining code (hbwhat32, hbnf) fixed to always use Harbour C API, instead of legacy Clipper C API (*.api, clipdefs.h and extend.h).
- hbsqlit2 lib was moved to examples and sqlite2 sources removed. Please use hbsqlit3 instead.
- hbziparch heavy rework/refactor/reduce/fixing effort, what resulted in hbziparc, which implements the same old ZipArchive interface with similar functionality (except progress codeblock callbacks unzip functions and .zip spanning feature), now rewritten in Harbour. If you need to use this API, please change hbziparch to hbziparc and link in hbmzip library, too. In contrary to old implementation, this new one is completely portable and fixes some potential leaks and GPFs. This code could use some more testing, be aware.
- hbbmcdx fixed internal error in dirty index reading.
- hbcurl added support for libcurl 7.19.0 features.
- hbhpdf added support for libharu 2.1.0.
- Fixed so that contrib source files cannot collide with each other when building them using the non-GNU make system.
- Former hbwhat32 lib added to the default contrib list under the name of hbwhat, compilation was fully cleaned and fixed to support Win64 platform. INTERNETREADFILE(), INTERNETWRITEFILE() functions were fixed. what32.ch renamed to hbwhat.ch.
- hbhpdf fixed HPDF_ADDPAGELABEL().
- hbw32 got a new COM port handling class and API.
- gtwvg got some enhancements and 64-bit compatibility fixes. A critical 1.0.0 bug was also fixed, which could cause dialogs to not appear.
- hbfimage fixed to compile with Watcom compilers.
Apcupsd 3.14.4
Monitor UPS and perform a graceful computer shutdown more>> Monitor UPS and perform a graceful computer shutdown
Apcupsd (APC UPS Daemon) is an open source app for monitoring UPSes and performing a graceful computer shutdown in the event of a power failure.
Apcupsd can be used for power mangement and controlling most of APCs UPS models on Unix and Windows machines.
Apcupsd works with most of APCs Smart-UPS models as well as most simple signalling models such a Back-UPS, and BackUPS-Office. During a power failure, apcupsd will inform the users about the power failure and that a shutdown may occur.
If power is not restored, a system shutdown will follow when the battery is exhausted, a timeout (seconds) expires, or runtime expires based on internal APC calculations determined by power consumption rates.
Apcupsd is a cross-platform application that runs on Mac OS X, Linux, Tru64, Win32, Solaris as well as other OSes.
Enhancements:
- Build system rewrite: All Makefiles have been rewritten from scratch. Improvements include reliable dependencies, support for parallel make, elimination of Makefile.in -> Makefile conversion, consistent use of DESTDIR during make install, and pretty-printed output during builds.
- GNU make is required. The configure script checks for this and tells you how to invokve it (on some platforms it is gmake instead of make).
- Output during build is pretty-printed by default. To see more details, use make VERBOSE=1 for output similar to the old build system. For even more verbosity, use make VERBOSE=2.
- Parallel builds work well. If you have a multiprocessor (or multicore) system, try make -j for the fastest possible build.
- Built-in version of libgd for multimon cgi has been removed. The version previously included in apcupsd was old and likely had security issues. It is safer to use libgd from the target system. Therefore, your system must provide libgd if you choose to build cgi now. Generally this is easy to achieve by installing a vendor-supplied package.
- Removal of NLS support: The NLS code was terribly bit-rotted with many non-internationalized messages and almost every translated message was incorrect. At this point the maintenance burden of keeping NLS support building was deemed too high considering the small benefit it was able to provide.
- Powerflute has been disabled. It has been broken for the last several releases because it relied on an untrushworthy source of UPS status (rawupsstats) which was itself removed. Powerflute could be converted to use the standard NIS status mechanism and its source code remains in the tree in case someone has the desire to contribute this code.
- Add POLLTIME directive to control UPS polling interval. This directive specifies the number of seconds to delay between polling the UPS for status. Previously, NETTIME allowed this to be adjusted for network connections only (snmp, pcnet, nis-net). POLLTIME configures the delay for all connection types. NETTIME is accepted as a synonym for compatibility with old config files.
- gapcmon: Corrected the use of NOMPOWER and the calc of current usage amount.
- Add a heuristic to fix up incorrect NOMINV or NOMOUTV. Some UPSes (RS 500) report decivolts instead of volts.
- Various build fixes on Solaris and OpenSolaris.
- Fix hal policy file syntax. For some reason this blatantly incorrect file actually works on RHEL5 (hal-0.5.8).
- Fix gapcmon build on OpenBSD.
- Fix BSD USB driver build.
- Fix default NIS port on Debian. Debian is now using the standard NIS port, 3551.

Jesusonic 0.99
Jesusonic is a program used to generate effects for guitar, bass, vocal and general use more>>
Once you have a group of effects set up how you desire, you can save that group to a "preset", which can be recalled instantly at any time. Presets can store as much state as you like, so if you record a loop of a riff you like, you can save it and every time you load that preset it will play.
When you feel like you have exhausted combining the many included effects, and want to come up with something completely ridiculously new and never-done-before, you can make use of your keyboard, and write new effects (or take an existing effect and customize it).
Using the integrated code editor, you can actually write simple code that will be compiled into fast machine code on the fly, letting you quickly try out effect ideas and push the realm of possiblity even farther. You can do all of this-without having to stop for any reason. While you edit the code, the effects still run. When you want to try your code out, hit one key and within a small fraction of a second you are hearing results.
- G4 processor, Mac OS X 10.2 or later.
Genomorama 1.5
Genomorama - Multi-scale, multi-genome visualization and analysis more>>
Main features:
- Fast, interactive genome visualization
- PCR primer prediction
- PCR amplicon prediction.
Enhancements:
- Added a selection guide for picking nucleotide sequence to display and translate into amino acids.
- Fixed bug that caused clipping rectange to overlap neighbooring genomes.
- Fixed bug in sequence selection (a selection that ended on the last base of the genome caused an infinite loop!).
- Added a new annotation key to the GBK file parser -- "signature".
- Fixed bug when inverting genome plot.
- Fixed bug when parsing genome files with no genomes.
- Fixed bug when clipping multiple genomes.
- No longer throw an error when the GIF color table is exhausted -- use the closest color available instead.
- Added the ability to import genome annotations from Protein Translation Table (ptt) files.
- Fixed a bug in exact match DNA searching.
- Added the ability to import annotations from any genome file that contains annotation (i.e. asn, gbk, embl, ptt). As with loading files, the file type is autodetected!
- Fixed a import bug in the GBK file format (assigning GI values)
- Added a horizontal scroll bar for scrolling all genomes left and right
- Added a vertical scroll bar for zooming all genomes
- Added the ability to export genome data (i.e. sequence and annotation) to the following formats: Fasta (protein and DNA), PTT and GBK
- Fixed line numbers on GBK parse error messages.
- Fixed lack of intergenic space for certain annotation combinations.
- Fixed bug in the translation guide rendering (that could cause infinite loop under certain conditions).
- Pressing the esc key now cancels any pending translation.
- Added the ability to load multiple genomes from a single ASN file.
- Fixed the rendering of *multiple* annotations that all overlap the origin.
- Added search by genome name.
- Modifed the EMBL parser to handle Artemis files.
- Fixed bug in searching for Padlock/MOL-PCR probes
- Added an annotation editor

FLV Crunch 1.3
FLV Crunch offers you a free program which is capable of converting flv, MPEG, MPEG 2, MPEG 4, Quicktime MOV, 3GP, RealPlayer files, Windows Media Player files, AVI, more>>
FLV Crunch 1.3 offers you a free program which is capable of converting flv, MPEG, MPEG 2, MPEG 4, Quicktime MOV, 3GP, RealPlayer files, Windows Media Player files, AVI, and Metroska files into a format that your computer / phone / dvd player / pda / iPod can play. Your file can be converted into a MPEG 1, MPEG 2, MPEG 4, Quicktime MOV, 3GP, Divx AVI, AAC, WMV, DV, or MP3 file. You can change the bitrate, resolution, frames per second, and quality of the video file.
Other features include cropping and using only certain time intervals in files. Here is the simple summary of what this program can do. Convert these files: flv, mpg, vob, mp4, mov, dv, 3gp, aac, mp3, wma, wmv, rm, ra, mkv, and mka into these files: mpg, vob, mp4, mov, dv, 3pg, aac, mp3, wmv, and flv.
Enhancements:
- Added system that adjusts number of sounds channels when needed.
- Added ability to make Flash files.
- Added preferences with default save location, default format, and engine version options.
- Added ability for recognition of files dragged on Flv Crunch's icon in the dock.
- Translated program into Spanish and French.
- Added Volume control.
- Added user changeable sampling rate control.
- Added support for decoding of MKV files.
Requirements:
- Mac OS 10.1 or higher.
- PowerPC or x86 processor.
TextWrangler scripts 1.0
TextWrangler scripts is a set of applescripts that enables you to use BBEdit Unix filters in TextWrangler more>>
Aimersoft Total Media Converter for Mac is a real and perfect solution for Mac users when they came across the problems of rip DVD and convert videos. It could be regarded as Mac DVD ripper, Mac video converter,Mac WMV Converter, Mac MKV Converter, Mac HD video Converter, Mac FLV Converter.
Mac wmv converter: wmv to avi converter, wmv to mp4 converter, wmv to 3gp converter, wmv to flv converter, wmv to mkv converter, wmv to mp3 converter, wmv to mka converter.
Mac HD video converter: ts to mp4 converter, Mac TS Converter, Mac TP Converter, Mac MTS Converter, Mac M2TS Converter.
Mac MKV Video Converter, MKV to iPod Touch Converter, MKV to iPod Nano Converter, MKV to iPhone 3G Converter etc.
Aimersoft Total Media Converter for Mac also provides a series of powerful Movie edit function. This Mac Total Media Converter supports movie cropping, trim, effect adjustment, etc. helps you customize your movies. Especially, Aimersoft Total media converter allows you to add text and image watermark to your video and make it unique.
Major Features:
- Rip DVD and converter videos to computer or to popular mobile devices.( iPod Touch, iPod Nano, iPod Classic, iPhone, Apple TV, PSP, PS3, Xbox 360, Zune, Archos, Sandisk, iRiver, Creative Zen, PMP, MP4/MP3 Player, Smart Phone, Pocket PC, PDA, Mobile Phone, etc.)
- Merge DVD and video files into one.
- Support WMV, MKV and HD video formats(ts, tp, trp, m2ts, mts) besides normal formats (MP4, MOV, M4V, AVI, FLV, 3GP, 3GPP, 3G2, MPG, VOB, MPEG, MPG, ASF, MOD, M4A, MP3, WAV, AC3,MKA, MP2, etc)
- Amazing watermark function (allows text and image watermark)
- Powerful video editing functions (crop, trim, effect etc.)
- Capture picture from video and save as jpeg and bmp.
- Two preview windows allow you see the effects of original and output video in real time.
- Friendly interface and easy to use.
Requirements:
- MAC OS X or above operating system
- At least 512M physical RAM
- 1G Hz Intel or PowerPC processor
WareSeeker Editor
Eggs Aplenty 1.0
Eggs Aplenty - Easter eggs icon collection more>>
Like him, Im drawn to brightly colored, decorated Easter eggs, so much so that this set has twelve dozen egg icons. The virtual chickens are exhausted!
All icons are aquafied and look their best in 128x128 at 32bit mode.
MediaInfo 0.7.16
Free and open source application that provides information about media files more>>
What information does MediaInfo provide?
- General: title, author, director, album, track number, date, duration...
- Video: codec, aspect, fps, bitrate...
- Audio: codec, sample rate, channels, language, bitrate...
- Text: language of subtitle
- Chapters: number of chapters, list of chapters
What format (container) does MediaInfo support?
- Video: MKV, OGM, AVI, DivX, WMV, QuickTime, Real, MPEG-1, MPEG-2, MPEG-4, DVD (VOB)...
- Codecs: DivX, XviD, MSMPEG4, ASP, H.264, AVC...)
- Audio: MP3, WAV, OGG, RA, AC3, AAC, M4A, AU, DTS, AIFF...
- Subtitles: SRT, SSA, ASS, SAMI...
Major Features:
- Read many video and audio file formats
- Different methods of viewing information (text, sheet, tree, HTML...)
- You can customise these views
- Exporting information as text, CSV, HTML...
- Graphical Interface, Command Line, or DLL
- Integration with MS-Windows shell (drag n drop, and Context menu)
- Internationalisation: Any language display on any version of your operating system
- Localisation capability (but volunteers needed)
Enhancements:
- Turkish, Belorussian translations updated
- MPEG-4: More information for Avid DV streams
- MPEG-4: more complete parsing (raw stream) of files with compressed headers
- VC-1 and MPEG-Video: displaying the original framerate for streams with 2:3 pulldown
- WMA: Handling of Mutual Excluded streams
- Some shortcuts were removed
- MPEG-4: some files with compressed headers were not parsed
- MPEG-4: Kodak files with EXIF data were not parsed
- MPEG-4 (Quicktime): some files with compressed header were not well parsed
- MPEG-4: Some files with a TimeCode track had wrong duration
- MPEG-PS: some files with wrong timestamp were not well parsed
- MPEG Audio with APE tags: crash with big tags