|
|
Emerde |
   |
简 介:
About:
Emerde is a port of Gentoo's portage system that installs, removes, updates, and maintains your system rapidly and easily. On Slackware, it cooperates with the package database and allows you to install .tgz files directly using dependency checking.
Emerde是Gentoo的portage系统的端口,其能够快速轻易安装、卸载、更新和维护你的系统。在Slackware,它和信息包数据库一起合作,允许你直接使用附属档案检查来安装.tgz文件。
来源:http://freshmeat.net/projects/emerde/?branch_id=44584&release_id=171378 |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
Itanium? Architecture Assembly Language |
   |
简 介:
Software developers will develop applications using high-level programming languages and depend on Itanium compilers for optimization. However, when developers do need to program in assembly language, they should refer to the "Itanium Architecture Assembly Language Reference Guide." This document provides details on syntax and conventions used to write assembly language code conforming to the Itanium instructions.
软件开发人员将使用高级编程语言来开发应用程序,并使用Itanium 编译器进行优化。然而,如果开发人员不需要用汇编语言进行编程,他们可以参考"Itanium Architecture Assembly Language Reference Guide."这个文档提供了有关编写符合Itanium 指令的汇编语言的语法和规范的细节。
来源: http://www.intel.com/software/products/opensource/tools1/tol_whte2.htm |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
JavaServer Faces |
   |
简 介:
At the time of this writing, there is a Java Specification Request (JSR) to create a new Java technology called JavaServer Faces . The specification defines the architecture and a set of APIs for the creation and maintenance of Java server web applications. The idea is to create a standard set of JSP tags and Java classes to help developers create complex HTML forms and other graphical user interface (GUI) components based on the Servlet and JSP technologies. I18N and input validation seem to be big parts of the intended support.
编写本书时,出现了Java Specification Request(JSR,Java规范请示),用于创建称为JavaServer Faces的新的Java技术。此规范定义了体系结构以及一组API,用于创建和维护Java服务器Web应用程序。其思路为,创建标准的JSP标记集和Java类,帮助开发人员以Servlet和JSP技术为基础创建复杂的HTML表单和其他图形用户界面(GUI)组件。I18N和输入验证是最需要支持的部分。
来源: http://www.jcp.org/en/jsr/detail?id=127 |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
IAS Assembler for Itanium? Architecture |
   |
简 介:
IAS Assembler for Itanium Architecture
这是为 Itanium体系结构提供的IAS汇编器。
来源: http://www.intel.com/software/products/opensource/tools1/ia64_download.htm |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
Jailkit |
   |
简 介:
About:
Jailkit is a set of utilities to allow quick creation of limited user accounts in a chroot jail. It contains a safe logging daemon, shells that can restrict users, utilities to start daemons in a chroot jail, and utilities for easy setup of chroot jails.
Jailkit是一套用于在chroot jail中快速创建有限用户帐号的设备,包括一个安全的日志纪录守候程序,能够限制用户的shells,在chroot jail中启动后台程序的设备,以及用于安装chroot jail的程序。
来源:http://freshmeat.net/projects/jailkit/?branch_id=46185&release_id=170112 |
分 类:
|
许可证:
BSD License |
|
WebWork |
   |
简 介:
WebWork is a small web application framework that uses the Pull Hierarchical Model View Controller (HMVC) design. With a standard MVC design, changes made to the model are pushed to the view. In the case of WebWork, the views pull the data when they need it. Interestingly, WebWork doesn't seem to be tied to a servlet; therefore, it can support other types of clients such as Swing. More information on the WebWork framework can be found at http://sourceforge.net/projects/webwork/.
WebWork是小型Web应用程序框架包,使用Pull Hierarchical Model View Controller (PHMVC,拉层次模型视图控制器)设计。通过标准的MVC设计,对模型作出的修改就可以被推出视图。在WebWork的情况下,当需要时,视图就拉数据。有趣是的是,WebWork似乎并未连接到Servlet;因此,它可以支持其他类型的客户端,比如Swing。关于WebWork框架包的更多信息,请参见http://sourceforge.net/projects/webwork/。 |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
Itanium? Architecture Knobs API |
   |
简 介:
Itanium Architecture Knobs API Version 5.0 (10/30/02) has made the following improvements to Version 4.0:
Removed support in BRL instruction type
Removed a debug printf statement
Itanium Architecture Knobs API Version 5.0 (10/30/02)对4.0版本进行了以下改进:去掉了对BRL指令的支持,去掉了一个调试printf语句。
来源: http://www.intel.com/software/products/opensource/tools1/kapi.htm |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
Gweled |
   |
简 介:
About:
Gweled is a GNOME version of a popular game (for PalmOS, Windows, and Java) called "Bejeweled" or "Diamond Mine". The aim of the game is to make an alignment of 3 or more gems, either vertically or horizontally, by swapping adjacent gems. The game ends when there are no possible moves left.
Gweled是流行游戏"Bejeweled"和"Diamond Mine"(PalmOS、Windows和Java)的GNOME版本。游戏的目标是通过交换邻近的宝石,让3个或者更多的宝石排成一列,横竖均可。当没有可能的移动存在时,游戏结束。
来源:http://freshmeat.net/projects/gweled/?branch_id=45607&release_id=171386 |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
Jakarta Turbine Web Application Framewor |
   |
简 介:
Turbine is a servlet-based framework and an open source Jakarta project. Currently, there isn't a great deal of documentation for Turbine, but it seems to be similar to Struts, with a few major differences. For one thing, it doesn't seem to be coupled to JSP. The focus of Turbine appears to be to provide a collection of reusable components. A large set of components is included with the framework, but they are quite disparate. It seems to present more of a component library, but as it's lacking documentation, it's hard to get a good feel for the complete architecture. More information on Turbine can be found at http://jakarta.apache.org/turbine/.
Turbine是基于Servlet的框架包,也是开放源代码Jakarta项目。目前还没有关于Turbine的大量文档。它类似于Struts,但是有一些主要区别。突出的一点就是它并没有与JSP耦合。Turbine的特点是它提供了大量可重用的组件。此框架包中包含了大量组件,但是这些组件是离散的。它似乎应该给出更多的组件库,但是由于它缺少文档,所以很难掌握完整的体系结构。关于Turbine的更多信息,参见http://jakarta.apache.org/turbine/。
来源: http://jakarta.apache.org/turbine/ |
分 类:
|
许可证:
GNU General Public License (GPL) |
|
Open Runtime Platform |
   |
简 介:
ORP, Open Runtime Platform, is an open source research infrastructure for dynamic compilation and memory management. The current implementation supports programs compiled to bytecode and linked with the GNU Classpath libraries.
Open Runtime Platform是一个研究动态编译内存管理的开源研究基础结构。目前的实现支持被编译为字节码,并同GNU Classpath 库相链接的库的程序。
来源: http://sourceforge.net/projects/orp |
分 类:
|
许可证:
Intel Open Source License |
|
|
|
|