Pinned Repositories
Makefile4App
Generic Makefiles for building C Applications on Windows and Linux.
The_Cpp_Programming_Language
Examples from the The C++ Programming Language Book by Bjarne Stroustrup.
Makefile4Lib
Generic Makefiles for building Dynamic and Static libraries on Windows and Linux.
Qt-blockingmaster
Shows how to use the synchronous API of QSerialPort in a worker thread.
Qt-calendar
Shows how to create rich text content and how to display it.
Qt-dragdroprobot
Qt-basicdrawing
The Basic Drawing example shows how to display basic graphics primitives in a variety of styles using the QPainter class.
Qt-chart
A custom view for the model/view framework.
Qt-classwizard
The Class Wizard example shows how to implement linear wizards using QWizard.
Qt-dirview
This example demonstrates the usage of a tree view.
Grishankov-Alexander's Repositories
Grishankov-Alexander/FreeLingvo
Dictionary search GUI application that works offline and supports over 140 dictionaries.
Grishankov-Alexander/puzzles
Puzzle yourself with obscure programs written in C
Grishankov-Alexander/HAlib
Library with utilities.
Grishankov-Alexander/Makefile4Lib
Generic Makefiles for building Dynamic and Static libraries on Windows and Linux.
Grishankov-Alexander/Makefile4App
Generic Makefiles for building C Applications on Windows and Linux.
Grishankov-Alexander/AwesomeProgrammingLinks
Links to Programming guides, books, how-to's and other material.
Grishankov-Alexander/raylib
A simple and easy-to-use library to enjoy videogames programming
Grishankov-Alexander/ChernoOpenGLSeries
Learning OpenGL with Cherno
Grishankov-Alexander/allegro5
The official Allegro 5 git repository. Pull requests welcome!
Grishankov-Alexander/Modern_C_Programming
Solutions on the exercises from an excellent book by K. N King - "C Programming: A Modern Approach"
Grishankov-Alexander/Awesome-Embedded
A curated list of awesome embedded programming.
Grishankov-Alexander/computer-science
:mortar_board: Path to a free self-taught education in Computer Science!
Grishankov-Alexander/awesome-c
A curated list of awesome C frameworks, libraries, resources and other shiny things. Inspired by all the other awesome-... projects out there.
Grishankov-Alexander/antons_opengl_tutorials_book
Anton's OpenGL 4 Tutorials book - Demo Code
Grishankov-Alexander/C
Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.
Grishankov-Alexander/Algorithms_and_DS
Grishankov-Alexander/awesome-compilers
:sunglasses: Curated list of awesome resources on Compilers, Interpreters and Runtimes
Grishankov-Alexander/c-algorithms
A library of common data structures and algorithms written in C.
Grishankov-Alexander/The-Cherno
Repository for the tutorials from the youtube channel "TheCherno".
Grishankov-Alexander/Quick-sort
Simple quick-sort algorithm implementation.
Grishankov-Alexander/Merge-sort
Simple merge-sort implementation
Grishankov-Alexander/Hash-Table
Grishankov-Alexander/Binary-Search-Tree
Binary search tree simple implementation
Grishankov-Alexander/cppReference
Some interesting or hardcore cpp code examples.
Grishankov-Alexander/BCS-Employment-Token
ERC-20 standard blockchain token with several additional features.
Grishankov-Alexander/EthereumDotOrg
Tutorials for developers from ethereum.org.
Grishankov-Alexander/Simple-ERC20-toptal
This is a simple ERC20 Token implementation from toptal.com
Grishankov-Alexander/Smart-contracts-Dapp-University
This is from the FreeCodeCamp Smart Contracts tutorial.
Grishankov-Alexander/Coursetro-Smart-Contract-Tutorial
Grishankov-Alexander/Insertion-Sort
Demonstrates Insertion Sort