Programming with GNU Software

Programming with GNU Software
Author :
Publisher : "O'Reilly Media, Inc."
Total Pages : 268
Release :
ISBN-10 : 1565921127
ISBN-13 : 9781565921122
Rating : 4/5 (27 Downloads)

Synopsis Programming with GNU Software by : Michael Kosta Loukides

Here is a complete package for programmers who are new to UNIX or who would like to make better use of the system. The book provides an introduction to all the tools needed for a C programmer. The CD contains sources and binaries for the most popular GNU tools, including their C/C++ compiler.

Programming Web Graphics with Perl and GNU Software

Programming Web Graphics with Perl and GNU Software
Author :
Publisher : O'Reilly Media
Total Pages : 482
Release :
ISBN-10 : UOM:39015047841401
ISBN-13 :
Rating : 4/5 (01 Downloads)

Synopsis Programming Web Graphics with Perl and GNU Software by : Shawn P. Wallace

"Programming Web Graphics with Perl & GNU Software takes a practical, resource-like approach. It documents and uses several powerful Perl modules for generating graphics (GD, ImageMagick, PerlMagick, and GIFgraph). In addition, it provides detailed documentation for scripting the Gimp, both in Script-Fu and via a Perl interface."--BOOK JACKET.

Programming Embedded Systems

Programming Embedded Systems
Author :
Publisher : "O'Reilly Media, Inc."
Total Pages : 326
Release :
ISBN-10 : 9780596009830
ISBN-13 : 0596009836
Rating : 4/5 (30 Downloads)

Synopsis Programming Embedded Systems by : Michael Barr

Authored by two of the leading authorities in the field, this guide offers readers the knowledge and skills needed to achieve proficiency with embedded software.

Software Design for Flexibility

Software Design for Flexibility
Author :
Publisher : MIT Press
Total Pages : 449
Release :
ISBN-10 : 9780262362474
ISBN-13 : 0262362473
Rating : 4/5 (74 Downloads)

Synopsis Software Design for Flexibility by : Chris Hanson

Strategies for building large systems that can be easily adapted for new situations with only minor programming modifications. Time pressures encourage programmers to write code that works well for a narrow purpose, with no room to grow. But the best systems are evolvable; they can be adapted for new situations by adding code, rather than changing the existing code. The authors describe techniques they have found effective--over their combined 100-plus years of programming experience--that will help programmers avoid programming themselves into corners. The authors explore ways to enhance flexibility by: Organizing systems using combinators to compose mix-and-match parts, ranging from small functions to whole arithmetics, with standardized interfaces Augmenting data with independent annotation layers, such as units of measurement or provenance Combining independent pieces of partial information using unification or propagation Separating control structure from problem domain with domain models, rule systems and pattern matching, propagation, and dependency-directed backtracking Extending the programming language, using dynamically extensible evaluators

Programming from the Ground Up

Programming from the Ground Up
Author :
Publisher : Orange Grove Texts Plus
Total Pages : 0
Release :
ISBN-10 : 1616100648
ISBN-13 : 9781616100643
Rating : 4/5 (48 Downloads)

Synopsis Programming from the Ground Up by : Jonathan Bartlett

Programming from the Ground Up uses Linux assembly language to teach new programmers the most important concepts in programming. It takes you a step at a time through these concepts: * How the processor views memory * How the processor operates * How programs interact with the operating system * How computers represent data internally * How to do low-level and high-level optimization Most beginning-level programming books attempt to shield the reader from how their computer really works. Programming from the Ground Up starts by teaching how the computer works under the hood, so that the programmer will have a sufficient background to be successful in all areas of programming. This book is being used by Princeton University in their COS 217 "Introduction to Programming Systems" course.

Programming in Emacs Lisp

Programming in Emacs Lisp
Author :
Publisher :
Total Pages : 294
Release :
ISBN-10 : PSU:000044524562
ISBN-13 :
Rating : 4/5 (62 Downloads)

Synopsis Programming in Emacs Lisp by : Robert J. Chassell

Professional Linux Programming

Professional Linux Programming
Author :
Publisher : John Wiley & Sons
Total Pages : 506
Release :
ISBN-10 : 9780470149492
ISBN-13 : 0470149493
Rating : 4/5 (92 Downloads)

Synopsis Professional Linux Programming by : Jon Masters

This book is broken into four primary sections addressing key topics that Linux programmers need to master: Linux nuts and bolts, the Linux kernel, the Linux desktop, and Linux for the Web Effective examples help get readers up to speed with building software on a Linux-based system while using the tools and utilities that contribute to streamlining the software development process Discusses using emulation and virtualization technologies for kernel development and application testing Includes useful insights aimed at helping readers understand how their applications code fits in with the rest of the software stack Examines cross-compilation, dynamic device insertion and removal, key Linux projects (such as Project Utopia), and the internationalization capabilities present in the GNOME desktop

Open Sources

Open Sources
Author :
Publisher : "O'Reilly Media, Inc."
Total Pages : 283
Release :
ISBN-10 : 9780596553906
ISBN-13 : 0596553900
Rating : 4/5 (06 Downloads)

Synopsis Open Sources by : Chris DiBona

Freely available source code, with contributions from thousands of programmers around the world: this is the spirit of the software revolution known as Open Source. Open Source has grabbed the computer industry's attention. Netscape has opened the source code to Mozilla; IBM supports Apache; major database vendors haved ported their products to Linux. As enterprises realize the power of the open-source development model, Open Source is becoming a viable mainstream alternative to commercial software.Now in Open Sources, leaders of Open Source come together for the first time to discuss the new vision of the software industry they have created. The essays in this volume offer insight into how the Open Source movement works, why it succeeds, and where it is going.For programmers who have labored on open-source projects, Open Sources is the new gospel: a powerful vision from the movement's spiritual leaders. For businesses integrating open-source software into their enterprise, Open Sources reveals the mysteries of how open development builds better software, and how businesses can leverage freely available software for a competitive business advantage.The contributors here have been the leaders in the open-source arena: Brian Behlendorf (Apache) Kirk McKusick (Berkeley Unix) Tim O'Reilly (Publisher, O'Reilly & Associates) Bruce Perens (Debian Project, Open Source Initiative) Tom Paquin and Jim Hamerly (mozilla.org, Netscape) Eric Raymond (Open Source Initiative) Richard Stallman (GNU, Free Software Foundation, Emacs) Michael Tiemann (Cygnus Solutions) Linus Torvalds (Linux) Paul Vixie (Bind) Larry Wall (Perl) This book explains why the majority of the Internet's servers use open- source technologies for everything from the operating system to Web serving and email. Key technology products developed with open-source software have overtaken and surpassed the commercial efforts of billion dollar companies like Microsoft and IBM to dominate software markets. Learn the inside story of what led Netscape to decide to release its source code using the open-source mode. Learn how Cygnus Solutions builds the world's best compilers by sharing the source code. Learn why venture capitalists are eagerly watching Red Hat Software, a company that gives its key product -- Linux -- away.For the first time in print, this book presents the story of the open- source phenomenon told by the people who created this movement.Open Sources will bring you into the world of free software and show you the revolution.

Advanced Linux Programming

Advanced Linux Programming
Author :
Publisher : Sams Publishing
Total Pages : 543
Release :
ISBN-10 : 9780672333620
ISBN-13 : 0672333627
Rating : 4/5 (20 Downloads)

Synopsis Advanced Linux Programming by : CodeSourcery LLC

This is the eBook version of the printed book. If the print book includes a CD-ROM, this content is not included within the eBook version. Advanced Linux Programming is divided into two parts. The first covers generic UNIX system services, but with a particular eye towards Linux specific information. This portion of the book will be of use even to advanced programmers who have worked with other Linux systems since it will cover Linux specific details and differences. For programmers without UNIX experience, it will be even more valuable. The second section covers material that is entirely Linux specific. These are truly advanced topics, and are the techniques that the gurus use to build great applications. While this book will focus mostly on the Application Programming Interface (API) provided by the Linux kernel and the C library, a preliminary introduction to the development tools available will allow all who purchase the book to make immediate use of Linux.

ASSEMBLY LANGUAGE PROGRAMMING IN GNU/LINUS FOR IA32 ARCHITECTURES

ASSEMBLY LANGUAGE PROGRAMMING IN GNU/LINUS FOR IA32 ARCHITECTURES
Author :
Publisher : PHI Learning Pvt. Ltd.
Total Pages : 472
Release :
ISBN-10 : 8120331567
ISBN-13 : 9788120331563
Rating : 4/5 (67 Downloads)

Synopsis ASSEMBLY LANGUAGE PROGRAMMING IN GNU/LINUS FOR IA32 ARCHITECTURES by : RAJAT MOONA

This book provides an easy-to-understand, step-by-step approach to learning the fundamentals of Assembly language programming for Intel’s architectures, using a GNU/Linux-based computer as a tool. Offering students of computer science and engineering a hands-on learning experience, the book shows what actions the machine instructions perform, and then presents sample programs to demonstrate their application. The book is suitable for use during courses on Microprocessors, Assembly language programming, and Computer Organization in order to understand the execution model of processors. This knowledge also helps strengthen concepts when students go on to study operating systems and compiler construction. The concepts introduced are reinforced with numerous examples and review exercises. An Instructor’s CD provides all the programs given in the book and the solutions to exercises. Key Features • Discusses programming guidelines and techniques of using Assembly language programs • Shows techniques to interface C and Assembly language programs • Covers instructions from general purpose instruction sets of IA32 processors • Includes MMX and MMX-2 instructions • Covers SSE and SSE-2 instructions • Explains input-output techniques and their use in GNU/Linux-based computers • Explains GNU/Linux system calls along with methods to use them in programs • Provides a list of suggested projects • Gives ample references to explore further