It’s been a while since Day 2. Day 3 is about „Multiple Linear Regression“. Multiple Linear Regression comes into play when a Dependent Variable (usually…
Beiträge veröffentlicht in “Programming”
The discussion about emacs startup times quickly come to an end once you run an Emacs daemon as a service. On Debian Linux this is…
Day 2 of the 100 Days of ML Code journey is about Simple Linear Regression. Linear regression is a class of foundational statistical methods used…
So, I finally started 100 days of ml code! This is a github repo I stumbled upon some time some where and I have forked…
So the other day I had some time to kill and was thinking that I might be fun to repeat some of the exercises I…
Subversion Command Description svn cat -r 1234 path/to/file | less View file from specific revision svn update -r 1234 path/to/file Update file to some older…
Introduction Software creeping slowly into every day devices and everybody carrying around a device that easily outperforms a couple of 90s supercomputers is a clear…
Neotree is a package for emacs (available for example on elpa) that displays the directory tree in a themeable tree-buffer. It looks nice but I…
Writing Java sourcecode in Emacs is a rather hard task. Emacs does not usually support the developer with lots of context awareness (friendly put…). What…
Introduction I actually do Web-development in my private life. Smaller projects for myself like a „homepage“ (Is this term still used?) or for „the kids“…