|
You are here |
www.spinellis.gr | ||
| | | | |
ericlathrop.com
|
|
| | | | | I often need to view a bunch of static HTML files in my browser locally, and I often need to open them with http:// rather than file:// URLs so related CSS or JavaScript files load correctly. Luckily, Python provides a simple web server, and most Linux distros include Python. | |
| | | | |
thedarkside.frantzmiccoli.com
|
|
| | | | | tl;dr git bisect can make you save eons when you are looking in your git history to find the exact revision that created a problem. This is a quick tutorial. A lot inspired from Automated git bisect will make your day - I am writing this article because it did make my day! The example project Let's do a bit of work together. mkdir demo-git-bisect cd demo-git-bisect git init echo 'Yeah,... | |
| | | | |
blog.ezyang.com
|
|
| | | | | ||
| | | | |
danangell.com
|
|
| | | The intention is to force myself to get a small taste of a bunch of new programming languages and programming paradigms. Since I was late to the party I rushed through the first 4 problems in languages I'm familiar with. But for day 5 I solved the daily problem with MIPS assembly. I look forward to learning and writing Common Lisp, Haskell, Prolog, and many more languages. One hope I have is to complete a problem in GLSL. I'm already somewhat familiar with GLSL, but given its intended purpose it should be a true feat if it works. | ||