Toggle navigation
Eli Bendersky's website
About
Projects
Archives
Archives for 2010
2010.12.31:
Summary of reading: October - December 2010
2010.12.25:
Read It Later - first application bought for my iPad
2010.12.14:
Problem passing arguments to Python scripts on Windows
2010.11.13:
Pure virtual destructors in C++
2010.11.06:
Bob: a Scheme interpreter, compiler, and VM in Python
2010.10.31:
pycparser now supports C99
2010.10.21:
64-bit types and arithmetic on 32-bit CPUs
2010.10.09:
How to find out whether your Windows 7 is 64-bit
2010.10.02:
Summary of reading: July – September 2010
2010.09.28:
pycscope with Vim
2010.09.20:
Python internals: Symbol tables, part 2
2010.09.18:
Python internals: Symbol tables, part 1
2010.09.17:
Browsing Python source code with Vim
2010.08.25:
Commenting out a block of code with Vim
2010.08.18:
Some problems installing Ubuntu 10.04 on VirtualBox
2010.07.23:
Contributing to Python
2010.07.12:
Enhorabuena a España
2010.07.08:
Summary of reading: May - June 2010
2010.06.30:
Python internals: adding a new statement to Python
2010.06.25:
AES encryption of files in Python with PyCrypto
2010.06.24:
Sad, but just
2010.06.11:
The perils of unsigned iteration in C/C++
2010.05.28:
The intuition behind Fisher-Yates shuffling
2010.05.22:
Migrating my personal projects to Mercurial
2010.05.19:
Making code compatible with Python 2 and 3
2010.05.15:
Book review: "Time to Kill" by John Grisham
2010.05.14:
scons instead of make
2010.05.05:
Introducing Luz
2010.05.05:
Book review: "The Power of Babel" by John McWhorter
2010.04.10:
pycparser v1.06 released
2010.04.06:
Pointers vs. arrays in C, part 2(D)
2010.04.05:
pthreads as a case study of good API design
2010.03.30:
Horner's rule: efficient evaluation of polynomials
2010.03.27:
Running several OSes in one - using VirtualBox
2010.03.27:
Setting the first day of the week in the Windows XP calendar
2010.03.25:
Book review: "Marina" by Carlos Ruiz Zafón
2010.03.20:
Book review: "The Wayward Bus" by John Steinbeck
2010.03.19:
reputation rule changes on stackoverflow
2010.03.10:
My favorite freeware programs for Windows
2010.03.06:
The server-side JavaScript meme
2010.03.05:
Zipped dump of a SQLite database with Python
2010.03.04:
Book review: "Nonzero: The Logic of Human Destiny" by Robert Wright
2010.02.24:
A simple canvas-based JavaScript game, with a Django back-end
2010.02.20:
Book review: "Shogun" by James Clavell
2010.02.13:
Finding out the mouse click position on a canvas with JavaScript
2010.02.08:
Removing epsilon productions from context free grammars
2010.01.28:
Generating random sentences from a context free grammar
2010.01.27:
Book review: "Matplotlib for Python developers" by Sandro Tosi
2010.01.25:
Book review: "Linkers & Loaders" by John Levine
2010.01.22:
Weighted random generation in Python
2010.01.11:
Pointers to arrays in C
2010.01.09:
Book review: "Coders at work" by Peter Seibel
2010.01.02:
Top-Down operator precedence (Pratt) parsing