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

Author: codewing

Internet and Security, Software-Showcase

Manage your References with Zotero and some awesome Plugins

Zotero Similar to other tools Zotero is a tool for collecting, sharing and citing scientific articles. It has well made extensions and offers a browserRead More

Posted on 20. December 201820. December 2018
Programming, Tutorials

Creating dotfiles in Windows

Due to the fact that Windows enforces you to use a file name you cannot create a file .gitignore, or can you? Turns out actuallyRead More

Posted on 11. November 201811. November 2018
Games, Games, Portfolio

Canyon Race

A racing game where you control the hoverbike with your Kinect.

Posted on 5. October 201831. January 2019
Miscellaneous

Custom CSS that shapes this website

The custom boxes used for showcasing the projects in a nice and clean list are displayed using the following styles: /** Projects **/ div.projects {Read More

Posted on 1. October 201831. January 2019
Tutorials

Setup KeeAgent (KeePass) on Linux

Setting up KeeAgent on Linux is quite easy: Setup KeePass with your Database containing SSH Keys Install KeeAgent (using your package manager) Start KeePass GoRead More

Posted on 11. September 20182. October 2018
Tutorials

[Lösung] All boot options are tried

Das BIOS öffnen und in den Boot-Optionen Secure Boot ausschalten. Danach findet man die neue Option “OS Mode Selection” bei der man von “UEFI OS”Read More

Posted on 12. August 20182. October 2018
Games

Awesome Age of Empires 2 HD Add-ons

Age of Empires 2 is an awesome game, here are two add-ons which address some annoying elements in competitive play.

Posted on 14. January 201814. January 2018
Tutorials

Limit SDDM to one monitor

If you’re used to having a two or more monitor setup but don’t want do display the login screen on every screen this is forRead More

Posted on 13. November 20171. October 2018
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

Posts navigation

1 2 3 4 5 6 7

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