georgecatalin
"On a long enough timeline, the survival rate for everyone drops to zero." Fight Club, Edward Norton
Galati, Romania
Pinned Repositories
Advanced-C-Programming-Course
Code work associated with the course "Advanced C Programming Course" on Udemy, Authored by Tim Buchalka's Learn Programming Academy and Jason Fedin
Bare-metal-programming-from-ground-up
Embedded System Bare-Metal Programming for the STM Nucleo 144 Family. Drivers for DMA,ADC,UART,TIMERS, GPIO,SPI,I2C,RTC,SysTick. No libraries used, only registry manipulation.
Build_your_own_RealTime_OS
A guide how to build your own realtime Operating System. The code samples are applicable on STM32 microcontrollers
Certificates-from-Online-Courses
My online learning log.
Embedded-Systems-STM32-HAL-APIs-Driver-Development
Bare-metal programming for the SMT32 Microcontrollers using the HAL library. Drivers for DMA,ADC,UART,TIMERS, GPIO,SPI,I2C,RTC,SysTick
Master-the-C-Language
Code work associated with the course "Master the C Language" authored by Jason Fedin, Tim Buchalka's Learn Programming Academy on Udemy.
Qt-Core-Advanced-with-Cpp
Course work associated with the Udemy.com course "Qt Core Advanced with C++" , authored by Bryan Cairns.
Qt-Core-Intermediate-with-Cpp
Course work associated with the Udemy.com course "Qt Core Intermediate with C++" , authored by Bryan Cairns.
Qt-Quick-and-QML-For-Beginners-The-Fundamentals
Code practice associated with the Udemy course Qt Quick and QML For Beginners : The Fundamentals" authored by Daniel Gakwaya.
Qt5-Cpp-Development-fundamentals
Code practice from the Udemy course "Qt 5 C++ GUI Development For Beginners : The Fundamentals" authored by Daniel Gakwaya
georgecatalin's Repositories
georgecatalin/Advanced-C-Programming-Course
Code work associated with the course "Advanced C Programming Course" on Udemy, Authored by Tim Buchalka's Learn Programming Academy and Jason Fedin
georgecatalin/Embedded-Systems-STM32-HAL-APIs-Driver-Development
Bare-metal programming for the SMT32 Microcontrollers using the HAL library. Drivers for DMA,ADC,UART,TIMERS, GPIO,SPI,I2C,RTC,SysTick
georgecatalin/Master-the-C-Language
Code work associated with the course "Master the C Language" authored by Jason Fedin, Tim Buchalka's Learn Programming Academy on Udemy.
georgecatalin/Qt-Core-Advanced-with-Cpp
Course work associated with the Udemy.com course "Qt Core Advanced with C++" , authored by Bryan Cairns.
georgecatalin/Certificates-from-Online-Courses
My online learning log.
georgecatalin/Bare-metal-programming-from-ground-up
Embedded System Bare-Metal Programming for the STM Nucleo 144 Family. Drivers for DMA,ADC,UART,TIMERS, GPIO,SPI,I2C,RTC,SysTick. No libraries used, only registry manipulation.
georgecatalin/Build_your_own_RealTime_OS
A guide how to build your own realtime Operating System. The code samples are applicable on STM32 microcontrollers
georgecatalin/2022_Complete_Python_Bootcamp_from_zero_to_hero_in_Python
Code work associated with the Udemy course "2022 Complete Python Bootcamp From Zero to Hero in Python" authored by Jose Portilla in Jupyter Notebook format
georgecatalin/Django-4-and-Python-Full-Stack-Developer-Masterclass
Technology stack to create websites with Python and Django
georgecatalin/mastering-stm32cubemx5-and-cube-ide
Using STM32 CubeMX and STM32 Cube IDE to Code Drivers and Firmware
georgecatalin/QR_Code_Generator
A simple program to produce QR Codes from command line that supports as parameters the string to encode, the name of the .bmp file to generate (including its path) and its size version.
georgecatalin/Understand-GUIs-on_STM32
Microcontroller based embedded graphics system , Interfacing, and building graphical UI using LVGL
georgecatalin/CPlusPlus-Programming---From-Beginner-to-Beyond
Get quick up-n-running modern C++ Object-Oriented Programming (OOP) and STL skills
georgecatalin/ESP32_for_Arduino_Makers
ESP32 Projects using the Arduino IDE
georgecatalin/FreeRTOS_From_Ground_Up_on_ARM_Processors
Foundations of real-time systems and how to build real-time applications using FreeRTOS
georgecatalin/Learn-Python-Programming-Masterclass
Code work associated with the course "Learn Python Programming Masterclass" on Udemy, Authored by Tim Buchalka
georgecatalin/Memento
Little tools and posters to remember from
georgecatalin/Multi-Threading-and-IPC-with-Qt-5-CPP
Code practice associated with the Udemy course "Multi-Threading and IPC with Qt 5 C++" authored by Daniel Gakwaya.
georgecatalin/UDP_multicast_client
An example of a client listening for UDP multicast
georgecatalin/A-LED-Flash-Memo-Game
A memo game for the BeagleBone Black that flashes 4 external LEDs randomly. These are connected via GPIOs. User has to remember the order of the LEDs.
georgecatalin/ABAP_ALV
Practical exercises for learning ABAP Language concepts: topic of ABAP List Viewer (ALV).
georgecatalin/ABAP_Dictionary
Practical exercises for learning ABAP Language concepts : topic of ABAP Dictionary.
georgecatalin/ABAP_ModulePoolProgamming
Practical exercises for learning ABAP Language concepts : topic of module pool programming (screen programming)
georgecatalin/ABAP_Practical-Learning
Practical exercises for learning ABAP Language concepts
georgecatalin/Complete-Python-3-Bootcamp
Course Files for Complete Python 3 Bootcamp Course on Udemy
georgecatalin/Learn_CPP_Programming_Deep_Dive
Classroom and Hands-on sessions- Features of C++ 11 , Exception Handling and STL - for Both Academics and Industry
georgecatalin/Linux-Inter-Process-Communication-from-Scratch-in-C
Code work associated with the Udemy course "Linux Inter Process Communication (IPC) from Scratch in C" authored by Abhishek CSEPracticals.
georgecatalin/Multithreading_and_Thread_Synchronisation_in_C
Code work associated with the Udemy course "Multithreading_and_Thread_Synchronisation" authored by Abhishek CSEPracticals
georgecatalin/UDP_Client
A simple UDP Client for listening and interpreting JSON data written in C.
georgecatalin/UDP_server
A sImple UDP Server that reads and transmits data in .JSON written in C