Pinned Repositories
Algorithms-and-Data-Structures
sorting, linked list, hash table, binary search tree, Dijkstra's algorithm
Arduino-Matrix-Snake
Snake game on 8x8 led matrix and Arduino
c-cpp-template
c/cpp project template with Makefile, with automatic dependency building of .h and .cpp files!
Computer-Vision-course
Introduction to computer vision at the University of Washington
CourseWorkHypermarket
First grade course work. OOP.
DifferentialEquations
Numerical solutions of differential equations: Eulers, Euler-Cauchy, Runge-Kutta, midpoint method
NBUExchangeRatesClient
Get exchange rates from National Bank of Ukraine
NumericalMethods
Numerical methods course with plots
opencv_shape_detection
Detect shapes of figures with classical computer vision approach using OpenCV
Vehicle-Routing-Problem
ashnaider's Repositories
ashnaider/NBUExchangeRatesClient
Get exchange rates from National Bank of Ukraine
ashnaider/DifferentialEquations
Numerical solutions of differential equations: Eulers, Euler-Cauchy, Runge-Kutta, midpoint method
ashnaider/c-cpp-template
c/cpp project template with Makefile, with automatic dependency building of .h and .cpp files!
ashnaider/CourseWorkHypermarket
First grade course work. OOP.
ashnaider/freelance-web-app
Flask + PostgreSQL web app to emulate freelance app
ashnaider/NumericalMethods
Numerical methods course with plots
ashnaider/Algorithms-and-Data-Structures
sorting, linked list, hash table, binary search tree, Dijkstra's algorithm
ashnaider/Arduino-Matrix-Snake
Snake game on 8x8 led matrix and Arduino
ashnaider/Computer-Vision-course
Introduction to computer vision at the University of Washington
ashnaider/cpp-for-yourself-hw
ashnaider/DataBasesLabs
ОБД PostgreSQL лабы
ashnaider/IR_Calculator
Arduino calculator controlled by infrared remote controller
ashnaider/opencv_shape_detection
Detect shapes of figures with classical computer vision approach using OpenCV
ashnaider/Vehicle-Routing-Problem
ashnaider/em3_emulator
three-address computer emulator
ashnaider/FermatFactorizationMethod
Decomposes number to primes.
ashnaider/ImageReadWrite
Read and write image (jpeg, png, etc.) using stb single file library without any dependencies!
ashnaider/lectures-and-homeworks
📚 A place for all supplementary materials like slides, homework assignments etc.
ashnaider/SemanticNetwork
Knowledge representation using Semantic Network
ashnaider/todo-list
To Do list on React
ashnaider/unix_sys_prog_in_C
System programming topics for UNIX-based systems in C
ashnaider/Video_RGB_to_GreyScale
Convert RGB video to GreyScale using FFMPEG API