An open API service providing repository metadata for many open source software ecosystems.

GitHub / Astrodynamic 1 Repository

A programming beginner who wants to learn ecstasy from programming. As elsewhere, the beginning is hard, but I can handle it. An energetic, vigorous, smart guy.

Astrodynamic/Astrodynamic

Config files for my GitHub profile.

Size: 700 KB - Last synced at: about 15 hours ago - Pushed at: about 16 hours ago - Stars: 3 - Forks: 0

Astrodynamic/NetworkQuests

NetworkQuests explores TCP/UDP with FlatBuffers in C++, focusing on socket programming, data transmission optimization, and efficient serialization, managed with CMake.

Language: C++ - Size: 141 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 1 - Forks: 0

Astrodynamic/SmartCalculator

A Python calculator application with a Qt/QML interface, utilizing a C++ library for dynamic calculations.

Language: Python - Size: 64.5 KB - Last synced at: 2 days ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

Astrodynamic/Decimal-fixed-point

Decimal is a high-precision value type for financial calculations that minimizes errors due to rounding. It represents big numbers how in posgresql.

Language: C++ - Size: 10.7 KB - Last synced at: about 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

Astrodynamic/Decimal-float-point

Decimal is a high-precision value type for financial calculations that minimizes errors due to rounding. It represents big numbers how in C#.

Language: C++ - Size: 86.9 KB - Last synced at: 2 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

Astrodynamic/Flags

Simple C++ header-only bit flag library. Uses enum for type-safe, efficient flag manipulation.

Language: C++ - Size: 1.95 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

Astrodynamic/3DViewer-Project-in-Qt-CPP

Viewer3D is a C++ based 3D viewer application built with Qt that allows loading and transforming 3D models with a GUI. It requires CMake, C++ and C languages, assimp library, and Qt libraries, among others. To use it, launch the application, load a model, use transformation tools, and modify rendering options.

Language: C++ - Size: 161 MB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 12 - Forks: 2

Astrodynamic/Ant-colony-optimization-algorithm-in-Qt-CPP

ACOAlgorithms is a C++ project implementing ant colony optimization algorithm for solving traveling salesman problem.

Language: C++ - Size: 3.54 MB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

Astrodynamic/UART-in-C

The project is a C program that facilitates communication between two serial ports (COM ports). It creates two threads to handle the communication independently. The program reads packets from one serial port, verifies their integrity, and sends them to a system message queue.

Language: C - Size: 17.6 KB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

Astrodynamic/Line-calculator-with-graph-output-in-CPP-Qt

Engineer, credit and debit calculator. GUI implementation, based on any GUI library with Qt API for C++17. It allows arithmetic calculations, graph plotting, and variable calculation.

Language: C++ - Size: 24.9 MB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 4 - Forks: 0

Astrodynamic/Career-Blueprint

Career Blueprint: Unveiling the creator's path to success. Personalized goals, progress tracking — embark on the journey to professional triumph.

Size: 3.06 MB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

Astrodynamic/Game-of-Life-in-Qt-QML

Game of Life is a cellular automaton where cells evolve based on simple rules. It demonstrates emergent behavior and can simulate complex patterns and systems.

Language: C++ - Size: 1.21 MB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 4 - Forks: 1

Astrodynamic/Key-Value-Storage-Redis-in-CPP

The project is a key-value store. The project uses data structures such as hash tables, self-balancing binary search trees, and B+ trees. The code is written in C++ with CMake as a build tool. It supports sanitization, testing, coverage, formatting, and static analysis.

Language: C++ - Size: 1.13 MB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 4 - Forks: 0

Astrodynamic/LeetCode

A collection of LeetCode problem solutions in various languages.

Size: 206 KB - Last synced at: 3 months ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

Astrodynamic/PhotoLab-in-Qt-CPP

PhotoLab is a C++17 program that applies filters to BMP images. It implements the MVC pattern, provides a GUI using the Qt library, and includes convolution filters and color correction algorithms. Developed within the PLab namespace and with a full set of unit-tests.

Language: C++ - Size: 7.84 MB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 5 - Forks: 0

Astrodynamic/Math-Library-in-C

CustomMath library is a C language implementation of the `math.h` library, offering basic mathematical functions like sine, cosine, logarithms, etc. It has no external dependencies and is licensed under MIT. To use it, you need to link it with your project and include its header file in your C source code.

Language: C - Size: 10.7 KB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 3 - Forks: 0

Astrodynamic/ExchangeQuest

ExchangeQuest is a C++ client-server trading exchange system for USD and RUB with order matching, supporting multiple clients and real-time balance updates.

Language: C++ - Size: 658 KB - Last synced at: 3 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

Astrodynamic/Decimal-in-C

Decimal is a high-precision value type for financial calculations that minimizes errors due to rounding. It represents big numbers how in C#.

Language: C - Size: 78.1 KB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 4 - Forks: 0

Astrodynamic/MultilayerPerceptron-in-Qt-CPP

MultilayerPerceptron Project is a C++ implementation of a multilayer perceptron capable of classifying handwritten Latin alphabet images with 2 to 5 hidden layers. Built with the MVC pattern and Qt library, it requires C++17, CMake, Qt5 Widgets/Charts, and Google Test library. The program can be customized and features options.

Language: C++ - Size: 348 KB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 3 - Forks: 0

Astrodynamic/AlgorithmTrading--Interpolation-Approximation--in-Qt-CPP

The AlgorithmTrading project is a C++ program for plotting tabulated functions of stock quotes using interpolation methods. It includes a GUI implementation based on any GUI library with API for C++ and the ability to load data from a CSV file. The Cubic Spline interpolation method is implemented, and the user can specify the number of points.

Language: C++ - Size: 22.2 MB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

Astrodynamic/RetailAnalitycs-in-postgresql

Develop a SQL script to create a database with tables, views, roles, and functions. Form personalized offers to increase average check, frequency of visits, and cross-selling.

Language: PLpgSQL - Size: 1.73 MB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 4 - Forks: 0

Astrodynamic/gRPCQuests

gRPCQuests explores gRPC and Protocol Buffers in C++, testing features, optimizing performance, and enhancing security, all built and managed with CMake.

Language: C++ - Size: 37.1 KB - Last synced at: 3 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 1

Astrodynamic/QtQuickQuests

QtQuickExperiments is a dynamic project exploring creative possibilities with Qt Quick and QML, testing various features and pushing UI boundaries.

Language: QML - Size: 901 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Astrodynamic/DNA_Analazer-Algorithms-for-working-with-text-in-CPP

This project implements substring search and sequence alignment algorithms for molecular sequences analysis. It includes the Rabin-Karp algorithm for substring search and the Needleman-Wunsch algorithm for sequence alignment. Developed in C++17, the code follows Google Style and includes a Makefile for building and testing the program.

Language: C++ - Size: 870 KB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 4 - Forks: 1

Astrodynamic/Color-Lines-in-Qt-QML

Color Lines is a logical computer game where players make moves to align five or more balls of the same color in a line. Developed in 1992, it offers strategic gameplay on a 9x9 grid, rewarding players with points for creating longer lines. With colorful balls appearing on each turn, aim for the highest score in this addictive puzzle game.

Language: C++ - Size: 3.08 MB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 5 - Forks: 0

Astrodynamic/MonitoringSystem

Implementation of a monitoring system program to collect and log system metrics, send notifications, and provide a user interface.

Language: C++ - Size: 1.37 MB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 1

Astrodynamic/MechatronicArmAnalyzer

Kinematic solver for 6-axis robot's forward problem. Calculate the end-effector position in Cartesian coordinates. Implemented in C/C++.

Language: C - Size: 19.5 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Astrodynamic/GrepUtility

This is a grep utility project that searches for a pattern in files and outputs matching lines. It supports various flags and is built with CMake and Makefile.

Language: C - Size: 4.88 KB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

Astrodynamic/CatUtility

This is a cat utility implementation in C supporting all flags specified in the project requirements, with a Makefile for easy building.

Language: C - Size: 9.77 KB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

Astrodynamic/String-Library-in-C

The custom_string.h library is a C library that provides functions for working with strings, such as calculating length, copying, concatenating, searching, and comparing strings. To use the library, add the include statement and link to your project. The library follows the POSIX.1-2017 standard and is built using gcc compiler.

Language: C - Size: 39.1 KB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Astrodynamic/Matrix-in-C

This is a C implementation of various matrix operations, including creating, removing, adding, subtracting, multiplying, and comparing matrices. The library provides functions to perform operations such as matrix transposition, determinant, and inverse.

Language: C - Size: 10.7 KB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Astrodynamic/Container-Deque-for-C-Calculator-s-operation

Container Deque for C Calculator's operation - a library for working with arithmetic operations in C calculators. Includes Deque.a static library and deque.h header file.

Language: C - Size: 7.81 KB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Astrodynamic/Matrix-Library-in-CPP

Matrix Library is a C++ library for matrix operations such as addition, subtraction, multiplication, transpose, and more. It provides a Matrix class with constructors, destructors, and overloaded operators. The library can be built using CMake and depends on the Google Test framework for unit testing.

Language: C++ - Size: 9.77 KB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Astrodynamic/Arithmetic-calculations-in-C-for-calculator

Library for arithmetic string calculator in C.

Language: C - Size: 5.86 KB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Astrodynamic/Red-black-tree-Library-in-CPP

RBTree is a C++ template library for Red-Black Trees, a self-balancing binary search tree. It provides various methods to interact with the tree, including insertion, deletion, search, and iteration. The library is built using CMake and requires a C++17 compiler. To contribute to its development, clone the repository and submit a pull request.

Language: C++ - Size: 8.79 KB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Astrodynamic/BarleyBreak-in-Qt-QML

BarleyBreak: Classic English game implemented in Qt6 Quick. Move tiles to solve the puzzle. Enjoy the nostalgic gameplay!

Language: C++ - Size: 1.07 MB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

Astrodynamic/Geometry

Geometry: A program to draw geometric primitives using SFML. Create lines, circles, triangles, rectangles, and squares easily. MIT licensed.

Language: C++ - Size: 201 KB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0