Algorithms Illuminated (Part 1): The Basics


Tim Roughgarden - 2017
    Their applications range from network routing and computational genomics to public-key cryptography and database system implementation. Studying algorithms can make you a better programmer, a clearer thinker, and a master of technical interviews. Algorithms Illuminated is an accessible introduction to the subject---a transcript of what an expert algorithms tutor would say over a series of one-on-one lessons. The exposition is rigorous but emphasizes the big picture and conceptual understanding over low-level implementation and mathematical details. Part 1 of the book series covers asymptotic analysis and big-O notation, divide-and-conquer algorithms and the master method, randomized algorithms, and several famous algorithms for sorting and selection.

Data Structures and Algorithm Analysis in C


Mark Allen Weiss - 1992
    The book's conceptual presentation focuses on ADTs and the analysis of algorithms for efficiency, with a particular concentration on performance and running time. The second edition contains a new chapter that examines advanced data structures such as red black trees, top down splay trees, treaps, k-d trees, and pairing heaps among others. All code examples now conform to ANSI C and coverage of the formal proofs underpinning several key data structures has been strengthened.

Cocoa Design Patterns


Erik M. Buck - 2009
    Although Cocoa is indeed huge, once you understand the object-oriented patterns it uses, you'll find it remarkably elegant, consistent, and simple. Cocoa Design Patterns begins with the mother of all patterns: the Model-View-Controller (MVC) pattern, which is central to all Mac and iPhone development. Encouraged, and in some cases enforced by Apple's tools, it's important to have a firm grasp of MVC right from the start. The book's midsection is a catalog of the essential design patterns you'll encounter in Cocoa, including Fundamental patterns, such as enumerators, accessors, and two-stage creation Patterns that empower, such as singleton, delegates, and the responder chain Patterns that hide complexity, including bundles, class clusters, proxies and forwarding, and controllers And that's not all of them! Cocoa Design Patterns painstakingly isolates 28 design patterns, accompanied with real-world examples and sample code you can apply to your applications today. The book wraps up with coverage of Core Data models, AppKit views, and a chapter on Bindings and Controllers. Cocoa Design Patterns clearly defines the problems each pattern solves with a foundation in Objective-C and the Cocoa frameworks and can be used by any Mac or iPhone developer.

Sexy Web Design


Elliott Jay Stocks - 2008
    You'll be guided through the entire process of creating a gorgeous, usable web site by applying the timeless principles of user-centered design.Even if you're short on design skills, with this book you'll be creating your own stunning web sites in no time at all.Throughout, the focus is on simple and practical techniques that anyone can use - you don't need to have gone to art school or have artistic flair to create stunning designs using the methods outlined in this book.The book's full-color layout and large format (8" x 10") make Sexy Web Design a pleasure to read.Master key web interface design principles Design amazing web interfaces from scratch Create beautiful, yet functional, web sites Unleash your artistic talents And much more Who should read this book? Whether you're completely new to web design, a seasoned pro looking for inspiration, or a developer wanting to improve your sites' aesthetics, there's something for everyone here.How? Because instead of trying to cover every possible area of creating a web site, we've focused purely on the design stage; that is, everything that happens before a single line of code is written.However, great design is more than just aesthetics. Long before we open our graphics program of choice, we'll be conducting research, dealing with clients, responding to briefs, sketching out sitemaps, planning information architecture, moving from doodles to diagrams, exploring different ways of interactivity, and building upon design traditions.But ultimately, you'll be finding out how to create web sites that look drop-dead gorgeous.

The Inevitable: Understanding the 12 Technological Forces That Will Shape Our Future


Kevin Kelly - 2016
    In this fascinating, provocative new book, Kevin Kelly provides an optimistic road map for the future, showing how the coming changes in our lives—from virtual reality in the home to an on-demand economy to artificial intelligence embedded in everything we manufacture—can be understood as the result of a few long-term, accelerating forces. Kelly both describes these deep trends—flowing, screening, accessing, sharing, filtering, remixing, tracking, and questioning—and demonstrates how they overlap and are codependent on one another. These larger forces will completely revolutionize the way we buy, work, learn, and communicate with each other. By understanding and embracing them, says Kelly, it will be easier for us to remain on top of the coming wave of changes and to arrange our day-to-day relationships with technology in ways that bring forth maximum benefits. Kelly’s bright, hopeful book will be indispensable to anyone who seeks guidance on where their business, industry, or life is heading—what to invent, where to work, in what to invest, how to better reach customers, and what to begin to put into place—as this new world emerges.

Designing the Obvious: A Common Sense Approach to Web Application Design


Robert Hoekman Jr. - 2002
    Designing the Obvious explores the character traits of great Web applications and uses them as guiding principles of application design so the end result of every project instills customer satisfaction and loyalty. These principles include building only whats necessary, getting users up to speed quickly, preventing and handling errors, and designing for the activity. Designing the Obvious does not offer a one-size-fits-all development process—in fact, it lets you use whatever process you like. Instead, it offers practical advice about how to achieve the qualities of great Web-based applications and consistently and successfully reproduce them.

WikiLeaks: Inside Julian Assange's War on Secrecy


David Leigh - 2011
    A team of journalists with unparalleled inside access provides the first full, in-depth account of WikiLeaks, its founder Julian Assange, and the ethical, legal, and political controversies it has both uncovered and provoked.

The Misfit Economy: Lessons in Creativity from Pirates, Hackers, Gangsters and Other Informal Entrepreneurs


Alexa Clay - 2015
    The usual suspects.This book isn’t about them. It’s about people you’ve never heard of. It’s about people who are just as innovative, entrepreneurial, and visionary as the Jobses, Edisons, and Fords of the world, except they’re not in Silicon Valley. They’re in the street markets of Sao Paulo and Guangzhou, the rubbish dumps of Lagos, the flooded coastal towns of Thailand. They are pirates, slum dwellers, computer hackers, dissidents, and inner city gang members.Across the globe, diverse innovators operating in the black, grey, and informal economies are developing solutions to a myriad of challenges. Far from being “deviant entrepreneurs” that pose threats to our social and economic stability, these innovators display remarkable ingenuity, pioneering original methods and practices that we can learn from and apply to move formal markets.This book investigates the stories of underground innovation that make up the Misfit Economy. It examines the teeming genius of the underground. It asks: Who are these unknown visionaries? How do they work? How do they organize themselves? How do they catalyze innovation? And ultimately, how can you take these lessons into your own world?

Lucene in Action


Erik Hatcher - 2004
    It describes how to index your data, including types you definitely need to know such as MS Word, PDF, HTML, and XML. It introduces you to searching, sorting, filtering, and highlighting search results.Lucene powers search in surprising placesWhat's Inside- How to integrate Lucene into your applications- Ready-to-use framework for rich document handling- Case studies including Nutch, TheServerSide, jGuru, etc.- Lucene ports to Perl, Python, C#/.Net, and C++- Sorting, filtering, term vectors, multiple, and remote index searching- The new SpanQuery family, extending query parser, hit collecting- Performance testing and tuning- Lucene add-ons (hit highlighting, synonym lookup, and others)

Tmux 2: Productive Mouse-Free Development


Brian P. Hogan - 2016
    The time you spend context switching between your editor and your consoles eats away at your productivity. Take control of your environment with tmux, a terminal multiplexer that you can tailor to your workflow. With this updated second edition for tmux 2.3, you'll customize, script, and leverage tmux's unique abilities to craft a productive terminal environment that lets you keep your fingers on your keyboard's home row.You have a database console, web server, test runner, and text editor running at the same time, but switching between them and trying to find what you need takes up valuable time and breaks your concentration. By using tmux 2.3, you can improve your productivity and regain your focus. This book will show you how.This second edition includes many features requested by readers, including how to integrate plugins into your workflow, how to integrate tmux with Vim for seamless navigation - oh, and how to use tmux on Windows 10.Use tmux to manage multiple terminal sessions in a single window using only your keyboard. Manage and run programs side by side in panes, and create the perfect development environment with custom scripts so that when you're ready to work, your programs are waiting for you. Manipulate text with tmux's copy and paste buffers, so you can move text around freely between applications. Discover how easy it is to use tmux to collaborate remotely with others, and explore more advanced usage as you manage multiple tmux sessions, add custom scripts into the tmux status line, and integrate tmux with your system.Whether you're an application developer or a system administrator, you'll find many useful tricks and techniques to help you take control of your terminal.

Refactoring UI


Adam Wathan - 2018
    Learn how to design beautiful user interfaces by yourself using specific tactics explained from a developer's point-of-view.

Advanced PHP Programming


George Schlossnagle - 2004
    The rapid maturation of PHP has created a skeptical population of users from more traditional enterprise languages who question the readiness and ability of PHP to scale, as well as a large population of PHP developers without formal computer science backgrounds who have learned through the hands-on experimentation while developing small and midsize applications in PHP. While there are many books on learning PHP and developing small applications with it, there is a serious lack of information on scaling PHP for large-scale, business-critical systems. Schlossnagle's Advanced PHP Programming fills that void, demonstrating that PHP is ready for enterprise Web applications by showing the reader how to develop PHP-based applications for maximum performance, stability, and extensibility.

The Power of Impact Investing


Judith Rodin - 2014
    While philanthropy continues to be a transformative force for good, global philanthropic funds, even when combined with the development or aid budgets of many national governments, add up to mere billions of dollars. Meanwhile, the cost of solving the world’s problems runs into the trillions.In The Power of Impact Investing, Rockefeller Foundation president Judith Rodin and Margot Brandenburg, two of the foremost experts in the field, explain what impact investing is, how it compares to philanthropy and traditional investments, where opportunities are evolving around the world, and how to get started.By sharing moving stories of impact investors and the exciting social enterprises benefiting from these investments, Rodin and Brandenburg offer a compelling resource for anyone interested in better understanding the power of impact investing—including retail investors, high-net-worth individuals, and heads of family offices, foundations, banks, and pension funds—while also offering experienced impact investors an opportunity to deepen their knowledge and benefit from the perspectives of other investors.

Fintech in a Flash: Financial Technology Made Easy


Agustin Rubini - 2017
    There are more than 5000 fintech startups operating, and 50 of them have already reached a billion-dollar valuation. The scope of this market goes way beyond online payments. Financial technology promises to change the way we manage our money online, disrupting the landscape of the financial services industry is being disrupted. Understanding its many facets is the key to navigating the complex nuances of this global industry.Fintech in a Flash is your comprehensive guide to the future of banking and insurance. The book aims to break down the key concepts in a way that will help you understand every aspect so that you can take advantage of new technologies. Inside you’ll find an array of hot topics such as online payments, crowdfunding, challenger banks, online insurance, digital lending, big data, and digital commerce. It will make you rethink the way that you manage your money online, and even find new ways of making online payments. Comprehensive, organized, and detailed, this guide is your go-to source for everything you need to confidently navigate the ever-changing scene of this booming industry.If you decide to buy this book now, you'll get: Easy to understand explanations of the 14 main areas of fintech The author's view on the future of each of these areas Insight into the main fintech hubs in the world Insight into the so called Unicorns, the fintech firms that have made it past a $1 billion valuation More than 100 upcoming fintech companies to watch About the Author: Agustín Rubini is an argentinean-born economist, master in international business, and Director at Banking Innovations. Passionate about building the future of financial services, Agustín spends much of his time speaking and writing on financial technology and advising businesses on innovation and digital transformation. He is a specialist in driving changes in top class banks that want to lead in how customers manage their money online. Tags: fintech, financial technology, financial services technology, money online, online payment, online insurance, insurtech, investing online, wealth management online, wealthtech, regtech, cybercrime, digital lending, digital commerce, ecommerce, e-commerce. Get started immediately Download now and take the first step on your very own road to mastering fintech. Scroll to the top of the page and hit the buy button.

Revolution in a Bottle: From Worm Poop to a Garbage Empire That Is Redefining Green Business


Tom Szaky - 2009
    calls "The coolest little startup in America." While a freshman at Princeton, Tom Szaky co- founded a company that recycles garbage into worm poop, liquefies it, then packages it in used soda bottles, creating TerraCycle Plant Food. Five years later, this all-natural, highly effective fertilizer is available in every Home Depot, Target,Wal?Mart, and more than 3000 other locations. It's a thrilling entrepreneurial success story-and just the beginning of what makes Revolution in a Bottle fascinating. Szaky argues for a new approach to business, an "ecocapitalism" based on a "triple bottom line." Every business, he says, should aspire to be good for people, good for the environment, and (last but definitely not least) good for profits. He shows how the first two goals can help the third. Many companies brag about being environmentally-friendly. But no one does it as effectively as TerraCycle. Now they're also reusing garbage to create new products, from bird feeders to tote bags, and even engaging major companies like Kraft and General Mills to sponsor their waste streams. In the spirit of TerraCycle, this book will be printed on 100% recycled materials. About the Cover: This may look like a book jacket, but it's actually your very own upcycling container. Tom Szaky, founder of TerraCycle, is dedicated to eliminating the concept of waste. His firm works with other companies to collect and reuse nonrecyclable packaging and upcycle it into eco-friendly affordable products. And they want your help. One such company is Bear Naked(r), an all-natural food and lifestyle brand that has partnered with Terra-Cycle to operate the Bear Naked(r) Bag Brigade. This free program makes a donation to a school or nonprofit for every bag a participant collects. Now you can join in by using your book jacket as an envelope. See the back flap for instructions-it's easy. Then fill it with a used Bear Naked(r) granola bag and drop it in a mailbox to become a part of TerraCycle's eco- revolution! Bear Naked(r) will even donate $1 to plant a tree in American Forests, up to $5,000. Offer expires 12/31/09 or after the first 25,000 copies are sold, whichever comes first.