1.1.0
GOIM 1.1.0
GOIM - Jabber client with special extensions for gamers more>>
- On Windows platforms also autodetects on which server a user is playing
- port for linux and macOS is currently in development.
O2Em 1.1.0
O2Em - Odyssey^2 emulator more>>
O2Em runs just about all the existing software with reasonable sound support - with only one or two titles that do not run well.
Recent versions also support emulation of the Videopac G7400+.
Enhancements:
- Fixed a nasty crash that could occur when using high requirement blitters (HQ4x/etc) on slower multiprocessor machines.
- Added a hidden preferences option to disable the information placards (Emulator Reset, etc). To change this, open the preferences plist file in a text editor.
- Added proper code interface for getting the mouse position on display. Nestopia uses this for Zapper support, and TEO/Thom use it replacing a horrible hack used previously.
- Resolved assertion failure, ce_file.c, line 379, when saving a saved state with the same name as an existing file.
iTest 1.1.0
iTest is a simple program which allows you to take advantage of the best of computerised examination more>>
iTest consists of two programs:
- The Database Editor - question/answer database and exam server
- The Test Writer - the program installed on each client computer
Main features:
- Create and organise a database of questions and answers
- Set up a server and a printer
- Connect a client computer for each student, which generates a test according to your server settings
ReKey 1.1.0
ReKey allows you to change the keyboard shortcuts in any Cocoa application more>>
Because of limitations in the Carbon Application Programming Interface, you can only modify the shortcuts of Cocoa applications. Cocoa applications are Mac OS X applications that only run on Mac OS X, and do not have Mac OS 9 compatibility.
Pawns 1.1.0
Pawns 1.1.0 is created to be an appealing,simulative and exciting game in which your role is to get pawns (whether black or white) to their wooden box. more>>
Pawns 1.1.0 is created to be an appealing and exciting game in which your role is to get pawns (whether black or white) to their wooden box. This is done by placing arrows on the board to tell them where to go. Along the way you must avoid obstacles and enemy chess pieces. Sometimes the enemy chess pieces can simply be avoided, but you may need to encourage them to capture each other instead!
Major Features:
- 9 tutorial puzzles to get you started
- 15 puzzles levels, ranging from easy to brain-bending
- Simple mouse-based controls
- 3 alternating music tracks This is a OMG (Original Mac Games) 2005 contest winner (2nd Place).
Jambo 1.1.0
Jambo uses WiFi PDAs, laptops, and cellphones to match users nearby more>>
Jambo Networks is the first company to design technology to let you see these invisible opportunities, letting people who share something in common to directly find each other and network face-to-face, when they want to. You dont even need to be on the Internet to use it. You just need Jambo, a WiFi device and a common interest. You join Jambo through an affiliation you already have -- your school, alumni association, a conference you attend, an online social network -- any trusted network based on a common interest.
wurfl 1.1.0
Collection of command line tools and libraries written in Ruby for using and manipulating the WURFL more>> Fully-featured mac mass mailer for Macintosh Tiger computer supporting message templates and recipient database. It offers everything you need to create and maintain mailing lists for different needs and send mass messages directly form your Mac at a very high speed. It uses Apple Mails message delivery framework to deliver your messages. This means that 100 percent of your email messages will get delivered properly to recipient mailboxes as if they were delivered by Apple Mail in a regular way. The recipient database is fully customizable. You can add as many recipient fields as you want and use them in message templates for the purpose of personalizing your messages. Each recipient will receive individualized message as if it were separately sent with Apple Mail personally for him in a regular way. Message creation mechanism is the same as in Apple Mail. Each message may contain colourful text in different fonts, pictures and attachments. You can even copy a HTML document to the clipboard and then paste it to the message editor of Mac Mass Mailer if you already have one ready to be sent. Mac Mass Mailer also lets you suspend your current sending and resume it later at any time. This mechanism works on a per-document basis. Every mailing project can be suspended and resumed independently. Sending statistics is greatly visualized. You do not have to deal with log files you do not understand. It is simple as one, two and three; in your mailing groups, the successful recipients become green, the bad recipients become red and the unprocessed ones stay black as they were before you hit the Start Sending button. Import and Export feature in the program is so powerful that you can import email addresses and other recipient data from virtually any files. The program can even travel through your hard drive and extract all email addresses from all your files and directories. The user interface of the program is professionally designed according to the Mac OS X guidelines.<<less
cal.X 1.1.0
Cocoa-based calendar and more. more>>
Any space in the calendar not being taken up by the current month will be used to display dates from adjoining months (using a grey text color). Users can write a small note for each day of each month. Clicking on a day in the calendar highlights it blue and displays the note for the day (if any).
Days with notes attached will be highlighted in a light grey color. If there is a note for todays date, it will be displayed when the program is launched. cal.X is free, and donations are accepted! Source code is available from the product homepage.
GHOST 1.1.0
GHOST - Solitaire version of the age-old word game more>>
When you have all five letters ("GHOST"), you lose. In this version, you play against the computer. If the computer cannot add a letter without making a word, it takes a letter immediately.
You can "challenge" the computer by clicking on the "I Challenge" button. The computers word will be displayed and you will take a letter. If you catch the computer bluffing, the computer will take a letter. The GHOST word set includes over 80,000 American English words.
It is surprising how many words there are that are not commonly used.
Enhancements:
- Bug fix.
MyDNS 1.1.0
Free and open source DNS server for UNIX systems more>> Free and open source DNS server for UNIX systems
MyDNS is a free DNS server for UNIX. MyDNS was implemented from scratch and is designed to serve records directly from an SQL database (currently either MySQL or PostgreSQL).
Its primary objectives are security, interoperability, stability, and speed, though not necessarily in that order.
System requirements:
-
Enhancements:
- Implemented RFC 2136 (DNS UPDATE). See the manual for usage instructions.
- Fixed minor bug in admin.php where if db_get_settings() failed, it might display an error message without consistent formatting.
- Added two additional fields to the --verbose query log. The opcode of the query (QUERY or UPDATE), and a quoted field containing a description of the UPDATE performed, if the opcode was UPDATE.
- Updated contrib/stats.php to handle new log fields.
- Fixed bug in --dump-config -- if present, fields without default values ("no-listen", "soa-where", "rr-where", and "recursive") were not being dumped.
- Made --dump-config dump ALL possible configuration options, even if no value was originally specified. As such, MyDNS will no longer warn the user when a config option doesnt have a value. It will be silently ignored.
- Including after a suggestion by Christian Tschenett, to help things out on 64-bit platforms like OSX. If this creates problems on your platform, please let me know.
- Modified admin.php to allow a backslash in the mbox field, immediately preceding a dot. This is used in DNS to indicate the presence of a dot in the username part of the administrators email address. There was an additional bug report from Andreas Grip that MyDNS was replying with the slashes doubled up in this case, but it appears to be a problem with the "dig" program, not MyDNS.
- Fixed bug with "rr-where" clause -- conf.c was using "soa-where" instead. David Darville first reported this bug. Michael Gile submitted it two minutes later, with a patch.
- Added "create_domain.pl" to the contrib/ directory. Thanks to Gerard de Brieder for this script. See contrib/README for more information.
- Fixed bug in src/lib/rr.c (mydns_rr_load) that caused a segfault if origin was NULL (it was designed to allow NULL, but this version is the first to ever call it in that way).
- Added support for NAPTR (RFC 2915) records. Users with existing MyDNS databases will need to alter their tables to allow "NAPTR" in the "type" column if they want to use NAPTR.
- Renamed library functions mydns_parse_rr() and mydns_parse_soa() to mydns_rr_parse() and mydns_soa_parse(), for consistency.
- Library functions mydns_rr_dup() and mydns_soa_dup() now fail (terminating the program) if out of memory.
- Moved routines that parse data for individual RR types (RP, SRV, and NAPTR) into individual functions from mydns_rr_parse for clarity.
- Fixed bug where AXFR might transmit incorrect information if a FQDN is used in the name field.
- Fixed AXFR bug with ALIAS enabled. Thanks to Sven Wegener for the patch.
- Created file "README.mysql" to address various problems common while compiling with MySQL support.
- Fixed "use of cast expressions as lvalues is deprecated" warning (caused compilation abort with --enable-debug).
- Added hostname to beginning of SIGUSR1 status output.
- Renamed "update" column in the soa table to "update_acl"; how could I be so stupid as to name a column "update"?!
- Fixed a critical denial-of-service vulnerability.
Nettoe 1.1.0
Nettoe is able to appeal users as a tic-tac-toe game playabe against the CPU, over a network or against a human opponent on the same machine. more>>
Nettoe 1.1.0 is able to appeal users as a tic-tac-toe game playabe against the CPU, over a network or against a human opponent on the same machine. Game is played on the Terminal. Game play is simple and fun.
Requirements:
- Mac OS X 10.0 or higher
endlos 1.1.0
endlos - platform independend, multithreaded fractal generator more>>
Main features:
- Platform independend: runs on any Java virtual machine (1.5 or later; 1.6 up to twice as fast!)
- Multithreaded: uses any amount of threads for faster calculation on computers with multiple cores/CPUs.
- Unlimited precision: use any amount of decimal digits for endless zooms (optimized 64 bit precision).
- Coloring: smooth interpolation; random color maps; color functions; over 1600 color maps available.
- Draw modes: choose between draw modes to see pixel, line, block or only full image result.
- Fast zooming: get an instant preview of the location youre zooming into.
- Multi Fractals: calculate as many fractals as you like at the same time.
- Usage slider: set percentage of processor usage for fine grained system load (0% = pause).
- XML Fractal Settings: save & load your fractal settings.
- Flexible Formulas: change parameters of formulas to create totaly new images.
- Image formats: any file format supported by the Java virtual machine (PNG, JPG, BMP, etc.).
- Post processing: add effects to the final image (blur, emboss, spin, etc.).
- Printing: print your image directly from endlos.
- MIDI songs: yup, endlos plays MIDI files! E.g. these: Video Game Music Archive.
picprep 1.1.0
picprep - command-line utility for batch processing images more>>
Its very useful for processing an entire directory of images with little fuss, great for shrinking those digital photos down to half-size when you want to share them with your friends.
Galileo 1.1.0
Galileo - Get the weekday of any date more>>
Moreover, what is the current Islamic year? or the current Bengali year? Or what were the Islamic and Bengali years in 1759? Galileo is able to provide you with this kind of answers too, and lets the user add/remove other Eras besides the default (Bengali and Islamic) ones. Eventually you may retrieve the dates of Easter Sundays, etc.
jpTools 1.1.0
Library that implements features like logging and parsing The general purpose of jpTools is to have some useful and handy tools to develop quick and easy robust java code more>> Library that implements features like logging and parsing
The general purpose of jpTools is to have some useful and handy tools to develop quick and easy robust java code. The main focus of jpTools is to implement general development features like logging, parsing, resource handling, etc.
Main features:
- resource handling
- logging framework (incl. Swing-GUI)
- database connection pool
- parsing framework (java 1.5 parser, sql parser, parameter parser, weblog parser etc.)
- code generating framework and tools
- profiling tool
- J2EE util classes
- communication util classes
- swing util classes