comprised
RefactorIT 2.7b
RefactorIT is the first comprehensive refactoring tool targeted at the needs of Corporate developers more>> RefactorIT is the first comprehensive refactoring tool targeted at the needs of Corporate developers. Refactoring is a cyclical activity to be done by each team member -- and RefactorIT is the first product to fully cover every part of the refactoring cycle. Whether youre in IT or end-user computing, your needs are different from classic Java hackers. You work on larger code bases, often comprising hundreds of modules and thousands of classes. You work in teams, and you use a code repository, but you dont have a long project cycle. You have dozens of things to work on, and not enough time to document what youre doing. RefactorIT is the fastest way to a clean code base. Refactoring helps you get your mind around a large and constantly evolving code base. More important, refactoring helps you evolve the code efficiently. RefactorIT has the specific feature set you need to understand and analyze code, reorganize and streamline it, test it, and use quantitative metrics to monitor its evolution over time.
Mac OS X 10.3 or later running JRE 1.4.
Random Playlist Creator 2.2
Random Playlist Creator is an application that randomly generates iTunes playlists from a source playlist. more>>
Main features:
- Creates multiple iTunes playlists of a specified combined file size or playing time. The number of playlists created is dependent on the number of tracks in the source playlist.
- Creates "super-playlists", each consisting of one or more segments (each segment comprises an iTunes playlist). This feature is especially useful for flash-based MP3 players with expansion cards where the internal memory is a different size than the expansion memory.
- Allows the last generated super-playlist to be randomly padded with tracks from previously generated super-playlists.
- Allows groups of tracks to be kept together in a specified order within the generated playlists. This feature is useful for albums where multiple tracks comprise a single contiguous song and some of the tracks do not stand very well on their own, such as the tracks that comprise each LP side of Pink Floyds Dark Side of the Moon.
- Track groupings can be defined either by creating a specially-named playlist or by defining the "grouping" ID3 tag in each song file.
- The defined track groupings can be individually enabled or disabled for use when generating random playlists with track groupings.
- Allows a group of tracks to either be constrained to a single segment (if its possible for the group to fit completely within one segment) or to span multiple segments within a super-playlist.
- Provides an enhanced shuffle mode where an entire playlist can be shuffled into a single new playlist with the track groupings intact.
- Provides an option to use only the MP3-formatted files in the source playlist -- useful for MP3 CDs and non-iPod MP3 players.
Enhancements:
- Presets can be defined to allow quick selection of often-used settings.
Complete Tomcat 4.1.24
Complete Tomcat revolutionizes the way to install and setup a Jakarta Tomcat server on Mac OS X 10.2 Jaguar. Complete Tomcat installs the standard Jakarta Tomcat software distribution and works out of the box with absolutely no configuration necessary. more>>
Complete Tomcat 4.1.24 revolutionizes the way to install and setup a Jakarta Tomcat server on Mac OS X 10.2 "Jaguar". Complete Tomcat installs the standard Jakarta Tomcat software distribution and works "out of the box" with absolutely no configuration necessary.
Major Features: Complete Tomcat is comprised of the following components:
- Tomcat Installer Package - The Jakarta Tomcat package installer contains the standard Jakarta Tomcat binary distribution available from the Apache Jakarta Project in an easy to install Mac OS X package. This distribution contains all the optional libraries and XML parser.
- WebApp Connector Apache 2 Module - Complete Tomcat includes the WebApp Connector module (mod_webapp) for the latest version of the Apache 2 web server. While the package installer is designed to work seamlessly with the Complete Apache 2 software distribution, users can easily use the package with any Apache 2 software.
- mod_jk2 is now included.
- Tomcat System Preferences Pane - The new Tomcat system preferences pane provides an easy way to start and stop your Jakarta Tomcat server right from the System Preferences application. No command line required.
- Comprehensive Install Guide - The 7 page Install Guide covers the installation of every component of Complete Tomcat in detail, including screenshots. The guide also covers the basic operation of the Tomcat server using either the system preferences pane or the Terminal application.
- Tomcat Documentation - Complete Tomcat includes a portion of the Jakarta Tomcat documentation. Due to size restraints, the complete set of documents could not be included. However, I included the portions that I felt were relevant to the target audience of this software distribution.
Rename Xcode Project 2.1
Rename Xcode Project - Utility for renaming Xcode projects more>>
How many times will be capitato of wanting to change you name to the plan
that you were carrying ahead with Xcode. A functionality of official rinomina is not present in xCode (at least until version 1,5). The only solution is that one to execute one complex procedure.
I have enclosed this procedure in a eseguibile for the Cocoa atmosphere. Written totally in Objective-C and available for the download the sources rilasciati under licence GNU GPL comprised.
I wanted ringraziare Enrico Vettorato for the aid during the phase of test of the application. Enrico has written the tutorial of the procedure for rinominare manually.
Enhancements:
- Universal binary.
Complete Apache 2 2.0.52
Complete Apache is a powerful and popular utility which can install and setup an Apache 2 web server on Mac OS X. more>>
Complete Apache 2 2.0.52 is a powerful and popular utility which can install and setup an Apache 2 web server on Mac OS X. Complete Apache 2 installs the standard Apache 2 software distribution and works "out of the box" with absolutely no configuration necessary.
Complete Apache 2 is comprised of the following components:
- Apache 2 Installer Package - The Apache 2 installer package provides an easy way to install the Apache 2 software onto your computer. This package includes the standard Apache 2 software distribution along with the standard compliment of modules, as well as mod_ssl (SSL Support), mod_auth_ldap, mod_cache, and mod_proxy.
- Apache 2 System Preferences Pane - The new Apache 2 system preferences pane provides an easy way to start, stop, or gracefully restart your Apache 2 web server right from the System Preferences application. No command line required. You can now also view log files, and edit the httpd.conf configuration file.
- Comprehensive Install Guide - The 9 page Install Guide covers the installation of every component of Complete Apache 2 in detail, including screenshots. The guide also covers the basic operation of the Apache 2 web server with either the System Preferences pane or the Terminal application.
- Apache 2 Manual - The complete Apache 2 Manual, as distributed by the Apache Software Foundation, is included in PDF format. This comprehensive manual covers every aspect of using and managing Apache 2.
Smisk 1.1.6
A simple, controlled by Python, high-performance and scalable web service framework written in C more>> A simple, controlled by Python, high-performance and scalable web service framework written in C
Because Smisk aims to be a platform for web service development, rather than just HTML web sites, the idea of a MVC takes a step further in terms of pragmatism and simplicity.
Smisk is capable of understanding and answering in many different languages, or formats, often removing the need for custom Views (templates).
Smisk is comprised of two major layers:
- Core layer: Includes basic functionality, like request parsing, I/O, session and response handling. The smisk core is native machine code for maximum performance. Some applications can be written directly against the core, as it provides all means necessary for small processes.
- MVC layer: This layer implements the classic Model-View-Controller paradigm. And here is where the similarities with other frameworks end. Smisk MVC is strictly REST-based, and can handle the presentation automatically. (Yup, thats the "V" in MVC).
Enhancements
- Handle requests with filename extensions which are actually not filename extensions but rather format-less but leet.haxxor kinda dot notation of the regular path component.
- Fixed 304 Not Modified response status not to set Location header nor include a message-body.
- smisk.util.main.daemonize() does no longer call exit hooks while detaching (calling os._exit instead of sys.exit in dead forks).
- Fixed bug in smisk.util.main.control_process_runloop() where signals where not correctly forwarded to children.
- When core fail to decode text data from user input (form data and query string) it will try to decode the text data using a fallback charset, defined by SMISK_FALLBACK_CHARSET in config.h, which is set to "ISO-8859-1" in accordance with HTTP 1.1 (RFC 2616), sect. 19.3 "Tolerant Applications".
- MVC applications respond with "400 Bad Request" when user input text can not be decoded using app.charset (or iso-8859-1 if app.tolerant is True).
- core.Application has a new boolean property "tolerant". When True (default) user input will be processed in a tolerant manner. I.e. if a query string encoded in iso-8859-1 is sent to an application with app.charset of utf-8, the query string will still be decoded using the HTTP 1.1 (RFC 2616) fallback encoding iso-8859-1, which is able do decode any byte. If tolerant where False, a UnicodeDecodeError would be raised.
- Static method core.URL.decompose_query() accepts a new boolean argument "tolerant" which if True, charset argument is set and can not be used to decode the first argument, causes decoding using the iso-8859-1 charset.
- mvc.Response have two new members: The property "charsets" which is a list of acceptable charsets. The method "accepts_charset" which return True if the first argument is acceptable according to the "charsets" list.
- MVC applications retain the content type used to find a valid serializer or template and uses that content type in the response, if appropriate. Previous behaviour was to send responses with the (per serializer or template) canonical content type.
CataLibs 0.1
CataLibs - AppleScript libraries that simplify many string-handling and XML-handling functions more>>
The syntax of the string function handlers is based on PHP.
The XML library allows you to create elements, add attributes to elements, add child nodes to elements and much more including XML parsing.
These libraries are completely open source and we hope you will contribute and re-distribute.
GPSdings 0.2
GPSdings is a Java command line tool for the manipulation and analysis of track and waypoint data recorded with a gps receiver more>>
GPSdings comprises the following applications:
gpxovl - Converts between GPX and OVL formats.
gpxkml - Converts GPX to KML.
googlemap - Converts GPX to Google Maps API Javascript.
exifloc - Determines the geolocation of digital camera pictures from a gps track.
trackanalyzer - Analyzes and plots gps tracks.
OpenSophie Reader 1.04
OpenSophie Reader is well designed as a comprehensible and user-friendly tool that is capable of creating networked documents without recourse to programming. more>>
OpenSophie Reader 1.04 is well designed as a comprehensible and user-friendly tool that is capable of creating networked documents without recourse to programming. There are word processors, video, audio and photo editors but no viable options for assembling the parts into a complex whole except tools like Flash which are expensive, hard to use, and often create documents with closed proprietary file formats. Sophie promises to open up the world of multimedia authoring to a wide range of creative people. Originally conceived as a standalone multimedia authoring tool, Sophie is now integrated into the Web 2.0 network.
Major Features:
- Sophie documents can be uploaded to a server and then streamed over the net
- It's possible to embed remote audio, video and graphic text files in the pages of Sophie documents meaning that the actual document that needs to be distributed might be only a few hundred kilobytes even if the book itself is comprised of hundreds of megabytes or even a few gigabytes.
- Sophie now has the ability to browse OKI (open knowledge initiative) repositories from within Sophie itself and then to embed objects from those repositories.
- Now have live dynamic text fields (similar to the Institute's CommentPress experiments on the web) such that a comment written in the margin is displayed immediately in every other copy of that book
- Anywhere in the world.
Parsec LAN-Test 0.99 (build 0197)
Parsec LAN-Test is a program presenting you the entire new universe. more>>
Parsec LAN-Test 0.99 (build 0197) is a program presenting you the entirely new universe. The core of Parsec will be a network of gameservers each responsible for a single galaxy comprised of several solar systems. All gameservers will be registered at the central Parsec masterserver from where you can select a specific gameserver for playing.
The basic unit of game play is a single solar system but you can jump from system to system as you like. There are no game sessions that have to be started explicitly. You can seamlessly join and unjoin a gameserver at any time. But beware! While you are peacefully exploring the universe everyone else will try to shoot you down to advance their position in the roster of all-time Parsec legends. If you want to become a legend yourself, you will have to eliminate a lot of other spacecraft and still prevail to collect the honor.
Gameservers (that is, galaxies) have their own dedicated position in the Parsec universe and are connected to nearby galaxies via stargates. The server transition involved in this jump is handled transparently by the masterserver and the involved gameservers.
MacSpice 2.10.19
Electronic circuit simulator and analyzer. more>>
MacSpice 2.10.19 brings you a powerful electronic circuit simulator and analyzer. It can range in complexity from a single resistor to an integrated circuit comprising tens-of-thousands of devices. It has users who range in experience from school-age enthusiasts to retired integrated circuit designers. It is used at various universities internationally for research and teaching.
Circuit simulation is a way of building and testing virtual models of electronic devices. It is usually cheaper and quicker to simulate a design than to build a prototype. MacSpice, like most circuit simulators, requires a text-file description of the circuit as input. This 'netlist' is a list of components and the nodes they connect to. Users may prepare netlists with a text editor, or derive them from a circuit diagram using a third-party schematic-capture application. MacSpice then builds a numerical model of the circuit and analyses this.
A command interpreter (shell) is used to specify the types of analyses that are required and how the results should be processed, saved or displayed. The high quality of the MacSpice command interpreter makes the automation of tasks straightforward.
Simulation is a tool, not a magic-wand. The quality of the results depends on the accuracy of the netlist and the device models use. Within Spice most devices are ideal - its resistor, for example, has just one property: resistance. A real resistor has parasitic inductance and capacitance; if these have a significant influence on the circuit, they must be added explicitly to the netlist.
Tech Database 2.4
Two databases for hardware info and images. more>>
One for hardware information and the second to store whatever images you choose to represent a given piece of hardware, (i.e. Laptops, CPUs, Modems, etc.) Printing reports has not yet been implemented in this version as I always find my exported data more useful than a printed report from FMPro.
lease feel free to alter this database to suit your needs. Then send the developer a copy!
Helix Server 6.1.4
Helix Server is created to be a versatile utility which provides Clients around the world simultaneous access to a Helix RADE collection (relational database) more>>
Helix Server 6.1.4 is created to be a versatile utility which provides Clients around the world simultaneous access to a Helix RADE collection (relational database). Helix RADE uses a proprietary graphical development environment that makes complex database programming possible, even for non-programmers. Helix Server makes those databases available (via TCP/IP) to workgroups of from 2 to 200 user with similar ease of use.
Major Features:
- Helix Client/Server is used to enable all the users in a workgroup to access collections created with RADE simultaneously and manipulate the data inside. Unlike file sharing, users may access all the same files at the same time with the only exception being that two or more users may not change the same record in a file at the same time (record locking).
- Comprised of Helix Server and Helix Client, this product allows any Helix Collection that is set up to operate in User Mode to run on a variety of network configurations.
- The software is sold according to the number of users simultaneously accessing an application. While Helix Client/Server can be operated without a dedicated server (i.e., computer), it is strongly recommended that one is used for optimal performance.
Requirements:
- Server (Intel): Macintosh OS X 10.5 and higher
- Server (PowerPC): Macintosh OS X 10.4 and higher
Quite Imposing 2.9
Quite Imposing is released as a simple yet effective plug-in for Adobes Acrobat 4.0 and 5.0, which comprises Quite Imposing and its sister product, Quite Imposing Plus. more>> <<less

MacSpice 3f5 2.10.15
Analyzes electronic circuits that can range in complexity from a single resistor to integrated circuits comprising tens-of-thousands of devices. more>> <<less
- Page: 1 of 2
- 1
- 2