Skip to content

Instantly share code, notes, and snippets.

View cxbignekoc's full-sized avatar

nwsm cxbignekoc

  • no company
  • Germany
View GitHub Profile
@cxbignekoc
cxbignekoc / bitwigconnect-deb-12
Last active March 17, 2026 18:58
Bitwig connect 4/12 on Debian 12 - missing Libraries Solution - won't start - Error Log
If you can not start Bitwig Connect Panel watch in to the Logfiles:
## /home/username/.BitwigConnectControlPanel/log/
You maybe read this:
##
[2026-03-17 19:00:20.782 gui-toolkit-core error] Crash in sub-system GUI Event Thread:
java.lang.UnsatisfiedLinkError:
/opt/bitwig-control-panel/lib/bitwig-control-panel/libbitwig-gui-graphics-extensions.so: libxcb-imdkit.so.1:
Kann die Shared-Object-Datei nicht öffnen: Datei oder Verzeichnis nicht gefunden
@cxbignekoc
cxbignekoc / Projucer - Hidden solution.txt
Last active March 17, 2026 18:57
Juce / Projucer Issue on Debian - the dumb and hidden Solution
# You need to build Projucer by hand.
# this information is kinda hidden and not obvious.
# Don't use the Projucer App from
/home/user/JUCE/Projucer
# Solution found in: https://forum.juce.com/t/solved-glibc-2-29-not-found-on-ubuntu-18-04/34960/2
# Build:
@cxbignekoc
cxbignekoc / GRUB_INIT_TUNE.md
Last active November 5, 2023 01:54 — forked from ArtBIT/GRUB_INIT_TUNE.md
A collection of GRUB init tunes
@cxbignekoc
cxbignekoc / Grub Tune.md
Last active November 5, 2023 01:34
GRUB init tunes
@cxbignekoc
cxbignekoc / PyCal-Rechner.py
Last active October 5, 2018 01:04
First Calc, need GUI, more operation, pls write me and give hints to make this guy smarter, and let me learn python
import math
print("""
=6=4=1=7=9=0=2=5=3==================================
=Automatischer Taschenrechner=
=====================================0=1=1=0=1=0=0=1
Dieser Rechner addiert, subtrahiert, multipliziert, dividert, \n\
errechnet die Potenz der ersten Zahl durch die zweite Zahl (Potenz / x^y), \n\
dividiert die erste Zahl durch die zweite Zahl mit Rest (Modulo / a=b*c+r), \n\
errechnet den größten gemeinsamen Teiler, \n\
@cxbignekoc
cxbignekoc / Running Programming-Rechner aus Gutefrage-mod.py
Last active October 4, 2018 21:35
First Calculator need GUI, more operations. Pls send me some stuff, will learn and add stuff...to make this guy huge
import math
print("""
=6=4=1=7=9=0=2=5=3==================================
=Automatischer Taschenrechner=
=====================================0=1=1=0=1=0=0=1
Dieser Rechner addiert, subtrahiert, multipliziert, dividert, \n\
errechnet die Potenz der ersten Zahl durch die zweite Zahl (Potenz / x^y), \n\
dividiert die erste Zahl durch die zweite Zahl mit Rest (Modulo / a=b*c+r), \n\
errechnet den größten gemeinsamen Teiler, \n\