FlazX | Categories | Forum | Links | Blog | Login
SocialTwist Tell-a-Friend


eBook By Category (Programming)



QuickInfo about Programming

Computer programming (often simply programming) is the craft of implementing one or more interrelated abstract algorithms using a particular programming language to produce a concrete computer program. Programming has elements of art, science, mathematics, and engineering.




eBooks

1001 Things You Always Wanted to Know About Visual FoxPro
Programming ebook: 1001 Things You Always Wanted to Know About Visual FoxPro Cover

1001 Things You Wanted to Know About Visual FoxPro provides the granular "how-to" techniques of every area of traditional Visual FoxPro application development...

3D Programming for Windows (Pro - Developer)
Programming ebook: 3D Programming for Windows (Pro - Developer) Cover

The Windows Presentation Foundation is a key component of ...

A Beginner's Guide to Gambas: Programming
Programming ebook: A Beginner\'s Guide to Gambas: Programming Cover

A Beginner's Guide to Gambas is the first definitive reference for the Linux-based Gambas programming language...

A Discipline of Programming (Prentice-Hall Series in Automatic Computation)
Programming ebook: A Discipline of Programming (Prentice-Hall Series in Automatic Computation) Cover

Author Edsger W...

A Field Guide to Genetic Programming
Programming ebook: A Field Guide to Genetic Programming Cover

Genetic programming (GP) is a systematic, domain-independent method for getting computers to solve problems automatically starting from a high-level statement of what needs to be done...

ABAP Objects
Programming ebook: ABAP Objects Cover

Completely new, 3rd edition of the benchmark ABAP resource New chapters on Web Dynpro, Shared Objects, ABAP & XML, regular expressions, dynamic programming, and more Up-tp-date for SAP NetWeaver 2004s (ABAP release 7...

ABAP Objects: Introduction to Programming SAP Applications (SAP Press)
Programming ebook: ABAP Objects: Introduction to Programming SAP Applications (SAP Press) Cover

Completely new, 3rd edition of the benchmark ABAP resource New chapters on Web Dynpro, Shared Objects, ABAP & XML, regular expressions, dynamic programming, and more Up-tp-date for SAP NetWeaver 2004s (ABAP release 7...

Advanced Lingo for Games
Programming ebook: Advanced Lingo for Games Cover

Finally there is a games book for Director developers! Up until now, Lingo programmers have had to figure it out themselves while Java and C programmers have had dozens of games books to choose from...

Agent-Oriented Programming: From Prolog to Guarded Definite Clauses (Lecture Notes in Computer Science)
Programming ebook: Agent-Oriented Programming: From Prolog to Guarded Definite Clauses (Lecture Notes in Computer Science) Cover

The authors present a systematic development of the concurrent object-oriented agent programming language Guarded Definite Clauses (GDC)...

An Inductive Logic Programming Approach to Statistical Relational Learning (Frontiers in Artificial Intelligence and Applications, Vol. 148) (Frontiers in Artificial Intelligence and Applications)
Programming ebook: An Inductive Logic Programming Approach to Statistical Relational Learning (Frontiers in Artificial Intelligence and Applications, Vol. 148) (Frontiers in Artificial Intelligence and Applications) Cover

In this publication, the author Kristian Kersting has made an assault on one of the hardest integration problems at the heart of Artificial Intelligence research...

An Introduction to Programming with IDL: Interactive Data Language
Programming ebook: An Introduction to Programming with IDL: Interactive Data Language Cover

In todays information age, scientists and engineers must quickly and efficiently analyze extremely large sets of data...

An Introduction to Programming with Mathematica, Third Edition
Programming ebook: An Introduction to Programming with Mathematica, Third Edition Cover

An Introduction to Programming with Mathematica® is designed to introduce the Mathematica programming language to a wide audience...

Anatomy of Lisp (McGraw-Hill computer science series)
Programming ebook: Anatomy of Lisp (McGraw-Hill computer science series) Cover

Android Application Development: Programming with the Google SDK
Programming ebook: Android Application Development: Programming with the Google SDK Cover

This practical book provides the concepts and code you need to develop software with Android, the open-source platform for cell phones and mobile devices that's generating enthusiasm across the industry...

ANSI Common LISP
Programming ebook: ANSI Common LISP Cover

This book provides an excellent introduction to Common Lisp...

Apl Programming and Computer Techniques
Programming ebook: Apl Programming and Computer Techniques Cover

Applications = Code Markup: A Guide to the Microsoft Windows Presentation Foundation (Pro - Developer)
Programming ebook: Applications = Code   Markup: A Guide to the Microsoft  Windows  Presentation Foundation (Pro - Developer) Cover

In this book, Windows programming legend Charles Petzold covers in parallel the two interfaces that make up the Windows Presentation Foundation (WPF)...

Aptana Radrails: An Ide for Rails Development
Programming ebook: Aptana Radrails: An Ide for Rails Development Cover

Art of Computer Programming, Volume 1: Fundamental Algorithms (3rd Edition)
Programming ebook: Art of Computer Programming, Volume 1: Fundamental Algorithms (3rd Edition) Cover

This magnificent tour de force presents a comprehensive overview of a wide variety of algorithms and the analysis of them...

Art of Computer Programming, Volume 2: Seminumerical Algorithms (3rd Edition)
Programming ebook: Art of Computer Programming, Volume 2: Seminumerical Algorithms (3rd Edition) Cover

Volume 2 of Donald Knuth's classic series The Art of Computer Programming covers seminumerical algorithms, with topics ranging from random number generators to floating point operations and other optimized arithmetic algorithms...

Art of Computer Programming, Volume 3: Sorting and Searching (2nd Edition)
Programming ebook: Art of Computer Programming, Volume 3: Sorting and Searching (2nd Edition) Cover

The first revision of this third volume is the most comprehensive survey of classical computer techniques for sorting and searching...

Aspect-Oriented Programming with the e Verification Language: A Pragmatic Guide for Testbench Developers (Systems on Silicon)
Programming ebook: Aspect-Oriented Programming with the e  Verification Language: A Pragmatic Guide for Testbench Developers (Systems on Silicon) Cover

Whats this AOP thing anyway, reallywhen you get right down to itand can someone please explain what an aspect actually is?

Aspect-Oriented Programming with the e Verification Language takes a pragmatic, example based, and fun approach to unraveling the mysteries of AOP...

Automatic Quantum Computer Programming: A Genetic Programming Approach (Genetic Programming)
Programming ebook: Automatic Quantum Computer Programming: A Genetic Programming Approach (Genetic Programming) Cover

Once realized, the potential of large-scale quantum computers promises to radically transform computer science...

Basic BASIC: An introduction to computer programming in BASIC language (Hayden computer programming series)
Programming ebook: Basic BASIC: An introduction to computer programming in BASIC language (Hayden computer programming series) Cover

Beautiful Code: Leading Programmers Explain How They Think (Theory in Practice (O'Reilly))
Programming ebook: Beautiful Code: Leading Programmers Explain How They Think (Theory in Practice (O\'Reilly)) Cover

How do the experts solve difficult problems in software development? In this unique and insightful book, leading computer scientists offer case studies that reveal how they found unusual, carefully designed solutions to high-profile projects...

Beginning AppleScript (Programmer to Programmer)
Programming ebook: Beginning AppleScript (Programmer to Programmer) Cover

Geared toward programmers with no prior development knowledge, Beginning AppleScript serves as a comprehensive guide to using AppleScript on the Mac OS X platform...

Beginning Lua Programming (Programmer to Programmer)
Programming ebook: Beginning Lua Programming (Programmer to Programmer) Cover

  • A small yet extraordinarily powerful programming language, Lua achieved its popularity early on as a video game scripting language and has since evolved into a general purpose programming language that is compact enough to fit on a variety of host platforms
  • This book provides programmers, game developers, and Web site developers with an in-depth look at the various aspects of programming in Lua
  • Complete code samples with practical applications and robust error handling offers beginners helpful learning tools
  • Diagrams provide a visual glimpse behind the scenes of important Lua features such as stacks, hash tables, garbage collection, lexical scope, and function closures
  • Features discussions on managing memory, garbage collection, using libraries, strings, tables, extending Lua, event handling, databases, and Web and game programming

Beginning Programming All-In-One Desk Reference For Dummies (For Dummies (Computers))
Programming ebook: Beginning Programming All-In-One Desk Reference For Dummies (For Dummies (Computers)) Cover

So you want to be a programmer? Or maybe you just want to be able to make your computer do what YOU want for a change? Maybe you enjoy the challenge of identifying a problem and solving it...

Beginning Programming For Dummies (Beginning Programming for Dummies)
Programming ebook: Beginning Programming For Dummies (Beginning Programming for Dummies) Cover

  • A significant technology update to the existing edition, with more than thirty percent new content
  • Covers the main features of computer programming: the basics, how to write a program, getting started with Liberty BASIC, writing large programs by using subprograms, creating a user interface, debugging programs, dealing with data structures, basic Internet programming, and much more
  • Helps readers choose the best programming language to accomplish a particular task, understand the tools that programmers use, and write their own programs to make a job easier or to launch a programming career
  • Author has written fifteen previous For Dummies books as well as three editions of the popular Steal This Computer Book: WhatThey Won't Tell You About the Internet
  • CD-ROM includes several freeware and shareware programs for writing programs, all the examples and code provided in the book, and a bonus chapter

Beginning REALbasic: From Novice to Professional (Expert's Voice)
Programming ebook: Beginning REALbasic: From Novice to Professional (Expert\'s Voice) Cover

If you're just getting into programming, or you're already an experienced VB programmer who wants to quickly learn a programming alternative, then REALbasic is the ideal language for you...

Beginning Xcode (Programmer to Programmer)
Programming ebook: Beginning Xcode (Programmer to Programmer) Cover

Xcode is a powerful suite of free development tools from Apple Computer that will allow you to create Macintosh applications, plug-ins, web components, applets, and more using languages such as C, C , Objective-C, Java, and AppleScript...

Beyond Programming: To a New Era of Design (Johns Hopkins University/Applied Physics Laboratory Series in Science and Engineering)
Programming ebook: Beyond Programming: To a New Era of Design (Johns Hopkins University/Applied Physics Laboratory Series in Science and Engineering) Cover

This book provides a unique examination of the software development process, arguing that discipline, still dominated by methods conceived in the framework of older technologies, must undergo a fundatmental reexamination of its guiding principles in order for significant progress to take place...

Beyond Simple BASIC: Delving Deeper into Your ZX Spectrum
Programming ebook: Beyond Simple BASIC: Delving Deeper into Your ZX Spectrum Cover

Building Expert Systems in Prolog (Springer Compass International)
Programming ebook: Building Expert Systems in Prolog (Springer Compass International) Cover

This book is aimed at the Prolog programmer interested in either building expert systems or experimenting with various expert system techniques...

Building Tablet PC Applications
Programming ebook: Building Tablet PC Applications Cover

Many pen-based software platforms have been introduced in the last decade, but only recently has the introduction of faster processors and hardware enabled mainstream introduction of tablet-sized pen-based PCs...

BusinessObjects XI (Release 2): The Complete Reference
Programming ebook: BusinessObjects XI (Release 2): The Complete Reference Cover

This book is a must read for anyone deploying BusinessObjects...

Carbon Programming
Programming ebook: Carbon Programming Cover

Aimed at developers who want to work with low-level C APIs on the new Mac OS X, Carbon Programming provides a monumental and thorough tutorial and reference...

Career Programmer, The: Guerilla Tactics for an Imperfect World
Programming ebook: Career Programmer, The: Guerilla Tactics for an Imperfect World Cover

See what reviewers at Slashdot...

Cocoa Programming for Mac OS X For Dummies (For Dummies (Computer/Tech))
Programming ebook: Cocoa Programming for Mac OS X For Dummies (For Dummies (Computer/Tech)) Cover

Cocoa programming is not only the favored development environment for Mac OS X, it’s also a primary tool for creating iPhone and iPod Touch software...

Cocoa(R) Programming for Mac(R) OS X (2nd Edition)
Programming ebook: Cocoa(R) Programming for Mac(R) OS X (2nd Edition) Cover

There's a reason that a large slice of the open-source movement has defected from running Linux on its laptops to running Mac OS X...

Cocoa(R) Programming for Mac(R) OS X (3rd Edition)
Programming ebook: Cocoa(R) Programming for Mac(R) OS X (3rd Edition) Cover

The best-selling introduction to Cocoa, once again updated to cover the latest Mac programming technologies, and still enthusiastically recommended by experienced Mac OS X developers...

Cocoon 2 Programming: Web Publishing with XML and Java
Programming ebook: Cocoon 2 Programming: Web Publishing with XML and Java Cover

Cocoon Developer's Handbook (Developer's Library)
Programming ebook: Cocoon Developer\'s Handbook (Developer\'s Library) Cover

Cocoon is one of the showpieces of the Apache XML project...

Code Complete
Programming ebook: Code Complete Cover

Believed by many of our customers to be the best practical guide to writing commercial software, and Highly Recommended...

Code Complete, Second Edition
Programming ebook: Code Complete, Second Edition Cover

For more than a decade, Steve McConnell, one of the premier authors and voices in the software community, has helped change the way developers write code--and produce better software...

Code Craft: The Practice of Writing Excellent Code
Programming ebook: Code Craft: The Practice of Writing Excellent Code Cover

Many programmers know how to write correct code - code that works...

Code Generation in Action
Programming ebook: Code Generation in Action Cover

Developers using code generation are producing higher quality code faster than their hand-coding counterparts...

Code Leader: Using People, Tools, and Processes to Build Successful Software (Programmer to Programmer)
Programming ebook: Code Leader: Using People, Tools, and Processes to Build Successful Software (Programmer to Programmer) Cover

Code Leader: Using People, Tools, and Processes to Build Successful Software

"Patrick is a pragmatist with a purist's knowledge...

Coder to Developer: Tools and Strategies for Delivering Your Software
Programming ebook: Coder to Developer: Tools and Strategies for Delivering Your Software Cover

"Two thumbs up" --Gregory V...

Coding for Data and Computer Communications
Programming ebook: Coding for Data and Computer Communications Cover

Coding is an highly integral component of viable and efficient computer and data communications, yet the often heavy mathematics that form the basis of coding can prevent a serious and practical understanding of this important area...

Compiling Esterel
Programming ebook: Compiling Esterel Cover

Designed as the definitive reference on the compilation of the Esterel synchronous reactive real-time language, Compiling Esterel covers all aspects of the language and includes a tutorial, a reference manual, its formal semantics, and detailed technical information about the many techniques used to compile it...

Component-Oriented Programming
Programming ebook: Component-Oriented Programming Cover

Component Oriented Programming offers a unique programming-centered approach to component-based software development that delivers the well-developed training and practices you need to successfully apply this cost-effective method...

Computability and Complexity: From a Programming Perspective (Foundations of Computing)
Programming ebook: Computability and Complexity: From a Programming Perspective (Foundations of Computing) Cover

Computability and complexity theory should be of central concern to practitioners as well as theorists...

Computer Programming for Teens
Programming ebook: Computer Programming for Teens Cover

Ready to learn computer programming but aren’t sure where to start? Look no further, Computer Programming for Teens is the book for you...

Concepts, Techniques, and Models of Computer Programming
Programming ebook: Concepts, Techniques, and Models of Computer Programming Cover

This innovative text presents computer programming as a unified discipline in a way that is both practical and scientifically sound...

Concurrent and Real-Time Programming in Ada
Programming ebook: Concurrent and Real-Time Programming in Ada Cover

Ada is the only ISO-standard, object-oriented, concurrent, real-time programming language...

Constraint Logic Programming using Eclipse
Programming ebook: Constraint Logic Programming using Eclipse Cover

Aimed at one-semester courses and programmers wishing to master practical aspects of constraint programming; the book teaches understanding and how to write constraint programs that solve complex problems...

DarkBASIC Programming for the Absolute Beginner (No Experience Required (Course Technology))
Programming ebook: DarkBASIC Programming for the Absolute Beginner (No Experience Required (Course Technology)) Cover

Data Access Patterns: Database Interactions in Object-Oriented Applications
Programming ebook: Data Access Patterns: Database Interactions in Object-Oriented Applications Cover

25 proven patterns for improving data access and application performance Efficient, high-quality data access code is crucial to the performance and usability of virtually any enterprise application--and there's no better way to improve an existing system than to optimize its data access code...

Data Compression
Programming ebook: Data Compression Cover

A book/disk guide to data compression techniques...

Debugging by Thinking : A Multidisciplinary Approach (HP Technologies)
Programming ebook: Debugging by Thinking : A Multidisciplinary Approach (HP Technologies) Cover

Debugging by Thinking: A Multi-Disciplinary Approach is the first book to apply the wisdom of six disciplineslogic, mathematics, psychology, safety analysis, computer science, and engineeringto the problem of debugging...

Debugging with GDB: The GNU Source-Level Debugger for GDB
Programming ebook: Debugging with GDB: The GNU Source-Level Debugger for GDB Cover

Design Concepts with Code: An Approach for Developers
Programming ebook: Design Concepts with Code: An Approach for Developers Cover

'Design Concepts with Code: A Developer Approach' is the first book to tackle basic graphic design issues like line, color, symmetry, balance for an audience of sophisticated programmers...

Designing Component-Based Applications
Programming ebook: Designing Component-Based Applications Cover

This book provides a worthwhile tour of Microsoft technologies based on DCOM and Microsoft Transaction Server (MTS) with plenty of advice for today's enterprise developer...

Developing Enterprise Applications -An Impurist's View
Programming ebook: Developing Enterprise Applications -An Impurist's View Cover

Developing Enterprise Applications using Using VB6, MTS, SQLServer and IIS- An Impurist's View shows software architects, developers and managers how to apply both common and lesser known patterns and framework components to create flexible, global enterprise applications using Microsoft's tools and technologies...

Developing Practical Wireless Applications
Programming ebook: Developing Practical Wireless Applications Cover

In a constant stream of new ideas, wireless technologies continue to emerge offering a range of capabilities, each affording simplicity and ease-of-use...

Developing Quality Metadata: Building Innovative Tools and Workflow Solutions
Programming ebook: Developing Quality Metadata: Building Innovative Tools and Workflow Solutions Cover

With the explosion of new audio and video content on the Web, its more important than ever to use accurate and comprehensive metadata to get the most out of that content...

Developing with Google App Engine (Firstpress)
Programming ebook: Developing with Google App Engine (Firstpress) Cover

Developing with Google App Engine introduces development with Google App Engine, a platform that provides developers and users with infrastructure Google itself uses to develop and deploy massively scalable applications...

Disassembling Code : IDA Pro and SoftICE
Programming ebook: Disassembling Code : IDA Pro and SoftICE Cover

This book describes how software code analysis tools such as IDA Pro are used to disassemble programs written in high-level languages and recognize different elements of disassembled code in order to debug applications in less time...

Dylan Programming: An Object-Oriented and Dynamic Language
Programming ebook: Dylan Programming: An Object-Oriented and Dynamic Language Cover

Engineering Distributed Objects
Programming ebook: Engineering Distributed Objects Cover

Wolfgang Emmerich Engineering Distributed Objects The pay-offs for creating distributed applications are in achieving portability, scalability and fault-tolerance...

Enhancing the Quality of ABAP Development
Programming ebook: Enhancing the Quality of ABAP Development Cover

Based on practical experiences with implementing, optimizing, and maintaining small and large SAP installations, this unique new book teaches developers, IT managers, and project leaders how to significantly improve the efficiency and quality of ABAP development in their own organizations...

Erlang Programming
Programming ebook: Erlang Programming Cover

Essential COM (DevelopMentor Series)
Programming ebook: Essential COM (DevelopMentor Series) Cover

Written by a leading COM authority, this unique book reveals the essence of COM, helping developers to truly understand the why, not just the how, of COM...

Essential PowerShell (Addison-Wesley Microsoft Technology Series)
Programming ebook: Essential PowerShell (Addison-Wesley Microsoft Technology Series) Cover

Use PowerShell to Streamline and Automate Your Most Time-Consuming Windows Administration Tasks

With Windows PowerShell, Microsoft brings innovative console-based system administration and scripting to Windows clients and servers...

Essential XUL Programming
Programming ebook: Essential XUL Programming Cover

A revolutionary new technology for the rapidly expanding world of e-commerce, XUL (XML User Interface Language) is an XML-based user interface language that gives Web developers control over all aspects of the
Web interface...

Event-Based Programming: Taking Events to the Limit
Programming ebook: Event-Based Programming: Taking Events to the Limit Cover

This book introduces Signal Wiring diagrams and shows how to use them effectively to describe an event-based system...

Expert F# (Expert's Voice in .Net)
Programming ebook: Expert F# (Expert\'s Voice in .Net) Cover

Expert F# is about practical programming in a beautiful language that puts the power and elegance of functional programming into the hands of ...

Fast, Efficient and Predictable Memory Accesses: Optimization Algorithms for Memory Architecture Aware Compilation
Programming ebook: Fast, Efficient and Predictable Memory Accesses: Optimization Algorithms for Memory Architecture Aware Compilation Cover

Flow-Based Programming: A New Approach to Application Development
Programming ebook: Flow-Based Programming: A New Approach to Application Development Cover

FORTRAN 90 for Scientists and Engineers
Programming ebook: FORTRAN 90 for Scientists and Engineers Cover

The introduction of the Fortran 90 standard is the first significant change in the Fortran language in over 20 years...

Foundations of GTK+ Development (Expert's Voice in Open Source)
Programming ebook: Foundations of GTK+ Development (Expert\'s Voice in Open Source) Cover

GTK+ is one of the most influential graphical toolkits for the Linux operating system...

Foundations of Object-Oriented Programming Using .NET 2.0 Patterns (Foundations)
Programming ebook: Foundations of Object-Oriented Programming Using .NET 2.0 Patterns (Foundations) Cover

After reading this book, you will appreciate what OOP is, how patterns relate to OOP, and how to create a development process using test-driven development to build better applications through software engineering principles...

Foundations of Qt Development
Programming ebook: Foundations of Qt Development Cover

As the standard for KDE desktop environment, Trolltech's Qt is a necessary basis for all programmers who want to develop cross-platform applications on Windows, Mac OS, Linux, and FreeBSD...

From COBOL to OOP (The Morgan Kaufmann Series in Software Engineering and Programming)
Programming ebook: From COBOL to OOP (The Morgan Kaufmann Series in Software Engineering and Programming) Cover

Written for the experienced COBOL programmer, this nuts and bolts guide offers a comprehensive introduction to OOP techniques, and provides a migration of 10 million lines of COBOL code to object-oriented programming...

Genetic Programming Theory and Practice V (Genetic and Evolutionary Computation)
Programming ebook: Genetic Programming Theory and Practice V (Genetic and Evolutionary Computation) Cover

Genetic Programming Theory and Practice V was developed from the fifth workshop at the University of Michigans Center for the Study of Complex Systems to facilitate the exchange of ideas and information related to the rapidly advancing field of Genetic Programming (GP)...

Google Web Toolkit Applications
Programming ebook: Google Web Toolkit Applications Cover

“Ryan clearly understands the GWT value proposition and how GWT integrates into a diverse web technology stack–and not just in a theoretical way...

Guide to Fortran 2003 Programming
Programming ebook: Guide to Fortran 2003 Programming Cover

This concise, accessible, and easy-to-read guide introduces the most important features of Fortran 03...

Guides for Application Integration (Patterns & Practices)
Programming ebook: Guides for Application Integration (Patterns & Practices) Cover

This guide examines in detail what application integration means and describes the capabilities needed to enable application integration...

GWT in Practice
Programming ebook: GWT in Practice Cover

If you're a web developer, you know that you can use Ajax to add rich, user-friendly, dynamic features to your applications...

Hacker's Guide to Visual FoxPro 7.0
Programming ebook: Hacker\'s Guide to Visual FoxPro 7.0 Cover

An irreverent look at how Visual FoxPro really works, this guide gives developers insight into every command, function, event, and method of version 7...

Handbook of Constraint Programming (Foundations of Artificial Intelligence)
Programming ebook: Handbook of Constraint Programming (Foundations of Artificial Intelligence) Cover

Constraint programming is a powerful paradigm for solving combinatorial search problems that draws on a wide range of techniques from artificial intelligence, computer science, databases, programming languages, and operations research...

Haskell: The Craft of Functional Programming (2nd Edition)
Programming ebook: Haskell: The Craft of Functional Programming (2nd Edition) Cover

The second edition of Haskell: The Craft of Functional Programming is essential reading for beginners to functional programming and newcomers to the Haskell programming language...

How to Design Programs: An Introduction to Programming and Computing
Programming ebook: How to Design Programs: An Introduction to Programming and Computing Cover

This introduction to programming places computer science in the core of a liberal arts education...

How to Do Everything Microsoft Expression Web 2
Programming ebook: How to Do Everything Microsoft Expression Web 2 Cover

Master Microsoft Expression Web 2

Build dynamic, standards-based web sites for personal or professional use with help from this easy-to-follow guide...

How to Write Parallel Programs: A First Course
Programming ebook: How to Write Parallel Programs: A First Course Cover

In the not-too-distant future every programmer, software engineer, and computer scientist will need to understand parallelism, a powerful and proven way to run programs fast...

Inductive Logic Programming: 14th International Conference, ILP 2004, Porto, Portugal, September 6-8, 2004, Proceedings (Lecture Notes in Computer Science / Lecture Notes in Artificial Intelligence)
Programming ebook: Inductive Logic Programming: 14th International Conference, ILP 2004, Porto, Portugal, September 6-8, 2004, Proceedings (Lecture Notes in Computer Science / Lecture Notes in Artificial Intelligence) Cover

This book constitutes the refereed proceedings of the 14th International Conference on Inductive Logic Programming, ILP 2004, held in Porto, Portugal, in September 2004...

Inferno Programming with Limbo
Programming ebook: Inferno Programming with Limbo Cover

The first complete developer's guide to this exciting new breakthrough technology...

Inside Server-Based Applications (Mps General)
Programming ebook: Inside Server-Based Applications (Mps General) Cover

Building server-side applications requires a different way of thinking...

Intel Threading Building Blocks: Outfitting C++ for Multi-core Processor Parallelism
Programming ebook: Intel Threading Building Blocks: Outfitting C++ for Multi-core Processor Parallelism Cover

Multi-core chips from Intel and AMD offer a dramatic boost in speed and responsiveness, and plenty of opportunities for multiprocessing on ordinary desktop computers...

Internet Applications with Visual FoxPro 6.0
Programming ebook: Internet Applications with Visual FoxPro 6.0 Cover

Users learn how to build large Internet database applications using Tahoe as the foundation...

Internet Programming with OmniMark
Programming ebook: Internet Programming with OmniMark Cover

"I have been using OmniMark for a decade to solve many different kinds of information management problems...

Itanium Architecture for Software Developers
Programming ebook: Itanium Architecture for Software Developers Cover

This unique description of the Intel® Itanium™ application architecture helps the software development community to use the power of Intel's new line of 64-bit processors...

Korn Shell Programming by Example
Programming ebook: Korn Shell Programming by Example Cover

Learn Pascal in Three Days (With CD-ROM)
Programming ebook: Learn Pascal in Three Days (With CD-ROM) Cover

Learn Pascal in Three Days (3e...

Learn to Tango with D
Programming ebook: Learn to Tango with D Cover

In recent years, much work has been put into creating programming languages that embody a blend of many of the most admired characteristics of their predecessors...

LEGO MINDSTORMS NXT-G Programming Guide (Technology in Action)
Programming ebook: LEGO MINDSTORMS NXT-G Programming Guide (Technology in Action) Cover

The reader of this book will be someone looking for more detailed information on the NXT-G programming language used to program the LEGO Mindstorms NXT robotics kit...

Lex & Yacc (A Nutshell Handbook)
Programming ebook: Lex & Yacc (A Nutshell Handbook) Cover

This book shows you how to use two Unix utilities, lex and yacc, in program development...

Linear and Nonlinear Programming
Programming ebook: Linear and Nonlinear Programming Cover

Linear and Nonlinear Programming is considered a classic textbook in Optimization...

Linear Genetic Programming (Genetic and Evolutionary Computation)
Programming ebook: Linear Genetic Programming (Genetic and Evolutionary Computation) Cover

Linear Genetic Programming presents a variant of genetic programming (GP) that evolves imperative computer programs as linear sequences of instructions, in contrast to the more traditional functional expressions or syntax trees...

Lingo in a Nutshell (Nutshell Handbook)
Programming ebook: Lingo in a Nutshell (Nutshell Handbook) Cover

Once again, O'Reilly scores big with a comprehensive treatment of a programming language that doesn't spend much time teaching the fundamentals...

Linux Programming by Example (By Example)
Programming ebook: Linux Programming by Example (By Example) Cover

Linux Programming By Example introduces programmers with some background in C but no knowledge of the specifics of Linux programming to the fundamentals of Linux system programming and application development...

Linux System Programming: Talking Directly to the Kernel and C Library
Programming ebook: Linux System Programming: Talking Directly to the Kernel and C Library Cover

Lisp in Small Pieces
Programming ebook: Lisp in Small Pieces Cover

This is a comprehensive account of the semantics and the implementation of the whole Lisp family of languages, namely Lisp, Scheme and related dialects...

Logic Programming with Prolog
Programming ebook: Logic Programming with Prolog Cover

This book teaches the techniques of Logic Programming through the Prolog language...

Lotus Notes and Domino 6 Programming Bible
Programming ebook: Lotus Notes and Domino 6 Programming Bible Cover

  • Covers all the programming techniques, concepts, and languages used with Notes and Domino, as well as the many new features of Domino 6
  • Thoroughly examines the Notes and Domino role with Java, XML, Web services, and other IBM products and technologies
  • Provides extensive code and examples, many geared to the needs of administrators
  • High-profile authors, known to their audience through conferences and articles
  • Companion Web site shows example applications from the book running on a live Domino server and provides code download

Managing Projects with GNU make, Third Edition
Programming ebook: Managing Projects with GNU make, Third Edition Cover

Managing Projects with GNU make, 3rd Edition provides guidelines on meeting the needs of large, modern projects...

Mastering Kylix 2
Programming ebook: Mastering Kylix 2 Cover

Kylix is Borland's new tool, based on Delphi, for developing applications that run on the Linux operating system...

Math Toolkit for Real-Time Programming
Programming ebook: Math Toolkit for Real-Time Programming Cover

Do big math on small machines Write fast and accurate library functions Master analytical and numerical calculus Perform numerical integration to any order Implement z-transform formulas Need to learn the ins and outs of the fundamental math functions in

Master analytical and numerical calculus with this solid course in applied math from the renowned columnist of Embedded Systems Programming magazine...

MegaFox: 1002 Things You Wanted to Know About Extending Visual FoxPro
Programming ebook: MegaFox: 1002 Things You Wanted to Know About Extending Visual FoxPro Cover

With its native data engine, rich object-oriented language, and capabilities to produce COM servers and consumer Web services, Visual FoxPro is the single most flexible programming tool available to software developers...

Microsoft Solutions Framework Essentials (Pro-Developer (Paperback))
Programming ebook: Microsoft  Solutions Framework Essentials (Pro-Developer (Paperback)) Cover

Get the hands-on guidance you need to understand how to work with the Microsoft Solutions Framework (MSF), Version 4...

Microsoft Visual Web Developer(TM) 2005 Express Edition: Build a Web Site Now! (Build a Web Page Now)
Programming ebook: Microsoft  Visual Web Developer(TM) 2005 Express Edition: Build a Web Site Now! (Build a Web Page Now) Cover

With this lively, eye-opening, and hands-on book, all you need is a computer and the desire to learn how to create Web pages now using Visual Web Developer Express Edition! Featuring a full working edition of the software, this fun and highly visual guide walks you through a complete Web page project from set-up to launch...

Microsoft Expression Blend Bible
Programming ebook: Microsoft Expression Blend Bible Cover

  • Microsoft Expression Interactive Designer will simplify the development of rich, interactive Web applications and this comprehensive reference introduces every tool and characteristic of this new software
  • Detailing the ins and outs of the program, veteran authors Gurdy and Mary Leete provide professional Web designers, developers, and serious home users with the know-how they need to create amazing Web sites
  • Readers interested in online game development will enjoy the coverage of 3D Web animations-something Flash can't do
  • Key topics include working with drawings, text, and 3D objects; adding audio, video, and animation; programming Expression Interactive Designer; and more
  • Discusses how to integrate this program with the Vista operating system as well as other components of the Expression suite

Microsoft Expression Blend Unleashed
Programming ebook: Microsoft Expression Blend Unleashed Cover

Microsoft Expression Blend Unleashed is about learning a new tool for designers, but also learning a new mindset for developers...

Microsoft Expression Web 2 On Demand
Programming ebook: Microsoft Expression Web 2 On Demand Cover

Microsoft Expression Web 2 on Demand

FOR THOSE WHO WOULD RATHER BE SHOWN HOW THAN TOLD HOW

SEE HOW TO

• Create Web sites using drag and drop controls

• Insert Flash, Windows Media, and Photoshop content

• Create Cascading Style Sheet layouts

• Integrate media and interactive Web applications using Microsoft Silverlight

• Create a page design using layout tables

• Explore the capabilities of Microsoft Expression Studio

• Add interactive buttons and create hyperlinks

• Create dynamic Web templates to reuse

• Create forms to gather online information

• Write, edit, and optimize code and scripts

• Use IntelliSense to help reduce coding errors

• Retrieve and present data from live RSS feeds

• Integrate data from databases or XML data

• Create dynamic Web content using ASP...

Microsoft Office Automation with Visual FoxPro
Programming ebook: Microsoft Office Automation with Visual FoxPro Cover

Visual FoxPro developers are used to building large, complex applications using only VFP as their programming environment...

Microsoft Visual Foxpro 6.0 Programmer's Guide (Programmer's Guide)
Programming ebook: Microsoft Visual Foxpro 6.0 Programmer\'s Guide (Programmer\'s Guide) Cover

This book helps you exploit Microsoft Visual FoxPro 6, a powerful end-user tool that allows you to build small-scale but effective database programs quickly and that ships with Visual Studio 6...

Microsoft Windows Script Host 2.0 Developer's Guide
Programming ebook: Microsoft Windows Script Host 2.0 Developer's Guide Cover

Since the release of Microsoft Windows 98, Windows Script Host (WSH) has become increasingly popular as a tool for automating routine, daily PC tasks to save time and effort...

Microsoft® Visual Web Developer(TM) 2008 Express Edition Step by Step (Step by Step (Microsoft))
Programming ebook: Microsoft® Visual Web Developer(TM) 2008 Express Edition Step by Step (Step by Step (Microsoft)) Cover

Teach yourself Visual Web Developer Express Edition one step at a time...

Mobile Phone Programming: and its Application to Wireless Networking
Programming ebook: Mobile Phone Programming: and its Application to Wireless Networking Cover

This book provides a solid overview of mobile phone programming targeting both academia and industry...

Mule 2: A Developer's Guide (Firstpress)
Programming ebook: Mule 2: A Developer\'s Guide (Firstpress) Cover

Published with the developer in mind, firstPress technical briefs explore emerging technologies that have the potential to be critical for tomorrow's industry...

Multi-Agent Programming : Languages, Platforms and Applications (Multiagent Systems, Artificial Societies, and Simulated Organizations)
Programming ebook: Multi-Agent Programming : Languages, Platforms and Applications (Multiagent Systems, Artificial Societies, and Simulated Organizations) Cover

Multi-Agent Programming is an essential reference for anyone interested in the most up-to-date developments in MAS programming...

Multidimensional Programming
Programming ebook: Multidimensional Programming Cover

Next Generation ABAP Development
Programming ebook: Next Generation ABAP Development Cover

This book shows advanced ABAP programmers new concepts, technologies, techniques, and functions that have been introduced to ABAP (Release 7...

Ning For Dummies (For Dummies (Computer/Tech))
Programming ebook: Ning For Dummies (For Dummies (Computer/Tech)) Cover

Ning is a cool, free social networking platform, and you can learn how to use Ning quickly and easily with Ning For Dummies...

Object Oriented Programming in Eiffel
Programming ebook: Object Oriented Programming in Eiffel Cover

Provides a clear introduction to the Eiffel programming language...

Object Oriented Programming under Windows NT and 95
Programming ebook: Object Oriented Programming under Windows NT and 95 Cover

Objected-Oriented Programming for Windows 95 and NT brings the power of true object-oriented programming methods to real-world Windows development...

Object-Oriented Design Knowledge: Principles, Heuristics And Best Practices
Programming ebook: Object-Oriented Design Knowledge: Principles, Heuristics And Best Practices Cover

In order to properly understand a field, a researcher has to first understand the accumulated knowledge of that field...

Object-Oriented Programming in Common Lisp: A Programmer's Guide to CLOS
Programming ebook: Object-Oriented Programming in Common Lisp: A Programmer\'s Guide to CLOS Cover

Object-Oriented Programming in the Beta Programming Language
Programming ebook: Object-Oriented Programming in the Beta Programming Language Cover

Online Storage Systems and Transportation Problems with Applications : Optimization Models and Mathematical Solutions (Applied Optimization)
Programming ebook: Online Storage Systems and Transportation Problems with Applications : Optimization Models and Mathematical Solutions (Applied Optimization) Cover

This books covers the analysis and development of online algorithms involving exact optimization and heuristic techniques, and their application to solve two real life problems...

OpenEdge Development: Progress 4GL Handbook
Programming ebook: OpenEdge Development: Progress 4GL Handbook Cover

This book is a comprehensive tour of all the essential elements of the Progress 4GL...

Palm OS Programming
Programming ebook: Palm OS Programming Cover

The PalmOS is the most widely-distributed operating system for handheld computers, with tens of millions of devices in use worldwide...

Palm OS Programming Bible (With CD-ROM)
Programming ebook: Palm OS Programming Bible (With CD-ROM) Cover

With complete coverage of the new Palm wireless and Web capabilities, this one-step reference shows programmers how to create next-generation applications for Palm OS devices using all the latest development platforms and tools...

Parallel and Distributed Logic Programming: Towards the Design of a Framework for the Next Generation Database Machines (Studies in Computational Intelligence)
Programming ebook: Parallel and Distributed Logic Programming: Towards the Design of a Framework for the Next Generation Database Machines (Studies in Computational Intelligence) Cover

PC Intern: The Encyclopedia of System Programming (Developers Series)
Programming ebook: PC Intern: The Encyclopedia of System Programming (Developers Series) Cover

Practical IDL Programming
Programming ebook: Practical IDL Programming Cover


Increasingly, scientists and engineers must quickly and efficiently analyze and visualize extremely large sets of data...

Practical OCaml
Programming ebook: Practical OCaml Cover

Objective Caml (OCaml) is an open source programming language that allows you to utilize both functional and object-oriented programming...

Prefactoring
Programming ebook: Prefactoring Cover

More often than not, developers will stop a large project in the middle of the build stage to rethink and recode the software design so it's cleaner and more efficient...

Preventative Programming Techniques: Avoid and Correct Common Mistakes (Programming Series)
Programming ebook: Preventative Programming Techniques: Avoid and Correct Common Mistakes (Programming Series) Cover

Preventative Programming Techniques provides programmers with a clear and intelligent approach to detecting, preventing, and correcting the most common mistakes...

Problem Seeking: An Architectural Programming Primer
Programming ebook: Problem Seeking: An Architectural Programming Primer Cover

The classic programming guide for architects and clients-fully updated and revised

Architectural programming is a team effort that requires close cooperation between architects and their clients...

Problem Solving With Prolog
Programming ebook: Problem Solving With Prolog Cover

Processing: A Programming Handbook for Visual Designers and Artists
Programming ebook: Processing: A Programming Handbook for Visual Designers and Artists Cover

It has been more than twenty years since desktop publishing reinvented design, and it's clear that there is a growing need for designers and artists to learn programming skills to fill the widening gap between their ideas and the capability of their purchased software...

Professional Android Application Development (Wrox Programmer to Programmer)
Programming ebook: Professional Android Application Development (Wrox Programmer to Programmer) Cover

A hands-on guide to building mobile applications, Professional Android Application Development features concise and compelling examples that show you how to quickly construct real-world mobile applications for Android phones...

Professional Community Server Themes (Programmer to Programmer)
Programming ebook: Professional Community Server Themes (Programmer to Programmer) Cover

Wrox’s Professional Community Server Themes is one the first guide to the Chameleon theming engine...

Professional haXe and Neko
Programming ebook: Professional haXe and Neko Cover

  • haXe (pronounced "hacks") is an exciting new programming language that replaces server-side code as well as client-side code and can be used to build Web and desktop applications
  • Neko (pronounced "nee-ko") is a small, lightweight virtual machine that allows for the execution of haXe applications on the Windows, Mac, or Linux desktop
  • This hands-on guide is the first to cover these popular, new-and free-tools and get readers up and running quickly
  • Addresses the benefits of haXe, and then goes on to explain how to build Flash applications and target Ajax with haXe, work with XML and data with haXe, and combine haXe and ActionScript
  • Also provides complete coverage of the language, including data types, variables, objects, and more

Professional Microsoft Smartphone Programming
Programming ebook: Professional Microsoft Smartphone Programming Cover

"Professor Yang and Dr...

Professional Multicore Programming: Design and Implementation for C Developers (Wrox Programmer to Programmer)
Programming ebook: Professional Multicore Programming: Design and Implementation for C   Developers (Wrox Programmer to Programmer) Cover

Professional Multicore Programming: Design and Implementation for C Developers presents the basics of multicore programming in a simple, easy-to-understand manner so that you can easily apply the concepts to your everyday projects...

Professional Office Business Application Development: Using Microsoft Office SharePoint Server 2007 and VSTO (Wrox Programmer to Programmer)
Programming ebook: Professional Office Business Application Development: Using Microsoft Office SharePoint Server 2007 and VSTO (Wrox Programmer to Programmer) Cover

Office Business Application (OBA) development is new and growing at a rapid pace as large companies discover its importance...

Professional Windows PowerShell (Programmer to Programmer)
Programming ebook: Professional Windows PowerShell (Programmer to Programmer) Cover

  • MSH is a new command-line shell for Microsoft server products, including the long-awaited Longhorn server, and will eventually ship with all major Microsoft products, making it the must-know technology
  • MSH will replace current command lines in new Microsoft products and can be used to write shell scripts similar to those used with Unix and Linux
  • Discusses how MSH enables all of the ...

Programmer's Guide to NCurses
Programming ebook: Programmer\'s Guide to NCurses Cover

Programming the console in UNIX?

Here's just what you need...

Programming Applications for Microsoft Windows (Dv-Mps General)
Programming ebook: Programming Applications for Microsoft Windows (Dv-Mps General) Cover

Aimed at the experienced C/C developer, the new edition of Jeffrey Richter's Programming Applications for Microsoft Windows supplies expanded coverage of essential advanced Windows programming techniques and APIs...

Programming ArcObjects with VBA: A Task-Oriented Approach, Second Edition
Programming ebook: Programming ArcObjects with VBA: A Task-Oriented Approach, Second Edition Cover

If you're ready to take your knowledge of ArcGIS to the next level, then you need to learn how to work with ArcObjects...

Programming Collective Intelligence: Building Smart Web 2.0 Applications
Programming ebook: Programming Collective Intelligence: Building Smart Web 2.0 Applications Cover

Want to tap the power behind search rankings, product recommendations, social bookmarking, and online matchmaking? This fascinating book demonstrates how you can build Web 2...

Programming Erlang: Software for a Concurrent World
Programming ebook: Programming Erlang: Software for a Concurrent World Cover

Erlang solves one of the most pressing problems facing developers today: how to write reliable, concurrent, high-performance systems...

Programming for Peace: Computer-Aided Methods for International Conflict Resolution and Prevention (Advances in Group Decision and Negotiation)
Programming ebook: Programming for Peace: Computer-Aided Methods for International Conflict Resolution and Prevention (Advances in Group Decision and Negotiation) Cover

Sadly enough, war, conflicts and terrorism appear to stay with us in the 21st century...

Programming for the Absolute Beginner (No Experience Required (Course Technology))
Programming ebook: Programming for the Absolute Beginner (No Experience Required (Course Technology)) Cover

Want to learn computer programming but aren't sure where to start? Programming for the Absolute Beginner provides a gentle learning curve in programming for anyone who wants to develop fundamental programming skills and create computer programs...

Programming from Specifications (Prentice Hall International Series in Computer Science)
Programming ebook: Programming from Specifications (Prentice Hall International Series in Computer Science) Cover

-

Programming in Haskell
Programming ebook: Programming in Haskell Cover

This introduction is ideal for beginners as it requires no previous programming experience and all concepts are explained from first principles via carefully chosen examples...

Programming in the OSEK/VDX Environment (With CD-ROM)
Programming ebook: Programming in the OSEK/VDX Environment (With CD-ROM) Cover

Achieve efficiencies in programming your embedded communications and control systems by using the OSEK/VDX open standard...

Programming INDIGO
Programming ebook: Programming INDIGO Cover

This book a a great general introduction to codename "Indigo...

Programming Internet Mail
Programming ebook: Programming Internet Mail Cover

The Spirit of Faith opens the door to the supernatural and enables you to receive from God and fulfill your divine destiny...

Programming Interviews Exposed: Secrets to Landing Your Next Job (Programmer to Programmer)
Programming ebook: Programming Interviews Exposed: Secrets to Landing Your Next Job (Programmer to Programmer) Cover

Programming Interviews Exposed
2nd Edition

The pressure is on during the interview process but with the right preparation, you can walk away with your dream job...

Programming Microsoft® Robotics Studio
Programming ebook: Programming Microsoft® Robotics Studio Cover

Get the practical reference to programming robotic applications by using the Microsoft Robotics Studio...

Programming on Purpose III: Essays on Software Technology
Programming ebook: Programming on Purpose III: Essays on Software Technology Cover

Programming on Purpose: Essays on Programming Design
Programming ebook: Programming on Purpose: Essays on Programming Design Cover

A guided tour of numerous software design methods, this volume collects into book form a variety of articles from P...

Programming Pearls (2nd Edition)
Programming ebook: Programming Pearls (2nd Edition) Cover

Fourteen years after it was first issued, C expert Jon Bentley reinvents a true classic with the second edition of his Programming Pearls...

Programming With GNU Software
Programming ebook: Programming With GNU Software Cover

One of the great benefits of Unix is the vast array of free and inexpensive software tools that are available for the platform...

Programming with Quartz: 2D and PDF Graphics in Mac OS X (The Morgan Kaufmann Series in Computer Graphics)
Programming ebook: Programming with Quartz: 2D and PDF Graphics in Mac OS X (The Morgan Kaufmann Series in Computer Graphics) Cover

Written by members of the development team at Apple, Programming with Quartz is the first book to describe the sophisticated graphics system of Mac OS X...

Programming With Visibroker : A Developer's Guide to Visibroker for Java
Programming ebook: Programming With Visibroker : A Developer\'s Guide to Visibroker for Java Cover

The only book you need for programming VisiBroker using Java
The most widely used commercial implementation of the CORBA standard, Inprise's VisiBroker, is used by hundreds of thousands of developers worldwide...

Programming WPF
Programming ebook: Programming WPF Cover

If you want to build applications that take full advantage of Windows Vista's new user interface capabilities, you need to learn Microsoft's Windows Presentation Foundation (WPF)...

Prolog Programming in Depth
Programming ebook: Prolog Programming in Depth Cover

This book covers the Prolog programming language thoroughly with an emphasis on building practical application software, not just theory...

Puzzles for Programmers and Pros
Programming ebook: Puzzles for Programmers and Pros Cover

*Aimed at both working programmers who are applying for a job where puzzles are an integral part of the interview, as well as techies who just love a good puzzle, this book offers a cache of exciting puzzles

* Features a new series of puzzles, never before published, called elimination puzzles that have a pedagogical aim of helping the reader solve an entire class of Sudoku-like puzzles

* Provides the tools to solve the puzzles by hand and computer

* The first part of each chapter presents a puzzle; the second part shows readers how to solve several classes of puzzles algorithmically; the third part asks the reader to solve a mystery involving codes, puzzles, and geography

* Comes with a unique bonus: if readers actually solve the mystery, they have a chance to win a prize, which will be promoted on wrox...

Quickstart Apache Axis2
Programming ebook: Quickstart Apache Axis2 Cover

Rapid Web Applications with TurboGears: Using Python to Create Ajax-Powered Sites (Prentice Hall Open Source Software Development Series)
Programming ebook: Rapid Web Applications with TurboGears: Using Python to Create Ajax-Powered Sites (Prentice Hall Open Source Software Development Series) Cover

This book will help experienced Web developers get productive with TurboGears—fast...

Real-Time Embedded Multithreading Using ThreadX, Second Edition
Programming ebook: Real-Time Embedded Multithreading Using ThreadX, Second Edition Cover

This second edition of Real-Time Embedded Multithreading contains the fundamentals of developing real-time operating systems and multithreading with all the new functionality of ThreadX Version 5...

Real-Time Embedded Multithreading: Using ThreadX and ARM
Programming ebook: Real-Time Embedded Multithreading: Using ThreadX and ARM Cover

Use the industry's most popular RTOS/processor combination to develop embedded applications that are small, fast, reliable, and deterministic...

REALbasic Cross-Platform Application Development
Programming ebook: REALbasic Cross-Platform Application Development Cover

REALbasic Cross-Platform Application Development treats REALbasic as a serious development environment and is targeted to developers with a minimum of programming experience, but who may or may not be new to the REALbasic platform...

Refactoring Workbook
Programming ebook: Refactoring Workbook Cover

As a programmer, you need to be able to recognize and improve problematic code, so the program remains in a working state throughout the software lifecycle...

Reversing: Secrets of Reverse Engineering
Programming ebook: Reversing: Secrets of Reverse Engineering Cover

Beginning with a basic primer on reverse engineering-including computer internals, operating systems, and assembly language-and then discussing the various applications of reverse engineering, this book provides readers with practical, in-depth techniques for software reverse engineering...

Rexx Programmer's Reference
Programming ebook: Rexx Programmer's Reference Cover

* Originally developed for mainframes but highly portable across platforms-from servers to desktops to handhelds-Rexx is an easy yet powerful scripting language that's widely used for rapid application development * Covers Rexx interpreters for specialized functions-object-oriented, mainframe, and handheld * There are 8 different free Rexx interpreters optimized for different platforms and uses...

RibbonX For Dummies (For Dummies (Computer/Tech))
Programming ebook: RibbonX For Dummies (For Dummies (Computer/Tech)) Cover

Includes coding examples and sample conversion programs!


Create VBA, VB...

Sams Teach Yourself Beginning Programming in 24 Hours (2nd Edition) (Sams Teach Yourself)
Programming ebook: Sams Teach Yourself Beginning Programming in 24 Hours (2nd Edition) (Sams Teach Yourself) Cover

Sams Teach Yourself Beginning Programming in 24 Hours, Second Edition explains the basics of programming in the successful 24-Hours format...

Sams Teach Yourself Object Oriented Programming in 21 Days
Programming ebook: Sams Teach Yourself Object Oriented Programming in 21 Days Cover

Sams Teach Yourself Object Oriented Programming in 21 Days differs from other OOP books in two main ways...

Sams Teach Yourself Shell Programming in 24 Hours
Programming ebook: Sams Teach Yourself Shell Programming in 24 Hours Cover

The vast majority of users utilize the Korn Shell or some variant of the Bourne Shell, such as bash...

Sams Teach Yourself Windows DNA Programming in 21 Days (Sams Teach Yourself)
Programming ebook: Sams Teach Yourself Windows DNA Programming in 21 Days (Sams Teach Yourself) Cover

Sams Teach Yourself Windows DNA 2000 Programming in 21 Days enables you to create your own distributed applications quickly and easily...

Sams Teach Yourself WPF in 24 Hours
Programming ebook: Sams Teach Yourself WPF in 24 Hours Cover

Printed entirely in color, with helpful figures and syntax coloring to make code samples appear as they do in Visual Studio...

Scratch Programming for Teens
Programming ebook: Scratch Programming for Teens Cover

Welcome to Scratch Programming for Teens! Scratch is a programming language intended to make programming easier to learn for novice programmers...

Shellcoder's Programming Uncovered (Uncovered series)
Programming ebook: Shellcoder\'s Programming Uncovered (Uncovered series) Cover

How hackers, viruses, and worms attack computers from the Internet and exploit security holes in software is explained in this outline of antivirus software, patches, and firewalls that try in vain to withstand the storm of attacks...

Smalltalk by Example: The Developer's Guide
Programming ebook: Smalltalk by Example: The Developer's Guide Cover

As Smalltalk is embraced by a growing number of corporate information systems departments, career prospects for programmers with Smalltalk development skills have never been better...

Smalltalk, Objects, and Design
Programming ebook: Smalltalk, Objects, and Design Cover

This reference and text treats the Smalltalk programming system and the web of object-oriented ideas within and around it...

Software Exorcism: A Handbook for Debugging and Optimizing Legacy Code (Expert's Voice)
Programming ebook: Software Exorcism: A Handbook for Debugging and Optimizing Legacy Code (Expert's Voice) Cover

YOU HAVE TO OWN THIS BOOK! If you don't own it, you're a lost cause and there's nothing we can do for you...

Special Edition Using Microsoft Expression Web 2 (Special Edition Using)
Programming ebook: Special Edition Using Microsoft Expression Web 2 (Special Edition Using) Cover

Special Edition Using Microsoft® Expression® Web 2

The only EXPRESSION WEB 2 book you need

The successor to the best-selling book on the first release of Microsoft Expression Web, this book provides comprehensive coverage of Microsoft Expression Web 2...

Squeak: Learn Programming with Robots (Technology in Action)
Programming ebook: Squeak: Learn Programming with Robots (Technology in Action) Cover

The goal of this book is to explain elementary programming concepts such as loops, abstractions, composition, and conditionals to novices of all ages...

Structured Finance Modeling with Object-Oriented VBA (Wiley Finance)
Programming ebook: Structured Finance Modeling with Object-Oriented VBA (Wiley Finance) Cover

A detailed look at how object-oriented VBA should be used to model complex financial structures

This guide helps readers overcome the difficult task of modeling complex financial structures and bridges the gap between professional C /Java programmers writing production models and front-office analysts building Excel spreadsheet models...

SVG Essentials (O'Reilly XML)
Programming ebook: SVG Essentials (O\'Reilly XML) Cover

SVG Essentials opens the door to the rich language that underpins this emerging and fast-growing graphics language...

SyncML: Synchronizing and Managing Your Mobile Data
Programming ebook: SyncML: Synchronizing and Managing Your Mobile Data Cover

Introducing SyncML: the new XML-based standard for universal synchronization...

Systematic Programming: An Introduction (Prentice-Hall Series in Automatic Computation)
Programming ebook: Systematic Programming: An Introduction (Prentice-Hall Series in Automatic Computation) Cover

SystemVerilog for Verification, Second Edition: A Guide to Learning the Testbench Language Features
Programming ebook: SystemVerilog for Verification, Second Edition: A Guide to Learning the Testbench Language Features Cover

SystemVerilog for Verification, Second Edition provides practical information for hardware and software engineers using the SystemVerilog language to verify electronic designs...

Tcl and Tk Programming for the Absolute Beginner
Programming ebook: Tcl and Tk Programming for the Absolute Beginner Cover

Tcl/Tk is enjoying a resurgence of popularity and interest in the computing community due to the fact that it is relatively easy to learn, powerful, fast, permits rapid development, and runs on all computing platforms...

Tcl/Tk, Second Edition: A Developer's Guide (The Morgan Kaufmann Series in Software Engineering and Programming)
Programming ebook: Tcl/Tk, Second Edition: A Developer\'s Guide (The Morgan Kaufmann Series in Software Engineering and Programming) Cover

Tcl/Tk (Tool Command Language/Tool Kit) makes it fast and easy to implement any type of application, from games to network analyzers...

The Art of Computer Programming, Volume 2: Seminumerical Algorithms
Programming ebook: The Art of Computer Programming, Volume 2: Seminumerical Algorithms Cover

Yes, using MIX is all wrong...

The Art of Computer Programming, Volume 4, Fascicle 2: Generating All Tuples and Permutations (Art of Computer Programming)
Programming ebook: The Art of Computer Programming, Volume 4, Fascicle 2: Generating All Tuples and Permutations (Art of Computer Programming) Cover

The Art of Multiprocessor Programming
Programming ebook: The Art of Multiprocessor Programming Cover

This book is the first comprehensive presentation of the principles and tools available for programming multiprocessor machines...

The Art of Prolog, Second Edition: Advanced Programming Techniques (Logic Programming)
Programming ebook: The Art of Prolog, Second Edition: Advanced Programming Techniques (Logic Programming) Cover

This new edition of The Art of Prolog contains a number of important changes...

The AS/400 Programmer's Handbook (AS/400 Programmer's Handbooks)
Programming ebook: The AS/400 Programmer\'s Handbook (AS/400 Programmer\'s Handbooks) Cover

This handy, desktop guide provides programming examples for nearly every AS/400 development task you face...

The AutoCADET's Guide to Visual LISP
Programming ebook: The AutoCADET\'s Guide to Visual LISP Cover

AutoCADet: A person who uses AutoCAD directly or indirectly to create or analyze graphic images and is in possession of one or more of the following traits: wants to learn; has an interest in improving the way AutoCAD works; is a visionary AutoCAD user; i

Customize AutoCAD to include productivity enhancements like new commands, combinations of existing commands or list processing scripts to store and manipulate data...

The BASIC handbook, an encyclopedia of the BASIC computer language
Programming ebook: The BASIC handbook, an encyclopedia of the BASIC computer language Cover

The basic handbook: Encyclopedia of the basic computer language
Programming ebook: The basic handbook: Encyclopedia of the basic computer language Cover

The Book of Qt 4: The Art of Building Qt Applications
Programming ebook: The Book of Qt 4: The Art of Building Qt Applications Cover

Cross-platform development is a kind of holy grail, and Trolltech's Qt toolkit may well be the most promising solution yet to this development challenge...

The Definitive Guide to GCC, Second Edition (Definitive Guide)
Programming ebook: The Definitive Guide to GCC, Second Edition (Definitive Guide) Cover

  • Provides a complete command reference and explains how to use the info online help system
  • Covers material not covered in other texts: profiling, test coverage, and how to build and install GCC on a variety of operating system and hardware platforms
  • Explains how to build and install GCC on Linux, UNIX, and Windows systems, whether you have an existing GCC or not

The Definitive Guide to GCC is a comprehensive tutorial and guide to using the newest version of GCC, the “Gnue Compiler Collection...

The Definitive Guide to Plone
Programming ebook: The Definitive Guide to Plone Cover

The Definitive Guide to Plone is the authoritative, unique guide to Plone, describing everything from installing Plone (on Mac OS X, Windows, and Linux) to writing code for the system...

The Definitive Guide to Plone, Second Edition
Programming ebook: The Definitive Guide to Plone, Second Edition Cover

The Definitive Guide to Plone, Second Edition has been completely updated to cover the latest version of Plone and its newest features...

The Developer's Guide to Debugging
Programming ebook: The Developer\'s Guide to Debugging Cover

Software has bugs...

The Elements of Programming Style
Programming ebook: The Elements of Programming Style Cover

The Fundamentals : Building Visual Studio Applications on a Visual FoxPro 6.0 Foundation
Programming ebook: The Fundamentals : Building Visual Studio Applications on a Visual FoxPro 6.0 Foundation Cover

The long-awaited sequel to Whil's "Programming VFP 3...

The JR Programming Language: Concurrent Programming in an Extended Java
Programming ebook: The JR Programming Language: Concurrent Programming in an Extended Java Cover

JR is a language for concurrent programming...

The Pragmatic Programmer: From Journeyman to Master
Programming ebook: The Pragmatic Programmer: From Journeyman to Master Cover

Programmers are craftspeople trained to use a certain set of tools (editors, object managers, version trackers) to generate a certain kind of product (programs) that will operate in some environment (operating systems on hardware assemblies)...

The Productive Programmer (Theory in Practice (O'Reilly))
Programming ebook: The Productive Programmer (Theory in Practice (O\'Reilly)) Cover

Anyone who develops software for a living needs a proven way to produce it better, faster, and cheaper...

The Standard ML Basis Library
Programming ebook: The Standard ML Basis Library Cover

SML is an influential programming language that represents many state-of-the-art aspects of language design in a form usable for everyday programming...

The Visual FoxPro Report Writer: Pushing it to the Limit and Beyond
Programming ebook: The Visual FoxPro Report Writer: Pushing it to the Limit and Beyond Cover

Reports are key to a successful software application...

The Visualization Toolkit User's Guide, Version 4.0 (with CD-ROM)
Programming ebook: The Visualization Toolkit User\'s Guide, Version 4.0 (with CD-ROM) Cover

The Zope Book (Landmark)
Programming ebook: The Zope Book (Landmark) Cover

The Zope Book, written by the experts who developed Zope, is a guide to building dynamic Web applications using Zope...

Theoretical Introduction to Programming
Programming ebook: Theoretical Introduction to Programming Cover

Including easily digested information about fundamental techniques and concepts in software construction, this book is distinct in unifying pure theory with pragmatic details...

Theory and Practice of Uncertain Programming
Programming ebook: Theory and Practice of Uncertain Programming Cover

Real-life decisions are usually made in the state of uncertainty (randomness, fuzziness, roughness, etc...

Touretzky: Lisp - A Gentle Introduction to Symbo Lic Computation (Pr Only)
Programming ebook: Touretzky: Lisp - A Gentle Introduction to Symbo Lic Computation (Pr Only) Cover

Trends In Functional Programming
Programming ebook: Trends In Functional Programming Cover

Trends in Functional Programming (Vol 7)
Programming ebook: Trends in Functional Programming (Vol 7) Cover

Trends in Functional Programming 6
Programming ebook: Trends in Functional Programming 6 Cover

Trends in Functional Programming: Volume 5
Programming ebook: Trends in Functional Programming: Volume 5 Cover

Covers all aspects of functional programming, both theoretical and practical, to provide a coherent overview of research's most recent developments...

Uncertain Programming
Programming ebook: Uncertain Programming Cover

The use of computers in decision support has grown tremendously over the past five years...

Using Aspect-Oriented Programming for Trustworthy Software Development
Programming ebook: Using Aspect-Oriented Programming for Trustworthy Software Development Cover

Learn how to successfully implement trustworthy computing tasks using aspect-oriented programming

This landmark publication fills a gap in the literature by not only describing the basic concepts of trustworthy computing (TWC) and aspect-oriented programming (AOP), but also exploring their critical interrelationships...

Using OpenMP: Portable Shared Memory Parallel Programming (Scientific Computation and Engineering)
Programming ebook: Using OpenMP: Portable Shared Memory Parallel Programming (Scientific Computation and Engineering) Cover

"I hope that readers will learn to use the full expressibility and power of OpenMP...

VBA For Dummies (For Dummies (Computer/Tech))
Programming ebook: VBA For Dummies (For Dummies (Computer/Tech)) Cover

VBA helps you put your computer in its place

Write programs that automate tasks and make Office 2007 work better for you

If your computer is becoming your boss instead of your servant, start using VBA to tell it what to do! Here's the latest on the VBA IDE and program containers, debugging and controlling your programs, working with multiple applications using a single program, and the most exciting stuff -- programming for all the Office 2007 applications...

VEE Pro: Practical Graphical Programming
Programming ebook: VEE Pro: Practical Graphical Programming Cover

With VEE 7...

Web Component Development with Zope 3, Third Edition
Programming ebook: Web Component Development with Zope 3, Third Edition Cover

Zope is a powerful Python web application platform for developing complex web applications rapidly and collaboratively...

WebRAD: Building Database Applications on the Web with Visual FoxPro and Web Connection
Programming ebook: WebRAD: Building Database Applications on the Web with Visual FoxPro and Web Connection Cover

A tutorial for novices and a reference for experienced users, featuring step-by-step guidelines for using Web Connection in a day-to-day manner as a developer, this book offers several development alternatives based on the user's style...

What's New in Nine: Visual FoxPro's Latest Hits
Programming ebook: What\'s New in Nine: Visual FoxPro\'s Latest Hits Cover

Acknowledging that getting a handle on the new features of a development environment is difficult, the tips in this guide organize the new features of Visual FoxPro 9 into functional categories, revealing how and why to use each of them...

Windows Developer Power Tools: Turbocharge Windows Development with More Than 140 Free and Open Source Tools
Programming ebook: Windows Developer Power Tools: Turbocharge Windows Development with More Than 140 Free and Open Source Tools Cover

There is a wealth of open and free software available today for Windows developers who want to extend the development environment, reduce development effort and increase productivity...

Windows Graphics Programming: Win32 GDI and DirectDraw
Programming ebook: Windows Graphics Programming: Win32 GDI and DirectDraw Cover

This guide for experienced Windows programmers describes what is going on beneath the API layer...

Write Great Code, Volume 2: Thinking Low-Level, Writing High-Level
Programming ebook: Write Great Code, Volume 2: Thinking Low-Level, Writing High-Level Cover

The second volume in the Write Great Code series supplies the critical information that today's computer science students don't often get from college and university courses: How to carefully choose their high-level language statements to produce efficient code...

Writing Scientific Software: A Guide to Good Style
Programming ebook: Writing Scientific Software: A Guide to Good Style Cover

The core of scientific computing is designing, writing, testing, debugging and modifying numerical software for application to a vast range of areas: from graphics, meteorology and chemistry to engineering, biology and finance...

Writing Secure Code (With CD-ROM)
Programming ebook: Writing Secure Code (With CD-ROM) Cover

Security mistakes by software architects, designers, and developers are an ongoing plague that costs businesses millions of dollars every year when malicious intruders attack interconnected applications, steal credit-card numbers, and deface Web sites...

X Window Programming From Scratch (Jesse Liberty's from Scratch Programming Series)
Programming ebook: X Window Programming From Scratch (Jesse Liberty\'s from Scratch Programming Series) Cover

X Window Programming From Scratch shows how to create a graphical user interface and accomplish graphic rendering using the X Window System software...

Xcode 3 Unleashed
Programming ebook: Xcode 3 Unleashed Cover

Apple’s new Xcode 3 is the most powerful Mac development suite ever created...

You Can Do It! : A Beginners Introduction to Computer Programming
Programming ebook: You Can Do It! : A Beginners Introduction to Computer Programming Cover

You’ll be Programming with C++ within the hour

Find out just how easy it is to write computer programs!

Want to start programming but don't know where to start? Don't worry! With a radically different approach to programming, author Francis Glassborow demystifies programming concepts, and shows you how to create real applications with C++...

Zope Bible
Programming ebook: Zope Bible Cover

This comprehensive Bible for Web Developers, Web Architects, and Content Managers covers everything you need to build Web sites with Zope, the leading Open Source Web application platform...

Zope Web Application Construction Kit
Programming ebook: Zope Web Application Construction Kit Cover

Zope is a powerful application server and content management system, but because it is an open-source technology there is a tremendous need for reliable, practical documentation showing developers how to leverage Zope to its fullest...


Submit a related site | Submit an article






eXTReMe Tracker