How to Count (Programming for Mere Mortals, #1)
Steven Frank - 2011
unsigned numbers- Floating point and fixed point arithmeticThis short, easily understood book will quickly get you thinking like a programmer.
Computer Graphics with OpenGL
Donald Hearn - 2003
The text converts all programming code into the C++ language.
AngularJS: Up and Running: Enhanced Productivity with Structured Web Apps
Shyam Seshadri - 2014
By the end of the book, you'll understand how to develop a large, maintainable, and performant application with AngularJS.Guided by two engineers who worked on AngularJS at Google, you'll learn the components needed to build data-driven applications, using declarative programming and the Model-view-controller pattern. You'll also learn how to conduct unit tests on each part of your application.Learn how to use controllers for moving data to and from viewsUnderstand when to use AngularJS services instead of controllersCommunicate with the server to store, fetch, and update data asynchronouslyKnow when to use AngularJS filters for converting data and values to different formatsImplement single-page applications, using ngRoute to select views and navigationDive into basic and advanced directives for creating reusable componentsWrite an end-to-end test on a live version of your entire applicationUse best practices, guidelines, and tools throughout the development cycle
Professional PHP Programming
Sascha Schumann - 1999
PHP is a server-side, HTML-embedded scripting language. It is an open source technology, rapidly gaining popularity as a scripting language for people running dynamic websites. One of its major attractions over Perl, JavaScript and other scripting languages is that PHP has a built-in database integration layer and seamless IP connectivity, with LDAP and TCP as well as the IMAP mail interface. Features; Real world, practical experience and techniques From installation and configuration of the PHP engine to advanced dynamic application design Definitive coverage of core PHP language and database addressing: MySQL is covered in depth. Practical e-commerce and business scripting including database application development, together with PHP and XML applications. LDAP connectivity addressed.
50 WITTY TALES OF AKBAR AND BIRBAL: STORIES HELPS TO INCREASE YOUR KIDS LOGICAL THINKING
Maharshi - 2014
Children’s thinking capabilities would be increased because of the smart answers of the Minister Birbal.Each of the 50 stories contains a moral , a logic to think. Exchanges by Akbar and Birbal have become part of Indian folk tradition. These tales are also an integral part of Indian culture. Akbar and Birbal are extremely popular even in the modern age. This book is a compiled version of 50 good stories,illustrated with images as well. 50 Chapters are - A. AKBAR AND BIRBAL INTRODUCTION B. HOW AKBAR MET BIRBAL C. HOW MAHESH DAS BECAME BIRBAL 01. ANSWER FOR QUESTION IS A QUESTION 02. WHO IS A DONKEY? 03. WHY IS THE CAMEL’S NECK CROOKED? 04. BIRBAL’S VISIT TO HEAVEN 05. BIRBAL CAUGHT THE THIEF 06.I AM YOUR SERVANT, MY LORD 07. HOW MANY CROWS IN THE KINGDOM? 08. BIRBAL SOLVES THE PROBLEM 09. FLOWERS FOR AKBAR 10. BIRBAL’S SWEET REPLY 11. BIRBAL IDENTIFIES THE GUEST 12. TIT-BITS (BETWEEN AKBAR AND BIRBAL) 13. A LITTLE LESSER AND LITTLE MORE 14. BIRBAL’S BEAUTIFUL EXPLANATION 15.THE NOBLEST BEGGAR 16.FAST HORSE 17.THE LOYAL GARDENER 18. BIRBAL BETRAYS HIMSELF 19.RED HOT TEST 20.FOUR FOOLS 21.MILK OF AN OX 22.JUST ONE QUESTION 23.THE PARROT NEITHER EATS, NOR DRINKS 24.NEITHER HERE, NOR THERE 25. BIRBAL’S HELP TO ASTROLOGER 26.HEAVY BURDEN 27. BIRBAL PASSES THE TEST 28.THE MAGICAL DONKEY 29.PICKLED CLUE 30.HUNTING AND THE DOWRY 31. BIRBAL AND AKBAR’S RING 32.AKBAR’S DREAM 33. BIRBAL HELPS A PUNDIT 34. BIRBAL’S KHICHADEE 35.THE POET RAAYADAAS 36.THE THREE QUESTIONS 37.FEAR IS THE KEY 38.PROTECTION OF THE FOOT-MARK OF AN ELEPHANT 39. BIRBAL, THE PROBLEM SOLVER 40.WHO IS THE REAL KING? 41.WHO IS FOOLED? 42. BIRBAL, THE CHILD 43. BIRBAL’S LIST OF BLINDS 44.THE BLIND SAINT. REALLY, IS HE? 45.THE SHARP SHIELD & SWORD 46.THE LOST RING 47.WHO IS THE REAL MOTHER? 48.A MERCHANT AND THE STOLEN TREASURE 49. BIRBAL STRIKES AGAIN 50. THE LINGUIST’S CHALLENGE CHAPTER - 05 BIRBAL CAUGHT THE THIEF It so happened once that once a rich merchant's house was robbed. The merchant suspected that the thief was one of his servants. He tried to find out the thief was on his own, but failed. So he went to Birbal and explained the whole incident in detail. Birbal went to his house and assembled all of his servants in the front hall and asked that who stole the merchant's things. Everybody denied. Birbal thought for a moment, then gave a stick of equal length to all the servants of the merchant and said to them that “The stick of the real thief will be long by two inches tomorrow”. All the servants should be present here again tomorrow with their sticks. All the servants went to their homes and gathered again at the same place the next day. Birbal asked them to show him their sticks. One of the servants had his stick shorter by two inches. Birbal said, "This is your thief, merchant.
Combat Medic: A Soldier's Story of the Iraq War and PTSD
S.M. Boney IV - 2016
Private Boney joined the U.S. Army in 2003. After basic and advanced medical training, he was deployed to Iraq with the 1st Calvary Divisions 15th Forward Support Battalion in Operation Iraqi Freedom and Enduring Freedom. Follow along as he recalls his experience as a combat medic surviving mortar attacks, assisting casualties, and a gruesome gorilla warfare fight in the Wadi-Us-Salaam cemetery; the largest in the world.
Understanding and Using C Pointers
Richard Reese - 2013
With this practical book, you’ll learn how pointers provide the mechanism to dynamically manipulate memory, enhance support for data structures, and enable access to hardware. Author Richard Reese shows you how to use pointers with arrays, strings, structures, and functions, using memory models throughout the book.Difficult to master, pointers provide C with much flexibility and power—yet few resources are dedicated to this data type. This comprehensive book has the information you need, whether you’re a beginner or an experienced C or C++ programmer or developer.Get an introduction to pointers, including the declaration of different pointer typesLearn about dynamic memory allocation, de-allocation, and alternative memory management techniquesUse techniques for passing or returning data to and from functionsUnderstand the fundamental aspects of arrays as they relate to pointersExplore the basics of strings and how pointers are used to support themExamine why pointers can be the source of security problems, such as buffer overflowLearn several pointer techniques, such as the use of opaque pointers, bounded pointers and, the restrict keyword
Laravel: Up and Running: A Framework for Building Modern PHP Apps
Matt Stauffer - 2016
This rapid application development framework and its vast ecosystem of tools let you quickly build new sites and applications with clean, readable code. With this practical guide, Matt Stauffer--a leading teacher and developer in the Laravel community--provides the definitive introduction to one of today's most popular web frameworks.The book's high-level overview and concrete examples will help experienced PHP web developers get started with Laravel right away. By the time you reach the last page, you should feel comfortable writing an entire application in Laravel from scratch.Dive into several features of this framework, including:Blade, Laravel's powerful, custom templating toolTools for gathering, validating, normalizing, and filtering user-provided dataLaravel's Eloquent ORM for working with the application's databasesThe Illuminate request object, and its role in the application lifecyclePHPUnit, Mockery, and PHPSpec for testing your PHP codeLaravel's tools for writing JSON and RESTful APIsInterfaces for file system access, sessions, cookies, caches, and searchTools for implementing queues, jobs, events, and WebSocket event publishingLaravel's specialty packages: Scout, Passport, Cashier, Echo, Elixir, Valet, and Socialite
Advanced Scala with Cats
Noel Welsh - 2017
This means designing systems as small composable units, expressing constraints and interactions via the type system, and using composition to guide the construction of large systems in a way that maintains the original architectural vision.The book also serves as an introduction to the Cats library. We use abstractions from Cats, and we explain the structure of Cats so you can use it without fear in your own code base. The broad ideas are not specific to Cats, but Cats provides an excellent implementation that is beneficial to learn in its own right.
What's New in Java 7?
Madhusudhan Konda - 2011
Madhusudhan Konda provides an overview of these, including strings in switch statements, multi-catch exception handling, try-with-resource statements, the new File System API, extensions of the JVM, support for dynamically-typed languages, and the fork and join framework for task parallelism.
Sun Certified Programmer & Developer for Java 2 Study Guide (Exam 310-035 & 310-027)
Kathy Sierra - 2002
More than 250 challenging practice questions have been completely revised to closely model the format, tone, topics, and difficulty of the real exam. An integrated study system based on proven pedagogy, exam coverage includes step-by-step exercises, special Exam Watch notes, On-the-Job elements, and Self Tests with in-depth answer explanations to help reinforce and teach practical skills.Praise for the author:"Finally A Java certification book that explains everything clearly. All you need to pass the exam is in this book."--Solveig Haugland, Technical Trainer and Former Sun Course Developer"Who better to write a Java study guide than Kathy Sierra, the reigning queen of Java instruction? Kathy Sierra has done it again--here is a study guide that almost guarantees you a certification "--James Cubeta, Systems Engineer, SGI"The thing I appreciate most about Kathy is her quest to make us all remember that we are teaching people and not just lecturing about Java. Her passion and desire for the highest quality education that meets the needs of the individual student is positively unparalleled at SunEd. Undoubtedly there are hundreds of students who have benefited from taking Kathy's classes."--Victor Peters, founder Next Step Education & Software Sun Certified Java Instructor"I want to thank Kathy for the EXCELLENT Study Guide. The book is well written, every concept is clearly explained using a real life example, and the book states what you specifically need to know for the exam. The way it's written, you feel that you're in a classroom and someone is actually teaching you the difficult concepts, but not in a dry, formal manner. The questions at the end of the chapters are also REALLY good, and I am sure they will help candidates pass the test. Watch out for this Wickedly Smart book."-Alfred Raouf, Web Solution Developer, Kemety.Net"The Sun Certification exam was certainly no walk in the park but Kathy's material allowed me to not only pass the exam, but Ace it "--Mary Whetsel, Sr. Technology Specialist, Application Strategy and Integration, The St. Paul Companies
Clojure Applied: From Practice to Practitioner
Ben Vandgrift - 2015
You want to develop software in the most effective, efficient way possible. This book gives you the answers you’ve been looking for in friendly, clear language.We’ll cover, in depth, the core concepts of Clojure: immutable collections, concurrency, pure functions, and state management. You’ll finally get the complete picture you’ve been looking for, rather than dozens of puzzle pieces you must assemble yourself. First, we focus on Clojure thinking. You’ll discover the simple architecture of Clojure software, effective development processes, and how to structure applications. Next, we explore the core concepts of Clojure development. You’ll learn how to model with immutable data; write simple, pure functions for efficient transformation; build clean, concurrent designs; and structure your code for elegant composition. Finally, we move beyond pure application development and into the real world. You’ll understand your application’s configuration and dependencies, connect with other data sources, and get your libraries and applications out the door.Go beyond the toy box and into Clojure’s way of thinking. By the end of this book, you’ll have the tools and information to put Clojure’s strengths to work.https://pragprog.com/book/vmclojeco/c...
The Rules of Engagement (3 in 1)
Cindy Trimm - 2008
The Rules of Engagement helps you recognize the spirits that operate in the kingdom of darkness and gives you declarations for engaging them armed with God’s power and authority.
Santa Demon
John P. Logsdon - 2018
The gifts, the music, the yearly seafood buffet, the orgy...what's not to like?But, like all children, he eventually finds out Santa isn’t who he thought. The good news is, unlike everyone else, Santa Claus actually is his mom. Even better, she wants Bert to take over the job. The bad news is there’s more to the job than stuffing stockings and getting his bells jingled. So what's a demon to do? Drag his friend Mark Vedis along for the ride, of course. Join Bert, Mark, and the Santa team as they go through hell in their quest to bring a merry Christmas to all. Especially for Bert.
Serpent Son
N.P. Martin - 2020
A Dark Elf. An Avenging Wizard The name’s Corvin Chance, and though I was born with magical abilities, I’d rather be playing my guitar in one of my local pubs than running around flashing my magic. Until someone murdered my mother that is. Now I’m slinging magic around the streets of Dublin as I try to find out who killed her. Iolas Tasar—a gangster elf who crowned himself King of the South—is my main suspect. But besides being powerful and sociopathic, he is also part of a murderous cabal that includes a bloodthirsty vampire prince. If I’m going to take him down, I’m going to need help. Luckily, I have my two best friends: Dalia, a sardonic Demi-Fae who could scare the bejeezus out of Lucifer himself, and Monty, a wise-cracking street magician and YouTube star with a gift for technomancy and conjuring. Together we will enter a dangerous Dublin underbelly populated by dark elves, vampires, goblins and orcs to discover just who killed my mother and why…if we don’t die ourselves first, that is. And did I mention the Fae Queen who has also blackmailed Dalia and I into helping her…on pain of death? Join me and my oddball motley crew as we attempt to solve a murder, exact justice and just maybe…get a pint of the black stuff afterward.
Being Human meets Iron Druid in this gripping urban fantasy action adventure series.
Grab your copy of the first book in the GODS AND MONSTERS TRILOGY today!