Select Page

Search Results for: css

Let Over Lambda – 50 Years of Lisp

Let Over Lambda is one of the most hardcore computer programming books out there. Starting with the fundamentals, it describes the most advanced features of the most advanced language: COMMON LISP. The point of this book is to expose you to ideas that you might otherwise never be exposed to.

Read More

Open Government

The United States had just elected a president in 2008, who, on his first day in office, issued an executive order committing his administration to ‘an unprecedented level of openness in government.’

Read More

Clever Algorithms: Nature-Inspired Programming Recipes

Welcome to Clever Algorithms! This is a handbook of recipes for computational problem solving techniques from the fields of Computational Intelligence, Biologically Inspired Computation, and Metaheuristics. Clever Algorithms are interesting, practical, and fun to learn about and implement.

Read More

How To Code in Python 3

You’ll begin your exploration in Python by understanding the key differences between Python 3 and the previous versions of the language. From there, you’ll set up a programming environment for your relevant local or server-based system, and begin by learning general Python code structure, syntax, and data types.

Read More

Impatient Perl

This is the 22 February 2013 version of Impatient Perl. This document is for people who either want to learn perl or are already programming in perl and just do not have the patience to scrounge for information to learn and use perl. This document should also find use as a handy desk reference for some of the more common perl related questions.

Read More