Simple Project List Software Map

OS Independent
11957 projects in result set
LastUpdate: 2014-04-27 17:07

PMD

PMD is a Java source code analyzer. It finds unused variables, empty catch blocks, unnecessary object creation, and more. It includes CPD, a tool to detect chunks of identical code.

LastUpdate: 2011-05-07 05:27

WikkaWiki

WikkaWiki is a lightweight and flexible wiki engine allowing easy management of Websites, in particular collective Web-based projects: it provides an intuitive interface for modifying page content, tracking and comparing revisions made by single users, and setting user access privileges. It features W3 compliant XHTML and CSS output, several text formatting options, categories, a GUI for editing pages, support for images, tables, Flash objects, RSS feeds, FreeMind maps, advanced Access Control List management, referrers management, and text search functions. Designed for easy customizability, it aims at keeping its core as light as possible while maintaining an architecture that supports extensibility through plugin modules.

LastUpdate: 2014-03-18 22:57

JSch

JSch is a pure Java implementation of SSH2. It allows you to connect to an sshd server and use port forwarding, X11 forwarding, file transfer, etc. You can integrate its functionality into your own Java programs.

LastUpdate: 2014-06-04 22:48

Nag

Nag is a Web-based application built upon the Horde Application Framework that provides a simple, clean interface for managing online task lists (i.e. TODO lists). It includes strong integration with the other Horde applications and offers shared task lists.

LastUpdate: 2014-05-27 07:15

RESTClient

RESTClient is a Java Swing application to test RESTful Web services.

LastUpdate: 2014-05-26 21:48

Camera Life

Camera Life is a system for cataloging your photo
collection. It gives users the ability to search
or browse your archive in intuitive ways, with an
attention to powerful administrative functions.
Photos can be stored locally, on a remote server,
on Amazon S3, or on Flickr. The theme and icons
can be easily customized. It is compatible with
the Gallery Remote API (so you can upload with
iPhoto, Digikam, and Java). It is RSS enabled,
supports microformats and OpenSearch, and has a
special version of the site for iPhone/iPod touch.
AJAX is used to optimize the site as necessary.

(Machine Translation)
LastUpdate: 2013-10-10 00:51

Data Crow

Data Crow is a movie, video, book, image, software, and music cataloger/media manager. Data Crow uses MusicBrainz, Amazon, IMDb, and many other Web services to retrieve the information for you. It is highly customizable, easy to use, and feature rich. It helps you to keep track of your loans, allows you to create reports, enables you to create your own modules (using wizards) and, most importantly, enables you to easily manage all your collections.

(Machine Translation)
LastUpdate: 2009-10-28 23:02

TinyMCE

TinyMCE is a platform-independent, Web-based, Javascript HTML WYSIWYG editor control. Its main features include theme/template support, language support, and plugin extensions.

LastUpdate: 2014-06-14 03:53

schily

The "Schily" Tool Box is a set of tools written or
managed by Jörg Schilling. It includes programs
like: cdrecord, cdda2wav, readcd, mkisofs, smake,
bsh, btcflash, calc, calltree, change, compare,
count, cpp (K&R original), devdump, hdump, isodebug, isodump, isoinfo, isovfy, label, mt, p, patch, sccs, scgcheck, scpio, sdd, sfind, sformat, smake, sh (Bourne Shell), star, star_sym, suntar, gnutar, tartest, termcap, and ved.

(Machine Translation)
LastUpdate: 2008-09-25 07:17

Portal Application Laboratory

We are developing and introducing general-purpose portal applications based on the standard of JSR-168 Java Portlet API. To realize you can build homepages using many useful applications with portal server, and to popularize that is the mission of us.

라이센스: Apache Software License
자연 언어: Japanese
운영 체제: OS Independent
프로그래밍 언어: Java, JavaScript, Other
User Interface: Web Environment
Register Date: 2005-10-27 17:52
LastUpdate: 2014-03-16 20:55

FFTW

FFTW is a fast C FFT library. It includes complex, real, symmetric, multidimensional, and parallel transforms, and can handle arbitrary array sizes efficiently.It is typically faster than other freely available FFT implementations, and is even competitive with vendor-tuned libraries (benchmarks are available at the homepage). To achieve this performance, it uses novel code generation and runtime self optimization techniques (along with many other tricks).

LastUpdate: 2009-07-20 08:35

NASM - The Netwide Assembler

NASM is an 80x86 assembler designed for portability and modularity. It supports a range of object file formats including Linux a.out and ELF, COFF, Microsoft 16-bit OBJ, Win32/64, and Apple Mach-O. It will also output plain binary files. Its syntax is designed to be simple and easy to understand, similar to Intel's but less complex. It supports all currently known opcodes, and has advanced macro capability. It includes a disassembler as well.

LastUpdate: 2014-06-04 22:47

Expect-lite

expect-lite is an quick and easy command line automation tool. Written in expect, it is designed to directly map an interactive terminal session into an automation script. expect-lite scripts use special character(s) at the beginning of each line to indicate the action. Basic expect-lite scripts can be created by simply cutting and pasting text from a terminal window into a script, and adding '>' '<' characters. No knowledge of expect is required. Expect-lite is targeted at the verification testing environment, and will produce a Pass/Fail result at the end of the script. However, its use is not limited to this environment. It includes a powerful debugger with breakpoints, step/skip, and the ability to copy/paste expect-lite lines right into a running script.

LastUpdate: 2014-04-08 23:19

newLISP

newLISP is a Lisp-like, general-purpose scripting language. It has all the magic of traditional Lisp, but is easier to learn and use. newLISP is friendly, fast, and small. Most of the functions you will ever need are already built in.

LastUpdate: 2007-06-06 05:57

expat

Expat is a fast, non-validating, stream-oriented XML parsing library.