Hackish C++ Games & Demos

Hackish C++ Games & Demos PDF Author: Michael Flenov
Publisher: БХВ-Петербург
ISBN: 1931769583
Category : Computers
Languages : en
Pages : 310

Book Description
This guide to maximizing visual effects and optimizing graphics for game programming with C++ and DirectX is a practical introduction to the latest C++ technologies and techniques. The new concept of demo coding—a program whose purpose is to present the technical and artistic skills of programmers—is provided, as is help for programmers demonstrating their new skills in creating 2-D and 3-D games and demo scenes. An accompanying CD-ROM includes demo scenes, game-development projects, and examples from the book.

Hackish C++- Games & Demos

Hackish C++- Games & Demos PDF Author: Michael
Publisher:
ISBN: 9788183331951
Category :
Languages : en
Pages : 305

Book Description


Indian National Bibliography

Indian National Bibliography PDF Author: B. S. Kesavan
Publisher:
ISBN:
Category : India
Languages : en
Pages : 654

Book Description


The Publishers Weekly

The Publishers Weekly PDF Author:
Publisher:
ISBN:
Category : American literature
Languages : en
Pages : 984

Book Description


The Hacker's Dictionary

The Hacker's Dictionary PDF Author: Eric S. Raymond
Publisher: Createspace Independent Publishing Platform
ISBN: 9781548201579
Category :
Languages : en
Pages : 508

Book Description
This document is a collection of slang terms used by various subcultures of computer hackers. Though some technical material is included for background and flavor, it is not a technical dictionary; what we describe here is the language hackers use among themselves for fun, social communication, and technical debate.

The UNIX-haters Handbook

The UNIX-haters Handbook PDF Author: Simson Garfinkel
Publisher: John Wiley & Sons Incorporated
ISBN: 9781568842035
Category : Computers
Languages : en
Pages : 329

Book Description
This book is for all people who are forced to use UNIX. It is a humorous book--pure entertainment--that maintains that UNIX is a computer virus with a user interface. It features letters from the thousands posted on the Internet's "UNIX-Haters" mailing list. It is not a computer handbook, tutorial, or reference. It is a self-help book that will let readers know they are not alone.

Swing Hacks

Swing Hacks PDF Author: Joshua Marinacci
Publisher: "O'Reilly Media, Inc."
ISBN: 0596009070
Category : Computers
Languages : en
Pages : 542

Book Description
Swing Hacks helps Java developers move beyond the basics of Swing, the graphical user interface (GUI) standard since Java 2. The unique Hacks format provides short advanced tricks that you can instantly apply to increase your competency with interface-building tools.

Coding Freedom

Coding Freedom PDF Author: E. Gabriella Coleman
Publisher: Princeton University Press
ISBN: 0691144613
Category : Computers
Languages : en
Pages : 268

Book Description
Who are computer hackers? What is free software? And what does the emergence of a community dedicated to the production of free and open source software--and to hacking as a technical, aesthetic, and moral project--reveal about the values of contemporary liberalism? Exploring the rise and political significance of the free and open source software (F/OSS) movement in the United States and Europe, Coding Freedom details the ethics behind hackers' devotion to F/OSS, the social codes that guide its production, and the political struggles through which hackers question the scope and direction of copyright and patent law. In telling the story of the F/OSS movement, the book unfolds a broader narrative involving computing, the politics of access, and intellectual property. E. Gabriella Coleman tracks the ways in which hackers collaborate and examines passionate manifestos, hacker humor, free software project governance, and festive hacker conferences. Looking at the ways that hackers sustain their productive freedom, Coleman shows that these activists, driven by a commitment to their work, reformulate key ideals including free speech, transparency, and meritocracy, and refuse restrictive intellectual protections. Coleman demonstrates how hacking, so often marginalized or misunderstood, sheds light on the continuing relevance of liberalism in online collaboration.

You Don't Know JS Yet

You Don't Know JS Yet PDF Author: Kyle Simpson
Publisher:
ISBN:
Category :
Languages : en
Pages : 143

Book Description
It seems like there's never been as much widespread desire before to learn JS. But with a million blogs, books, and videos out there, just where do you start?The worldwide best selling "You Don't Know JS" book series is back for a 2nd edition: "You Don't Know JS Yet". All 6 books are brand new, rewritten to cover all sides of JS for 2020 and beyond."Get Started" prepares you for the journey ahead, first surveying the language then detailing how the rest of the You Don't Know JS Yet book series guides you to knowing JS more deeply.

Python for Unix and Linux System Administration

Python for Unix and Linux System Administration PDF Author: Noah Gift
Publisher: "O'Reilly Media, Inc."
ISBN: 1449367186
Category : Computers
Languages : en
Pages : 456

Book Description
Python is an ideal language for solving problems, especially in Linux and Unix networks. With this pragmatic book, administrators can review various tasks that often occur in the management of these systems, and learn how Python can provide a more efficient and less painful way to handle them. Each chapter in Python for Unix and Linux System Administration presents a particular administrative issue, such as concurrency or data backup, and presents Python solutions through hands-on examples. Once you finish this book, you'll be able to develop your own set of command-line utilities with Python to tackle a wide range of problems. Discover how this language can help you: Read text files and extract information Run tasks concurrently using the threading and forking options Get information from one process to another using network facilities Create clickable GUIs to handle large and complex utilities Monitor large clusters of machines by interacting with SNMP programmatically Master the IPython Interactive Python shell to replace or augment Bash, Korn, or Z-Shell Integrate Cloud Computing into your infrastructure, and learn to write a Google App Engine Application Solve unique data backup challenges with customized scripts Interact with MySQL, SQLite, Oracle, Postgres, Django ORM, and SQLAlchemy With this book, you'll learn how to package and deploy your Python applications and libraries, and write code that runs equally well on multiple Unix platforms. You'll also learn about several Python-related technologies that will make your life much easier.