The NACTO Urban Street Design Guide shows how streets of every size can be reimagined and reoriented to prioritize safe driving and transit, biking, walking, and public activity. Unlike older, more conservative engineering manuals, this design guide emphasizes the core principle that urban streets are public places and have a larger role to play in communities than solely being conduits for traffic.
Thứ Ba, 7 tháng 4, 2015
Urban Street Design Guide
Chủ Nhật, 1 tháng 3, 2015
A History of the Work Concept
This book traces the history of the concept of work from its earliest stages and shows that its further formalization leads to equilibrium principle and to the principle of virtual works, and so pointing the way ahead for future research and applications.
Thứ Tư, 28 tháng 1, 2015
Grails 2
Grails is a full-stack web development framework that enables you to build complete web applications in a fraction of the time and with less code than other frameworks. Grails uses the principle of convention over configuration and the dynamic Groovy programming language.
Thứ Năm, 25 tháng 12, 2014
Managing Projects with GNU Make, 3rd Edition
The utility simply known as make is one of the most enduring features of both Unix and other operating systems. First invented in the 1970s, make still turns up to this day as the central engine in most , projects; it even builds the , kernel. In the third edition of the classic Managing Projects with GNU make, readers will learn why this utility continues to hold its top position in , build software, despite many younger competitors.,
The premise behind make is simple: after you change source files and want to rebuild your program or other output files, make checks timestamps to see what has changed and rebuilds just what you need, without wasting time rebuilding other files. But on top of this simple principle, make layers a rich collection of options that lets you manipulate multiple directories, build different versions of programs for different platforms, and customize your builds in other ways.