You are here |
iridakos.com | ||
| | | |
www.byjp.me
|
|
| | | | I had some time to kill today, so I rewrote the DLC api in Ruby. If you use JDownloader you'll know how useful the DLCs are, essentially they allow you to contain all the links from a variety of online hosting sources in one place with any passwords that might be needed. All this data is also kept encrypted to prevent people from poking around inside and stealing the links! Now, should you wish to create one of these DLCs there's a handy ruby API I've built thats so simple you can even use it from irb! Enjoy. | |
| | | |
mpov.timmorgan.org
|
|
| | | | Update: Version 2 is available here.Today, I finally got fed up with Wikipedia's lack of watchlist feeds, so I wrote a script that generates them. A few of the photos I had uploaded to the Wikimedia Commons have been marked for deletion for some time now due to inadequate license information (my fault entirely), but I didn't know it because I didn't think about the Commons having its own separate watchlist. | |
| | | |
howtolamp.com
|
|
| | | | Here we will learn the difference between a Login shell and Non login shell. The shell program, for example Bash, uses a collection of startup scripts ... | |
| | | |
www.ethanrosenthal.com
|
|
| | I make Python packages for everything. Big projects obviously get a package, but so does every tiny analysis. Spinning up a quick jupyter notebook to check something out? Build a package first. Oh yeah, and every package gets its own virtual environment. Let's back up a little bit so that I can tell you why I do this. After that, I'll show you how I do this. Notably, my workflow is set up to make it simple to stay consistent. |