|
|
Element Construction Set |
|
简 介:
The Element Construction Set is a Java API for generating elements for various markup languages it directly supports HTML 4.0 and XML, but can easily be extended to create tags for any markup language. It is designed and implemented by Stephan Nagy and Jon S. Stevens.
Element Construction Set这个Java API用于为各种标识语言生成元素,直接支持HTML 4.0 和XML,但可以方便地扩展以支持任意语言的标识。它由Stephan Nagy 和Jon S. Stevens设计和实现。
来源: http://jakarta.apache.org/ecs/index.html |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
Intel? Itanium? Stack Unwind Library |
|
简 介:
Intel Itanium Stack Unwind Library
Intel Itanium Stack Unwind Library
来源: http://www.intel.com/software/products/opensource/libraries/stack.htm |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
Cactus |
|
简 介:
Cactus is a simple test framework for unit testing server-side java code (Servlets, EJBs, Tag Libs, Filters, ...).
The intent of Cactus is to lower the cost of writing tests for server-side code. It uses JUnit and extends it.
Cactus implements an in-container strategy (See How it works).
Cactus是一个用于服务器端Java代码(Servlets, EJBs, Tag Libs, Filters, ...)的单元测试框架。
Cactus 的目的是降低为写服务器端代码编写测试代码的成本。它使用 JUnit,并对它进行了扩展。
Cactus 实现了一个自包含的策略(查看它是如何工作的)。
来源: http://jakarta.apache.org/cactus/index.html |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
Open HPI |
|
简 介:
OpenHPI is an open source project created with the intent of providing an implementation of the SA Forum's Hardware Platform Interface (HPI). HPI provides an abstracted interface to managing computer hardware, typically for chassis and rack based servers. HPI includes a resource modeling; access to and control over sensor, control, watchdog, and inventory data associated with resources; abstracted System Event Log interfaces; hardware events and alerts; and a managed hotswap interface.
Open HPI是一个开源项目,旨在提供一个对SA Forum的硬件平台接口的实现(HPI)。HPI 提供一个抽象接口来管理计算机硬件,典型地支持传统和基于rack 的服务器。HPI包括了一个资源建模、对传感器的访问和控制,控制,监视,以及关于各种资源的数据;抽象的系统事件日志接口;硬件事件和报告;一个可托管的hotswap接口。
来源: http://openhpi.sourceforge.net/ |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
BCEL |
|
简 介:
The Byte Code Engineering Library is intended to give users a convenient possibility to analyze, create, and manipulate (binary) Java class files (those ending with .class). Classes are represented by objects which contain all the symbolic information of the given class: methods, fields and byte code instructions, in particular.
Such objects can be read from an existing file, be transformed by a program (e.g. a class loader at run-time) and dumped to a file again. An even more interesting application is the creation of classes from scratch at run-time. The Byte Code Engineering Library (BCEL) may be also useful if you want to learn about the Java Virtual Machine (JVM) and the format of Java .class files.
BCEL is already being used successfully in several projects such as compilers, optimizers, obsfuscators, code generators and analysis tools.
BCEL(Byte Code Engineering Library)旨在为用户提供一个方便的方法来分析、创建和处理(二进制)Java类文件(以.class结尾的文件名)。使用对象来代码类,包含了给定类的所有符号信息:方法、字段和字节码指令。
可以从文件中读取这些对象,使用程序(如运行时的类加载器)进行转换,并可以再次转储为一个文件。更有趣的程序是在运行时重新创建类文件。Byte Code Engineering Library (BCEL)有助于你了解Java虚拟机(JVM)以及 .class的Java格式。BCEL 已经被成功地用于几个项目中,如编译器,优化器,混淆器,代码生成器和分析工具。
来源: http://jakarta.apache.org/bcel/index.html |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
Subclipse |
|
简 介:
An Eclipse plugin that enables Subversion support in the Eclipse IDE.
Subclipse是一个Eclipse 插件,可以让Eclipse IDE支持Subversion 。
来源: http://www.collab.net/developers/tools/ |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
Beowulf Distributed Process Space (BProc |
|
简 介:
The Beowulf Distributed Process Space (BProc) is a set of Linux kernel modifications for easy process management and remote process creation in Beowulf style clusters.
Beowulf Distributed Process Space (BProc)这是一组对Linux内核的修改,用于在Beowulf 风格的集群中进行方便的进程管理和运程进程创建。
来源: http://sourceforge.net/projects/bproc |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
TortoiseSVN |
|
简 介:
A free Subversion client implemented as pop-up menu items in Windows Explorer.
TortoiseSVN是一个免费的Subversion 客户端,实现为Windows浏览器上的一个弹出式菜单的条目。
来源: http://www.collab.net/developers/tools/ |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
Release Notes for the Itanium? Architect |
|
简 介:
Version 2.0 of the Itanium Architecture Dependency Violation Checking Library made the following improvements to Version 1.0:
Implemented the new dependence semantic "stop" (DCO 511): a branch predicated with p63 and a subsequent mod-sched-br must be separated by a 'stop' .
Two bugs were fixed - relevant to abstract mode only! Both are in the API DVLoc_validateAbstrInstr, used to check the correctness of an abstract instruction:
The first bug incorrectly produced an DVLOC_ERR_WRONG_OPERANDS error on floating point load pair instructions (ldfp...).
The second bug incorrectly produced an DVLOC_ERR_WRONG_OPERANDS error on the following instructions:
mov pr = r2,mask17
mov pr.rot = imm44
mov r1 = pr
mov itr.d dtr[r3] = r2
2.0版本的Itanium Architecture Dependency Violation Checking Library对1.0版本进行了如下改进:
实现了新的依赖语义"stop" (DCO 511):使用p63 谓词会出现分歧,必须用'stop' 来分离一个mod-sched-br 子序列。
修复了两个错误-只与抽象模型相关!都是在DVLoc_validateAbstrInstr API中的错误,用于检查抽象指令的正确性:第一个错误是由于浮点运算加载对指令(ldfp...)引起的 DVLOC_ERR_WRONG_OPERANDS 错误。第二个错误是由于使用下列指令而引起的一个DVLOC_ERR_WRONG_OPERANDS错误:mov pr = r2,mask17
mov pr.rot = imm44
mov r1 = pr
mov itr.d dtr[r3] = r2
来源: http://www.intel.com/software/products/opensource/tools1/dvloc.htm |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
|
|
|