I’m currently learning c++ for ue on udemy. In this course we are currently writing a game named Bulls and Cows with lowercase words only.Read More
[Arch] + [Plasma 5] | NetworkManager + Widget
Abhängigkeiten installieren: pacman -S plasma-nm networkmanager dhcpcd deaktivieren und NetworkManager aktivieren: systemctl stop dhcpcd systemctl disable dhcpcd systemctl enable NetworkManager systemctl start NetworkManager Nachdem dieseRead More
ibash – Update auf Version 3.0
In den letzten 2 Jahren hat sich viel im Android-Universum getan. Die alten Libs, welche ich beim Erstellen der App benutzt habe, sind obsolet geworden,Read More
[Java] String zu File mit Encoding
Hier ein kleines Snippet, welches einen Text bekommt und ihn mit dem gewünschten Charset in eine Datei schreibt.
Time Fridge Ninja
A story-rich 2D jump and run game, where you have to prevent world war three.
PlusMinus
A 2.5D jump and run game with splitscreen mode and highscores.
[Linux] [Shell] Text in Dateien automatisch ersetzen
Ich hatte einen kleinen Tippfehler in meinen html-Dateien sodass die Serverside includes nicht funktioniert haben. Da es rund 20 Dateien waren und ich nicht jedeRead More
[C#] Generic Circular Buffer
Circular buffers are awesome! For those who don’t know them: It’s basically a list where the end is connected to the start.. like a circle..Read More
[Java] SSLContext with client certificate
If you want to connect somewhere using an ssl-connection you will need an SSLContext object. I had some trouble creating one with a client certificateRead More
Log Parser Plugin – Tutorial [Hudson/Jenkins]
Prologue: – Install the plugin (plugin site). – Make sure you have access to the master server Part 1 – create a rule file: MakeRead More