george2024.iosdevlog.com·Oct 24, 2024Win32 Code::Block LVGLCreate Win32 Project Frame based GNU GCC Compiler Run Remove Console: Right Click Project → Properties… Build targets → Debug → Type: GUI application Build → Rebuild (Ctrl+F11) Run Add LGVL cd Win32CodeBlockLVGL git submodule init git submodu...lvgl
george2024.iosdevlog.com·Feb 1, 2024Ubuntu can't open Terminal Application$ gnome-terminal # Error constructing proxy for org.gnome.Terminal:/org/gnome/Terminal/Factory0: Error calling StartServiceByName for org.gnome.Terminal: Timeout was reached Problem with "gnome-terminal" on Gnome 3.12.2 - Ask Ubuntu If you are u...Ubuntu
Ganesh Balimidiatozdevopscenter.hashnode.dev·Jun 3, 2023100 Days of Code: Day 05 - For Loops, Range and Code Blocks in PythonToday Goal: #Password Generator Project import random letters = ['a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z', 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', ...Python
Md. Kaiyomkaiyom.hashnode.dev·May 30, 2023Codeblocks issues fixed in linuxError 1 Build Log: checking for existence: /home/user-name/path/project-name Set variable: LD_LIBRARY_PATH=.:Executing: xterm -T test1 -e /usr/bin/cb_console_runner LD_LIBRARY_PATH=:. /home/user-name/path/project-name/bin/Debug/project-name (in /home...C