Simple Project List Software Map

2277 projects in result set
Última actualización: 2012-12-04 06:56

Ample SDK

Ample SDK is a standards-based cross-browser JavaScript UI framework for building Rich Internet Applications running in a Web browser. It employs XML technologies (such as XUL, SVG, and HTML5) for UI layout, CSS for UI style, and JavaScript with DOM or jQuery APIs for application logic client-side. Ample SDK equalizes browsers and brings technology support to those missing any. The componentization model built into the core of the framework allows prototyping existing UI elements and creating new ones.

(Machine Translation)
Última actualización: 2014-05-05 22:44

Citrus Testframework

Citrus is a test framework written in Java that enables automated integration testing of message-based enterprise SOA applications. The tool can easily simulate surrounding systems across various transports and protocols (e.g. JMS, SOAP WebServices, HTTP, TCP/IP, etc.) in order to perform end-to-end use case testing. Citrus provides strong validation mechanisms for XML message contents and allows you to build complex testing logic such as sending and receiving messages, database validation, automatic retries, variable definitions, dynamic message contents, error simulation, and many more.

(Machine Translation)
Última actualización: 2013-07-16 12:42

Ding Framework

Ding is a PHP framework that provides dependency injection (by Setter, Constructor, and Method), Aspect Oriented Programming, XML, YAML, Events support, and some JSR 250/330 annotations as bean definition providers, lightweight, can be deployed as a PHAR file, simple, and quick MVC, syslog, TCP client and server with non-blocking sockets, timers, and custom error, signal, and exception handling, PAGI integration (for the Asterisk gateway interface), and PAMI integration (for Asterisk management). It is similar to Java's Seasar and Spring.

Última actualización: 2014-03-25 23:43

OpenNetHome

OpenNetHome is a home automation software project with a focus on being able to mix different technologies. It currently supports a number of different RF transceivers for controlling remote switches and receiving temperature and moisture data. It also supports Philips Hue lights. Its user interface is Web based, but all features are also accessible via a TCP/IP interface. It supports plugins for new features but also for new protocol encoders/decoders. Also included is a signal analyzer tool for reverse engineering new RF protocols.

(Machine Translation)
Última actualización: 2014-02-19 23:32

The Open Toolkit library

The Open Toolkit library (OpenTK) is a set of advanced cross-platform bindings to OpenGL, OpenCL, and OpenAL for C# and other Mono/.Net languages. It can be used standalone (in the spirit of GLFW or SDL) or integrated into GTK# and WinForms applications.

Última actualización: 2012-11-05 00:21

cb2Bib

The cb2Bib is a tool for rapidly extracting bibliographic references from email alerts, journal Web pages, and PDF files. It facilitates the capture of single references from unformatted and non standard sources. Output references are written in BibTeX. Article files can be easily linked and renamed by dragging them onto the cb2Bib window. Additionally, it permits editing and browsing BibTeX files, citing references, searching references and the full contents of the referenced documents, inserting bibliographic metadata to documents, and writing short notes that interrelate several references.

(Machine Translation)
Última actualización: 2013-06-29 14:09

vim2html

vim2html is a small program that will export any Vim-
editable file into well-formed HTML, simulating a Vim
session. It fully supports Vim colorization
(customizable) and authentic Vim syntax highlighting.
It provides an excellent method of presenting programs, HTML, scripts, etc. on the Web. It fully supports valid CSS and XHTML-1.0/Transitional or Strict with HTMLtidy.

(Machine Translation)
Última actualización: 2014-04-09 12:41

Quenlig

Quenlig is a standalone system allowing the creation of interactive Web tutorials and questionnaires. The system analyzes the student textual answer, so it is perfectly adapted to create courses and practical works on Unix, Python, SQL, etc.

(Machine Translation)
Última actualización: 2011-07-14 21:02

Traffic Squeezer

Traffic Squeezer is a Linux kernel based WAN network traffic accelerator from Doublefish Solutions. It uses methods such as traffic compression, traffic PDU coalescing, protocol specific acceleration (such as TCP acceleration mechanisms), and quality of service. Traffic Squeezer also contains custom L7filters (application protocol filters), DPI (Deep Packet Engines) and so on to control and administrate your traffic. With Traffic Squeezer, you can optimize MPLS,ISDN, leased links, Satellite Networks, and Marine Internet, and even build your own custom WAN Appliance with Traffic Squeezer. A GUI is now supported via Doublefish Solution Aquarium. Aquarium is a Web-GUI that also supports Traffic Squeezer, Squid, and other open source solutions.

(Machine Translation)
Última actualización: 2006-10-28 00:00

JaxMe

JaxMe is a Java/XML binding framework based on SAX2. It consists of a set of code generators that read an XML schema and generate code for parsing conformant XML documents into corresponding Java objects, saving those objects into a database or, vice versa, reading such Java objects from a database and converting them into XML. JaxMe supports namespaces, relational databases, and Tamino. JaxMe comes with an integrated application framework and a generator for EJB entity beans with BMP (bean managed persistence).

(Machine Translation)
Última actualización: 2013-04-10 12:10

YML

YML (Why a Markup Language?!) is an easy language
to compile into XML. YSLT is an easy language for
code generation, automating your software
development tasks.

(Machine Translation)
Última actualización: 2014-04-17 16:46

Genson

Genson is a lightweight Java library for doing conversion between JSON and Java. It provides full databinding and Java generics support. Genson's main goals are to come with rich features out of the box, great performance and scalability, and easy ways to add new features.

(Machine Translation)
Lenguaje Natural: English
Lenguaje de Programación: Java
Última actualización: 2014-06-16 08:39

Chamilo

Chamilo is an e-learning and collaboration platform. Chamilo is currently used by more than 7,000,000 students around the world. Governments, private companies, public and private universities, and NGOs use the Chamilo software suite to manage activities from simple live training to full distant learning, certification, and staff selection.

(Machine Translation)
Última actualización: 2004-09-30 03:18

nexB OpenAssets

nexB OpenAssets is a tool for inventorying, managing, and monitoring applications, software, hardware, networks, and generally any IT asset.
It is designed so that system administrators, IT, and finance can determine what they have, how it is configured, what it is used for, and how much it is being used, so that informed decisions can be made. It complements existing network management software, integrates with a growing number of protocols and tools, and features no-agent discovery and inventory, configuration management including dependencies and correlation, monitoring, and reporting. It makes extensive and innovative use of XML, Xpath, and Xquery.

(Machine Translation)
Última actualización: 2011-05-02 00:11

XCC

XCC is a tool for building XML format parsers. One way to describe what XCC does is by analogy with a generic parser generator, e.g. yacc or bison. Yacc needs a lexical analyzer to function properly, and that lexical analyzer is usually built with (f)lex. In the XML world, there are a few packages which fill in the role of lex (expat and libxml are the most known), but the high-level grammar parsing is usually done by a hand-written code; writing such a parser is a tedious and error-prone task. XCC was created to help developers in writing reliable easy-to-understood parsers for handling complex XML-based grammars.