Simple Project List Software Map

839 projects in result set
LastUpdate: 2012-01-30 18:13

jamp

JAMP(頭字語 JavaScript Ajax Mysql PHP)は強力かつ高速なフレームワークで、GNUライセンス下で配布され、Webアプリケーション開発のためのソフトウェア環境を提供しています。

LastUpdate: 2004-05-13 02:11

JRefactory

Javaプログラミング言語のリファクタリングツールであり、JavaStyleプリティプリンタ、UML Javaクラス図ビューア、コーディング標準のチェックと計算プログラムのメトリックが含まれます。 jEdit、NetBeans、JBuilderや他のIDEも利用可能なプラグインもあります。

Development Status: 5 - Production/Stable
Target Users: Developers
Natural Language: English
Operating System: OS Independent
Programming Language: Java
LastUpdate: 2010-08-23 01:04

AsDoclet

AsDoclet can be used to generate Actionscript and
C# files out of Java sources. Such a tool is
useful for RIA and client/server applications
where value objects are transmitted between server
and client as serialized data that should be
deserializable on both ends again. That includes
remoting technologies like Flash Remoting, RTMP,
Blaze DS, Red5, and Hessian.

(Machine Translation)
LastUpdate: 2006-11-17 01:53

XMacroJ

XMacroJ is an XML macro language for building text
documents from XML components. XMacroJ removes the
reliance on using the include directives and frees
the programmer from locking the development
directly into a specific framework. Using XMacroJ,
the developer can loosely couple the development
process to a framework by developing macros that
wrap the framework and then creating target
documents that are based on the macros. If the
developer chooses to use a different framework,
then only the macros are changed and the target
documents can be recompiled.

(Machine Translation)
LastUpdate: 2011-01-05 17:36

Java2C

Javaから C言語への変換器であり、特に、Cによる javaライクなランタイムシステムを含め、組込や高速リアルタイムアプリケーション用です。

LastUpdate: 2009-11-09 02:03

Code Generator for Eclipse

このプロジェクトは、Java コード生成 (ウィザード) のための Eclipse プラグイン (ch.sahits.codegen) の提供を目指しています。最新の eclipse アップデート サイトを得る: http://www.sahits.ch/project/javacodegen/update/

(Machine Translation)
Development Status: 5 - Production/Stable
Target Users: Developers
Natural Language: German
Operating System: OS Independent
Programming Language: Java
User Interface: Eclipse
LastUpdate: 2003-11-24 12:46

Knit

Knit is a new component definition and linking language that can be used with C and assembly code. Knit supports component definitions that require little or no modification to existing code. It automatically schedules component initializers and finalizers and provides an extensible constraint system to detect subtle errors in component composition. Knit provides cross-module inlining that largely eliminates the overheads of componentization, supports component hierarchies, and supports cyclic component dependencies. Knit can be used for any C program, but is especially well suited for use in systems that have many separate components, multiple implementations of the same component, intricate initialization requirements, complex component interdependencies, low-level code and embedded systems, or code that is used in radically different configurations.

(Machine Translation)
LastUpdate: 2015-03-14 02:01

flexc++

Flexc + + 'フレックス' 後に設計されました。Flexc + + クリーンなクラスのデザインを提供しています、flex の C++ オプションによって提供されるよりも単純なスペシフィケーション ・ ファイルが必要です。Flexc は語彙スキャナー トークン (lex) 生産メンバー関数だけでなく、使用の準備ができて、スキャナー クラスを生成します。クラスはポリモーフィック関数に頼ることがなくメンバーを追加して簡単に提供することができます。その結果、flexc + + によって生成されるクラスの仮想メンバーがないと、実際に非常に少数のパブリック メンバーは、メイン 1 つする古いスタイルを置き換える lex() flex および flex + + yylex() 機能があります。Flexc は、その中でクラスを定義する flexc は、個別の名前空間によって生成の多くのオプションを提供しています。Flexc + + で使用される yy 規則の flex のような名前の衝突とフレックス + + を防止するために人工的な手段を使用しないと非常に単純な入力ファイルのスイッチング メカニズムをサポートしています。

(Machine Translation)
LastUpdate: 2016-05-27 17:55

Xsemantics

XSemantics です (Xtext 自体で実装) DSL 型システム、削減ルール、通訳を書いて (と一般的な関係のルールで) Xtext で実装されている言語。スコープの検証 (それも Java でバリデーターを生成することができます)、Xtext で実装されている言語で使用できる Java コードを生成します。

(Machine Translation)
LastUpdate: 2001-08-15 11:42

eglade

eglade is an Eiffel code generator that parses XML
files produced by Glade.

(Machine Translation)
LastUpdate: 2008-07-01 20:25

g-pypi

g-pypi generates Gentoo Linux ebuilds for Python packages by
querying the Python Package Index.

(Machine Translation)
LastUpdate: 2011-07-31 14:29

LLnextgen

LLnextgen is a (partial) reimplementation of the LLgen Extended-LL(1) parser generator that is part of the Amsterdam Compiler Kit (ACK). It takes an EBNF-like description of the grammar with associated semantic actions in C as input, and generates C code. The generated code is strict ANSI C, so it should compile with all current C compilers.

LastUpdate: 2008-01-04 13:44

libfsfc

libfsfc is a library and a set of tools that takes C++ classes as input, and outputs C++ code to fill those structures from configuration files. The configuration file parser accepts a lot of different syntaxes, and can be configured for each class using keywords in their Doxygen documentation.

LastUpdate: 2006-03-22 05:24

xdoclet and Prj Extensions for NetBeans

!NetBeans プロジェクトの NbXDoclet は、xdoclet に基づいてアプリケーションを開発するのに役立ちます。休止状態のためのテンプレートが格納されます。このプロジェクトにはプロジェクトの拡張機能 (性質) も実装します。

(Machine Translation)
Development Status: 3 - Alpha
Target Users: Developers
Natural Language: English
Programming Language: Java
User Interface: Java Swing
LastUpdate: 2006-09-29 08:36

RDVIS

The RDVIS tool helps programmers pin-point the sources of cache misses and poor temporal locality in their source code. The visualization often directs the experienced programmer towards the necessary program transformations within a few minutes. The tool consists of two parts: a GUI that visualizes the low temporal locality patterns, and a patched GCC compiler to extract the low-locality patterns from programs.