Author: Brad Hooper
Publisher: American Library Association
ISBN: 0838913997
Category : Language Arts & Disciplines
Languages : en
Pages : 218
Book Description
Using this guide, libraries can connect book lovers eager to learn about recent and noteworthy books to authors and fellow book lovers.
Three Lines in a Circle
Author: Michael G. Long
Publisher: Presbyterian Publishing Corp
ISBN: 1646981960
Category : Juvenile Fiction
Languages : en
Pages : 0
Book Description
One line straight down. One line to the right. One line to the left, then a circle. That was all—just three lines in a circle. This bold picture book tells the story of the peace symbol—designed in 1958 by a London activist protesting nuclear weapons—and how it inspired people all over the world. Depicting the symbol's travels from peace marches and liberation movements to the end of apartheid and the fall of the Berlin Wall, Three Lines in a Circle offers a message of inspiration to today's children and adults who are working to create social change. An author’s note provides historical background and a time line of late twentieth-century peace movements.
Publisher: Presbyterian Publishing Corp
ISBN: 1646981960
Category : Juvenile Fiction
Languages : en
Pages : 0
Book Description
One line straight down. One line to the right. One line to the left, then a circle. That was all—just three lines in a circle. This bold picture book tells the story of the peace symbol—designed in 1958 by a London activist protesting nuclear weapons—and how it inspired people all over the world. Depicting the symbol's travels from peace marches and liberation movements to the end of apartheid and the fall of the Berlin Wall, Three Lines in a Circle offers a message of inspiration to today's children and adults who are working to create social change. An author’s note provides historical background and a time line of late twentieth-century peace movements.
Find the Bug
Author: Adam Barr
Publisher: Addison-Wesley Professional
ISBN:
Category : Computers
Languages : en
Pages : 346
Book Description
Gain a deeper understanding of software and learn to be a better programmer with this unique book of challenging code exercises.
Publisher: Addison-Wesley Professional
ISBN:
Category : Computers
Languages : en
Pages : 346
Book Description
Gain a deeper understanding of software and learn to be a better programmer with this unique book of challenging code exercises.
The Librarian’s Guide to Book Programs and Author Events
Author: Brad Hooper
Publisher: American Library Association
ISBN: 0838913997
Category : Language Arts & Disciplines
Languages : en
Pages : 218
Book Description
Using this guide, libraries can connect book lovers eager to learn about recent and noteworthy books to authors and fellow book lovers.
Publisher: American Library Association
ISBN: 0838913997
Category : Language Arts & Disciplines
Languages : en
Pages : 218
Book Description
Using this guide, libraries can connect book lovers eager to learn about recent and noteworthy books to authors and fellow book lovers.
Programming
Author: Bjarne Stroustrup
Publisher: Addison-Wesley Professional
ISBN: 0133796744
Category : Computers
Languages : en
Pages : 1312
Book Description
An Introduction to Programming by the Inventor of C++ Preparation for Programming in the Real World The book assumes that you aim eventually to write non-trivial programs, whether for work in software development or in some other technical field. Focus on Fundamental Concepts and Techniques The book explains fundamental concepts and techniques in greater depth than traditional introductions. This approach will give you a solid foundation for writing useful, correct, maintainable, and efficient code. Programming with Today’s C++ (C++11 and C++14) The book is an introduction to programming in general, including object-oriented programming and generic programming. It is also a solid introduction to the C++ programming language, one of the most widely used languages for real-world software. The book presents modern C++ programming techniques from the start, introducing the C++ standard library and C++11 and C++14 features to simplify programming tasks. For Beginners—And Anyone Who Wants to Learn Something New The book is primarily designed for people who have never programmed before, and it has been tested with many thousands of first-year university students. It has also been extensively used for self-study. Also, practitioners and advanced students have gained new insight and guidance by seeing how a master approaches the elements of his art. Provides a Broad View The first half of the book covers a wide range of essential concepts, design and programming techniques, language features, and libraries. Those will enable you to write programs involving input, output, computation, and simple graphics. The second half explores more specialized topics (such as text processing, testing, and the C programming language) and provides abundant reference material. Source code and support supplements are available from the author’s website.
Publisher: Addison-Wesley Professional
ISBN: 0133796744
Category : Computers
Languages : en
Pages : 1312
Book Description
An Introduction to Programming by the Inventor of C++ Preparation for Programming in the Real World The book assumes that you aim eventually to write non-trivial programs, whether for work in software development or in some other technical field. Focus on Fundamental Concepts and Techniques The book explains fundamental concepts and techniques in greater depth than traditional introductions. This approach will give you a solid foundation for writing useful, correct, maintainable, and efficient code. Programming with Today’s C++ (C++11 and C++14) The book is an introduction to programming in general, including object-oriented programming and generic programming. It is also a solid introduction to the C++ programming language, one of the most widely used languages for real-world software. The book presents modern C++ programming techniques from the start, introducing the C++ standard library and C++11 and C++14 features to simplify programming tasks. For Beginners—And Anyone Who Wants to Learn Something New The book is primarily designed for people who have never programmed before, and it has been tested with many thousands of first-year university students. It has also been extensively used for self-study. Also, practitioners and advanced students have gained new insight and guidance by seeing how a master approaches the elements of his art. Provides a Broad View The first half of the book covers a wide range of essential concepts, design and programming techniques, language features, and libraries. Those will enable you to write programs involving input, output, computation, and simple graphics. The second half explores more specialized topics (such as text processing, testing, and the C programming language) and provides abundant reference material. Source code and support supplements are available from the author’s website.
Programming Visual Basic 2008
Author: Tim Patrick
Publisher: "O'Reilly Media, Inc."
ISBN: 0596555180
Category : Computers
Languages : en
Pages : 784
Book Description
Ever since Visual Basic was merged into .NET, it's become the core language for creating business applications with Windows. The latest version, VB 2008, is even more useful -- and provides even more incentive for migrating from VB 6. All it lacks is a good book on how to harness its power. Programming Visual Basic 2008 fills the void. Written in a lively and engaging style by a developer who's grown up with Visual Basic, including both VB 6 and VB .NET, this hands-on guide addresses the core topics of the new VB, from basic to complex, with plenty of code examples. Programming Visual Basic 2008 also examines .NET programming from the application level with a chapter-by-chapter plan for developing, documenting, and deploying a full data-driven application. You learn, step-by-step, how to build and deploy a library management system, complete with patron, inventory, and barcode support. The book's broad range of topics include: VB language and its syntax An overview of the .NET Framework Object-oriented development in VB and .NET Generic objects, collections, and nullable types Design and management of software projects Integrating desktop features with Windows Forms Database design with SQL Server 2008 Database interface design with ADO.NET The new LINQ feature, and how to use it within VB and .NET Embedding XML within application source code Encryption and authentication in .NET Interacting with data stored in files and directories Web development using ASP.NET Deploying an application to a user's workstation And much more Programming Visual Basic 2008 is ideal for VB 6 programmers who are ready to move to .NET, as well as VB.NET programmers who wish to improve their project-focused software development skills. Programming novices and developers coming from other languages will find the book valuable because of its language instruction and project design knowledge. Once you finish the book, you will have a firm grasp of VB 2008's core concepts and language elements, and understand how to build VB projects as they were intended -- as complete, cohesive solutions.
Publisher: "O'Reilly Media, Inc."
ISBN: 0596555180
Category : Computers
Languages : en
Pages : 784
Book Description
Ever since Visual Basic was merged into .NET, it's become the core language for creating business applications with Windows. The latest version, VB 2008, is even more useful -- and provides even more incentive for migrating from VB 6. All it lacks is a good book on how to harness its power. Programming Visual Basic 2008 fills the void. Written in a lively and engaging style by a developer who's grown up with Visual Basic, including both VB 6 and VB .NET, this hands-on guide addresses the core topics of the new VB, from basic to complex, with plenty of code examples. Programming Visual Basic 2008 also examines .NET programming from the application level with a chapter-by-chapter plan for developing, documenting, and deploying a full data-driven application. You learn, step-by-step, how to build and deploy a library management system, complete with patron, inventory, and barcode support. The book's broad range of topics include: VB language and its syntax An overview of the .NET Framework Object-oriented development in VB and .NET Generic objects, collections, and nullable types Design and management of software projects Integrating desktop features with Windows Forms Database design with SQL Server 2008 Database interface design with ADO.NET The new LINQ feature, and how to use it within VB and .NET Embedding XML within application source code Encryption and authentication in .NET Interacting with data stored in files and directories Web development using ASP.NET Deploying an application to a user's workstation And much more Programming Visual Basic 2008 is ideal for VB 6 programmers who are ready to move to .NET, as well as VB.NET programmers who wish to improve their project-focused software development skills. Programming novices and developers coming from other languages will find the book valuable because of its language instruction and project design knowledge. Once you finish the book, you will have a firm grasp of VB 2008's core concepts and language elements, and understand how to build VB projects as they were intended -- as complete, cohesive solutions.
Television Program Master Index
Author: Charles V. Dintrone
Publisher: McFarland
ISBN: 0786472456
Category : Performing Arts
Languages : en
Pages : 337
Book Description
This work indexes books, dissertations and journal articles that mention television shows. Memoirs, autobiographies, biographies, and some popular works meant for fans are also indexed. The major focus is on service to researchers in the history of television. Listings are keyed to an annotated bibliography. Appendices include a list of websites; an index of groups or classes of people on television; and a list of programs by genre. Changes from the second edition include more than 300 new shows, airing on a wider variety of networks; 2000-plus references (more than double the second edition); and a large increase in scholarly articles. The book provides access to materials on almost 2300 shows, including groundbreaking ones like All in the Family (almost 200 entries); cult favorites like Buffy: The Vampire Slayer (200-plus entries); and a classic franchise, Star Trek (more than 400 entries for all the shows). The shows covered range from the late 1940s to 2010 (The Walking Dead). References range from 1956 to 2013.
Publisher: McFarland
ISBN: 0786472456
Category : Performing Arts
Languages : en
Pages : 337
Book Description
This work indexes books, dissertations and journal articles that mention television shows. Memoirs, autobiographies, biographies, and some popular works meant for fans are also indexed. The major focus is on service to researchers in the history of television. Listings are keyed to an annotated bibliography. Appendices include a list of websites; an index of groups or classes of people on television; and a list of programs by genre. Changes from the second edition include more than 300 new shows, airing on a wider variety of networks; 2000-plus references (more than double the second edition); and a large increase in scholarly articles. The book provides access to materials on almost 2300 shows, including groundbreaking ones like All in the Family (almost 200 entries); cult favorites like Buffy: The Vampire Slayer (200-plus entries); and a classic franchise, Star Trek (more than 400 entries for all the shows). The shows covered range from the late 1940s to 2010 (The Walking Dead). References range from 1956 to 2013.
United States Informational Media Guaranty Program
Author: United States. Congress. Senate. Committee on Foreign Relations
Publisher:
ISBN:
Category : Exchange of publications
Languages : en
Pages : 134
Book Description
Publisher:
ISBN:
Category : Exchange of publications
Languages : en
Pages : 134
Book Description
Programming in COBOL
Author: J. M. Triance
Publisher: Manchester University Press
ISBN: 9780719005923
Category : Computers
Languages : en
Pages : 116
Book Description
Publisher: Manchester University Press
ISBN: 9780719005923
Category : Computers
Languages : en
Pages : 116
Book Description
U.S. Informational Media Guaranty Program, Hearings ... 90-1, on S. 1030, March 21, April 25, 1967
Author: United States. Congress. Senate. Foreign Relations
Publisher:
ISBN:
Category :
Languages : en
Pages : 128
Book Description
Publisher:
ISBN:
Category :
Languages : en
Pages : 128
Book Description
Kindergarten Review
Author:
Publisher:
ISBN:
Category : Education, Elementary
Languages : en
Pages : 748
Book Description
Publisher:
ISBN:
Category : Education, Elementary
Languages : en
Pages : 748
Book Description