Retrieving a Web Site for Offline View Using Wget
is not so straightforward in today’s age of CDNs, widgets, and font embedded services.
is not so straightforward in today’s age of CDNs, widgets, and font embedded services.
If you have upgraded from Windows 7, you may need to also run delmigprov.exe
accompanying the standalone version of that update.
…let alone the main executable of a popular open source development tool.
Online Python Tutor (OPT) enables first-year CS students to watch the nicely visualized execution of their Python programs step-by-step.
A fresh edX student very much liked OPT but had two problems with its online nature: sometimes the OPT Web site was not responding, sometimes she had no Internet connection. Fortunately, OPT is open sourced on GitHub, so I was able to set it up on her Windows notebook as follows:
You ain’t need to learn no rc.local, runlevels, Upstart, or good old System V init scripts.
I develop this blog and my other Web properties on Windows PC, but run them on a Linux VPS. This post documents how I set up deployment from Windows to Linux using cwRsync.
How to quickly merge a separate git repo into a larger project if you only need to retain history of the master branch of the “secondary” repo.
How to create a “central” Git repo from an existing local one, so as to continue working on the project from multiple workplaces in a more disciplined way.
In some circumstances, you may need to find out why certain messages are not being marked as spam by SpamAssassin (or, for that matter, any other junk mail filtering solution). I had such a need today and it turned out to be less trivial that I had expected.
Now that there is a Windows build of node.js, you may run UglifyJS using its main development platform.