Skip to content

Instantly share code, notes, and snippets.

@justonefixxxx
Created January 14, 2013 10:25
Show Gist options
  • Save justonefixxxx/4529129 to your computer and use it in GitHub Desktop.
Save justonefixxxx/4529129 to your computer and use it in GitHub Desktop.
2013-11-14
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header id="header">
<h1>library</h1>
</header>
<section id="middle">
<div id="container">
<div id="content">
<ul id="1">
<li>
<h2>The Art of Dead Space</h2>
</li>
<li class="author">Martin Robinson</li>
<li class="description">The Art of Dead Space is the ultimate gallery of the Dead Space universe, with over 300 images including sketches and concept
art by acclaimed artists from breathtaking spacescapes to terrifying necromorphs, character designs to creating a religion,
plus commentary from the artists themselves.
Includes art from Dead Space, Dead Space: Extraction, Dead Space: Ignition, and Dead Space 2.
</li>
<li class="release">2013-02-05</li>
</ul>
<ul id="2">
<li>
<h2>iOS 6 Programming Cookbook</h2>
</li>
<li class="author">Vandad Nahavandipoor</li>
<li class="description">Overcome the vexing issues you'll inevitably confront when creating apps for the iPhone, iPad, or iPod touch. By making use
of new and revised recipes in this updated cookbook, you'll quickly learn the steps necessary to write complete iOS apps -
including ways to store and protect data, enhance and animate graphics, manage files and folders, and take advantage of Passbook.
Thoroughly updated for iOS 6 SDK, this cookbook shows you how to use hundreds of techniques to solve problems
that developers of all levels commonly face. Each recipe includes sample code you can use right away.
</li>
<li class="release">2012-12-25</li>
</ul>
<ul id="3">
<li>
<h2>Python for Kids: A Playful Introduction to Programming</h2>
</li>
<li class="author">Jason R. Briggs</li>
<li class="description">Python is a powerful, expressive programming language that's easy to learn and fun to use! But books about learning to program
in Python can be kind of dull, gray, and boring, and that's no fun for anyone.Pyton for Kids brings Python to life and brings
you (and your parents) into the world of programming.
The ever-patient Jason R. Briggs will guide you through the basics as you experiment with unique (and often hilarious)
example programs that feature ravenous monsters, secret agents, thieving ravens, and more. New terms are defined; code is
colored, dissected, and explained; and quirky, full-color illustrations keep things on the lighter side.
</li>
<li class="release">2012-12-19</li>
</ul>
<ul id="4">
<li>
<h2>Practical Foundations for Programming Languages</h2>
</li>
<li class="author">Professor Robert Harper</li>
<li class="description">Types are the central organizing principle of the theory of programming languages.
In this innovative book, Professor Robert Harper offers a fresh perspective on the fundamentals of these languages
through the use of type theory. Whereas most textbooks on the subject emphasize taxonomy, Harper instead emphasizes genetics,
examining the building blocks from which all programming languages are constructed. Language features are manifestations of
type structure. The syntax of a language is governed by the constructs that define its types, and its semantics is determined
by the interactions among those constructs. The soundness of a language design - the absence of ill-defined programs - follows
naturally. Professor Harper's presentation is simultaneously rigorous and intuitive, relying on only elementary mathematics.
The framework he outlines scales easily to a rich variety of language concepts and is directly applicable to their implementation.
The result is a lucid introduction to programming theory that is both accessible and practical.
</li>
<li class="release">2012-12-17</li>
</ul>
</div>
</div>
<aside id="sideLeft">
<ul>
<li class="tableofcontents"><a href="#1">The Art of Dead Space</a></li>
</ul>
<ul>
<li class="tableofcontents"><a href="#2">iOS 6 Programming Cookbook</a></li>
</ul>
<ul>
<li class="tableofcontents"><a href="#3">Python for Kids: A Playful Introduction to Programming</a></li>
</ul>
<ul>
<li class="tableofcontents"><a href="#4">Practical Foundations for Programming Languages</a></li>
</ul>
</aside>
</section>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment