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.477.934 Times

Calendar Code Java freeware
Filter: All | Freeware | Demo
 

Calendar Code Java

< 1 2 3 4 5 > 
Added: May 10, 2013 | Visits: 712

PMD Code Analyzer PMD is a Java source code analyzer. It finds unused variables, empty catch blocks, unnecessary object creation, and so forth.PMD scans Java source code and looks for potential problems like: - Possible bugs - empty try/catch/finally/switch statements - Dead code - unused local variables,... Platforms: Windows, Mac, *nix, Java, BSD Solaris

License: Freeware Download (53): PMD Code Analyzer Download

Added: April 03, 2006 | Visits: 4.558

Java Code Export Looking for a simple and fast way to indent and export your Java code into various file formats? Look no further than Java Code Export, a unique and easy to use software to quickly and easily reindent, export (10+ formats supported) and print your Java documents, convert them to PDF, RTF, images... Platforms: Windows

License: Freeware Size: 1.89 MB Download (370): Java Code Export Download

Added: May 02, 2010 | Visits: 1.199

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: May 13, 2010 | Visits: 888

Faster Java Serialization Faster Java Serializations goal of the project is to enable faster serialization by generating bytecodes on the fly to serialize objects. When an object is serialized, its class is inspected and a class that implements the Serializer interface is generated. This class is tailor made to... Platforms: *nix

License: Freeware Size: 1.1 MB Download (96): Faster Java Serialization Download

Added: October 21, 2010 | Visits: 2.543

BORG Calendar and Task Tracker BORG is a combination calendar and task tracking system. The calendar supports simple todos. The Task Tracker goes way beyond todos. BORG is basically meant to be a small self-contained Java application that you can run locally. Many users run BORG Calendar and Task Tracker from a thumb drive.... Platforms: *nix

License: Freeware Size: 3.7 MB Download (198): BORG Calendar and Task Tracker Download

Added: November 03, 2010 | Visits: 1.465

File::Comments::Plugin::Java File::Comments::Plugin::Java is a Perl plugin to detect comments in Java source code. SYNOPSIS use File::Comments::Plugin::Java; File::Comments::Plugin::Java is a plugin for the File::Comments framework. Both /* ... */ and // style comments are recognized. This is not a full-blown C... Platforms: *nix

License: Freeware Size: 12.29 KB Download (143): File::Comments::Plugin::Java Download

Added: August 26, 2010 | Visits: 929

Unimaginatively-named Calendar Unimaginatively-named Calendar project began out of frustration with other web-based calendar tools inability to display a readable calendar format. Unimaginatively-named Calendar was very much a project to "scratch an itch" -- to meet an immediate need that the author had. Since then, it has... Platforms: *nix

License: Freeware Size: 1.9 MB Download (102): Unimaginatively-named Calendar Download

Added: February 01, 2010 | Visits: 1.049

Java for C++ Java for C++ is a tool to generate C++-wrapper-classes for existing Java-classes. This tool reads a list of Java class names and creates source code for C++-classes to wrap them. The implementation of the wrapper classes uses JNI (Java Native Interface) to call the "real" Java classes. The... Platforms: *nix

License: Freeware Size: 44.03 KB Download (105): Java for C++ Download

Released: October 17, 2012  |  Added: October 17, 2012 | Visits: 1.833

VB Source Code Controls Visual Basic Source Code that demonstrates how to make VB Controls by using a Picturebox and pure VB Code. Current Visual Basic Components include: Scheduler Source Code, Calendar Source Code, Clock Source Code, Slider Source Code, Scheduling Program and a Free Visual Basic source code control... Platforms: All

License: Freeware Size: 153.6 KB Download (117): VB Source Code Controls Download

Released: July 15, 2012  |  Added: July 15, 2012 | Visits: 1.014

Universal Code Lines Counter A fast and easy tool for counting source code, blank and comment lines of software projects for many programming/script languages. With this application you get a detailed report (as table and additionally as graphic) about the source code of your software project. It counts not only source code... Platforms: Windows

License: Freeware Size: 3.88 MB Download (66): Universal Code Lines Counter Download

Released: September 10, 2012  |  Added: September 10, 2012 | Visits: 665

SQL to Java Code Generator SQL2JAVA is a SIMPLE, PRAGMATIC and POWERFUL code GENERATOR.It maps any relational schema to a java API dedicated to access your database schema. It supports Oracle, SQLServer, PostgreSQL, MySQL, Sybase, HSQL, etc...2 minutes to install/try... Platforms: Windows, Mac, Linux

License: Freeware Size: 3.65 MB Download (49): SQL to Java Code Generator Download

Released: May 01, 2001  |  Added: April 18, 2006 | Visits: 3.370

Mihov Code View A program for quick browsing through text files, source code and initialisation files Platforms: Windows

License: Freeware Size: 142 KB Download (171): Mihov Code View Download

Added: April 10, 2006 | Visits: 4.301

Apycom Java Menu Applets Apycom Java Menu Applets is a collection of highly configurable java applets that allows you to create cross-browser drop down menus, bars, and buttons for your Website. These applets provide feature-rich, fast-loading menu navigation systems to make it easy for your visitors to find their way... Platforms: Windows

License: Freeware Size: 985 KB Download (272): Apycom Java Menu Applets Download

Added: August 08, 2013 | Visits: 5.679

Html Code Convert HTML Code Convert helps speed up the conversion of HTML code into different format including Java Script, JavaServer Pages, Microsoft ASP, PHP, Perl, and the UNIX Shell. It is particularly useful in CGI scripting. Platforms: *nix

License: Freeware Size: 194.56 KB Download (687): Html Code Convert Download

Added: August 14, 2008 | Visits: 1.013

Java editor Java editor allows you to edit java code, compile, view errors, run application or applet and much more. Platforms: Windows

License: Freeware Size: 263 KB Download (134): Java editor Download

Added: August 11, 2008 | Visits: 1.518

Lunar Calendar 2006-2008 Lunar Calendar 2006 - 2008 is a Java program (run it by double-clicking the file) that displays the Lunar Phase, Moon Sign and Void-of-Course periods for any day in 2006 - 2008. Platforms: JRE 1.4

License: Freeware Size: 28 KB Download (523): Lunar Calendar 2006-2008 Download

Added: February 11, 2010 | Visits: 971

Java::JCR::Exception Java::JCR::Exception is a Perl wrapper for repository exceptions. SYNOPSIS eval { my $node = $root->add_node(foo, nt:unstructured); }; if ($@) { print STDERR "Failed to add node foo: $@n"; } This class is used to make the exceptions thrown from the Java code work more nicely in Perl.... Platforms: *nix

License: Freeware Size: 48.13 KB Download (94): Java::JCR::Exception Download

Added: June 10, 2010 | Visits: 1.381

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.474

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: September 03, 2010 | Visits: 2.103

k5n Desktop Calendar k5n Desktop Calendar (k5nCal, for short) application is a calendar application for your desktop. It shares features with applications like Apple iCal and Microsoft Outlook, but it is open source. This project is built upon Java Calendar Tools, and all data is stored in RFC 2445 iCalendar... Platforms: *nix

License: Freeware Size: 778.24 KB Download (173): k5n Desktop Calendar Download

< 1 2 3 4 5 >