Main > Free Download Search >

Free accidental deletion software for mac

accidental deletion

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 80
ooSooM 1.1.2

ooSooM 1.1.2


ooSooM is designed to be a free Todo Management and Secure Digital Filing System for Macintosh OSX and Microsoft Windows. more>>

ooSooM 1.1.2 is designed to be a free Todo Management and Secure Digital Filing System for Macintosh OSX and Microsoft Windows. The idea behind ooSooM is simple. To get on with the job in hand you need to get thoughts of what needs doing and what needs remembering out of your head and safely and securely logged, in a way that means you can find them later when needed.

Bits of paper are so yesterday ooSooM does not attempt to force a predetermined 'methodology' on you, rather it's very free format and open allowing you to use it however you like, but with enough structure to ensure that once logged, information can retrieved easily and readily. ooSooM is Windows 7 and OSX Snow Leopard compatible.

ooSooM is supplied FREE OF CHARGE for PERSONAL USE. One of the unique features of ooSooM is that if you have an R10Cipher license then Todo or Vault items within ooSooM can be Encrypted / Decrypted on an individual basis. This allows you to use ooSooM to store confidential information such as Passwords, Serial Numbers, Credit Card Numbers, Bank Details Etc.

Another unique feature of ooSooM is that it integrates directly with ContaX, the CRM package. This means that Todo items and Vault items can be linked to particular Customers, Suppliers or Contacts. This link can be seen both from within ooSooM and within ContaX.

Major Features:

  1. System Features
    • Free of Charge for Personal Use
    • Supplied as a Universal Binary for Mac OSX
    • Windows Version works on XP, Vista, 2003 and 7
    • Easy to use, Modern, Clean Interface
    • Requires No Installation
    • No Modifications made to your computer outside of the ooSooM folder
    • To 'uninstall' - Just delete the ooSooM folder
    • Requires no additional Runtime installation
    • Can be run from a USB drive
    • Manual Supplied as a PDF
    • Approximately 32Mb
    • Sync the Database with iDisk or Similar
  2. Functionality
    • Prioritise and Categorise your Todo Information
    • Store your Notes, Serial Numbers, Passwords, Bank Details etc: for Later Reference
    • If you have an R10Cipher License then all (or some of) your Information can be Encrypted
    • Each Todo or Vault Item can use it's own Colour Scheme and Font Size and Style
    • Mark as Item as 'Sticky' to Avoid Accidental Deletion
    • Print an Item
    • Speak an Item
    • Fast Searching
    • Integration with ContaX
    • Orac - SQL Query Tool can be used to query ooSooM and any other R10Office applications
  3. Future Additional Functionality and Features
    • Multi User Capability
    • iPhone Version

Enhancements:

  • Window can now be resized much smaller to suit the Netbook screens
<<less
Download (10.7MB)
Added: 2009-11-08 License: Freeware Price: Notavailable
downloads
 
Other version of ooSooM
ooSooM 1.0.6Mark as Item as 'Sticky' to Avoid Accidental Deletion. Print an Item. Speak an Item. Fast Searching. Orac - SQL Query Tool can be used to query ooSooM and any other R10Office applications. Future Additional
Price: Notavailable
License:Freeware
Download (10.6MB)
downloads
Added: 2009-10-23
ooSooM 1.0.5Mark as Item as 'Sticky' to Avoid Accidental Deletion. Fast Searching. Requirements: Mac OS X
Price: Notavailable
License:Freeware
Download (10.6MB)
downloads
Added: 2009-10-22
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
iScrapbook 2.1.2

iScrapbook 2.1.2


iScrapbook 2.1.2 is known as a digital scrapbook tool designed for both novice and professional scrapbookers which includes everything the user needs to design and print scrapbooks. more>>

iScrapbook 2.1.2 is known as a useful digital scrapbook tool for both novice and professional scrapbookers which includes everything the user needs to design and print scrapbooks. It comes with SOHO Art Pack, a collection of 40,000+ designer-quality photographs, photos of objects and vector clip art images. Plus, the software ships with specialty photo corners, background papers, photo frames, pre-designed templates and 100+ Super-Masks for designer effects.

Major Features:

  1. Curved & Spiral Text. Add text that follows a curved or spiral path.
  2. Popular Formats. Support for both 8.5" x 11" and 12" x 12" scrapbook pages
  3. iPhoto Access. Access iPhoto albums and photos directly from the built-in browser
  4. 35+ Smart-Shapes. Create custom design elements using smart shapes
  5. Favorites Bin. Store and re-use your most creative design elements
  6. Transparency. Adjust the transparency of shapes, text, and graphics
  7. Object Rotation. Easily rotate shapes, text, and graphics
  8. Shadows. Easily add shadows to any object and adjust shadow attributes
  9. Gradients. Use sophisticated color gradients to give objects realism and character
  10. Single Window Interface. Streamlined interface makes work fun
  11. Group/Ungroup. Group objects together to create intricate designs
  12. Layers. Organize design elements on separate layers
  13. 100+ Super-Masks. Mask images with fine-grain control for a pro-look
  14. 30+ Special Effects. Use one-click effects on images like Sepia, Gaussian Blur, etc.
  15. Photo Fine-Tuning. Adjust the brightness, contrast, sharpness, etc. of any photo
  16. Photo Cropping. Dynamically crop photos using any shape or even text
  17. Grid Overlay/Underlay. Display an alignment grid above or below your artwork
  18. Lock/Unlock. Lock objects on the design canvas to prevent accidental alteration

Enhancements:

  • Fixed a rare issue that caused a crash when starting the application

Requirements:

  • Mac OS X v10.5 or later (Leopard or Snow Leopard only)
  • 75MB of available disk space
  • DVD-ROM drive for installation
  • Inkjet or laser printer (optional). Great results from popular inkjet, laser, and color laser printers including HP, Epson, Canon, Lexmark, etc.
<<less
Download (32.6MB)
Added: 2009-10-04 License: update/patch Price: $49.99
downloads
 
Other version of iScrapbook
iScrapbook 2.1.1Lock objects on the design canvas to prevent accidental alteration. Enhancements: Fixed
Price: $49.99
License:update/patch
Download (32.6MB)
downloads
Added: 2009-09-12
conformalizer 3.1.7

conformalizer 3.1.7


conformalizer is an impressive and interesting audio post production tool which allows sound editors to automatically conform and rebalance ProTools sessions, FX lists and ADR databases to match a changed picture cut. more>>

conformalizer 3.1.7 is an impressive and interesting audio post production tool which allows sound editors to automatically conform and rebalance ProTools sessions, FX lists and ADR databases to match a changed picture cut. It works by comparing picture EDLs, XML, cutlists or change notes and creating a new "change EDL" which reflects the difference between two versions of the picture. the conformalizer can then automatically conform your ProTools session or database file to match the new version of the cut. it also has the ability to play two versions of a cut together in order to visually compare shots or sequences.

Major Features:

  1. Can use EDLs, cutlists and FCP XML to generate the conform
  2. Avoids changenote shortcomings with swapped/moved shots
  3. Gives you the ability to compare any version to any other.
  4. Rebalancing is a piece of cake. even ADR and FX databases can be rebalanced
  5. Exports changenotes in timecode or Feet+frames
  6. Compares two movies against each other and locates both movies as you check your conform
  7. Allows editing, creation and deletion of events
  8. Tracks VFX updates across versions
  9. Graphical representation of the old and new cuts
  10. Ability to search for particular shots in a list of old cuts

Enhancements:

  • This version includes Euphonix System 5 and TC6000 conform options as well as a bunch of other long overdue tweaks, and enhancements.
  • In particular the auto-conform routine is now super solid and faster than ever before.

Requirements:

  • Full featured demo for 6 days of usage - subsequent demo mode allows maximum of 5 edits.
  • Minimum requirements: mac OS10.4, G4 350MHz
  • Reccommended - "access for assistive devices" in Universal Access preferences
<<less
Download (1.6MB)
Added: 2009-09-20 License: update/patch Price: $599.00
downloads
 
Other version of conformalizer
conformalizer 3.1.6Allows editing, creation and deletion of events. Tracks VFX updates across versions. Graphical
Price: $599.00
License:update/patch
Download (1.6MB)
downloads
Added: 2009-09-07
Price: $599.00
License:update/patch
Download (1.6MB)
downloads
Added: 2009-09-02
Synchronize! X Plus 3.7

Synchronize! X Plus 3.7


Synchronize! X Plus 3.7 is a useful software that is created with the function of synchronization and backup for personal data on Mac OS X. more>>

Synchronize! X Plus 3.7 is a useful software that is created with the function of synchronization and backup for personal data on Mac OS X. As a way of introducing you to Synchronize! X Plus, you may use its basic file synchronization and backup features free for folders containing 10MBytes or less. Just download Synchronize! X Plus and try it out.

Unlimited use of all features requires the purchase of a license, which is $29.95, plus shipping if applicable.

Synchronize! X Plus will backup your personal data to another disk, so that it is safe. It can sync your home folder with a file server, or your PowerBook, or a FireWire disk, so that the newest files are in both locations.

Synchronize! X Plus actions can be scheduled to be performed at night or at any preset time, once or periodically, without anyone present. Passwords can be supplied automatically for file server connections.

Major Features:

  1. Fully supports Mac OS X
    • Compatible with Leopard, Tiger (Mac OS X 10.5, 10.4).
    • Copies long Unicode file names.
    • Uses pre-emptive multitasking to speed file transfer.
    • Copies file permissions.
    • Copies files bigger than 2 GB.
  2. Easy Setup
    • Set folders to backup/sync by dragging them from the desktop.
  3. Convenient Display of Files
    • Displays a hierarchical list of files to be copied, similar to the Finder.
    • Files can be removed from the list (not copied) or deleted.
  4. Flexible File & Folder Selection
    • Use many different criteria to include or exclude files and folders.
  5. Thorough
    • Syncs deleted files, which means that files deleted from one folder are also deleted from the other.
  6. Backup
    • Easy one-way backup, including deletion of old files.
  7. Data Safety
    • Checks for conflicts (simultaneous changes to both documents) and provides notification before backup/sync proceeds.
  8. Automatic
    • Synchronize! X Plus will automatically do the following...
      • launch when backup/sync is needed.
      • connect to server disks, using File Sharing, AppleShare, NFS, or SMB (Windows).
      • remember and supply file server passwords.
      • unmount remote disks when finished.
      • log activity for later review.
      • quit when done.
  9. Automated
    • backup/sync can be scheduled, once or periodically.
    • supports AppleScript initiation of backup/sync

Enhancements:

  • This version is compatible with Snow Leopard.
  • Added a warning when older files will replace newer files. This can be turned off on the "Warnings" page of the Preferences.
  • Added a setting "Check for available space before copying a file" to the "File Errors" page of the Preferences.
  • Fixed a problem which could result in an error when copying a locked package.
  • The Preference setting "Ask Finder to eject disks" has been removed on OS X 10.5 and later, because the Finder now presents a dialog which interrupts unattended ejection of a disk.
<<less
Download (1.5MB)
Added: 2009-08-29 License: update/patch Price: $29.95
downloads
Boomerang Data Recovery 2.1.11

Boomerang Data Recovery 2.1.11


Boomerang Data Recovery 2.1.11 is such a wonderful program which recovers lost data due to corruption, formatted disk, bad hard drive, deleted files, accidental re-install of os. more>> <<less
Download (7.1MB)
Added: 2009-08-27 License: update/patch Price: $199.95
downloads
Rumpus 6.1.1

Rumpus 6.1.1


Rumpus 6.1.1 is a useful software, which helps you share files on a central Mac with people from within your office or across the Internet. more>>

Rumpus 6.1.1 is a useful software, which helps you share files on a central Mac with people from within your office or across the Internet. Whether you need to accept graphics files from remote locations, manage content on a Web server, or coordinate a work group with a single file server that everyone can access, Rumpus is the answer. Rumpus FTP can handle virtually any Internet file transfer task by working with standard FTP and Web clients on any platform, and do it with remarkable ease.

Major Features:

  1. Performance
    • Rumpus is not only lightning quick, but it's efficient, too. This means that FTP and Web users will be able to transfer and manage files as fast as the network allows, while leaving plenty of CPU time for other applications running on your server or desktop Mac.
  2. Ease Of Use And Maintenance
    • Rumpus is, quite simply, the easiest FTP server on the planet to set up and administer. From the setup assistant that fully prepares the server to accept users to the logically designed server management windows, Rumpus makes running an FTP server easy.
  3. Web File Manager
    • In addition to offering an incredibly high-performance FTP server with unmatched ease of use, Rumpus also includes the Web File Manager. The Web File Manager makes it easy to provide FTP-like capabilities to anyone with a Web browser. For details, see our WFM Overview, including screen shots that show just how easy you can make Internet file transfers for your users.
  4. Simple User Management
    • FTP users are managed directly in Rumpus, not in the system, keeping your FTP users distinct from other server resources. Not only does Rumpus make managing users easy, but it gives you advanced controls like individual drop folders, access restrictions, usage limits, account history, and more. The single-window user management interface in Rumpus is also supplemented by Web-based administration, allowing you to define and manage user accounts from anywhere on the Internet.
  5. A Real Mac Application
    • Rumpus runs natively on any Mac OS or Mac OS X computer. There's no Java required and the memory footprint and CPU usage is tiny. You will also appreciate the comprehensive help pages and articles, that cover not only how to use Rumpus, but networking issues and the general FTP information you need when you have questions.
  6. Professional Technical Support
    • Maxum has been selling Internet server software for Macs longer than anybody (including Apple!). When you have a question, we're here to help. We believe that you have a right to get the most out of the software you buy, always. So, we offer unlimited, free technical support.

Enhancements:

  • Thumbnail View Directory Listings
  • Improved International Language Support
  • Updated Launch Function
  • New WFM Features
    • Rename files
    • Select multiple files for download or deletion
    • Administrator defined file actions
    • Updated "boxes" alternate WFM appearance
    • Customizable options for different virtual servers or individual users
    • Context-sensitive file actions menu
    • New appearance customization options
<<less
Download (8.1MB)
Added: 2009-08-27 License: update/patch Price: $269.00
downloads
 
Other version of Rumpus
Rumpus 6.1Select multiple files for download or deletion. Administrator defined file actions. Updated
Price: $269.00
License:update/patch
Download (8.1MB)
downloads
Added: 2009-08-18
NoteAbilityPro 2.373

NoteAbilityPro 2.373


NoteAbilityPro is known as an effective and convenient notation package for the Openstep and Macintosh OS-X operating systems. more>>

NoteAbilityPro 2.373 is known as an effective and convenient notation package for the Openstep and Macintosh OS-X operating systems. Developed by Dr. Keith Hamel at the University of British Columbia, it is easily the most sophisticated music notation software available on any platform. NoteAbility combines both musical intelligence and graphical flexibility in a direct and intuitive graphical user interface.

Notate anything from simple melodies to complex avant garde orchestral music, play the score on your MIDI synthesizer or directly from your computer sound card and print a publishable copy of your score on your laser printer. If you have been frustrated by the awkwardness and inflexibility of other notation programs then you definitely should have a look at NoteAbility.

Major Features:

  1. The Standard Features of NoteAbility Pro are:
    • Complete set of standard and extended music images (including graphical versions of most images that can be placed anywhere on the page).
    • A wide variety of entry methods including mouse, on-screen keyboard, MIDI step time, MIDI real time and QuickScrawl (gesture recognition).
    • No limits on score size, image size, number of staves, rhythmic complexity, chord complexity, beaming, tuplet groupings, etc.
    • On-screen inspector for modifying the attributes of images and altering the layout of your score.
    • Selection options include shift-selection and selection across multiple pages for efficient editing of your score.
    • Drag and drop TIFF or PDF graphics from a library of custom images.
    • Extensive import and export options.
    • Automatic part extraction.
    • Playback through MIDI and/or QuickTime.
    • Complete on-line help (HTML and PDF).
    • Unlimited number of pages per document
    • Unlimited page size (width and height)
    • User-specified margins
    • Up to 40 systems per page
    • Up to 40 staves per system
    • Up to 16 measures per system (expandable after setup)
    • Standard clefs (treble, alto, tenor, bass, soprano, treble-tenor, octave-bass, percussion)
    • Variable number of lines in staff (1 - 6)
    • Staff type (number of lines) may change at any location
    • Staff segments may be hidden at any location
    • Standard key signatures
    • All time signatures from 1/1 to 32/32 plus complex time signatures (eg. 1/4 + 3/8)
    • Standard and custom braces on each system (including nested braces)
    • Standard & custom barlines on each system
    • Staff labels (right or left justified in any font & font size)
    • Automatic addition of pages as needed
    • Document display from 25% to 1000%
    • Adjustable page size
  2. System & Page Formatting Specifications
    • On-screen adjustment of all beat positions in all systems
    • On-screen adjustment of all margins, vertical & horizontal positioning of systems, vertical position of staves, vertical position of lyrics (relative to staff) & horizontal position of the staff labels
    • Re-position page numbers (locations, font, etc.)
    • Re-position measure numbers (frequency of appearance, location, font, etc.)
    • Change number of systems on the page
    • Change the number of measures in the system
    • Change the number of staves in the system (insertion, deletion, hiding & showing of staves)
    • Change the size of any staff
    • Change key signature (all staves in the system or single staves)
    • Change the time signature (automatic realignment of notes)
    • Change the barline type and format
    • Change the brace type and format
    • Change clef (15 clefs available) at any beat location within the score)
    • Add partial measures (e.g. upbeat measures)
  3. Input Methods
    • Mouse input (image drags and note sounds while the mouse is down)
    • On-screen piano keyboard
    • Step-time entry from MIDI keyboard
    • Real-time entry from MIDI keyboard (via MIDI Recorder)
    • Quickscrawl entry (gesture recognition)
    • Import of MIDI files, or GUIDO files
  4. Audio Specifications
    • Audio MIDI synthesizers and/or Quicktime
    • Audio during note entry (all methods)
    • Audio during single note adjustment
    • Staves may be freely linked to outgoing MIDI channels
    • MIDI output can be mapped to 8 different banks (each of 16 channels)
    • Programmable MIDI and Quicktime drum kits
    • Support for Interapplication MIDI connections
    • Tempo map can be specified for the score
    • Playback of individual staves
    • Playback of selected notes
    • Playback map allows repetitions of scores sections
    • Transposition of staves on input and playback can be specified
  5. Music Specifications
    • Complete set of standard music symbols (from double whole to = 128th notes and rests)
    • Supports all accidentals (including quarter sharps and flats - which can be set to playback through MIDI)
    • Simple graphics (rectangles, circles, lines in grayscale, filled or framed)
    • Any image can be any size and any colour
    • Unlimited number of voices per staff (default set at 3)
    • Unlimited number of notes per chord
    • Permits extreme rhythmic complexity
    • Flexible beaming of notes (e.g. across staves and barlines)
    • Correct placement of notes in chord clusters
    • Correct placement of accidentals in chords
    • Correct vertical alignment of all music images
    • Correct beaming of notes (beam angle and vertical position)
    • Correct system formatting according to a complex spacing algorithm
    • Automatic tieing of notes which exceed the measure duration
    • User can adjust the positions of accidentals, noteheads, stems, etc.
  6. Text Specifications
    • Text can appear in any font, size, or colour and can be freely edited, copied and pasted.
    • Header Text: is fixed on the page and appears on every page of your score
    • Page Text: is fixed on the page
    • Measure Text: adjusts to the staff and measure position
    • Max Text: for encoding Max messages
    • Lyrics: Are aligned to metrical positions and may have dashes and underscores connecting them to other lyrics or notes
    • Figured Bass Symbols: Allows standard figured bass symbols and dashes to other figured bass symbols
    • Text can be made global so that it is gathered by all parts during part extraction
    • Frames can automatically be drawn around text
    • Graphics (TIFF or PDF) can be dropped into text boxes
    • Individual format rulers are available for each text box
    • Unlimited number of verses of lyrics (leading between verses can be specified)
    • Provides a user defineable Text Library
  7. Editing Facilities
    • Image selection by graphical area or staff section across multiple systems and/or pages
    • Cut and copy of all selected images
    • Paste over, merge, and insert options
    • Paste to other NoteAbility documents or other applications via pasteboard (as NoteAbility, TIFF, MIDI, Score, EPS/PDF, or GUIDO)
    • Can import EPS/PDF, TIFF, MIDI, Score and GUIDO via pasteboard
    • Local adjustments to the position of all images
    • Adjust secondary positions of images (e.g. length of stem, arc or slur, etc.)
    • Change the point size of images (any image can be any size)
    • Beam note groups (by beat or by group)
    • Automatic insertion of rests
    • Transpose notes by interval or key
    • Shift images from one voice to another
    • Flip stems of notes
    • Flip direction of ties
    • Add accidentals to notes
    • Add and remove ties from notes
    • Merge tied notes into a single note of greater duration
    • Form and alter the display of tuplets (showing bracket, ratio etc.)
    • Merge multiple rests into a single rest
    • Add & remove articulation markings from notes
    • Modify the duration of notes and rests
    • Change notehead type
    • Change playback velocity and duration
    • Edit tie shape
    • Increase the value of notes by eliminating following rests
    • Reduce the duration of notes by converting to a note and a rest
    • Change beam format (can contradict the rhythm values if desired)
    • Change line width and type (20 line types to choose from)
    • Part extraction of specified staff into a new editable document
    • Undo is available for most editing operations
  8. MIDI Recording Specifications
    • Sixteen (16) channels of MIDI recording
    • Built-in metronome (supporting standard meters)
    • Adjustable metronome speed
    • Reads standard MIDI files
    • Reads NeXT .score files
    • Quantize at standard rhythmic values
    • Re-quantize of recorded or imported data
    • Insert into score at any location on any staves or voices
  9. Control Panel Specifications
    • Displays the current command
    • Allows selection of current tool (and corresponding cursor)
    • Allows Entry Cursor to be moved by measure or beat
    • Allows movement through pages
    • Specifies tuplets (triplet, quintuplet or user defined)
    • Indicates current measure, beat position, staff number and voice number
    • Indicates starting position of playback and current tempo
    • Indicates last undoable operation
  10. File Specifications
    • Unlimited number of open documents
    • On-screen toolbar allows access to most panels and many editing operations
    • Standard Open, Save, and Save As menu commands
    • Imports .MIDI, .MID and .score files (through MIDI Recorder)
    • Imports GUIDO files which can be pasted directly into an open document.
    • Exports .MIDI, .score, NoteWriter (Macintosh), Max qlist, Max explode, EPS/PDF, JPG, GIF, PICT, and GUIDO formats
    • Loads and saves score templates
    • Loads and saves text libraries
  11. Printing Specifications
    • Uses a customized Page Setup panel which allows you to set reduction size, margins, paper orientation, and print location on paper.
    • Prints to all compatible Mac OS-X printers.
    • Saves documents in PDF or EPS format.

Requirements:

  • Any Macintosh computer capable of running the OS-X operating system. This includes all Macs with a G3, G4, or better processor.
  • Macintosh OS-X (version 10.2.0 or higher) installed on your hard drive or on a hard drive partition.
  • at least 128 MBytes of RAM
  • at least 100 Mbytes of free disk space.
  • any Mac OS-X compatible printer (using USB, Appletalk or on a network)
  • any Mac OS-X compatible USB Midi interface (optional)
<<less
Download (47.2MB)
Added: 2009-08-26 License: update/patch Price: $225.00
downloads
SQLite Manager for Firefox 0.5.0 Beta 5

SQLite Manager for Firefox 0.5.0 Beta 5


SQLite Manager for Firefox 0.5.0 Beta 5 provides you with a powerful application which can help you manage all your sqlite databases using this lightweight extension for firefox, thunderbird, sunbird, seamonkey, songbird, komodo, flock etc. more>>

SQLite Manager for Firefox 0.5.0 Beta 5 provides you with a powerful application which can help you manage all your sqlite databases using this lightweight extension for firefox, thunderbird, sunbird, seamonkey, songbird, komodo, flock etc. This extension will be useful to developers who want to create and play with sqlite databases.

SQLite Manager is available as a XULRunner application too. The file with XR in its name is the zip of the XULRunner application. More and more developers will start using SQLite. To help them manage their databases through a Mozilla extension is the motivation behind this add-on extension.

SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine. An SQLite database is a single ordinary disk file that can be located anywhere in the directory hierarchy.

Major Features:

  1. Dialogs for creation, deletion of tables, indexes, views and triggers
  2. Ability to rename, copy, reindex tables
  3. Ability to add and drop columns
  4. Create new db, open any existing db, copy an existing db
  5. Supports writing your own queries (single or multiple)
  6. Supports saving the queries with a name
  7. A tab for database settings (no need to write the pragma statements) where you can view and change the sqlite library settings
  8. Export tables/views as csv, sql or xml files
  9. Import tables from csv, sql or xml files
  10. A dropdown menu showing all profile db (.sqlite)
  11. An intuitive heirarchical tree showing all tables, indexes, views and triggers
  12. Ability to see the master tables
  13. Ability to see the temporary tables, indexes, views and triggers
  14. Ability to browse data from any table/view
  15. Dialogs to allow searching in a table/view
  16. Allows editing and deleting selected record while browsing a table's data
  17. Allows adding, saving and changing blob data
  18. An extensive menu that helps with writing sql by hand and then executing it
  19. Remembers the last used db, table and the tab (structure, browse & search, etc.) across sessions


<<less
Download (113KB)
Added: 2009-08-03 License: MIT Price: FREE
downloads
SQLite Manager for Thunderbird 0.5.0 Beta 5

SQLite Manager for Thunderbird 0.5.0 Beta 5


SQLite Manager for Thunderbird 0.5.0 Beta 5 offers you an excellent and must-have product which can help you manage all your sqlite databases using this lightweight extension for firefox, thunderbird, sunbird, seamonkey, songbird, komodo, flock etc. more>>

SQLite Manager for Thunderbird 0.5.0 Beta 5 offers you an excellent and must-have product which can help you manage all your sqlite databases using this lightweight extension for firefox, thunderbird, sunbird, seamonkey, songbird, komodo, flock etc. This extension will be useful to developers who want to create and play with sqlite databases.

SQLite Manager is available as a XULRunner application too. The file with XR in its name is the zip of the XULRunner application. More and more developers will start using SQLite. To help them manage their databases through a Mozilla extension is the motivation behind this add-on extension.

SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine. An SQLite database is a single ordinary disk file that can be located anywhere in the directory hierarchy.

Major Features:

  1. Dialogs for creation, deletion of tables, indexes, views and triggers
  2. Ability to rename, copy, reindex tables
  3. Ability to add and drop columns
  4. Create new db, open any existing db, copy an existing db
  5. Supports writing your own queries (single or multiple)
  6. Supports saving the queries with a name
  7. A tab for database settings (no need to write the pragma statements) where you can view and change the sqlite library settings
  8. Export tables/views as csv, sql or xml files
  9. Import tables from csv, sql or xml files
  10. A dropdown menu showing all profile db (.sqlite)
  11. An intuitive heirarchical tree showing all tables, indexes, views and triggers
  12. Ability to see the master tables
  13. Ability to see the temporary tables, indexes, views and triggers
  14. Ability to browse data from any table/view
  15. Dialogs to allow searching in a table/view
  16. Allows editing and deleting selected record while browsing a table's data
  17. Allows adding, saving and changing blob data
  18. An extensive menu that helps with writing sql by hand and then executing it
  19. Remembers the last used db, table and the tab (structure, browse & search, etc.) across sessions


<<less
Download (113KB)
Added: 2009-08-03 License: MIT Price: FREE
downloads
Google Contacts for Thunderbird 0.5.55

Google Contacts for Thunderbird 0.5.55


Google Contacts for Thunderbird is the brilliant Thunderbird add-on that enables Thunderbird to access and manage Gmail contacts. more>>

Google Contacts for Thunderbird 0.5.55 is the brilliant Thunderbird add-on that enables Thunderbird to access and manage Gmail contacts. After you installed the add-on, all contacts are imported to Thunderbird's address books; contacts in Gmail are mapped to cards and contact groups are mapped to mail lists. When you changes the cards or mail lists, the changes applied to Gmail contacts immediately; it is similar to the way IMAP updates messages properties. Please note that it works only when you are at online.

Before you use the add-on, you have to set up Gmail account in Thunderbird. So, if you have not set up it yet, please do it first. If you are going to set up Gmail IMAP access, my another add-on, Gmail IMAP Account Setup will help you. After the account setup was done, download Google Contacts and install it to Thunderbird then restart Thunderbird.

The add-on detects Gmail accounts and retrieve their contacts. Account names and passwords are searched in a password mamanger if you save passwords to it; if you not, it asks you passwords. Your contacts are imported to the address books which are named by Google-accountname manner. For example, contacts of sample@gmail.com is imported to Gmail-sample@gmail.com. It is OK to change the name after the synchronization, it is just a default name. When you add a card to the address book, the card is added to contacts of sample@gmail.com immediately. It works for deletion/modification of cards/lists as well.

<<less
Download (93KB)
Added: 2009-07-24 License: MIT Price: FREE
1 downloads
Fanurio 2.1.1

Fanurio 2.1.1


Fanurio is a time tracking and billing application designed to help freelancers manage their work and be paid for it more>>
Fanurio 2.1.1 is a simple to use, yet sophisticated time tracking and billing software application, highly appreciated by freelancers for its intuitive interface, flexible timer and ability to produce detailed invoices.

Whether you need to round time, use multiple currencies or create invoices with your own layout, Fanurio has the right tools to help you get paid

Major Features:

  1. Import time from other users: Fanurio can import time recorded on multiple computers, making it useful for small teams and for people using more than one computer.
    • Multiple users
      • If you are part of a team, each member could install Fanurio on his or her computer to track time.
      • Team members can then export their time and send it to the team leader to prepare invoices for their clients.
    • Multiple computers
      • Many people use two computers for work whether it's a desktop and a laptop or a home computer and an office computer.
      • The time recorded on one computer can be exported and then imported in the other computer for billing purposes.
  2. Built to be safe and reliable
    • Backup
      • Your most important asset and Fanurio is designed to keep it safe. It uses an SQL database to prevent any accidental data loss and to ensure the integrity of your data.
      • For greater security, you can also backup your data manually or automatically when the application is closed.
    • Updates
      • Fanurio is being improved constantly based on the feedback of its users.
      • Whether there are new features or improve existing ones, you will be notified automatically when a new version is available.
  3. Track time with little effort
    • Manual time recording
      • Whether you forget to record time or you are not in the front of the computer most of the day, you can always record time manually.
      • Manual time recording is easy. You only have to specify a date, a time interval and a description for the recorded activity.
    • Manual timer
      • If you spend most of the time in front of the computer, the timer can save you the trouble of remembering the exact time when you started, paused or finished an activity.
      • The timer can be accessed from the menu, the toolbar, the iTunes-like mini view or from the menu bar/tray icon.
    • Smart timing
      • Fanurio has a few reminders (including idle time detection) to help you start, resume or stop the timer.
      • Instead of relying on your memory and attention to control the timer, you can use these reminders.
  4. Get paid for all your work
    • Projects
      • Fanurio uses projects, services and expenses to help you track contracted work.
    • Billing: Whether you bill your work using a flat rate or by the hour, Fanurio has lots of features to help you earn all the money:
      • If you bill by the hour and you need to round time, Fanurio lets you round it up, down or to the nearest specified interval.
      • Discounts are a simple way to give your clients lower rates or to bill less hours (units). They can be applied as a percentage or as a fixed value.
      • If you are subcontracting some of your work or if you are reselling some goods, you can also enter the purchase cost to know exactly how much you are making.
      • For greater accuracy, price and units can be entered using two or three decimals.
      • To help you work with foreign clients, Fanurio can handle multiple currencies.
    • Taxes
      • Fanurio can help you track taxes if you have to. You can define one, two or more taxes (cummulative or not) and mark certain clients as tax exempt.
    • Invoices
      • Projects can be invoiced at any time by including some or all services. To save you the trouble, invoices can be numbered automatically.
    • Payments
      • Fanurio lets you see which invoices are paid, unpaid or overdue. For unpaid invoices, you can see how much was paid and the remaining balance.
    • Templates
      • You can create great looking invoices with your logo and layout, page numbering, taxes, complete time recordings and anything else that you and your clients need.
      • Custom invoice templates can be created to obtain the look that you want.
  5. 1 Analyze your performance
    • Time
      • The Timesheet view is very useful if you want to review and edit time. It can help you see:
        • The time recorded on a certain date, week or month and
        • The time recorded by client or project.
      • It can also distinguish between invoiced and uninvoiced time.
    • Projects
      • Project reports are designed to help you answer questions about your work like:
        • How much money have I made this week?
        • How much money is worth my uninvoiced work?
        • Who was my best client this year?
      • Fanurio can create reports about time and money for one or more projects that span any time period. You can see these reports structured by project, date, week, month or year.
      • Project reports can be exported to HTML or PDF.
    • Invoices
      • With Fanurio you can filter the list of invoices to extract useful information about your business. For instance, you can see:
        • Which invoices are overdue,
        • How much the unpaid invoices are worth or
        • How much you've invoiced this year.
      • The filters allow you to create lots of similar questions about your invoices.
    • Payments: The payments view can help you see:
      • How much money you've collected this month or quarter,
      • How much money you've collected from a certain client.
    • Further Analysis
      • Just in case Fanurio can't answer some of your questions, you can always export time, invoices and payments to CSV or Excel for further analysis.

Enhancements:

  • Improvements
    • Default name for backups to save time.
    • Close the currently opened project when a client is selected. It can be confusing sometimes.
    • Toggle buttons from the reminder dialogs are disabled when their section is visible (Snooze... and Snooze are different).
  • Bug Fixes
    • The application freezes when the idle reminder is triggered
    • Failed to export date and time objects to CSV
    • Pause/resume timer tooltip doesn't change
    • The view toggle buttons are not quite visible when selected on Vista
    • Projects are opened on mouse click instead of mouse pressed

Requirements: Mac OS X including Leopard, Linux and other flavors of Unix.

<<less
Download (12.2MB)
Added: 2009-07-18 License: update/patch Price: $59.00
28 downloads
Limbas 1.12.115

Limbas 1.12.115


A web-based enterprise software factory. LIMBAS is a web-based enterprise software factory. Thanks to LIMBASs built-in modules (tables/lists, formular, PDF report, groupware, document manager (DMS), more>> A web-based enterprise software factory.

LIMBAS is a web-based enterprise software factory. Thanks to LIMBASs built-in modules (tables/lists, formular, PDF report, groupware, document manager (DMS), workflow) design your ECM, CRM or any intranet solution fitting 100% of your needs.

Enhancements
- table names : rename system tablenames to namespace compatible names
- namespace : support of name/id space for compatibility of limbas solutions
- formular : supports sub tables formular supports tableforms from related sub tables
- file structure : split filestructure to dependend files and independend core
- userrights : for datasets singe user or grouprights can be set for single datasets
- snapshot : validation snapshots now can be validate against changes in databasestructure
- copy/versioning : error in copy or versioning with fields of type upload fixed
- remote import : remote import functionality fixed
- report : select orderstrategy by Z-Index or Y-Position
- report : posibility of transparent background color in Tables
- report : print more as one report in the list
- fieldtypes : local language support for field-types
- file table : new field type "Content Referenz" for systemtable "files"
- secuity : userattribut for use only static ip
- order of fields : wrong oder of fields when owner in multible groups fixed
- index : index check for plausibility of indexed words (needed for ocr text)
- relation search of filecontent : posibility of search in indexed filecontent over tables with linked files
- deleting tablegroups : error by deleting tablegroups fixed
- reminder : error after creating a reminder fixed
- versioning : versioning now supports recursive versioning of relations
- versioning : diff viewer shows changes in relations
- versioning : diff viewer alternative output as pdf
- permissions : changing of parent group in group settings
- remote import : execute failed statements after finish import (needed for foreign keys)
- versioning : modify type of versioning-desription-field
- relations : extended relation view extends with drop and delete extension
- relations : extended filters for relation definitions
- DMS : md5 check for files / dublicate check with md5 values / overview for dublicates
- spoap : file-upload with soap interface
- report : table fieldlist popup now with ajax
- data locking : advanced data locking with ajax and user-overview
- limbas trigger : new triggerengine with merging triggers of subgroups
- table sub groups : support of subgroups for better visualization table structure or applications
- export : advanced export functionalities
- field type float : support for power digits
- logging : change logs can displayed as diff
- delete dataset : extended recursive deletion of n:m relations with referential integrity

<<less
Download (26.3MB)
Added: 2009-06-25 License: GPL Price: FREE
203 downloads
FindRepe 0.5.1 Beta

FindRepe 0.5.1 Beta


A free, Java and CLI based duplicate finder and remover FindRepe is a free Java based command-line tool designed for an eficient search of duplicate files more>> A free, Java and CLI based duplicate finder and remover

FindRepe is a free Java based command-line tool designed for an eficient search of duplicate files.
Basically the method consists in an initial comparison of file sizes, followed by an MD5 and SHA1 signature comparison (both must be satified to avoid MD5 or SHA1 collisions).
There are some options to filter and an option to ask for deletion of repeated files.

System requirements:
- Java

<<less
Download (69KB)
Added: 2009-06-15 License: GPL Price: FREE
188 downloads
Port Map 1.3.1 R46

Port Map 1.3.1 R46


Fully featured all-purpose port mapper supporting all major routers, with presets and URL templates. more>> Fully featured all-purpose port mapper supporting all major routers, with presets and URL templates.

Port Map is an open-source application for forwarding ports easily.
Some times you want to access your computers at home from anywhere in the world. Be it the web server on your home server, the file sharing on your desktop machine or a remote login to your parents computer to support them doing their work.
This is where the Port Map application will come in handy. Originally written as a proof of concept, Port Map is a fully featured all-purpose port mapper supporting all major routers, with presets and URL templates.
NOTE: Port Map is licensed and released under the MIT License.

Enhancements
- updated of miniupnpc library to version 1.2 - should increase compatibility with more router/gateways, e.g. the Arcor EasyBox A300.
- update of libnatpmp to libnatpmp-20081006
- fixed an issue with AVM routers that caused generation of too many and stale UPNP mappings
- fixed an issue with NAT-PMP and the current Airport Extreme Base stations that caused external IP changes not to be noticed
- fixed an issue that caused TCMPortMapper to not recognize global network changes if it was started while no network was connected
- fixed a crashing issue appearing with certain setups where UPNP devices have been discovered that inevitably lead to miniwget crashes due to missing content
- fixed too eager error reporting in case of system wake up by increasing the interval of the refresh after wake up from 1.0 to 2.0 seconds
- fixed reporting of "Router incompatible." in the case of an Apple Airport and not DSL or other network connection. Now correctly "No external Address." is displayed but mappings still can be setup to be active when the device goes online again.
- fixed an issue where quickly turning NAT-PMP port mappings on and off raised an exception instead of updating the mapping.
- fixed an issue where choosing multiple UPNP port mappings for deletion did sometimes disable the remove button.
- improved long time running UPNP setups by decreasing the regular refresh interval

<<less
Download (1.2MB)
Added: 2009-06-04 License: Freeware Price: FREE
203 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5