Blog Archives
Data Structures and Algorithms Problems
Data Structures and Algorithms Problems See this reddit post for discussion
Read Full Post | Make a Comment ( Comments Off on Data Structures and Algorithms Problems )A Simple Guide for Python Packaging – Small Things about Python
A Simple Guide for Python Packaging – Small Things about Python Code reuse is a very common need. It saves you time for writing the same code multiple times, enables leveraging other smart people’s work to make new things happen. Even just for one project, it helps organize code in a modular way so you […]
Read Full Post | Make a Comment ( Comments Off on A Simple Guide for Python Packaging – Small Things about Python )Make files not war: How to write short, readable makefiles that work
Make files not war: How to write short, readable makefiles that work This article tries to explain make and it’s makefiles in slightly different terms than the original documentation or even most tutorials. It took me a long time to understand how to write short, simple and understandable makefiles that work, and I hope this […]
Read Full Post | Make a Comment ( Comments Off on Make files not war: How to write short, readable makefiles that work )An Incremental Approach to Compiler Construction (2006)
An Incremental Approach to Compiler Construction (2006) I think the incremental approach is terrific, because it allows you to get to a program the emits assembly and builds a working binary in week one.
Read Full Post | Make a Comment ( Comments Off on An Incremental Approach to Compiler Construction (2006) )Splitting a repo based on folder?
Splitting a repo based on folder? [reddit] I have a repo that really should have been two different repos. Each project is in it’s own folder though (and I don’t think that no modification was made to both folders at the same time). Is there a way to split out this into two repos? Splitting […]
Read Full Post | Make a Comment ( Comments Off on Splitting a repo based on folder? )The best ever explanation of Decorators in Python
The best ever explanation of Decorators in Python I have checked like a dozen explanations for Python Decorators. Some of them are good. But this Stack Overflow answer just beats them all. Such an awesome answer. It is a bit long as it has built the theory step by step.
Read Full Post | Make a Comment ( Comments Off on The best ever explanation of Decorators in Python )Feedback on my way to organize Emacs settings
Feedback on my way to organize Emacs settings I was reviewing my emacs dot files organization, which at the moment I did it served me well, but I want to know if there are any other better ways to organize your dot files. Mine just loads a bunch of .el files stored in the inits/ […]
Read Full Post | Make a Comment ( Comments Off on Feedback on my way to organize Emacs settings )Next Entries »