|
|||||||||||
|
[sffoundry java] February 24, 2003
From: <sffoundry-java-txt-mm-admin(at)newsfeed.osdn.com>
Date: Mon Feb 24 2003 - 04:48:03 EST OPEN SOURCE DEVELOPMENT NETWORK WEEKLY EDITION * NEWSLETTER February 24, 2003
SourceForge.net - Java Foundry
Sponsored by Thinkgeek
http://www.ThinkGeek.com/ #======= NEWS =======#
DVArchive v2.0 available
DVArchive allows you to turn your PC into a "Virtual ReplayTV" that can download shows and serve them back up to your ReplayTVs as well as automated schedules and the like. Homepage: http://dvarchive.sf.net A brief summary of new features: * Support for Replay 4xxx and 5xxx units; * New, efficiant/clean/single window interface; - Combined single window DVR Explorer; - Context sensitive menus (regular and popup); - Full Drag and Drop support; * Ability to store show files using the shows title (vs numbers) in your local guide; * New XML based guides (no more guide corruption); * Fixes to eliminate lockups; * Ability to remotely turn ReplayTV off (to free up time and speed up downloads); * Ability to edit ALL information about a show (including date/time, ratings, etc); * Periodic renegotiation of time offset (so that DVA keeps working even if your computers clock drifts over time - useful when DVA is left running all the time).
jrexx-Lab v1.0 released
jrexx-Lab, a GUI frontend to jrexx - automaton based regular expression API for java. Homepage: http://www.karneim.com/jrexxlab/ Features: * creation and editing of regular expressions (based on JREXX regex strings); * graphical representation of regular expressions as finite state automaton graphs; * testing environment for checking stepwise processing of input strings; * set operations on regular expressions (unify, intersect, substract, complement); * minimizing of automatons;
pcj v1.0 released
PCJ is a collections framework for primitive Java types. The framework supports all primitive types and includes bridges to the standard Java Collections Framework. Homepage: http://pcj.sf.net Changes: Support for JDK 1.3 Unmodifiable sets Unmodifiable lists Minor simplifications of the code With this first production version the API has stabilized and future versions will be backwards compatible. --Søren Bak
Jcola v0.01 beta released
JCola is an analogue of UNIX 'tail' command. This application can tail many files concurrently and is useful for those monitoring server or error logfiles in a production or development environment. JCola will run on Windows, Linux, and MAC OS, as long as the Java Virtual Machine is installed correctly. Homepage: http://jcola.sf.net This new version will remember recent files tailed, allows for skin changes, allows for setting changes, and positioning of frame windows. --royrusso
JCSC v0.94 released
JCSC is a highly configurable checking tool for your Java source code. It checks the compliance to a defineable coding standard like naming conventions and code structure. Also signs of bad coding, potential bugs are found. JCSC is inspired by lint. Homepage: http://sf.net/projects/jcsc/ The changes are: - All logged bugs have been fixed; - Two new rules have been added; - Ant task has two new properties 'startdate' and 'failvalue'; - UI has been improved; - has been optimized of Mac OS X; - various other improvements.
TOEJAM v2.9.9 released
TOEJAM is an acronym for Thoroughly Open Ended Java Answering Machine. It is a Java Answering Machine that uses a Voice Modem as the base of the IVR system. It has been running 24x7 at my home handling my phone calls and emailing me the messages. Currently supports US Robotics 56K Pro Msg but should work with USR Sportster as well. Other modems very easily supported. Homepage: http://sf.net/projects/toejam/ TOEJAM 2.9.9 cleans up all known issues. Please provide any and all feedback on this release.
JGraphpad v2.0.0 released
JGraph is the most powerful, lightweight, feature-rich, and thoroughly documented open-source graph component available for Java. It is accompanied by JGraphpad, the first free diagram editor for Java that offers XML, Drag and Drop and much more! Homepage: http://jgraph.sf.net This release contains bug fixes and changes.
SourceJammer v2.0.0 releases
SourceJammer is a source control and versioning system written in Java. It consists of a server-side component that maintains the files and version history, and handles check-in, check-out, etc. and other commands; and a client-side component that makes requests of the server and manages the files on the client-side file system. Homepage: http://sf.net/projects/sourcejammer/ Version 2.0.0 provides much faster client/server communication that previous versions. File upload and download are up to 4 times faster under v2.0.0. In addition, it introduces a number of significant new features, including a local/remote file sync view in the GUI client, automatically generated change lists, and an easy-to-use server installation script.
FormProc v1.2 released
FormProc is an open source Java library designed to make handling and validating forms easy. Forms are represented as objects which manage a collection of form elements. Submitted data can be validated through several mechanisms including regular expressions, BSF supported scripting languages and custom Java classes. Homepage: http://sf.net/projects/formproc/ This release includes the following changes: Added missing JavaDoc package comments. Converted to Apache Commons Logging for logging. Moved fields to top of code to follow Sun standards. Updated copyright date. Converted all tabs to 4 spaces. Modified build scripts to take advantage of newer Ant features. Updated log4j to version 1.2.7.
MARF v0.2 released
The objective of this project is to build a general framework for audio (voice, speech, and sound) analysis and recognition along with a sample application of its use. Homepage: http://sf.net/projects/marf/ MARF 0.2.0 - Our first release after project submission new API in MARF - train()/recognize() global Makefile build system Compilation Distros TrainingSet improvments new modules BandpassFilter MinkowskiDistance More or less functional NeuralNet "Random" feature extraction and classification MahalanobisDistance, particular case for identity matrix improved docs (a lot!) code robustness via exceptions and 'final' SpeakerIdentApp, 0.2.0 Incorporates changes to MARF New helpful options
BELTS v1.0 released
The Basic E-Learning Tool Set provides a basic set of tools for using and managing learning objects. Users can search and discover content, and set up classes (groups of users) and lessons (sequences of learning objects) for others to interact with. Homepage: http://sf.net/projects/belts/ This version of BELTS introduces the basic tools to use the learning objects published by The Learning Federation. It is intended that BELTS will be used in a number of pilot projects to evaluate the current functionality.
WidgetWeb v0.3.2 released
WidgetWeb(TM) is a framework for creating community-shared websites similar to wikis. These are websites where content and page composition can be edited via a web browser. It is built on a simple premise: components comprise a web page and components can be nested to create more complicated effects. This provides for easy browser-based editing. Homepage: http://sf.net/projects/widgetweb/ This release greatly simplifies the configuration file. The old configuration file will continue to work if desired.
ij-3D-toolkit v.0.3 released
The Image/J Plugins project is a source of custom plugins for the Image/J software package. Image/J is a public domain image processing and analysis program developed in Java. Homepage: http://ij-plugins.sf.net Version 0.3 of ij-3Dplugins brings primarily new set of plugins, VTK Filters, plus some bug fix and enhancements to existing plugins. Changes: * Set of plugins for direct access to native VTK 3D filters: anisotropic diffusion, Laplacian, median, erosion, dilation; * Connected threshold growing - improved GUI, support for 16 bit images; * 3D Toolkit plugins - better error detection; * Number of related API extensions; * ij.jar updated to 1.29x; * Cleaner build scripts; * Corrected problems with voxel calibration in VTK and MetaImage I/O.
Jacson v0.7 released
Provide a plugabble and configurable alternative to UNIX tools like grep, awk, tail, head, cut, sort, uniq or even some perl based scripts in a Java environment. A bit like what Apache Ant means to good old make. Homepage: http://sf.net/projects/jacson/ New Features: - FOP formatted output; - Logfile monitoring; - Updates, fixes and better docs in other places.
CILib v0.1 released
CILib (Computational Intelligence Library) is a framework for computational intelligence algorithms. This is the initial release which includes a basic simulation engine (for measuring algorithm performance), a number of particle swarm optimisers and some limited documentation. http://sf.net/projects/cilib/ #======= TOP TEN MOST ACTIVE =======#
99.9632%
Compiere ERP + CRM Business Solution
99.954%
Hibernate
99.9171%
JGraph
99.8803%
PCGen -- A Character Generator
99.8343%
MinGW - Minimalist GNU for Windows
99.8067%
jEdit
99.7883%
MegaMek
99.7699% PMD
99.7238%
JasperReports
99.7146%
SSHTools - Java SSH Solutions
99.7054%
XNap - java filesharing client
99.6594%
The Open For Business Project
99.6226%
Streamsicle
99.5121%
HSQL Database Engine
99.4661%
Liferay Enterprise Portal
99.3924%
CMU Sphinx
99.374%
Webmin
99.3096%
DrJava
99.2728%
DataVision
99.2636% #======= TOP TEN DOWNLOADS =======#
8147
JBoss.org
7339
TightVNC
3883
The Open For Business Project
3341
Firebird
2531
MinGW - Minimalist GNU for Windows
2187
jEdit
1496
jdictionary
1364
PCGen -- A Character Generator
902
OWASP Source Code Center
843 To unsubscribe - If you do not wish to subscribe to SourceForge.net Java Foundry, go to http://www.osdn.com/newsletters/unsubscribe.shtml Copyright (c)1999-2002 Open Source Development Network. All rights reserved. Received on Mon Feb 24 06:43:23 2003 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 13:29:04 EDT |
||||||||||
|
|||||||||||