Main > Free Download Search >

Free mime 0.3.6 software for mac

mime 0.3.6

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 73
TNEF's Enough 2.2

TNEF's Enough 2.2


TNEFs Enough brings you an interesting and simple to use tool that allows Macs to read and extract files from Microsoft TNEF stream files. more>>

TNEF's Enough 2.2 brings you an interesting and simple to use tool that allows Macs to read and extract files from Microsoft TNEF stream files. The files are usually received by SMTP based e-mail programs from Microsoft Exchange and Microsoft Outlook users. The SMTP based e-mail program will usually receive either a MIME attachment named "winmail.dat" or a MIME attachment with the type "application/ms-tnef."

The file is a rich text (or MAPI) message that is sent from Outlook to Exchange. When Exchange sends the message to an outside server it writes the MAPI message as a MIME attachment. The unfortunate side effect of this plan is if the Outlook user has someone in their address book as a person who can receive "Rich Text" then the user will receive the TNEF file whether the user uses Outlook or not.

Enhancements:

  • Support PPC and Intel Macs for OS versions 10.5/10.6.

<<less
Download (123.8KB)
Added: 2009-10-30 License: Freeware Price: Notavailable
downloads
Calibre 0.6.20

Calibre 0.6.20


Calibre is created to offer you a one stop solution to your e-book needs, which is free, open source and cross-platform in design. more>>

Calibre 0.6.20 is created to offer you a one stop solution to your e-book needs, which is free, open source and cross-platform in design.

Calibre is meant to be a complete e-library solution and thus includes library management, format conversion, news feeds to e-book conversion, as well as e-book reader sync features and an integrated e-book viewer.

Version 0.5.2 fixes the HTML to EPUB conversion error, supports reading metadata from Amazon Topaz books, automatically accesses your EPUB collection in Stanza, and other bug-fixes.

Major Features:

  1. Library management;
  2. Format conversion (all major ebook formats);
  3. Syncing to e-book reader devices;
  4. Fetching news from the Web and converting it into ebook form;
  5. Viewing many different e-book formats;
  6. Giving you access to your book collection over the internet using just a browser.

Enhancements:

  • Fix #3861 (calibre locks zip file when plugin not found)
  • Content Server: Add a mobile friendly interface. Now if you access the content server using a mobile browser, a list of books that is easy to browse on small/e-ink screens is returned.
  • Fixes #3870 (Add a mobile user interface for calibre)
  • Improved recipe for The Australian
  • Fix #3824 (Version in .desktop files is used wrongly)
  • Fix #3869 (Mobipocket mime-type is wrong.)

<<less
Download (54.1MB)
Added: 2009-10-29 License: Freeware Price: Notavailable
downloads
Logtalk 2.37.5

Logtalk 2.37.5


Logtalk brings you canvenience of using such an object-oriented logic programming language that can use most Prolog implementations as a back-end compiler. more>>

Logtalk 2.37.5 brings you canvenience of using such an object-oriented logic programming language that can use most Prolog implementations as a back-end compiler.

As a multi-paradigm language, Logtalk includes support for both prototypes and classes, protocols (interfaces), component-based programming through category-based composition, event-driven programming, and high-level multi-threading programming.

Major Features:

  1. Separation between interface and implementation: Predicate directives (declarations) can be contained inside protocols (interfaces), which can be implemented by any object.
  2. Parametric objects: Object identifiers can be compound terms containing free variables that can be used to parametrize object predicates. This allows us to interpret predicate clauses as providing instantiations of a parametric object identifier. I.e. through parametric object we can associate any number of methods with a compound term.
  3. Support for both class-based and prototype-based systems: You may have, in the same application, class-based hierarchies (with instantiation and specialization relations) and prototype-based hierarchies (with extension relations). Moreover, fundamental language features such as protocols (interfaces) and categories (components) can be used simultaneously by classes, instances, and prototypes.
  4. Support for multiple object hierarchies: No need to be constrained to a single, lengthy hierarchy rooted in some generic object.
  5. Private, protected, and public inheritance: Logtalk supports private, protected, and public inheritance in a way similar to C++. Moreover, any entity relation can be qualified using a scope keyword. E.g. an object can privately implement a protocol, thus making all protocol declared predicates private.
  6. Private, protected, and public object predicates: Set the scope of your object predicates to match your protocol design and let the runtime system enforce your choices.
  7. Static and dynamic objects: Objects can be either static or dynamic. Static objects are defined in source files which are compiled and loaded in the same way as Prolog files. Dynamic object can be either defined in source files or created at runtime.
  8. Static and dynamic object predicates: Any static object may contain both static and dynamic predicates.
  9. Logtalk syntax extends standard Prolog syntax: Logtalk uses standard Prolog syntax with the addition of a few operators and directives for a smooth learning curve. Prolog code can be easily encapsulated inside objects with little or no changes. Moreover, Logtalk can transparently interpret most Prolog modules as Logtalk objects for easy reusing of existing code (e.g. libraries).
  10. Event-driven programming: Predicates can be implicitly called when a spied event occurs, allowing programming solutions which minimize object coupling. In addition, events provide support for behavioral reflection and can be used to implement the concepts of pointcut and advice found on Aspect-Oriented Programming.
  11. Component-based programming: Predicates can be encapsulated inside categories, which can be virtually imported by any object, without any code duplication and irrespective of object hierarchies. Thus, objects may be defined through composition of categories, which act as fine-grained units of code reuse. Categories may also extend existing objects. Categories can be used to implement aspects and mixin-like behavior without resorting to inheritance.
  12. Multi-threading programming: High level multi-threading programming is available when running Logtalk with selected back-end Prolog compilers, allowing objects to support both synchronous and asynchronous messages. Independent and-parallelism and competitive or-parallelism are also supported. Easily take advantage of modern multi-processor and multi-core computers without bothering with the details of creating and destroying threads, implement thread communication, or synchronizing threads.
  13. Multi-inheritance support: Logtalk supports multi-inheritance of both protocol and implementation. An object may implement several protocols and extend, specialize, or instantiate several objects. Multi-inheritance conflicts are solved implicitly by the Logtalk lookup algorithms or explicitly by using predicate directives.
  14. Good performance: Logtalk code is compiled using the same technics that you use to write efficient Prolog code. In addition, Logtalk supports both static binding and dynamic binding (with method lookup caching), greatly improving performance. Benchmark results for some Prolog compilers are available here.
  15. Close integration with the ISO Prolog Standard: Logtalk is designed for smooth integration with any Prolog compiler that conforms or closely follows the ISO Prolog Standard.
  16. Compatible with most Prolog compilers: Logtalk interfaces with a specific back-end Prolog compiler via a minimal configuration file making it compatible with almost any modern compiler.
  17. Automatic generation of XML documentation files: Logtalk automatically generates a documentation file in XML format for every compiled object, protocol, or category. The system includes all the necessary XSL(T) files and scripts to convert documenting files to (X)HTML and PDF.
  18. Dynamic language: Logtalk is a dynamic language that allows hierarchies, objects, protocols, categories, and methods (predicates) to be freely created and modified at runtime. Other dynamic language features include support for meta-programming and both structural and behavioral reflection.

Enhancements:

  • Updated the Logtalk multi-threading features, replacing all calls to the call_cleanup/2 built-in predicate with calls to the more reliable setup_call_cleanup/3 built-in predicate. This change requires recent versions of SWI-Prolog, XSB, and YAP when writing multi-threading code.
  • Improved performance of the database built-in methods retractall/1 and retract/1 whenever their use requires updating the internal predicate definition lookup tables.
  • Corrected a bug in the Logtalk runtime when printing a compatibility warning regarding the back-end Prolog compiler version being used.
  • Corrected a bug in the implementation of the :/1 control construct when some but not all imported categories are compiled for static binding.
  • Corrected a event handling bug in the processing of meta-calls whose meta-arguments have the format Object:Closure.
  • Corrected a bug in the runtime error handler for top-level message sending calls where the reported exception term context argument would be unbound.
  • Corrected a bug in the compilation of multifile directives and multifile predicate clauses within objects and categories for the pseudo-object
  • "user". Corrected a bug in the compilation of multifile predicate clauses for other objects and categories.
  • Corrected a safety meta-predicate compilation bug when using static binding to optimize a call to a local meta-predicate made by a normal, public predicate.
  • Corrected a safety meta-predicate compilation bug when using a meta-predicate call in the body of a user-defined meta-predicate clause in order to change the number of extra arguments of a closure.
  • Added a monitor/1 predicate to the library event registry objects. Updated the definition of the monitors/1 and monitored/1 predicates in order to avoid using the non-standard predicate sort/2.
  • Added support for adding the Logtalk mime-type to systems supporting the freedesktop.org shared mime-info database.
  • Added support for adding the Logtalk mime-type and the file description for Logtalk source files to the Windows installer.
  • Updated the RPM spec file and build script to no longer require root access. The RPM package built from these files is no longer relocatable.
  • Updated the POSIX (un)install shell scripts to print the version number of the Logtalk release being (un)installed.
  • Updated the "lgt2pdf.sh" and "lgt2txt.sh" POSIX shell scripts in order to prevent accidental deletion of the "logtal.dtd" and "logtalk.xsd" files in the Logtalk installation directory. Thanks to Michael Igler for the bug report.
  • Added information about using the Sublime Text Windows text editor for editing Logtalk source files.
  • Added a set of Logtalk source code snippets and a set of compilation and documenting tools for the Gnome's Gedit text editor (see the file "wenv/gedit/NOTES.txt" for details).
  • Replaced GeSHi support with a new language file written from scratch. Added syntax coloring support for the module directive reexport/1 to all supported text editors and syntax highlighters.
  • Updated documentation in order to remove references to deprecated syntax for sequences of predicate indicators in predicate directives. Updated documentation on built-in meta-predicates to correctly described their semantics when used within categories.
  • Added a simple example, "multifile", illustrating how to use multifile predicates within Logtalk objects and categories.
  • Updated the "securemp" example in order to illustrate using a call to a meta-predicate to change the number of extra arguments of a closure.

Requirements:

  • Compatible Prolog compiler.
<<less
Download (704.4KB)
Added: 2009-10-28 License: Freeware Price: Notavailable
downloads
TV Series 0.3.6

TV Series 0.3.6


TV Series comes as a simple but effective software that enables you to enter information on the TV series that followed. more>>

TV Series 0.3.6 comes as a simple but effective software that enables you to enter information on the TV series that followed. There is the possibility to enter the TV series, the seasons and all episodes. Moreover, the software allows to add iCal for a season or a single event so you can be alerted when the first watch, you can also send mail through an appointment for viewing the episode.

Major Features:

  1. iCal integration;
  2. Get information for Series, season and episodes in Online database
  3. Information backup and restore
  4. Automatic update with Sparkle.

Enhancements:

  • Compatible Snow Leopard
  • Fixed autocomplete bugs

<<less
Added: 2009-10-26 License: Freeware Price: Notavailable
downloads
CrossFTP 1.55

CrossFTP 1.55


CrossFTP is launched to be a user-friendly and handy tool which uses a familiar, Explorer-like interface so that the novice user can master in minutes more>>

CrossFTP 1.55 is launched to be a user-friendly and handy tool which uses a familiar, Explorer-like interface so that the novice user can master in minutes. CrossFTP is an excellent FTP client. CrossFTP Pro is a FTP client supporting SFTP, FXP, WebDav, and Amazon S3.

Functions:

  • Multi-tabs navigation.
  • Archive browse, extraction, and compression.
  • CrossFTP Server startup for easy file sharing.
  • Unicode support for international sites.
  • Text and Image Quick Viewer.
  • Bonjour Service Discovery Protocol
  • Quick File Filtering by Masks;
  • Auto-reconnect and anti-idle,
  • Mutli-Thread Queue Processing Engine.
  • Secure File Transportation (SSL/TLS).
  • FXP (Site to Site) File Transportation.
  • FTPS/SSH File Transportation.
  • WebDav(s) and iDisk support.
  • Remote file edit and save.
  • Search for FTP files and local archive files.
  • Backup and Bi-directional Synchronization Tool.
  • Amazon S3 support.
  • And bit more...

Major Features

  1. Amazon S3 Support: Simply manage your on-demand storage, cost effectively!
  2. WebDAV(s) and MobileMe iDisk Support: Get files on WebDav(s) and MobileMe iDisk, faster than Browser!
  3. FXP (Site-to-Site) Transfers: Go server to server FTP transfers by tab-to-tab!
  4. FTP, SFTP/SSH, or TLS/SSL: Versatile secure protocol choices made transfer simple
  5. Turbo Engine: Up to 40x multi-thread enigne turbos the speed!
  6. Edit Anywhere: Edit any files in any app, even remote graph files
  7. Synchronization: Preview your sync, save/schedule in queue, powerful options
  8. Schedule: Put your transfer/synchronization tasks in plan
  9. HTTP/Sock/FTP Proxy: Flow along various proxy engines
  10. Sync-Browsing: Bind two tabs, so that one goes, the other also goes
  11. Speed Limit: Nicely grant your bandwidth to other programs
  12. Remote File Search: Search for certain files in the remote folder
  13. Much, Much More...
  14. IPV6, Account, Customized commands, CHMOD... one mege app!
  15. Tabs: Many site connections inside one window
  16. Encryption: Protect your site's safe by password encryption
  17. Archives: compress, extract, and browse archives
  18. Internalization: Unicode, CJK and international encoding support
  19. Quick Search: Narrow a long list of files in a flash
  20. Web Search: Search item on web by one click
  21. Batch Transfer: Drag a number of files and go!
  22. Previews with Zoom: Smoothly zoom and preview
  23. Sound & Event Notifier: Sound notify or command execution on events
  24. Favorites: Convenient favorites and history information

Enhancements:

  • CrossFTP 1.55a is a major update, which includes:
    • Significantly enhances Amazon S3 support with Metadata modification, gzip transfer compression, logging, MIME types modification, etc.
    • Improves the compatibility for Snow Leopard and Windows 7
    • Adds the OS/2,Netware, glFTPd ansi-color, etc., listing support, and SFTP/SSH's command and archiving support
    • Introduces ident-server protocol support
    • Adds checksum support in the property dialog
    • Provides a lot of bug fixes

Requirements:

  • Sun Java 1.5+. If your system is not Java enabled, go get it
  • Mac OS X users: your system has already got Java installed, and you are ready to go!
  • Java 1.4 users (e.g., Mac OS X 10.3)
<<less
Download (1.9MB)
Added: 2009-10-25 License: Freeware Price: Notavailable
downloads
StuffIt Expander 14.0.0

StuffIt Expander 14.0.0


StuffIt Expander is a helpful and beneficial utility which easily expands and decodes any compressed file you download from the Internet or receive attached to an email. more>>

StuffIt Expander 14.0.0 is a helpful and beneficial utility which easily expands and decodes any compressed file you download from the Internet or receive attached to an email. It expands StuffIt archives, unzips Zip files (created by WinZip or other zip utilities) and decompresses Unix's .tar, .gzip and .bzip files. Expander works seamlessly with your favorite browsers like Safari, Firefox and more. From BinHex to Zip, StuffIt to MIME, Expander accesses more formats in less time with zero hassles! Just drag, drop and enjoy!

Enhancements: Expansion support for archives created with the latest versions of StuffIt


<<less
Download (22.9MB)
Added: 2009-09-27 License: Freeware Price: Notavailable
downloads
RCDefaultApp 2.1

RCDefaultApp 2.1


RCDefaultApp is a preference pane that allows a user to set the default application used for various URL schemes, file extensions, file types, and MIME types more>> <<less
Download (431.2KB)
Added: 2009-09-19 License: Freeware Price: Notavailable
downloads
 
Other version of RCDefaultApp
RCDefaultApp 2.0.1application used for various URL schemes, file extensions, file types, and MIME types. MacOS X ... the URL and MIME type settings at other times for content not related to a file (such as an unknown
License:Freeware
Download (283KB)
954 downloads
Added: 2007-04-05
Workspace 1.12.2

Workspace 1.12.2


Workspace 1.12.2 brings you a packaged e-commerce software for integrated e-business solutions. more>>

Workspace 1.12.2 brings you a packaged e-commerce software for integrated e-business solutions. Workspace is based on J2SE architecture and offers a reliable and easy-to-use solution with low total cost of ownership (TCO).

Workspace is reliable, expandable, easy to use aplication. You can use Workspace to build and publish e-commerce enabled websites e.g. b-to-c online stores, product catalogs and b-to-b extranet services.

Workspace is based on reliable technology and open standards. It is widely used and continuously developed and supported by Smilehouse.

The customers use Workspace to improve their processes aiming at automation, removal of manual routines, managed decrease of human workload and interest group integration. This is achieved by developing web-solutions with Workspace.

Workspace is a system for:

  • Building, developing and managing an e-commerce site.
  • Managing and distributing product information and related documents
  • Receiving orders, invitation of bids and payments from various interfaces (www, wap, palm)
  • Managing customer information, customer accounts and user privileges.
  • Customer management and support


Major Features:

  1. Features for system manager.
    • Workspace Operator version
  2. Features for users.
    • System (System)
      • Contains features for managing Workspace administration access rights and databases.
    • Product Marketing Engine (Products)
      • Contains all features for managing product data.
    • Order Manager (Orders)
      • Contains settings and features for managing orders and order process.
    • Customer Manager (Customers)
      • Contains settings and features for managing webshop customers, customer groups and access rights.
    • Marketing
      • Contains marketing tools such as coupons.
    • Visual Toolkit (Visual)
      • Contains all the features and settings to build the graphical appearance and structure.
    • Payment Gateway (Payment)
      • Contains settings to configure payment systems and delivery options.
  3. Features for developers and partners.
    • Integrations
      • Contains features for expanding Workspace.
    • PaymentGateway
      • Contains features for managing payments.
    • Plugins
      • Other expanding way of Workspace.

Enhancements:

  • New features
    • Smilehouse Workspace now supports the "Itella Noutopiste" service. More information can be found from http://verkkokauppiaalle.itella.fi/
  • Improvements
    • This release is a minor release focusing on improvements and bug fixes. Improvements are focused on performance on large datasets.
    • Faster group letter functionality with large number of receivers
    • Administration dropdown menus have been modified to work better with IE8 and Opera
  • Bug fixes
    • There were several bugfixes implemented in this version, including the following:
    • Lots of fixes for Kreditor and Lindorff
    • Filemanager does not produce wrong mime type anymore in response header if the request points to a directory but doesn't end with a slash

Requirements:

  • Server software
    • Apache Tomcat 5
    • JDK 1.5.X or newer
    • For SSL support JSSE 1.0.2 or higher.
  • Database
    • MySQL 4, MySQL 5, or PostgreSQL
  • Operating systems
    • All operating systems that support JDK 1.5.X, e.g.:
    • Linux
    • BSD
    • Windows NT/2000/XP
    • Solaris
    • Mac OS X
  • Hardware
    • All hardware platforms that support required operating systems, databases and server software can be used. An example of a small test server:
    • Intel / AMD Processor 2 Ghz
    • 1 GB of RAM
    • 1 GB of hard disk space
<<less
Added: 2009-08-18 License: update/patch Price: Notavailable
downloads
VMD 1.8.7

VMD 1.8.7


VMD 1.8.7 offers you a perfect and extremely useful which is designed for modeling, visualization, and analysis of biological systems such as proteins, nucleic acids, lipid bilayer assemblies, etc. more>>

VMD 1.8.7 offers you a perfect and extremely useful which is designed for modeling, visualization, and analysis of biological systems such as proteins, nucleic acids, lipid bilayer assemblies, etc. It may be used to view more general molecules, as VMD can read standard Protein Data Bank (PDB) files and display the contained structure. VMD provides a wide variety of methods for rendering and coloring a molecule: simple points and lines, CPK spheres and cylinders, licorice bonds, backbone tubes and ribbons, cartoon drawings, and others. VMD can be used to animate and analyze the trajectory of a molecular dynamics (MD) simulation. In particular, VMD can act as a graphical front end for an external MD program by displaying and animating a molecule undergoing simulation on a remote computer.

Major Features:

  1. Support for all major computer platforms
  2. Support for multicore processors
  3. Support for GPU accelerated computation
  4. Many excellent VMD tutorials developed locally, and by the research community at large
  5. No limits on the number of molecules, atoms, residues or number of trajectory frames, except available memory
  6. Many molecular rendering and coloring methods
  7. Stereo display capability
  8. Extensive atom selection syntax for choosing subsets of atoms for display (includes boolean operators, regular expressions, and more)
  9. Support for over 60 molecular file formats and data types through an extensive library of built-in file reader/writer plugins and translators
  10. VMD includes a multiple sequence alignment plugin, a unified bioinformatics analysis environment that allows one to organize, display, and analyze both sequence and structure data for proteins and nucleic acids.
  11. Ability to export displayed graphics to files which may be processed by a number of popular ray tracing and image rendering packages, including POV-Ray, Rayshade, Raster3D, and Tachyon.
  12. User-extensible graphical and text-based user interfaces, built-on standard Tcl/Tk and Python scripting languages
  13. Extensions to the Tcl language which enable researchers to write their own routines for molecular analysis
  14. Modular, extensible source code using an object-oriented design in C++, with a programmers guide describing the program architecture and source code
  15. Integration with the program NAMD, a fast, parallel, and scalable molecular dynamics program developed in conjunction with VMD in the Theoretical and Computational Biophysics Group at the University of Illinois.
  16. VMD works well with projected display systems like the 3-D Projection Facility maintained by the Theoretical and Computational Biophysics Group.
  17. VMD can be used to concurrently display and interact with a running NAMD simulation.
  18. Using VMD as a Web/MIME Helper Application
  19. VMD script library
  20. Portable and Intuitive GUI
  21. Interfacing with MD Programs (i.e. SIGMA, NAMD)
  22. Interactive MD and VR Device Support
  23. Making Movies with VMD


<<less
Download (18.9MB)
Added: 2009-08-03 License: Freeware Price: FREE
downloads
Gerrit 2.0.17

Gerrit 2.0.17


Gerrit offers users a fantastic web based code review system, facilitating online code reviews for projects using the Git version control system. more>> Gerrit 2.0.17 offers users a fantastic web based code review system, facilitating online code reviews for projects using the Git version control system.

Major Features:

  1. Makes reviews easier by showing changes in a side-by-side display
  2. Allows inline comments to be added by any reviewer.
  3. Simplifies Git based project maintainership by permitting any authorized user to submit changes to the master Git repository, rather than requiring all approved changes to be merged in by hand by the project maintainer. This functionality enables a more centralized usage of Git.

Enhancements:

  • New Features:
    • Add 'and '' shortcuts to PatchScreen: The keys 'and '' can be used to navigate to previous and next file in a patch set.
    • GERRIT-241 Always show History panel in PatchScreen: The History panel in a patch screen is now always shown, even if there is only one patch set for this file. This permits viewing the number of comments more easily when navigating through files with ']'.
    • Add 'Reply' button to comments on diff screen: There is now a 'Reply' button on the last comment, making it easier to create a new comment to reply to a prior comment on the same line. However, Gerrit still does not quote the prior comment when you reply to it.
    • GERRIT-228 Apply syntax highlighting when showing file content: Files are now syntax highlighted. The following languages are supported, keyed from common file extensions: C (and friends), Java, Python, Bash, SQL, HTML, XML, CSS, JavaScript, and Makefiles.
    • GERRIT-139 Allow mimetype.NAME.safe to enable viewing files: The new configuration option mimetype.NAME.safe can be set to enable unzipped download of a file, for example a Microsoft Word document.
    • GERRIT-179 Display images inline for compare if mimetype.image/....: If mimetype.image/TYPE.safe is true images can be viewed inline in order to more easily visually compare them when an image is modified. Primarily useful for viewing icons in an icon library.
    • File review status tracking: Per-user green check marks now appear when you view a file. This makes it easier to keep track of which patch set you last looked at, and within a patch set, which files you have looked at, and which ones you have not.
    • GERRIT-247 Allow multiple groups to own a project: The owner of a project was moved from the General tab to the Access Rights tab, under a new category called Owner. This permits multiple groups to be designated the Owner of the project (simply grant Owner status to each group).
  • Bug Fixes
    • Permit author Signed-off-by to be optional: If a project requires Signed-off-by tags to appear the author tag is now optional, only the committer/uploader must provide a Signed-off-by tag.
    • GERRIT-197 Move 'f' and 'u' navigation to PatchScreen: The 'f' and 'u' keystrokes in a patch screen were disabled when there were no differences to view. This was fixed, they are now always available.
    • Remove annoying 'no differences' error dialog
    • GERRIT-248 Fix server crash when showing no difference: The "No Differences" error dialog has been removed. Instead the "No Differences" message is displayed in the patch screen. This makes navigation through a pair of patch sets easier with ']' (no dialog stopping to interrupt you when you encounter a file that has not changed and has no comments).
    • GERRIT-244 Always enable Save button on comment editors: Some WebKit based browsers (Apple Safari, Google Chrome) didn't always enable the Save button when selecting a word and deleting it from a comment editor. This is a bug in the browser, it doesn't send an event to the Gerrit UI. As a workaround the Save button is now just always enabled.
    • GERRIT-206 Permit showing changes to gitlinks (aka submodule poin...: You can now view a change made to a gitlink (aka a submodule path).
    • GERRIT-171 Don't crash the submit queue when a change is a criss-...: Instead of crashing on a criss-cross merge case, Gerrit unsubmits the change and attaches a message, like it does when it encounters a path conflict.
  • Other Changes
    • Start 2.0.17 development
    • Move 'and '' key bindings to Navigation category
    • Use gwtexpui 1.1.2-SNAPSHOT to fix navigation keys
    • A few Javadocs and toString() methods for Patch and Pa...
    • Merge change 10646
    • Include the mime-util library to guess file MIME types
    • Merge change 10667
    • Added missing access method for accountPatchReviews
    • Fix bad upgrade014_015 ALTER TABLE command
    • GERRIT-245 Update PatchBrowserPopup when reviewed status is modif...
    • Remove DiffCacheContent.isNoDifference
    • Fix upgrade014_015 part1 scripts WHERE clause
    • Don't allow users to amend commits made by Gerrit Code...
    • Fix bad formatting in UnifiedDiffTable appendImgTag
    • GERRIT-228 Add google-code-prettify 21-May-2009 version
    • GERRIT-228 Load Google prettify JavaScript into client
    • Fix formatting errors in PatchScreen
    • Remove unused imports
    • GERRIT-250 Fix syntax highlighting of multi-line comments
    • Use gwtexpui 1.1.2
<<less
Download (11MB)
Added: 2009-07-26 License: Freeware Price: FREE
1 downloads
Navicat Oracle Lite 8.1.1

Navicat Oracle Lite 8.1.1


Navicat Oracle Lite offers users a useful and user-friendly Database administration tool for Oracle. more>>

Navicat Oracle Lite 8.1.1 offers users a useful and user-friendly Database administration tool for Oracle. It works with any Oracle Database Server from version 8i or above, and supports most of the latest Oracle objects features including Directory, Tablespace, Synonym, Materialized View, Trigger, Sequence, and Type, etc. Features in Navicat are sophisticated enough to provide professional developers for all their specific needs, yet easy to learn for users who are new to Oracle.

With Navicat well-designed Graphical User Interface (GUI), Navicat for Oracle lets you quickly and easily create, organize, access and share information in a secure and easy way, taking Oracle administration to the next level.

Benefits:

  • Latest Oracle Versions Support: Navicat for Oracle a powerful Oracle Database Server administration and development tool. Highlights of supported features:
    • Support of Oracle versions 8.1.7 or above
    • Support of Multiple Connections to local or remote Oracle Server
    • Support of Unicode / Character Set
    • Support of Triggers and Foreign Keys
    • Support of Views and Stored Procedures creation
    • Support of Oracle Objects like Directory, Synonym and Materialized View
  • Additional Connection Options
    • Native Connection Options: Navicat for Oracle offers two connection modes to the Oracle server: connection through the Oracle Call Interface (OCI) in Basic mode and alias entry from a tnsnames.ora file in TNS mode.
    • Other Connection Options: You can set the role for user to connect with Default, SYSOPER or SYSDBA system privilege. Besides, you can pass control of user authentication to the operating system by means of OS authentication option.
    • Support of SSH Tunnel: Establish a secure SSH session through SSH Tunneling in Navicat. Enjoy a strong authentication and secure encrypted communications between two hosts. The authentication method can use a password or public / private key pair.
  • Comprehensive Management of Oracle objects
    • Create, edit and drop table's fields, indexes, foreign keys, uniques, checks, triggers and privileges: With Table Designer the basic Navicat for Oracle tool for working with tables, you can create, edit and drop table's fields, indexes, foreign keys, checks, triggers, privileges and much more.
    • Support of tablespace, package, sequence, synonym, trigger, type and more: Navicat allows you to create, edit and drop directories, tablespaces, publice database links, public synonyms, database links, indexes, materialized views, materialized view logs, packages, sequences, synonyms, triggesr and more.
    • SQL Preview: The SQL Preview area shows you SQL representation of the oracle objects you are creating. This ability allows you to preview SQL before execution.
    • Dump object definition as sql file: Backup object definition and data with ease by dumping as sql file.
    • View Schema / Table Structure: Present the schema / table definition by printing their structures in Navicat. Understand the respective object structure fully at a glance.
  • Diversified Import and Export Competence
    • Import data up to 5 most popular formats including XLS, CSV, TXT, DBF and XML: Import Wizard allows you to import data into a table from diverse format. On top of that, you can save your settings as an import profile for setting schedule.
    • Export Data to different file formats: TXT, CSV, DBF and XML: Likewise, Export Wizard allows you to export data into various format. Save your settings as an export profile for setting schedule.
  • Powerful Data Manipulation Tools
    • Support of Foreign Key Data Selection: With the GUI tool Foreign Key Data Selection, you can locate the foreign key values from the reference table. Stop shifting the view to a master table to look for the available values!
    • Data and Structure Synchronization: You can transfer data from one Oracle schema to another with detailed analytical process. Likewise, you can compare and modify the table structures. For both Data and Structure Synchronization, the target schema can be on the same server as the source or on another server.
    • Support of Data Transfer between local / remote Oracle schemas: Transfer tables/views/stored procedures/functions/sequences from one Oracle schema to another, or to a plain text file.
    • Create Schedule for Import / Export, Data Transfer, Saved Queries and Data Synchronization: Create a batch job for setting schedule to execute at one or more regular intervals, beginning and ending at a specific date and time. Batch job can be created for Query, Data Transfer, Data Synchronization, Import and Export.
  • Powerful Security Management
    • Visual User Manager: Navicat provides users a visual tool for user management. You can easily add, delete, edit users / roles, and grant privileges on the selected schemas, tables / views, fields and stored procedures.
  • Well-Designed Visual Builder / Editor
    • Visual Query / View Builder: Visual Query / View Builder which is divided into two portions: the upper Graphical View, and the lower Syntax View, allows you to create and edit queries / views visually without knowledge of SQL.
    • Query Editor: It allows you to create and edit SQL text for a query, prepare and execute selected queries.
    • Support of Parameter Query: Set query parameters to add variable values to a query each time you run it.
  • More great features
    • Virtual Grouping: Have a better organization over objects in Navicat. You can categorize objects into groups with the Virtual Grouping feature. Virtual Grouping can be applied on Connection, Table, View, Stored Procedure/Function and Schedule.
    • Server Monitor: Select the servers that you want to monitor by checking them in the checklist box of the Server Monitor Window. Click on either Process List, Variables or Status icon to show and/or modify the properties of Oracle servers.
    • SQL Console: To use a command-line interface, you can open SQL Console in Navicat. It provides you an interactive text-based screen to query input and result output from database.
    • Tabbed Windows: Customize your window behaviour style. Navicat supports you of dragging windows in and out of the tabbed windows.

Major Features:
  1. Oracle Objects Management
    • Support Oracle servers 8i or above
    • Create/drop schemas
    • Support all Oracle objects: tables (Normal, External and Index Organized), views, stored procedures/functions
    • Support all subobjects: fields, indices, foreign keys, uniques, checks and triggers
    • Managing tablespaces, public database links and public synonyms
    • Managing database links, indices, java, materialized views, materialized view logs, packages, sequences, synonyms, triggers, types, XML Schema and Recycle Bin
    • Support of physical attributes
    • Support of character set and unicode
  2. Connection Management and Navigation
    • Multiple local/remote Oracle server connections
    • Support of Basic Connection
    • Support of TNS Connection
    • Connection to Oracle server through SSH
  3. Data Viewer and Editor
    • Grid view
    • TEXT, Hex and BLOB/BFile viewer/editor
    • Copying and pasting selected records
    • Customize display formats
    • Incremental search, sorting and formatting table grid
    • Ability to show/hide ROWID
    • Ability to set number of records showing on each page
  4. SQL Processing
    • Ability to create parameter queries
    • Multiple SQL editors with syntax highlighted feature
    • Ability to preview SQL before execution
  5. Server Security and Maintenance Services
    • Visual user manager to administer users, roles and privileges
    • Maintaining tables like Table Lock, Row Movement, Shrink Space, Table Move, Validate Table Structure and Collect Table Statistics
  6. Other Useful Features
    • Empty/truncate tables
    • Backing up schema/table to SQL script
    • Executing SQL script
    • Create table/view shortcut on desktop
    • Support of docking/tab windows
    • Ability to run profile from command line
    • Log files: keep track on the actions that have been performed in Navicat
    • Ability to copy Connection Information into Clipboard
Enhancements:
  • Improvements:
    • Support choosing server version for SQL to be generated in Data Transfer, support more transfer options.
    • Added connection tree to support batch jobs from different databases.
    • Compatibility and speed improvement in exported excel format.
    • Notification email in batch job is now delivered in MIME format.
    • Allow setting fonts in Data Grid, and apply Editor Font to View/Edit Text.
    • Added DateTime picker in Table View for Oracle server.
  • Bug Fixes:
    • Navicat could not quit normally in some senarios.
    • View Builder did not display properly.
    • Slow problem when opening Query View.
    • Improper ordering of the generated SQL during Structure Synchronization.
Requirements:
  • Mac OS X 10.3 Panther, 10.4 Tiger or 10.5 Leopard
  • Universal Binary
<<less
Download (27MB)
Added: 2009-07-24 License: Freeware Price: FREE
1 downloads
Navicat PostgreSQL Manager Lite 8.1.1

Navicat PostgreSQL Manager Lite 8.1.1


Navicat PostgreSQL Manager Lite is an extremely useful Database administration and development tool for PostgreSQL. more>>

Navicat PostgreSQL Manager Lite 8.1.1 is an extremely useful Database administration and development tool for PostgreSQL. It works with any PostgreSQL Database Server from version 8.0 or above, and supports most of the latest PostgreSQL features including Trigger, Function, View, and Manage User, etc. Features in Navicat are sophisticated enough to provide professional developers for all their specific needs, yet easy to learn for users who are new to PostgreSQL.

With Navicat well-designed Graphical User Interface (GUI), Navicat for PostgreSQL lets you quickly and easily create, organize, access and share information in a secure and easy way, taking PostgreSQL administration to the next level

Benefits:

  • Latest PostgreSQL Versions Support: Navicat PostgreSQL a powerful PostgreSQL Database Server administration and development tool. Highlights of supported features:
    • Support of PostgreSQL versions from 8.0 or above
    • Support of Multiple Connections to local or remote PostgreSQL Server
    • Support of Unicode / Character Set
    • Support of PostgreSQL Views and Functions creation
    • Support of Triggers
    • Support of Foreign Keys
  • Additional Connection Options
    • Support of SSH Tunnel: Establish a secure SSH session through SSH Tunneling in Navicat. Enjoy a strong authentication and secure encrypted communications between two hosts. The authentication method can use a password or public / private key pair.
    • Support of HTTP Tunnel: Navicat comes with you HTTP Tunneling while your ISPs do not allow direct connections to their PostgreSQL server but allows establishing HTTP connections. HTTP Tunneling is a method for connecting to a PostgreSQL server that uses the same protocol (http://) and the same port (port 80) as a webserver does.
  • Comprehensive Management of PostgreSQL objects
    • Create, edit and drop table's fields, indexes, foreign keys, uniques, checks, rules, triggers and privileges: With Table Designer the basic Navicat PostgreSQL tool for working with tables, you can create, edit and drop table's fields, indexes, foreign keys, checks, rules, triggers, privileges and much more.
    • Dump object definition as sql file: Backup object definition and data with ease by dumping as sql file.
    • View Database / Table Structure: Present the database / table definition by printing their structures in Navicat. Understand the respective object structure fully at a glance.
  • Diversified Import and Export Competence
    • Import data up to 5 most popular formats including XLS, CSV, TXT, DBF and XML
    • Import Wizard allows you to import data into a table from diverse format. On top of that, you can save your settings as an import profile for setting schedule.
    • Export Data to different file formats: TXT, CSV, DBF and XML
    • Likewise, Export Wizard allows you to export data into various format. Save your settings as an export profile for setting schedule.
    • Export data and create records as INSERT statements in sql file
    • During Data Transfer, you can choose to export data as sql file with record options like complete insert statements etc.
  • Powerful Data Manipulation Tools
    • Support of Foreign Key Data Selection: With the GUI tool Foreign Key Data Selection, you can locate the foreign key values from the reference table. Stop shifting the view to a master table to look for the available values!
    • Data and Structure Synchronization: Navicat for PostgreSQL allows you to transfer data from one PostgreSQL database to another with detailed analytical process. Likewise, you can compare and modify the table structures. For both Data and Structure Synchronization, the target database can be on the same server as the source database or on another PostgreSQL server.
    • Support of Data Transfer between local / remote PostgreSQL databases: Transfer tables / views / functions from one PostgreSQL database to another PostgreSQL database, or to a plain text file.
    • Support of Backup and Restore PostgreSQL databases: Regular backup on database is important to users. Backup / restore all tables and records, views and functions for your PostgreSQL database using Navicat. You can also schedule backups between databases.
    • Create Schedule for Backup, Import / Export, Data Transfer, Saved Queries and Data Synchronization: Create a batch job for setting schedule to execute at one or more regular intervals, beginning and ending at a specific date and time. Batch job can be created for Query, Backup, Data Transfer, Data Synchronization, Import and Export.
  • Powerful Security Management
    • Visual User Manager: Navicat provides users a visual tool for user management. You can easily add, duplicate, delete users, and edit global user privileges, and grant privileges on the selected databases, schemas, tables / views and tablespaces / functions.
  • Well-Designed Visual Builder / Editor
    • Visual Query / View Builder: Visual Query / View Builder which is divided into two portions: the upper Graphical View, and the lower Syntax View, allows you to create and edit queries / views visually without knowledge of SQL.
    • Query Editor: It allows you to create and edit SQL text for a query, prepare and execute selected queries.
    • Support of Parameter Query: Set query parameters to add variable values to a query each time you run it.
  • More great features
    • Virtual Grouping: Have a better organization over connections in Navicat. You can categorize them into groups with the Virtual Grouping feature.
    • Server Monitor: Select the servers that you want to monitor by checking them in the checklist box of the Server Monitor Window. Click on either Process List, Variables or Status icon to show and / or modify the properties of PostgreSQL servers.
    • SQL Console: To use a command-line interface, you can open SQL Console in Navicat. It provides you an interactive text-based screen to query input and result output from database.
    • Tabbed Windows: Customize your window behaviour style. Navicat supports you of dragging windows in and out of the tabbed windows.
    • Text / Blob View: Navicat provides Text / Blob Viewer and Editor to view and edit TEXT / BLOB fields content. The editor allows you to view, update, insert or delete data in a table.

Major Features:

  1. PostgreSQL Objects Management
    • Supports PostgreSQL Servers 7.3 or above
    • Create /drop databases and schemas
    • Support all PostgreSQL objects: tables, views and functions
    • Support all subobjects: fields, indices, foreign keys, uniques, checks, rules and triggers
    • Managing tablespace
    • Managing cast and languages
    • Managing aggregates, conversions, domains, trigger functions, operators and classes, sequences and types
    • Support of character set and unicode
  2. Connection Management and Navigation
    • Multiple local/remote PostgreSQL server connections
    • Connection to PostgreSQL Server through SSH
    • Connection to PostgreSQL Server through HTTP
    • Support SSL secure connection
    • Customize selected databases to work with
  3. Data Viewer and Editor
    • Grid view
    • Text, Hex and BLOB viewer/editor
    • Copying and pasting selected records
    • Customize display formats
    • Incremental search, sorting and formatting table grid
    • Support of raw mode edit: apply PostgreSQL built-in function
    • Ability to set number of records showing on each page
  4. SQL Processing
    • Ability to preview SQL before execution
    • SQL console
  5. Backup/Restore
    • Backing up/restoring database
    • Restoring database with chosen database objects
    • Converting backup file into SQL script
    • Compressing/Decompressing Backup files
    • Backing up database/table to SQL script
    • Executing SQL script
  6. Server Security and Maintenance Services
    • Visual user manager to administer users, groups (roles) and privileges
    • Analyzing, vacuuming and reindexing tables
  7. Other Useful Features
    • Duplicate/empty/ truncate tables
    • Create table/view shortcut on desktop
    • Support of docking/tab windows
    • Support of virtual grouping: provide logical organization over connections
    • Log files: keep track on the actions have been performed in Navicat
    • Ability to copy Connection Information into Clipboard

Enhancements:

  • Improvements:
    • Support of PostgreSQL server version 8.4.
    • Support choosing server version for SQL to be generated in Data Transfer, support more transfer options.
    • Added connection tree to support batch jobs from different databases.
    • Compatibility and speed improvement in exported excel format.
    • Notification email in batch job is now delivered in MIME format.
    • Allow setting fonts in Data Grid, and apply Editor Font to View/Edit Text.
  • Bug Fixes:
    • Navicat could not quit normally in some senarios.
    • View Builder did not display properly.
    • Slow problem when opening Query View.
    • Improper ordering of the generated SQL during Structure Synchronization.
    • Field lengths are not synchronized correctly for PostgreSQL server.

Requirements: Mac OS X 10.4 Tiger or 10.5 Leopard

<<less
Download (27MB)
Added: 2009-07-24 License: Freeware Price: FREE
1 downloads
Enigmail 0.96

Enigmail 0.96


Encrypt & sign emails with GPG in Thunderbird and Seamonkey. more>>

Enigmail 0.96 is a useful tool allowing users to access the authentication and encryption features provided by GnuPG. Sending and receiving encrypted and digitally signed email gets just simple using Enigmail. When starting it for the first time, you are guided through the basic setup.

Major Features:

  1. Tightly integrated suport for OpenPGP with the Mozilla Thunderbird and Mozilla Seamonkey mail clients
  2. Encrypt/sign mail when sending, decrypt/authenticate received mail
  3. Support for inline-PGP (RFC 4880) and PGP/MIME (RFC 3156)
  4. Per-Identity based encryption and signing defaults
  5. Per-Recipient rules for automated key selection, and enabling/disabling encryption and signing
  6. OpenPGP key management user interface
  7. Automatically encrypt or sign attachments for inline PGP messages
  8. Powerful GUI for easy configuration and OpenPGP key management
  9. Detailed user preferences for advanced configuration
  10. Integrated OpenPGP PhotoID viewer
  11. Supports OpenPGP key retrieval via proxy servers
  12. Integrates with GnuPG, version 1.4.x and 2.0.x
  13. Supports Mozilla's Multiple Identities feature
  14. Available for: Windows / Mac OSX / Linux x86-32 (all in one official release file), and contributed / distribution builds for other operating systems such as Linux, Solaris, *BSD and OS/2)
  15. Many Language Packs, (mostly) included in the official releases, and available separately for localization of contributed builds

Enhancements:

  • Contains improvements to the user interface and
  • Addresses more than 80 bugs.
<<less
Added: 2009-07-16 License: Commercial Price: $0.00
14 downloads
 
Other version of Enigmail
Enigmail 0.95.3Support for inline-PGP (RFC 2440) and PGP/MIME (RFC 3156) - Per-Account based encryption and
License:GPL
Download (1MB)
811 downloads
Added: 2007-08-06
JHOVE 1.3

JHOVE 1.3


Provides functions to perform format-specific identification JHOVE provides functions to perform format-specific identification, validation, and characterization of digital objects more>> Provides functions to perform format-specific identification

JHOVE provides functions to perform format-specific identification, validation, and characterization of digital objects.
The set of characteristics reported by JHOVE about a digital object is known as the objects representation information, a concept introduced by the Open Archival Information System (OAIS) reference model [ISO/IEC 14721].
The standard representation information reported by JHOVE includes: file pathname or URI, last modification date, byte size, format, format version, MIME type, format profiles, and optionally, CRC32, MD5, and SHA-1 checksums [CRC32, MD5, SHA-1].
Additional media type-specific representation information is consistent with the NISO Z39.87 Data Dictionary designed for digital still images and the draft AES metadata standard for digital audio.

Enhancements
- According to the PDF 1.6 specification, table 3.4, parameters for a
- stream filter can be either a dictionary or the null object. The null
- object was treated as an error; it is now allowed.
- Object stream handling was seriously buggy, causing rejection of
- well-formed and valid files; its better now.
- In PDF 1.4, an outline dictionary unconditionally must have a "First"
- and a "Last" entry. JHOVE follows this requirement, declaring a file
- invalid if it isnt met. However, PDF 1.6 relaxes the requirement,
- applying it only "if there are any open or closed outline entries."
- Thus, an empty outline dictionary with no "First" or "Last" entry
- is valid. It is now accepted (for all PDF versions).
- If a page number tree in a PDF file is missing an expected "Nums"
- entry, this was being reported as an invalid date. A more appropriate
- error message is now given.

<<less
Download (34.8MB)
Added: 2009-06-29 License: GPL Price: FREE
191 downloads
MxGraph 1.0.0.2

MxGraph 1.0.0.2


Javascript library that uses built-in browser capabilities to provide an interactive drawing and diagramming solution more>>
MxGraph 1.0.0.2 is a brilliant software which functions as a Javascript library that uses built-in browser capabilities to provide an interactive drawing and diagramming solution

Based on the latest web technologies, mxGraph is the ultimate solution for drawing diagrams in a browser. Using open standards, mxGraph does not depend on any third-party plugins and proprietary software.
mxGraph works straight out of the box, no client configuration, no plugin installation, no platform dependencies - it just works! mxGraph outperforms all existing solutions in startup time, functionality and interactivity.
Differentiate your product in the marketplace by enabling your customers to draw and share complex diagrams through a web browser, across every platform.

Major Features:

  1. Centralised updating managed at the server
  2. No client plug-ins or installation required
  3. Deployment using Java, .NET, PHP, static HTML and more
  4. Easy configuration of the application using XML
  5. User interface is HTML and the data is exchanged in XML
  6. Java, .NET or PHP backend for concurrent diagram editing

Enhancements:

  • Adds checkType hook in mxMultiplicity
  • Fixes position for children of relative edge children
  • Fixes origin for relative edge children in mxGraphView.validatePoints
  • Replaces double with single quotation marks in mxUtils for JavaScript
  • Uses java Serialized Object Mime Type in mxGraph Transferable for Java
  • Checks editor size in mxCellEditor.getEditorBounds for Java
  • Adds scale argument in mxCellEditor.getEditorBounds for Java
  • Fixes preview if drag disabled in mxGraph Component for Java
  • Adds mxGraph.zoom in JavaScript, mxGraph Component.zoom in Java
  • Fixes minor bug in mxGraphView.set Scale for PHP
  • Resets index in mxCellHandler.reset for Java

Requirements:

  • Java 5.0 and later
  • .NET 1.1 and later
  • PHP 5.0 and later (with libxml for the I/O module, libgd for creating bitmaps).
<<less
Download (6MB)
Added: 2009-06-13 License: GPL / N Price: A
25 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5