Skip to content
Menu
codewing.de

codewing.de

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

Month: March 2016

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

Categories

  • Android
  • Android Games
  • Announcements
  • 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