lalat x
TrashLater X 3.5
TrashLater X - Automatic trash collection more>>
TrashLater X is an application that watches folders with files that are destined to be deleted.
Instead of putting files into the trash, you could put them into a special folder - just in case you might need them again later.
You can select which folders to watch and how long any item is allowed to stay in one of these folders. The "item lifetime" can be several months, a few days, or even "no time at all". Note that you can use different limits for each of these folders.
When enabled, a client application will do the checking at chosed intervals. If it detects an item that has been in a folder longer than allowed, the item will be moved to the trash - they will not be deleted until you empty the trash.
Enhancements:
- New feature: It is now possible to add the trash itself to the list of folders. TrashLater X can thus also delete files that have been in the trash longer than requested. A new menu item was added to support this feature.
- Fixed the tool-tip message for the Finder files option in the edit panel.
- Updated the email addresss in the code, the readme file, the licence agreement, and the copyright messages.
- Checking for updates now uses the CFBundleVersion string from the application bundles info dictionary to obtain the version number.
- The infomational alert after a successful check for update now displays both the new and the current version numbers.
- Minor modification of the defaults handling.
- Changed some parts of the sources to facilitate sharing between projects.
- Removed the Localized.strings file until the time when it is actually required.
- Optimised the code through preprocessing macros (we lost faith in the quality of the linker).
- Simplified the registration dialog window; there are now three fields and three buttons.
- Redesigned the eSellerateEngine installation procedure.
- Signed off purchasing transactions from both the client and the main application.
- Upgraded eSellerates Engine to version 3.5.6.
SafeCat X 5.0
SafeCat helps you organize information regarding your cats health more>>
Its very important to give your groomer or boarder pertinent information such as: vets name, number, address, vaccination dates, medical information about chronic and acute medical conditions. SafeCat also has a kitten database and much more.
Youll be able to print signs with information for emergency personnel to locate your cat in the event of a natural disaster. Doesnt your cat deserve that?
Main features:
Owner contact information.
- Owners name, address, phone numbers, etc.
- Cats identification - cats name, breed, sex, height, weight, etc.
- Vets contact information - Vets name, address, multiple phone numbers, etc.
- Cat s detailed visual description and photo ID - Identifying marks, chip, license number, etc.
Medical information.
- Diet and allergies
- Temporary Medical Conditions.
- Chronic Medical Conditions.
- Vaccinations and Medical Exams.
- Log dates for when vaccinations and exams were given.
- Medical Comments.
- List specific characteristics of your cat or breed.
- Medical History - Log dates and medical procedures.
Grooming information.
- Groomers name, address, shampoo brand, etc.
- Grooming comments.
Kittens*
- Kitten information.
- Birth date, shots, etc.
- Kitten parent information.
- Mom and Dads name, address, breed, etc.
- General kitten comments.
- General information about the litter.
- Litter information.
- Log detailed information for up to 8 Kittens.
Emergency
- Print color, emergency signs for all your pets.

GLMStat X 6.0
GLMStat is a simple to use, yet sophisticated utility which fits generalized linear models and basic statistics. Models include linear, logistic and contingency tables. Graphs are scatter, box plot, and frequency distribution. more>> GLMStat X 6.0 is a simple to use, yet sophisticated utility which fits generalized linear models and basic statistics. Models include linear, logistic and contingency tables. Graphs are scatter, box plot, and frequency distribution.
Enhancements:
- Storage of data columns and results in double precision rather than single precision
- Added step halving to fitting algorithm to improve convergence (really only needed for the double precision)
- Creation of Matrix graphs using a tabbed dialog (as with other graphs)
- Improved specification of Lowess parameter
- Mac OS X version look and feel is closer to what Apple requires
- requires Appearance manager (this means that you will probably need at least 8.1)
- Correlation Statistics command gives Pearson correlations
- Added 95% confidence intervals to estimates
- Fixed problem with open file errors not being meaningful
Galleria X 1.1
Galleria X is a utility applied to create internet image galleries. more>>
Enhancements:
- Large chunk of the core methods have been re-written for speed and error-handling.
- Small bugs fixed.
- You can now use Command-[ and ] to switch between captions while editing them. This allows you to enter captions much more quickly.
Requirements:
- Mac OS X 10.0 or later.
MacPay X 3.6
MacPay X - Financial app for Swiss banks more>>
With MacPay X, you can pay all your bills and execute multiple financial transactions from your Mac desktop.
Output files are then uploaded to your bank or Postfinance via website.
MacPay is localized in French, English, German, and Italian. User guide is available as well in .pdf format but in French and German only.
Version restrictions:
- 30 days test period.
Enhancements:
- Universal Binary for native support of Intel Macs;
- Huge speed improvement while openeing and saving large documents;
- Introduction of the new Postfinance product: Giro international Plus (GIP);
- Better and simplified view of IPI transactions;
- The calendar now accepts inputs before the current date;
- Statistics work better and the display has been tweaked.
- A bug which could crash the application when exporting payments has been solved;
- A bug which would prevent the correct data to be copied while drag and droping a recipient has been corrected.
MacASP X 1.2
MacASP X is an application supplying Macintosh web serversserver-side processing. more>>
Enhancements:
- [New] Internal compiler changes (parameters storage)
- [Opt] Internal implementation change for arrays
- [Bug] Mail.Open() didnt correctly returned the error to Error.Message()
- [Opt] Selected console messages can be copied to the clipboard with the Edit menu (option key will copy the entire messages, control key all messages)
- [New] Arrays are now multi-dimensional. ex: myArray(1, 2, 3) = "value"
- [New] Arrays are now associative arrays. ex:myArray("fruit") = "apple"
- [Bug] fixed a crash with MacHTTP < 2.6 introduced in 1.13
- [Bug] fixed some potential crashes when working with graphics in low memory conditions
- [Bug] static pages bigger than 64k where truncated
- [Opt] HTMLEncode() now encode just the bare minimum (&")
- [New] UBound, Dump() extended to exploit the new multi-dimensional arrays
- [New] Auto-Restore option for native databases
- [Opt] Dump() output is now HTML Encoded
- [New] Webstar V FCGI support
- [Opt] the DIRE parameter is now relayed to spawned processes
- [Opt] Now correctly handles sites not located on the system disk on OS X
- [Bug] Fixed a potential crash when no system file name was entered in the prefs
- [New] ResizeImage method
- [New] ZDeflate and ZInflate methods
- [New] deflate HTML compression (note: gzip is still the prefered mode, and deflate mode is disabled for MSIE Windows, since it doesnt seem to handle it correctly)
- [New] MacASP automatically precompiles files at launch (most requested or bigger files first)
- [Bug] Fixed a off-by-one error in readFileLn occuring whith a one line file (just one EOL separator at the end)
- [Bug] Session.Set didnt create the array if needed, as noted in the documentation.
- [Opt] MacASP now fixes Header lines incorrectly ending with LF, instead of CRLF (as it already did with CR)
- [Bug] Potential crash fixed in UBound when used with incorrect parameters.
- [New] optional Step parameter to For...Next
- [Bug] OSA.Call now converts handlers names in lowercase
- [Bug] fixed GMT offsets in mails
- [Bug] DateToSeconds no longer ignores "pm" in 12-hour formatted times
- [Opt] URLEncode converts the "+" character into "%2B"
- [New] MacASP now detects if an included file has been modified, and recompiles the files appropriately. As a side effect, #nocache is deprecated.
- [Opt] HTTP.Get better report errors, and handles 301 redirects
- [Bug] Fixed crash when a spawned script tried to output something (ex: flush)
- [Bug] Fixed TextConvert() bug with japanese text longer than 1024 chars
- [Opt] BuildString() now compatible with the new multi-dimensional arrays
- [Bug] Fixed length bug with NthTag and #include on OS9 Japanese with Shift_JIS chars
- [Bug] OSA.Call now works with scripts compiled with OSA.Compile
Requirements:
- Mac OS X 10.1 or later.
BarWare X 5.1
Become an alcoholic and non-alcoholic mixologist. more>>
CopyCalendar X 1.1
Small multi-lingual calendar app. more>>
Click on a date, and that date will be copied to the clipboard in a long or short format specified as your preference. Or, you can drag and drop a date you want into another application which allows drag & drop, such as Mail, TextEdit, the Microsoft Office v.X suite, Stickies, and many more.
Keep CopyCalendar in your Dock for easy access. CopyCalendar lets you access months between January 1900 and December 2100 with ease, by clicking on the next and previous month buttons. Go back to the current month with one click. Jump to specific months and years by choosing the month and year you need from the pop-up lists.
iGadget X 2.5
Realize the full potential of your iPod. Transform your iPod into much more than a music player. Turn your iPod into an information repository by transferring all kinds of data to your iPod, including driving directions, notes, tasks, RSS news feeds, weather forecasts, daily horoscopes, movie showtimes, gas prices and more! You will have the tools necessary to copy songs off and iPod or iPhone and back onto your PC. more>>
iGadget X - iGadget X allows you to realize the full potential of your iPod. With iGadget X, youll be able to transform your iPod into much more than a simple music player. Youll have the ability to turn your iPod into an information repository. Youll be able to transfer all kinds of data to your iPod, including driving directions, notes, tasks, RSS news feeds, weather forecasts, daily horoscopes, movie showtimes, gas prices and more! You will have the tools necessary to copy songs off your iPod or iPhone and back onto your computer. This is very handy in the even of a harddrive crash or when buying a new computer and youve discovered that you no longer have all your songs on your PC any more. There is normally no easy easy way to copy songs off the iPod. With iGadget X, youll have the ability to do all this and more. The features youll get with the purchase of iGadget X are: 1) Transfer songs from your iPod to your PC and/or into iTunes while preserving play counts, user ratings and last played dates; 2) Put driving directions onto your iPod; 3) Store weather forecasts on your iPod; 4) Pull RSS news feeds from the internet and store them on your iPod for reading at your leisure; 5) Get your movie showtimes for your local theaters stored onto your iPod; 6) Put your daily horoscope readings on your iPod; 7) Backup any set of files and/or folders from your computer onto your iPod for safe keeping; 8) Create a library of text files on your iPod for reading on-the-go - these could be e-books, recipes, bible verses, anything
Enhancements:
Version 2.5
Fixed horoscope plugin
System Requirements:<<less
MagiCMac X 1.0
MagiCMac X - TOS Operating System for MacOS X Computers more>>
MagiCMac X had to be programmed almost completely new as MacOS X no longer offered the 680x0 emulator like former MacOS versions did. This emulator had to be rebuilt in order to emulate the Atari CPU.
Amazeing X 1.3
Amazeing X is a popular and enjoyable game in which you help Robby the Robot navigate through the mazes to find his batteries. more>>
Amazeing X 1.3 is a popular and enjoyable game in which you help Robby the Robot navigate through the mazes to find his batteries.
Try to do it in the fastest time. If the included mazes (25 of em!) get too easy, you can create your own with the included Map Maker software. Too hard? Solve them with the Maze Solver.
Enhancements:
- Better character graphics and animation
- Better music
- Enhanced character editor
Requirements:
- PowerPC G4+
- Mac OS 10.3 or later.
FileWave X 3.0
FileWave X - Distribute & protect software in networks more>>
Main features:
FileWave XServer
- The FileWave XServer is the central repository that not only holds all files to be delivered to the clients, but also maintains the status of these clients.
FileWave XAdmin
- The FileWave XAdmin is the new and powerful tool that gives the network administrator complete control over what the XServer and the XClients do, and when. This easy-to-use application enables the quick creation of fileset packages that are then distributed to XClients by the XServer.
FileWave XClient
- The FileWave XClient automatically downloads new software or updates software already installed and maintains the installed state of the software. Guaranteeing that the applications delivered are always available in the proper location.
FileSetXMagic
- FileWave FileSet XMagic is run on Mac OS X where it creates FileSet Packages for the XServer. It is completely driven with a easy-to-user user interface. The FileSet Packages are then imported to the FileWave XServer.
FileWave Booster
- The FileWave Booster is a brand new UNIX based application whose function is to help scale the downloading from the FileWave XServer. With the FileWave Booster, FileWave XClients in multiple cities, even countries can download their software with minimal impact on your network.
Enhancements:
- Edit arguments of Setup.exe style installers in FileWave Admin
- Export of single files from a Fileset to the Finder
- Improved user interface for "New Fileset" operations
- Display of date, time and version of Filesets in Fileset Report
- Increased Fileset download performance from FileWave Booster
- FileWave Boosters can be configured with 5 FileWave Boosters for redundancy
- Export of Filesets as templates with FileWave XAdmin which enables sharing of Filesets without breaking software license agreements
- Improved feedback function in the FileWave Client via upgrades to Mac OS X Tiger About FileWave.
SimpleTag X 1.0
SimpleTag X - Convert text data to XML documents more>>
Main features:
- SimpleTag runs under Mac OS X, is Carbon application.
- Easy operation via Aqua interface.
- You can get the XML document easily, using the drag-drop action.
- Any text data can be converted by its characteristics pattern to the XML document. At the same time special characters convert to character entity references.
- You can specify plural pairs of the string pattern and the context pattern, using the regular expression, and the replacement corresponding to them. You can also manage these specifications as the scenario.
- Using SimpleTag, you can specify some complex conversions that need Perl programming
- The converted XML document can edit by SimpleXML further.
- The size of input data has no limit. The sort of record end code is free.
- Two localized languages - Japanese and English.