imogen heap
Imogen Heap Yahoo! Widget Engine 1.1
Imogen Heap Yahoo! Widget Engine - Now you can have the latest news from www.imogenheap.co.uk right on your dashboard. more>> Imogen Heap Yahoo! Widget Engine - Now you can have the latest news from www.imogenheap.co.uk right on your dashboard.
This is the brand new Mac + PC compatible Yahoo! Widget for Imogen Heap fans everywhere. The rss feed for the widget is provided by www.imogenheap.co.uk.
System requirements:
- Yahoo! Widget Engine 3.0 or later
Event Sharing 1.4
Event Sharing is an effective way to create interactive rooms with multiple Macs: Move your mouse cursor off your local screen to control any other Mac in the room. more>>
Event Sharing 1.4 is an effective way to create interactive rooms with multiple Macs: Move your mouse cursor off your local screen to control any other Mac in the room. Keyboard input follows your mouse. Cut&paste text from one Mac to another using standard Cut&Paste commands. Drag a URL or local file onto a floating window, and make any other Mac in the room open it in its browser. To use Event Sharing, run an Event Heap Server (a Java application with a simple GUI, available at the same URL) on one Mac in your room.
General Edit Updater 1.1v2b8
Quadrivio General Edit is a tool for software engineers and others who deal with custom file formats more>> Quadrivio General Edit is a tool for software engineers and others who deal with custom file formats. It allows you to view, edit, and analyze data directly, and it can automatically check for out-of-range values. You define your file format with C-like statements; complex formats can be handled by the syntax. Also edits data in application heaps and memory handles.
Mac OS 9.0 or later, General Edit 1.0 or later.
Version 1.1v2b8 adds support for large files and volumes (> 2GB) under HFS Plus. Mac OS 9 required.
Count the Mail for Eudora 1.0
Count the Mail for Eudora - Counts stored emails in Eudora more>>
It also offers the option to copy this information to the clipboard. It will count mail in mailboxes buried many levels down through the mail folder hierarchy, limited only by the amount of system heap available.
Heap CRM Widget 2.3
Heap CRM Widget will help you search your CRM for messages, leads, opportunities, events, customers and contacts (people) more>> Guitar players dont like to admit it, but most of us play by sight instead of sound. Think about it, we all know what major scales look like, what a pentatonic looks like, but many of us cant hum or whistle either. When were transcribing, we often hunt for notes. Sometimes we cant even sing what were transcribing.
UGET is designed to train guitarists how to play by ear instead of by sight. UGET works by developing our relative pitch. Having good relative pitch means that given a starting note, you could play a complete melody after hearing it just a couple of times without hunting for notes. Now, just like anything else in music, some of us are going to be better at this than others. Some people dont need a tool like UGET because theyre born with that ability. For the rest of us, we have to work at it. Hard.<<less
RegexKit 0.6
RegexKit gives you a flexible and polished program which brings about an Objective-C framework for regular expressions. more>>
RegexKit 0.6 gives you a flexible and polished program which brings about an Objective-C framework for regular expressions.
Major Features:
- Support for Mac OS X Cocoa and GNUstep. Mac OS X 10.4 or later required.
- Mac OS X Universal Binary, including 64-bit support on Mac OS X 10.5.
- No sub-classing required. Seamlessly adds regular expression support to all NSArray, NSDictionary, NSSet, and NSString Foundation objects with a rich set of Objective-C category additions.
- Unicode enabled. Full Unicode support for NSString objects.
- Extensive, high quality documentation.
- Full source code with a BSD license.
- Uses the BSD licensed PCRE Perl Compatible Regular Expressions library for the regular expression engine.
- Tuned for high performance, including such features as:
- Caches the compiled form of the regular expression for speed.
- Multithreading safe, including multiple reader, single writer multithreaded access to the compiled regular expression cache.
- Makes minimal use of heap storage (ie, malloc() and free()), instead allocating most temporary buffer needs dynamically from the stack.
- Uses Core Foundation directly on Mac OS X for additional speed.
- Includes support for Mac OS X 10.5 Leopard:
- 64 bit support. Pre-built for ppc, ppc64, i386, and x86_64.
- Garbage Collection enabled. Complete support for Leopards Garbage Collection feature.
- Integrated Xcode 3.0 documentation. Get real time API information via the Research Assistant.
- Collection of instruments for Instruments.app.
- RegexKit specific DTrace probe points.
Enhancements:
- Upgraded to PCRE 7.6:
-
- Includes an important security related bug fix
- Preliminary support for internationalization, returning NSError objects
- The ability to evaluate multiple regular expressions in a collection concurrently on multiple threads, one per CPU.
Requirements:
- Mac OS X 10.4 or later
- Mac OS X 10.5 or later for ppc64 and x86_64 architecture support.
GCViewer 1.21
GCViewer is a free open source tool to visualize data produced by the Java VM options -verbose:gc and -Xloggc: more>>
Supported Formats
Sun JDK 1.4/1.5 with the options -Xloggc: [-XX:+PrintGCDetails]
Sun JDK 1.2.2/1.3.1/1.4 with the option -verbose:gc
IBM JDK 1.3.1/1.3.0/1.2.2 with the option -verbose:gc
Best results are achieved with: -Xloggc: -XX:+PrintGCDetails
Data Export
GCViewer can also export the data in CSV (comma separated values) format, which may easily be imported into spreadsheet applications for further processing.
Miscellaneous
GCViewer has been developed with J2SE 1.4 and is licensed under LGPL.
SQLite 2.8.16
SQLite - SQL database connection development library more>>
The distribution comes with a standalonecommand-line access program (sqlite) that can be used to administer anSQLite database and which serves as an example of how to use the SQLitelibrary.
SQLite is not a client library used to connect to a big databaseserver. SQLite is the server. The SQLite library reads and writesdirectly to and from the database files on disk.
SQLite is used by Mac OS X software such as NetNewsWire and SpamSieve.
When you download SQLite and build it on a stock Mac OS X system, thesqlite tool has a very primitive command-line editing facility. Thisbuild of sqlite uses the GNU readline library, which provides fancycommand-line editing (using, e.g. Emacs key bindings) as well as acommand history. Software built using the included libsqlite.a librarydoes not link with readline and thus is not tainted by the GPL.
Enhancements:
- Fix a bug that can lead to database corruption if there are two open connections to the same database and one connection does a VACUUM and the second makes some change to the database.
- Correctly handle quoted names in CREATE INDEX statements.
- Fix a naming conflict between sqlite.h and sqlite3.h.
- Avoid excess heap usage when copying expressions.
- Other minor bug fixes.
Inguma 0.1.0 R1
Testing and vulnerability discovery toolkit more>> Testing and vulnerability discovery toolkit
Inguma is a free penetration testing and vulnerability discovery toolkit entirely written in python.
Inguma includes modules to discover hosts, gather information about, fuzz targets, brute force usernames and passwords, exploits, and a disassembler.
Enhancements
- Added library libinformix. Supports connection establishment and command
- execution. Pure python code.
- Added a brute force module for Informix databases (bruteifx).
- Fixed bugs in the Sybases brute force module.
- Added an Informix SQLEXEC protocol fuzzer.
- Added liboracleinternals.py. Currently it just work for creating
- oracle password files (from version 8 to 11).
- Added module db2discover to discover IBM DB2 database servers.
- Added an information gather module for Informix database servers.
- Very (basic) initial support for RDP protocol format.
- Added support for fuzzing based on PCAP packets.
- Added a POC for the Sun Java Web Proxy Server heap overflow (fixed).
- Distributed Nikto database updated.
- Added basic support for Bluetooth and Wifi (Hugo).
- Added a frontend for Nmap (Hugo).
- Added libhexdump (Hugo).
- Added modules tcpproxy, hexdump and simple web server (Hugo).
- Changed format of OpenDis databases to SQLite format (use
- sdb=file.sqlite).
- Added OpenDis Binary Navigator.
GHC 6.10.1
Free and open source compiler for the functional language Haskell more>> Free and open source compiler for the functional language Haskell
GHC is a state-of-the-art, open source, compiler and interactive environment for the functional language Haskell.
NOTE: GHC is licensed and released under the The Glasgow Haskell Compiler License.
Main features:
- GHC supports the entire Haskell 98 language plus a wide variety of extensions.
- GHC generates fast code, particularly for concurrent programs. Why not take a look at GHCs performance on The Computer Language Shootout Bechmarks, and some comments on Haskell by the current organiser of the shootout, Brent Fulgham.
- GHC works on several platforms including Mac OS X, Windows and most varieties of Unix, and several different processor architectures. There are detailed instructions for porting GHC to a new platform.
- GHC has extensive optimisation capabilities, including inter-module optimisation.
- GHC compiles Haskell code either by using an intermediate C compiler (GCC), or by generating native code on some platforms. The interactive environment compiles Haskell to bytecode, and supports execution of mixed bytecode/compiled programs.
- Profiling is supported, both by time/allocation and various kinds of heap profiling.
- GHC comes with a wide range of libraries.
System requirements:
- Apples Xcode (for compiling the distribution)
TotalView 8.7.0
TotalView is a program useful for applications written for simulation and modeling, special effects, finance, telecommunications, scientific analysis, animation, biotechnology and many other fields. more>>
TotalView 8.7.0 is a program useful for applications written for simulation and modeling, special effects, finance, telecommunications, scientific analysis, animation, biotechnology and many other fields. Etnus TotalView leverages more than 19 years of continuous product development to maintain its clear leadership position.
Available on Linux, UNIX and Mac OS X, TotalView supports threads, MPI, OpenMP, C/C++, and Fortran, plus mixed-language codes. Advanced features like on-demand memory leak detection, other heap allocation debugging features, and Standard Template Library Viewer (STLView) are not found in average debuggers, and make debugging a breeze. Unique features like dive, a wide variety of breakpoints, the Message Queue Graph/Visualizer, powerful data analysis, and control at the thread level give you the power you need to solve tough problems.
BleakHouse 4.1.1
Open source library for finding memory leaks in your applications more>> Open source library for finding memory leaks in your applications
BleakHouse is a free and open source Ruby library that will help developers to easily find memory leaks in their applications.
Main features:>
- leak-proof C instrumentation
- minimal impact on runtime performance
- fast analysis step
- tracks all objects allocated on the heap, including internal types like T_NODE
- easy integration into any program, not just Rails
Email Cloaker 1.0
Email Cloaker - Encode your email address to help prevent it from being picked up by spambots more>> Email Cloaker - Encode your email address to help prevent it from being picked up by spambots
Just like Google scrapes the web indexing everything, spambots are computers that search the net for email adresses so the evildoers can spam you. Pretty uncool, huh?
You can protect yourself against these malicious bots - for example, by encoding your email address every time you put it somewhere on your web site.
There are several encoding methods, and the Email Cloaker provides two.
Both HTML and Javascript encoding offer some protection, but the latter should make it even harder for spambots.
NOTE that these methods are NOT waterproof. In fact its not difficult to teach a spambot to decode the address again, but the Email Cloaker should protect you against a whole lot of them.
You should also note that if your address has been picked up by spambots and you?re getting heaps of spam, encoding your address will not have any reverse effect.
Enhancements
- New gui and several bugfixes.
Apache Lucene 2.2.0
Apache Lucene is a high-performance, full-featured text search engine library written entirely in Java more>>
Apache Lucene is a technology suitable for almost any application that requires full-text search, especially cross-platform.
Main features:
- Scalable, High-Performance Indexing
- over 20MB/minute on Pentium M 1.5GHz
- small RAM requirements -- only 1MB heap
- incremental indexing as fast as batch indexing
- index size roughly 20-30% the size of text indexed
- Powerful, Accurate and Efficient Search Algorithms
- ranked searching -- best results returned first
- many powerful query types: phrase queries, wildcard queries, proximity queries, range queries and more
- fielded searching (e.g., title, author, contents)
- date-range searching
- sorting by any field
- multiple-index searching with merged results
- allows simultaneous update and searching
- Cross-Platform Solution
- Available as Open Source software under the Apache License which lets you use Lucene in both commercial and Open Source programs
- 100%-pure Java
- Implementations in other programming languages available that are index-compatible
- Page: 1 of 2
- 1
- 2
