Programming in Lua


Roberto Ierusalimschy - 2001
    Currently, Lua is being used in areas ranging from embedded systems to Web development and is widely spread in the game industry, where knowledge of Lua is an indisputable asset. "Programming in Lua" is the official book about the language, giving a solid base for any programmer who wants to use Lua. Authored by Roberto Ierusalimschy, the chief architect of the language, it covers all aspects of Lua 5---from the basics to its API with C---explaining how to make good use of its features and giving numerous code examples. "Programming in Lua" is targeted at people with some programming background, but does not assume any prior knowledge about Lua or other scripting languages. This Second Edition updates the text to Lua 5.1 and brings substantial new material, including numerous new examples, a detailed explanation of the new module system, and two new chapters centered on multiple states and garbage collection.

No Exit: Struggling to Survive a Modern Gold Rush


Gideon Lewis-Kraus - 2014
    They're burning through cash, sales have stalled, and investors are nowhere to be found. Welcome to the reality of the new tech boom. Sure, it has produced its glittering share of billion-dollar "exits." But for the vast majority of startups life is nasty, brutish, and short on glamour. NO EXIT explores the feverish world of company founders who are desperately trying to keep their dream afloat. It’s a harrowing and hilarious look at the Silicon Valley no one sees. This is an extended version of a story that appears in the May 2014 issue of WIRED magazine.

The Rootkit Arsenal: Escape and Evasion in the Dark Corners of the System


Bill Blunden - 2009
    Adopting an approach that favors full disclosure, The Rootkit Arsenal presents the most accessible, timely, and complete coverage of rootkit technology. This book covers more topics, in greater depth, than any other currently available. In doing so the author forges through the murky back alleys of the Internet, shedding light on material that has traditionally been poorly documented, partially documented, or intentionally undocumented.The spectrum of topics covered includes how to:* Hook kernel structures on multi-processor systems* Use a kernel debugger to reverse system internals* Inject call gates to create a back door into Ring-0* Use detour patches to sidestep group policy* Modify privilege levels on Vista by altering kernel objects* Utilize bootkit technology* Defeat live incident response and post-mortem forensics* Implement code armoring to protect your deliverables* Establish covert channels using the WSK and NDIS 6.0

Professional Software Development: Shorter Schedules, Higher Quality Products, More Successful Projects, Enhanced Careers


Steve McConnell - 2003
    Illustrates how programmer's, developer's, and software engineers can make their work a profession; not just a job!

PHP for the World Wide Web (Visual QuickStart Guide)


Larry Ullman - 2001
    It covers topics such as Zend Engine, XML support, SQLite, and others.

Hibernate in Action


Christian Bauer - 2004
    Why is this open-source tool so popular? Because it automates a tedious task: persisting your Java objects to a relational database. The inevitable mismatch between your object-oriented code and the relational database requires you to write code that maps one to the other. This code is often complex, tedious and costly to develop. Hibernate does the mapping for you.Not only that, Hibernate makes it easy. Positioned as a layer between your application and your database, Hibernate takes care of loading and saving of objects. Hibernate applications are cheaper, more portable, and more resilient to change. And they perform better than anything you are likely to develop yourself."Hibernate in Action" carefully explains the concepts you need, then gets you going. It builds on a single example to show you how to use Hibernate in practice, how to deal with concurrency and transactions, how to efficiently retrieve objects and use caching.The authors created Hibernate and they field questions from the Hibernate community every day-they know how to make Hibernate sing. Knowledge and insight seep out of every pore of this book."What's Inside"- ORM concepts- Getting started- Many real-world tasks- The Hibernate application development process

After Effects Apprentice


Trish Meyer - 2007
    http://69.131.42.194/showpic.php?imag...

Stuff Every Geek Should Know


Quirk Books - 2014
    Featuring content from Quirk's nerdiest titles plus all-new, never-before-seen good stuff from the geekiest bloggers in the known universe. Chapters include: GEEK SKILLS FROM POP CULTURE: How to survive a haunted house, perform the Vulcan nerve pinch, decode ciphers, and master other survival skills. GEEKS IN ACTION: How to make amazing YouTube vids, create comic books, handle yourself in an online multiplayer game, and generally get your geek on. THE GEEK GATHERING: How to have the best convention experience of your life. GEEK LOVE: How to craft an online dating profile, plan a geeky marriage proposal, pass on geek wisdom to your kids, and otherwise enjoy the human emotion of "love."

Changing the Game: How Video Games Are Transforming the Future of Business


David Edery - 2008
    Microsoft has used games to painlessly and cost-effectively quadruple voluntary employee participation in important tasks. Medical schools have used game-like simulators to train surgeons, reducing their error rate in practice by a factor of six. A recruiting game developed by the U.S. Army, for just 0.25% of the Army’s total advertising budget, has had more impact on new recruits than all other forms of Army advertising combined. And Google is using video games to turn its visitors into a giant, voluntary labor force—encouraging them to manually label the millions of images found on the Web that Google’s computers cannot identify on their own.Changing the Game reveals how leading-edge organizations are using video games to reach new customers more cost-effectively; to build brands; to recruit, develop, and retain great employees; to drive more effective experimentation and innovation; to supercharge productivity…in short, to make it fun to do business. This book is packed with case studies, best practices, and pitfalls to avoid. It is essential reading for any forward-thinking executive, marketer, strategist, and entrepreneur, as well as anyone interested in video games in general. In-game advertising, advergames, adverworlds, and beyondChoose your best marketing opportunities—and avoid the pitfalls Use gaming to recruit and develop better employeesLearn practical lessons from America’s Army and other innovative case studies Channel the passion of your user communitiesHelp your customers improve your products and services—and have fun doing it What gamers do better than computers, scientists, or governmentsUse games to solve problems that can’t be solved any other way

Think Like a Programmer: An Introduction to Creative Problem Solving


V. Anton Spraul - 2012
    In this one-of-a-kind text, author V. Anton Spraul breaks down the ways that programmers solve problems and teaches you what other introductory books often ignore: how to Think Like a Programmer. Each chapter tackles a single programming concept, like classes, pointers, and recursion, and open-ended exercises throughout challenge you to apply your knowledge. You'll also learn how to:Split problems into discrete components to make them easier to solve Make the most of code reuse with functions, classes, and libraries Pick the perfect data structure for a particular job Master more advanced programming tools like recursion and dynamic memory Organize your thoughts and develop strategies to tackle particular types of problems Although the book's examples are written in C++, the creative problem-solving concepts they illustrate go beyond any particular language; in fact, they often reach outside the realm of computer science. As the most skillful programmers know, writing great code is a creative art—and the first step in creating your masterpiece is learning to Think Like a Programmer.

HTML, XHTML & CSS for Dummies


Ed Tittel - 2008
    Now featuring more than 250 color illustrations throughout, this perennially popular guide is a must for novices who want to work with HTML or XHTML, which continue to be the foundation for any Web site The new edition features nearly 50 percent new and updated content, including expanded coverage of CSS and scripting, new coverage of syndication and podcasting, and new sample HTML projects, including a personal Web page, an eBay auction page, a company Web site, and an online product catalog The companion Web site features an eight-page expanded Cheat Sheet with ready-reference information on commands, syntax, colors, CSS elements, and more Covers planning a Web site, formatting Web pages, using CSS, getting creative with colors and fonts, managing layouts, and integrating scripts

iOS Programming: The Big Nerd Ranch Guide (Big Nerd Ranch Guides)


Christian Keur - 2015
    After completing this book, you will have the know-how and the confidence you need to tackle iOS projects of your own. Based on Big Nerd Ranch's popular iOS Bootcamp course and its well-tested materials and methodology, this bestselling guide teaches iOS concepts and coding in tandem. The result is instruction that is relevant and useful.Throughout the book, the authors explain what's important and share their insights into the larger context of the iOS platform. You get a real understanding of how iOS development works, the many features that are available, and when and where to apply what you've learned.

Identity Is the New Money


David Birch - 2014
    Because of technological change the two trends are converging so that all that we need for transacting will be our identities captured in the unique record of our online social contacts. Social networks and mobile phones are the key technologies. They will enable the building of an identity infrastructure that can enhance both privacy and security - there is no trade-off. The long-term consequences of these changes are impossible to predict, partly because how they take shape will depend on how companies take advantage of business opportunities to deliver transaction services. But one prediction made here is that cash will soon be redundant - and a good thing too. In its place we will see a proliferation of new digital currencies.

Operational Excellence Pillar: AWS Well-Architected Framework (AWS Whitepaper)


AWS Whitepapers - 2017
    It provides guidance to help you apply best practices in the design, delivery, and maintenance of AWS environments. This documentation is offered for free here as a Kindle book, or you can read it in PDF format at https://aws.amazon.com/whitepapers/.

The Essential Habits Of 6-Figure Bloggers: Secrets of 17 Successful Bloggers You Can Use to Build a Six-Figure Online Business


Sally Miller - 2018
    She examined their business strategies. Looked for common themes. Researched their backgrounds, habits, and characteristics.The results of this research are fascinating. While no two bloggers earn money in the exact same way, they do all share some common traits.The Essential Habits Of 6-Figure Bloggers is a collection of real-life stories. It's also a success manual for bloggers.In this book, the author lays out the three essential habits of six-figure bloggers. These habits are not about specific tactics (though these are covered). They go deeper. In fact, you can apply these three habits to anything. Not just blogging.Want to lose weight? Pay off your debt? Build a retirement fund? Run a marathon? Practice the three success habits and you can achieve anything you want in life.The ideas in these pages aren't new. Instead, this book provides a framework so that you can sort through the mass of information, tools, and techniques and create your own version of success.You'll learn the three habits and how to apply them to your blog, or any other situation.When you read this book you will learn from top bloggers, master the three success habits, and create a six-figure blog that leverages your unique talents and experiences.In this book, you'll find easy step-by-step instructions on how to:* Pick a blogging niche that's profitable and exciting. * Earn money from your blog - using six proven monetization strategies. * Create systems to stay on track - even when the going gets tough.* Dream bigger than ever before and achieve anything you want.While blogging is not a get-rich-quick scheme, it is a flexible and fulfilling way to make money from home. In this book you will meet bloggers who are earning six- and even seven-figures a year.If you love to write and have a message to share, you can do this too. How would your life change if you could build a profitable, online business you love?When you read this book, you will learn from those who are already doing what you want to do. You'll discover what it really takes to create a six-figure blog. Get your copy today by clicking the BUY NOW button at the top of this page!