» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with License:BSD + Programming

Sphinx - Python documentation generator

Sphinx is a tool that makes it easy to create intelligent and beautiful documentation for Python projects, written by Georg Brandl and licensed under the BSD license.

opensource: del.icio.us tag/opensource

fawkeZ - Trac

The fawkeZ project provides a set of Java classes, tools, and utilities that are freely available under a BSD license. More fundamentally fawkeZ incorporates a set of principles and guidelines for agile software development. Of course the Java components,

opensource: del.icio.us tag/opensource

NLog

NLog is a .NET logging library designed with simplicity and flexibility in mind. With NLog you can process diagnostic messages emitted from any .NET language, augment them with contextual information, format them according to your preference and send them

opensource: del.icio.us tag/opensource

JGame

JGame is a game making framework for building 2D Java games on a variety of platforms. The engine is based on sprites and collision detection, with a tiled background and sprite-tile interaction mechanisms.

Games built with JGame can run as applets or as standalone Java applications.

OpenEJB

OpenEJB is a pre-built, self-contained, portable EJB container system that can be plugged into any server environment including application servers, Web servers, J2EE platforms, CORBA ORBs, databases, IDEs, etc. It comes with fast, lightweight EJB servers for both local and remote access, allowing you to write standalone or distributed EJB applications.

RDFLib

RDFLib is a Python library containing an RDF triple store and an RDF/XML parser/serializer.

Ruby.NET

Ruby.NET is a true .NET code compiler for Ruby source code. It can directly execute Ruby source files in .NET, or compile Ruby source into .NET assembly.

The compiler is still in early stages of development and not fully complete, however it passes all tests in the samples/test.rb installation Ruby v1.8.2 test suite.

External Links

htmlSQL - a PHP class to query the web by an SQL like language

This class can be used to parse and extract information from HTML documents using a query language similar to SQL to define the information to be extracted.

The class can open HTML documents stored as local files or as remote pages using the Snoopy class.

The class can execute a query with a syntax similar to SQL SELECT statements to search an find certain tags in the opened document with attributes that match query condition.

The occurrences that it find are returned as result set rows that may contain a given list of attributes of the matched tags.

libpqxx

libpqxx is a front-end for writing C++ programs that use PostgreSQL. It supersedes the libpq++ interface.

AEditor

AEditor is a programmer’s text editor for Windows, Unix, and Mac OS X that relies on the fox toolkit. It can do syntax coloring of Ruby and C++ files.

Helma

Helma is a scriptable Web application server written in Java which combines the Rhino JavaScript engine with the Jetty web server (or any other servlet container). Helma allows Web applications to be built on a very high level.

PHP Object Generator (POG)

PHP Object Generator, or POG automatically generates tested object oriented code that you can use for your PHP4/PHP5 application.

The idea behind POG is generating object code will speed PHP development.

POG follows the Object-Relational Mapping pattern also known as Active Record or Persistence Layer, in which standard data access code is automatically generated based on database schema information.

POG’s generated code is designed to be extremely clean, easy to understand and use.

Databases supported:

mod_ruby

mod_ruby embeds the Ruby interpreter into the Apache Web server, allowing Ruby CGI scripts to be executed natively. These scripts will start up much faster than without mod_ruby.

SciTE

SciTE is a GUI-based single-document editor which uses the Scintilla editor component. It rapidly styles most common programming languages with good control over how syntactic elements are displayed, and features folding for C++ , C, Java, JavaScript, Php and Python.

JiBX

JiBX is a framework for binding XML data to Java objects.

This is accomplished through binding definitions that map XML nodes to Java Objects. A developer writes definition documents, compiles source code, and then runs the JiBX binding compiler that adds code to convert class instances to XML. Classes can also be directly bound at runtime, however this is not recommended.

Once the JiBX binding compiler is run, the JiBX binding runtime uses the enhances class files to marshall and unmarshall the objects from the XML input document.

AndroMDA

AndroMDA is a java code generation framework that follows the model driven architecture (MDA) paradigm.

Tcl

Tcl is a simple-to-learn yet very powerful programming language. Its syntax is described in just a dozen rules, but it has all the features needed to rapidly create useful programs in almost any field of application – on a wide variety of international platforms.