catonmat

good coders code, great reuse

?Tags for catonmat

What's this?
Tags are super-short descriptions of people
and sites. Tags describe you and your sites
so others can easily find you. Tag people and
sites to describe them to the community and
return to them in the future.

(ex: Xbox 360, Mom, Social Media)

Latest Content

As you all may know, I watched and posted my lecture notes of the whole MIT Introduction to Algorithms course. In this post I want to summarize all the topics that were covered in the lectures and point out some of the most interesting things in...
Topics: , , , ,
This is the fifth post in the article series “Vim Plugins You Should Know About“. This time I am going to introduce you to a nifty plugin called “a.vim“.A.vim allows you to quickly switch between related source code files. For...
Topics: , , , , ,
This is the third part of a seven-part article on famous Perl one-liners. In this part I will create various one-liners for calculations. See part one for introduction of the series.Famous Perl one-liners is my attempt to create...
Topics: , , ,
Busy Beaver puts another one on the Turing Machine’s tape.(image from a book “the new turing omnibus“)The busy beaver problem is a fun theoretical computer science problem to know. Intuitively, the problem is to find the smallest...
Topics: , , , , , , , , , , , ,
The `ldd` utility is more vulnerable than you think. It’s frequently used by programmers and system administrators to determine the dynamic library dependencies of executables. Sounds pretty innocent, right? Wrong!In this article I am going to show.
Topics: , , , , , , , , , , , , , , ,