Lua is a powerful, fast, lightweight, embeddable scripting language.
Lua combines simple procedural syntax with powerful data description constructs based on associative arrays and extensible semantics. Lua is dynamically typed, runs by interpreting bytecode for a register-based virtual machine, and has automatic memory management with incremental garbage collection, making it ideal for configuration, scripting, and rapid prototyping.
This book is an introduction to Ada 95. It uses an example-driven approach which gradually develops small trivial programs into large case-study type programs. The main emphasis of this book is on maintenance problems, and using object-oriented technology to write maintainable, extensible programs. Program design is introduced throughout the book, with hypothetical maintenance scenarios used to shoe design shortcomings. and revise them to accomodate maintenance needs. Practical issues such as debugging programs are tackled, and important Ada features not found in other languages are dealt with practically and early on in the text. These include exception handling, user-defined types, procedures, functions, packages and child packages.
Modern C++ Design is an important book. Fundamentally, it demonstrates generic
patterns or pattern templates as a powerful new way of creating extensible designs in
C++--a new way to combine templates and patterns that you may never have dreamt was
possible, but is. If your work involves C++ design and coding, you should read this book.
Exceptional C++ shows by example how to go about sound software engineering in standard C++. Do you enjoy solving thorny C++ problems and puzzles? Do you relish writing robust and extensible code? Then take a few minutes and challenge yourself with some tough C++ design and programming problems.
awesome is a highly configurable, next generation framework window manager for X. It is very fast, light, and extensible. It is primarily targeted at the power user, developer, and anyone dealing with everyday computing tasks who wants to have fine-grained control over a graphical environment.
Modern C++ Design demonstrates generic
patterns or pattern templates as a powerful new way of creating extensible designs in C++--a new way to combine templates and patterns.
Exceptional C++ shows by example how to go about sound software engineering in standard C++. Do you enjoy solving thorny C++ problems and puzzles? Do you relish writing robust and extensible code? Then take a few minutes and challenge yourself with some tough C++ design and programming problems.
JavaServer Faces (JSF) is the “offcial” component-based
view technology in the Java EE web tier. JSF includes a set
of predefned UI components, an event-driven programming
model, and the ability to add third-party components. JSF
is designed to be extensible, easy to use, and toolable. This
refcard describes the JSF development process, standard JSF
tags, the JSF expression language, and the faces-confg.xml
confguration fle.
第14章 ASP.NET XML和Web Service
在上一章中講到的Web.config配置文件就是基于XML文件格式的,XML(extensible Markup Language,可擴展標記語句)是一種描述數據和數據結構的語言,XML文本可以保存在任何存儲文本中,這就讓XML具有了可擴展性、跨平臺型以及傳輸與存儲方面的優點。