Drücken Sie „Enter“, um den Inhalte zu überspringen

Beiträge veröffentlicht in “Programming”

100 Days of ML Code – Day 2

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…

100 Days of ML Code – Day 1

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…

Calculating π for no good reason

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…

Cheatsheets for rpm and svn

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…

Pulling foreign code into your python project

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 for Emacs

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 code with Emacs

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…

Rapid prototyping in Web Development using Emacs

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“…

Python 3 Script Skeleton

Sometimes when I write a little python script – with only a few lines of code – it starts growing and I keep adding functionality.…

Math train – the arithmetic trainer

Beeing busy with a lot of things it’s hard to find time to cultivate the essential programming skills. I managed to find some time and…