Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.047.458 Times

Log Book Java freeware
Filter: All | Freeware | Demo
 

Log Book Java

< 1 2 3 4 5 > 
Added: June 10, 2010 | Visits: 1.373

Useful Java Application Components UJAC provides a collection of JAVA components which may be useful in some projects. Each component is designed for easy use, easy integration into existing projects, extensibility and last but not least efficiency. Whats New in This Release: Chart Module: - Moved common types into the...



Platforms: *nix

License: Freeware Size: 4.1 MB Download (101): Useful Java Application Components Download

Added: June 08, 2010 | Visits: 1.463

Simple Logging Facade for Java 1.1.0 Simple Logging Facade for Java also know as SLF4J is intended to serve as a simple facade for various logging APIs, allowing to the end-user to plug in the desired implementation at deployment time. Logging API implementations can either choose to implement the the SLF4J interfaces directly,...





Platforms: *nix

License: Freeware Size: 215.04 KB Download (136): Simple Logging Facade for Java 1.1.0 Download

Added: May 01, 2010 | Visits: 2.324

Ganymed SSH-2 for Java Build Ganymed SSH2 for Java is a library which implements the SSH-2 protocol in pure Java (tested on J2SE 1.4.2 and 5.0). Ganymed SSH2 for Java allows one to connect to SSH servers from within Java programs. It supports SSH sessions (remote command execution and shell access), local and remote port...


Platforms: *nix

License: Freeware Size: 471.04 KB Download (145): Ganymed SSH-2 for Java Build Download

Added: October 25, 2010 | Visits: 1.296

Java Unified Expression Language Java Unified Expression Language is an implementation of the unified expression language (EL) as specified by the JSP 2.1 standard (JSR-245). The javax.el.ExpressionFactory implementation is de.odysseus.el.ExpressionFactoryImpl: // create an expression factory javax.el.ExpressionFactory...


Platforms: *nix

License: Freeware Size: 235.52 KB Download (92): Java Unified Expression Language Download

Added: May 02, 2010 | Visits: 1.193

Parse::Java Parse::Java is a Perl module that acts like a parser for Java code. SYNOPSIS use Parse::Java; my $ast = Parse::Java->parse_file(MyClass.java); Parse::Java parses Java code into an Abstract Syntax Tree which can be used for many things like writing compilers and stuff. As this module is...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (114): Parse::Java Download

Added: October 12, 2010 | Visits: 1.494

Xgrid Agent for Java Xgrid Agent for Java is an agent for Apples Xgrid clustering protocol written entirely in Java. This makes multiple platform Xgrid clusters possible. Usage: usage: java -jar xgridagent.jar -r|host name mhz -r will resolve the controller via bonjour host is the address or hostname on the...


Platforms: *nix

License: Freeware Size: 2.2 MB Download (108): Xgrid Agent for Java Download

Added: August 05, 2010 | Visits: 1.009

Log::StdLog Log::StdLog is a Perl module with a simple log file via a special filehandle. SYNOPSIS use Log::StdLog { level => warn, file => "$0.log" }; # Messages at the same or a higher level are logged... print {*STDLOG} error => "This error message will be loggedn"; print {*STDLOG} warn => "This...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (94): Log::StdLog Download

Added: June 08, 2010 | Visits: 1.791

BNF for Java BNF for Java project is a parser/generator, or compiler-compiler. The parser reads your input text, or "terminals", specified by your BNF syntax. The parser features indefinate look-ahead and back-track. As the grammar parses your file, it builds a parse-tree which carries the content in the...


Platforms: *nix

License: Freeware Download (205): BNF for Java Download

Added: May 19, 2010 | Visits: 1.257

Java::Import::Design Java::Import::Design is the design of the Java::Import Module. MOTIVATIONS The original motivation for writing this module came out of a project I was working on during my previous employment. We had built a system in which a major part was implimented using EJBs on a J2EE server. In...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (94): Java::Import::Design Download

Added: March 07, 2010 | Visits: 1.010

Java::Import Java::Import is Perl module to use Java classes in Perl. SYNOPSIS use Java::Import qw( some.package.SomeClass ); my $instance = new some.package.SomeClass(); $instance->someMethod(); my $ret_val = some::package::SomeClass::someStaticMethod(); $ret_val->someMethod(); $ret_val2 =...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (93): Java::Import Download

Added: July 08, 2010 | Visits: 1.256

Puppet::Log Puppet::Log provides a log facility with an optional Tk display. This class implements a log facility with an optional Tk display. I .e once the class is created, you can log messages in it, but the Tk display does no need to be created at the same time. You may invoke later only when you...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (94): Puppet::Log Download

Added: November 14, 2010 | Visits: 965

Log::Dispatch::ToTk Log::Dispatch::ToTk provides class to redirect Log::Dispatch to Tk widgets. Most users will only need to use Log::Dispatch::TkText widget to have Log::Dispatch messages written on a text widget. For more fancy uses, this module can be used by a composite widget dedicated to handle...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (96): Log::Dispatch::ToTk Download

Added: August 22, 2010 | Visits: 1.091

Log::Dispatch::TkText Log::Dispatch::TkText provides a Text widget for Log::Dispatch. SYNOPSIS use Tk ; use Log::Dispatch; use Log::Dispatch::TkText ; my $dispatch = Log::Dispatch->new; my $mw = MainWindow-> new ; my $tklog = $mw->Scrolled(LogText, name => tk, min_level => debug); $tklog -> pack ; #...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (103): Log::Dispatch::TkText Download

Added: May 06, 2010 | Visits: 2.000

Java RSS Ticker 1.8.7 Beta Java RSS Ticker is a Java RSS and Atom Ticker/Aggregator/Reader. I had checked out a number of tickers that look pretty as they scroll etc., but took a lot of CPU cycles and cost money. I wanted a simple, OS independent, ticker so I wrote this one in Java..


Platforms: *nix

License: Freeware Size: 215.04 KB Download (197): Java RSS Ticker 1.8.7 Beta Download

Added: August 05, 2010 | Visits: 955

Log::Delimited Log::Delimited is a simple module to help log results. SYNOPSIS #!/usr/bin/perl -w use strict; use Log::Delimited; my $log = Log::Delimited->new({ log_cols => [url, step, elapsed], log_info => [http://slap.com/cgi-bin/slow_script, step 1, 99993.0923], })->log; $log->{log_info} =...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (94): Log::Delimited Download

Added: June 06, 2010 | Visits: 1.004

dtRdr::Book::ThoutBook_1_0 dtRdr::Book::ThoutBook_1_0 is a Perl module with the unpacked ThoutBook reader. SYNOPSIS mkdir foo cd foo unzip ../mybook.jar dotreader mybook.xml Class Methods identify_uri dtRdr::Book::ThoutBook_1_0->identify_uri($uri); Constructor new my $tbook =...


Platforms: *nix

License: Freeware Size: 2.8 MB Download (110): dtRdr::Book::ThoutBook_1_0 Download

Added: May 10, 2013 | Visits: 2.107

My Address Book My Address Book is a simple web-based contact manager that lets an individual or a family manage their contacts from anywhere. It also allows you to manage your Christmas list.The script is very easy to install, use and customize to suit your needs.


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (156): My Address Book Download

Added: October 11, 2010 | Visits: 817

Log::Localized Log::Localized is a Perl module to localize your logging. SYNOPSIS What you most probably want to do is something like: package Foo; use Log::Localized; sub bar { # this message will be displayed if method bars verbosity is >= 1 llog(1,"running bar()"); } # this message will be...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (87): Log::Localized Download

Added: July 13, 2010 | Visits: 1.363

Java Stencil Report Java Stencil Report is designed to write school reports in a fast way by a set of user-inserted sentences. The project has a small vector graphics editor to create a full customizable print model. Java Stencil Report is designed for schools, but can be used to write any kind of judgement. It does...


Platforms: *nix

License: Freeware Download (92): Java Stencil Report Download

Added: September 13, 2010 | Visits: 1.527

Java Gui Builder The Java Gui Builder program is designed to decouple the GUI building code from the rest of the application code, without hand-writing code. It allows one to describe the layout of windows and controls using an XML file. A full DTD was written to allow on-the-fly validation. Using an XML file...


Platforms: *nix

License: Freeware Size: 696.32 KB Download (120): Java Gui Builder Download

< 1 2 3 4 5 >