key value
val4key 0.2
val4key - Grab info from plist files more>>
Example usage would be grabbing build information from plist files and integrating into a post-processing script.
Type val4key at the command line for usage.
Poker Game mini 1.0
Poker Game mini - Video poker with a mathematical twist more>>
Since order is important, Poker Game mini allows the player to rearrange the cards in a hand, which can vastly improve (or utterly destroy) the hands value. For instance, reordering cards in the hand with the largest possible value (223,080) gives a hand with value 13.
Poker Game minis Hard Mode locks held cards in place after a redeal, limiting the players ability to take advantage of (or minimize the damage from) new cards coming to the hand.
ValueConverter 1.0.3
ValueConverter - Convert between various values and number bases more>>
- signed long (4 bytes, decimal)
- unsigned long (4 bytes, hexadecimal, decimal, octal, binary)
- signed short (decimal)
- signed byte (decimal)
- four-char-code (4 characters, 2 characters, 1 character)
- bit field (up to four bytes as checkboxes
If youve used Resorcerers value converter, you should have an idea what this app does.
Tango Palette 1.0
Tango Palette - A Dashoboard widget for all Tango Desktop Project colors fans! more>>
Click on color box will copy hex value (without #, useful for ex. Photoshop) into the clipboard. Enjoy!
Decimal 1.2
Decimal - translates IP into decimal representation more>>
Simply enter a value on the left, click convert and the result should appear on the right.
Epochsy 1.0
Epochsy - Convert RA/Dec coordinates between epochs more>>
Epochsy is Freeware. Use it at your own risk. If you would like to support my astronomy obsess..., er hobby, and feel this application has some value to you, I always gratefully accept donations.
Oracle Berkeley DB Java Edition 3.3.82
High performance transactional storage engine. more>> High performance transactional storage engine.
Oracle Berkeley DB Java Edition is a high performance, transactional storage engine written entirely in Java. Like the highly successful Berkeley DB product, Berkeley DB Java Edition executes in the address space of the application, without the overhead of client/server communication.
It stores data in the applications native format, so no runtime data translation is required. Berkeley DB Java Edition supports full ACID transactions and recovery. It provides an easy-to-use, programmatic interface, allowing developers to store and retrieve information quickly, simply and reliably.
Main features:
- Local, in-process data storage.
- Schema-neutral, application native data storage.
- Keyed and sequential data retrieval.
- Easy-to-use Java Collections API.
- Persistence API for accessing Java objects.
- Single process, multi-threading model.
- Record level locking for high concurrency.
- Support for secondary indexes.
- In-memory, on disk or both.
- Configurable background cleaner threads re-organize data and optimize disk use.
- Full ACID compliance.
- Selectable isolation levels and durability guarantees, configurable on a per-transaction basis.
- Managed transactions using the Java Transaction API (JTA).
- J2EE application server integration using J2EE Connector Architecture(JCA).
- Provides support for monitoring, auditing and administration using the Java Management Extensions (JMX).
- Catastrophic and routine failure recovery modes.
- Timeout based deadlock detection.
- Hot and cold backups, log file compaction, and full database dumps.
- 100% pure Java for portability and ease of development.
- Single JAR file - easy to install, runs in the same JVM as the application.
- Java 1.4.2 or later Standard Edition JVM required.
- Programmatic administration and management-zero human administration.
- API for routine administrative functions.
- Small footprint 772KB.
- Scalable to terabytes of data, millions of records.
- Source code, test suite included.
System requirements:
-
Enhancements
- Fix a bug that somtimes causes two log cleaner threads (when multiple threads are configured or multiple app threads call Environment.cleanLog) to select the same file to clean. This can result in two attempts to delete the log file after cleaning. The second attempt causes an exception to be traced repeatedly, but no other side effect. The problem is transient and goes away if the Environment is closed and re-opened. An example of the exception is below. The symptom is that this exception occurs repeatedly, and the file is not present.
- Fix a bug that could cause a LogFileNotFoundException when using an XAEnvironment, if a prepared transaction is not ended prior to a crash and then the prepared transaction is aborted after recovering from a crash. [#17022] (3.3.79)
- Fix a bug that prevented deferred-write record deletions from being made durable by Database.sync, if a crash occurs after Database.sync but prior to the next checkpoint. Under rare circumstances this could also result in a LogFileNotFoundException later when accessing the deleted entry. [#16864] (3.3.78)
- Fix a bug that prevents log cleaning from functioning properly when a temporary DB (DatabaseConfig.setTemporary) is large enough to overflow the JE cache. Also fix a bug that could in rare cirumstances cause an endless loop while performing log cleaning. [#16928] (3.3.78)
- Fix a bug that caused an infinite loop under certain timing dependent circumstances when using EnvironmentConfig.setSharedCache(true). This bug was reported in two different forum posts. Thanks to Kevin Jackson and Vyacheslav Lukianov for reporting it! [#16882] (3.3.78)
- Improve output of partial information in DatabaseEntry.toString. Thanks to archie172 for reporting this on OTN. [#16929] (3.3.78)
- Fix a bug in SecondaryCursor.dup that required the cursor to be initialized. This method, like Cursor.dup, may now be called whether the cursor is initialized or not. Thanks to archie172 for reporting this on OTN. [#16930] (3.3.78)
- Fix a bug that caused NullPointerException when opening an XAEnvironment under certain circumstances, when prepared but uncommitted transactions are present in the JE log and must be replayed during recovery. This bug was reported on the OTN forum by Matthieu Bentot -- thank you Matthieu! An example of the stack trace is below.
- Fix a bug that caused LogFileNotFoundException in rare circumstances for an Environment having one or more Databases configured for duplicates (or one or more SecondaryIndexes with MANY_TO_XXX relationships). The bug only occurs when a single secondary/duplicate key value is associated with a large number of records/entities; specifically, the sub-Btree for a single duplicate key value must have at least 3 levels. [#16712] (3.3.76)
- Fix a bug that caused BufferOverflowException while writing transactional records. This could occur if multiple threads were writing to an environment while using the same Transaction. [#17204]
- Direct Persistence Layer (DPL), Collections and Bind packages - Fix a bug that causes the EvolveStats returned by EntityStore.evolve to contain zeros, even when entities are evolved and written, when no EvolveListener is configured. Thanks to jhalex on OTN for reporting this. [#17024] (3.3.78)
Massively Parallel PO Editor 0.0.2
A simple text editor for editing multiple language files in parallel more>> A simple text editor for editing multiple language files in parallel
Massively Parallel PO Editor is a simple text editor for editing multiple language files in parallel.
Corresponding translations are automatically highlighted in order to aid reviewing against multiple sources. Supports gettext PO and key = value format. Highly recommended for the polyglots.
System requirements:
-
Enhancements
- The Second Experimental Release Simple text editor for editing multiple gettext PO files or key=value files in parallel, scrolling through corresponding reference keys automatically. Purpose of the program is to help reviewing existing translations comparing them to other translations. Jar created with Fat Jar (http://fjep.sourceforge.net/) Java must be installed to run (http://java.com/en/download/manual.jsp) More information: http://sourceforge.net/projects/mp-poedit/ TODO
- More extensive comparison methods
- Adding of entries from open model files
- Smarter highlighting -- better hightlighting when moving up with cursor???!
- highlighting PO elements?
- File open dialogs?
- Some kind of report of differences?
BMI Calculator Widget 1.0.1
BMI Calculator Widget - Calculates the BMI value for a given height and weight more>>
From the CDC website: BMI stands for Body Mass Index. It is a number that shows body weight adjusted for height. BMI can be calculated with simple math using inches and pounds or meters and kilograms. For adults aged 20 years or older, BMI falls into one of these categories: underweight, normal, overweight, or obese.
Enhancements:
- Fixed bug when pressing return.
- Added live updating when changing values.
Rootkit Hunter 1.3.4
Scanning tool to ensure you that youre clean of nasty tools more>> Scanning tool to ensure you that youre clean of nasty tools
Rootkit Hunter is a free and open source tool that scans your system for backdoors, rootkits, and local exploits by running tests like:
- MD5 hash compare
- Look for default files used by rootkits
- Wrong file permissions for binaries
- Look for suspected strings in LKM and KLD modules
- Look for hidden files
- Optional scan within plaintext and binary files
Enhancements
New:
- Added IntoXonia-NG rootkit check.
- Added Vampire rootkit check.
- Added support for TCB shadow files.
- Added Phalanx2 rootkit check.
Changes:
- The MAIL-ON-WARNING option must now exist in the configuration file. This avoids it being accidentally misspelt, and rkhunter then not notifying the user of any warnings.
- The DBDIR directory can now be read-only, after installation, provided that neither of the --propupd or --update options are specified, and that the --versioncheck option is not specified if ROTATE_MIRRORS is set to 1 in the configuration file.
- Renamed the cron job file created by the RPM spec file from 01-rkhunter to rkhunter. This will then run rkhunter after a prelink cron job (if one exists), and avoid some of the run prelink errors.
- The system startup file and directory tests have now been merged. The configuration file options LOCAL_RC_PATH and SYSTEM_RC_DIR have been replaced by the STARTUP_PATHS option, but, for compatability, they will still be recognised.
- The ALLOWPROCDELFILE configuration option, used to whitelist specific processes from the deleted files test, can now be followed by a colon-separated list of pathnames. The given process will then only be whitelisted if it is using one of the given pathnames.
- The --propupd option can now take an optional file, directory or package name after it. The argument can be a list of names. When used, then only the given file names will be updated in the rkhunter.dat file. Hopefully this will make things a bit quicker on slower machines. See the man page for more details. If using a package manager, then you must run rkhunter --propupd first.
- The Linux os_specific test has now been split into two separate tests - loaded_modules and avail_modules. The tests, however, are the same as before, they check the currently loaded kernel modules and the names of the available modules. A new configuration file option has been added, called MODULES_DIR, so that users can specify which directory, and sub-directories, are checked for bad module names, should rkhunter be unable to work out the correct location.
- The pathname of the debug file, if used, is now written to the log file.
Bugfixes:
- Cater for when ROOTDIR is explicitly set to /.
- Added an infinite loop check to the readlink.sh supplied scriptonly 64 levels of symbolic links are allowed now. Also cater better for top-level names and links, and file names with spaces.
- Improved the rsyslog remote logging check.
- The wrong error message was shown if the English (en) language file was missing.
- The hidden files and directories check wasnt checking for directories!
- Improved the O/S name detection. Previously the lsb-release file would have preference to any other file. This could result in some gibberish being given as the O/S name, rather than continuing to look for other release files. This has now been fixed.
- The tests against the SSH configuration file now accept the key/value pair to be separated by an equals sign as well as spaces and/or tabs.
- The file properties inode check did not work correctly when used on non-prelinked systems with the RPM package manager. The test is now only performed when prelinking is not being used, and the inode data is always obtained from the disk. This is a partial fix, as the test should run for scripts regardless of whether prelinking is used or not.
- The debug file is now created with a random name, and the file permissions are set to 600.
QuickPicker 1
QuickPicker is designed as a convenient software with an aim to save the color you picked to the clipboard in Hexadecimal value (html). more>>
QuickPicker 1 is designed as a convenient software with an aim to save the color you picked to the clipboard in Hexadecimal value (html). The quickest way to pick a color, quicker then the regular OSX panel. It only uses the screen picker control of the regular panel. It's very handy as a dock tool or as a Finder window toolbar item.
Requirements: Mac OS X 10.2
Hexpionage 1.0
Covert RGB colors to Hex (web) values. more>>
Drag a swatch over another, drag it to the desktop to create a text clipping of its Hex value, or drag it straight into your text editor. Even control-click swatches/windows for more options such as copy "text=#000000" to your clipboard.
InterChange 1.0
InterChange - Monetary, Metric converter more>>
If you dont wish work with "pesetas" and "euros", click on Preferences and change the units and their value.
Completly freeware.
HeXacolor 2.5.1
HeXacolor brings you a free tool allowing you to easily convert any color value to websafe Hex even pantone (POCE required) or CMYK values. more>>
HeXacolor 2.5.1 brings you a free tool allowing you to easily convert any color value to websafe Hex even pantone (POCE required) or CMYK values. Allows you to compare side by side your original color and the websafe one. Also converts those RGB% colors to RGB 0-255 values.
SCal 5.0
SCal - universal musical value calculator more>>