Skip to content
Menu
codewing.de

codewing.de

  • Blog
  • Apps
    • Tru’nembra
    • MapViewer
    • ibash for Android
    • PlayPlease
  • Games
    • Abprallschuss (Ricochet)
    • Rabbitholes
    • Canyon Race
    • Time Fridge Ninja
    • PlusMinus
  • About
    • Privacy Policy
    • Disclaimer
  • Blog
  • Apps
    • Tru’nembra
    • MapViewer
    • ibash for Android
    • PlayPlease
  • Games
    • Abprallschuss (Ricochet)
    • Rabbitholes
    • Canyon Race
    • Time Fridge Ninja
    • PlusMinus
  • About
    • Privacy Policy
    • Disclaimer

Author: codewing

Internet and Security, Tutorials

[Linux] Backlight not controllable – fix (Samsung Series 7 Chronos)

I’ve had some difficulties when it came to the backlight on my arch linux installation.Of course the first place to look for a solution wasRead More

Posted on 18. March 201612. January 2019
Programming, Snippets

Python: Overwrite file with text (utf-8)

def overwriteFile(file_path, text): f = codecs.open(file_path, ‘r+’, “utf-8-sig”) f.seek(0) f.write(text) f.truncate() f.close()

Posted on 17. March 20161. October 2018
Programming, Tutorials

Hidden word list | Bulls and Cows Game – UnrealCourse on Udemy

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

Posted on 15. January 201627. September 2017
Tutorials

[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

Posted on 30. December 20151. October 2018
Android, Programming, Software-Showcase

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

Posted on 1. December 20151. October 2018
Programming, Snippets

[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.

Posted on 15. August 20151. October 2018
Games, Games, Portfolio

Time Fridge Ninja

A story-rich 2D jump and run game, where you have to prevent world war three.

Posted on 23. July 201531. January 2019
Games, Games, Portfolio

PlusMinus

A 2.5D jump and run game with splitscreen mode and highscores.

Posted on 15. July 201531. January 2019
Tutorials

[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

Posted on 24. May 201527. September 2017
Programming, Snippets

[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

Posted on 3. May 201527. September 2017

Posts pagination

1 2 3 4 5 6 7

Categories

  • Android
  • Android Games
  • Announcements
  • Apps
  • FotD
  • Free 2 Play
  • Games
  • Games
  • Internet and Security
  • Miscellaneous
  • Overheard
  • Politics
  • Portfolio
  • Programming
  • Snippets
  • Software-Showcase
  • Tutorials
Copyright © 2025 codewing.de. | Privacy Policy
  • Twitter
  • Github