Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Projects in Awesome Lists by GeorgiiFirsov

A curated list of projects in awesome lists by GeorgiiFirsov .

https://github.com/georgiifirsov/findcspdk

CMake module, that discovers Cryptographic Service Provider Development Kit by Microsoft

Last synced: 06 Nov 2024

https://github.com/georgiifirsov/md_to_pdf

Simple utility to convert from markdown format into pretty PDF document. It is written in Rust programming language.

markdown pdf pdf-converter rust rust-lang rust-language

Last synced: 12 Oct 2024

https://github.com/georgiifirsov/fastreader

C++ library for reading files. It is almost 5 times faster than standard C++ std::ifstream. It is written with WinAPI on C++.

cplusplus cpp files winapi windows

Last synced: 06 Nov 2024

https://github.com/georgiifirsov/objects

COM-inspired, lightweight object management framework for C++17 and later.

cplusplus cplusplus-17 cpp cpp-library cpp17 framework interface-builder object-oriented-programming

Last synced: 06 Nov 2024

https://github.com/georgiifirsov/bc-lib

Tiny library with block ciphers implementation for my cryptography research

block-cipher cryptography secret-key-encryption symmetric-cryptography symmetric-key-cryptography

Last synced: 06 Nov 2024

https://github.com/georgiifirsov/podserializer

Library used to serialize and deserialize any POD-structure (and some non-POD structs) with no modifications applied to them. Here I use a lot of templates and other meta-magic :)

cplusplus cplusplus-14 cpp cpp14 pods serialization templates

Last synced: 06 Nov 2024

https://github.com/georgiifirsov/ntdll

Header-only C++ library that provides user-friendly access to functions from NtDll.dll in Windows.

Last synced: 06 Nov 2024

https://github.com/georgiifirsov/ntp

"ntp" stands for "Native Thread Pool". This library implements a thread pool using Win32 API (and some Native API too).

cplusplus cplusplus-17 cpp cpp17 multithreading thread-pool winapi

Last synced: 06 Nov 2024

https://github.com/georgiifirsov/libbdgt

Backend library for bdgt app

Last synced: 06 Nov 2024

https://github.com/georgiifirsov/bdgt

Console application for budget management, income/spending control, and personal financial analytics

banking budget budget-management finance financial

Last synced: 06 Nov 2024

https://github.com/georgiifirsov/systemstats

Simple processes viewer implemented in C++ with Win32 API, MFC classes and ATL. It uses also Tool Help Library to easily enumerate processes.

system system-programming utility-application windows

Last synced: 06 Nov 2024

https://github.com/georgiifirsov/georgyfirsov.github.io

Small and simple blog. Used for notes, updates, messages

Last synced: 06 Nov 2024

https://github.com/georgiifirsov/jparser

Simple (actually no) JSON parser written with python's PLY module. I made this program just for fun and improvement of my knowledge. It is in development for now.

Last synced: 06 Nov 2024

https://github.com/georgiifirsov/libmm

Backend library for mm notes app.

backend-api git notes-tool rust rust-library

Last synced: 06 Nov 2024

https://github.com/georgiifirsov/install-cspdk-action

GitHub action for installing Cryptographic Service Provider Development Kit (CSPDK) on Windows-based machine to give an ability to build cryptographic providers.

action actions development github github-actions windows

Last synced: 06 Nov 2024

https://github.com/georgiifirsov/educational-research-work

Educational research project on 3rd year (6th semester). Topic: ARMA models in time series analysis

arma data-analysis jupyter-notebook python time-series time-series-analysis tsa

Last synced: 06 Nov 2024

https://github.com/georgiifirsov/kdf-lib

Implementation of key derivation functions (KDF)

kdf kdf-algorithm symmetric-key-cryptography

Last synced: 06 Nov 2024

https://github.com/georgiifirsov/w32coro

C++14-compatible implementation of coroutines for Windows systems. Based of Win32 API fibers that are manually scheduled by this library.

coroutines cpp14 cxx14 library winapi

Last synced: 06 Nov 2024

https://github.com/georgiifirsov/patternmatching

Short header-only library that allows you to use pattern matching in C++. Written in pure standard C++14.

cplusplus cplusplus-14 cpp cpp14 functional-programming pattern-matching templates

Last synced: 06 Nov 2024

https://github.com/georgiifirsov/experimental

Project for various experiments (currently with WinAPI)

Last synced: 06 Nov 2024

https://github.com/georgiifirsov/news

Simple console and web application that uses machine learning algorithms to predict stocks price change in nearest three days. Prediction is based on the last news and stocks price for company.

finance machine-learning news predictive-analytics python stocks

Last synced: 06 Nov 2024

https://github.com/georgiifirsov/dllhandler

Class that provides automatic DLL handle release and allow you to use exported functions much more easily in comparison to standard WinAPI way.

cplusplus cplusplus-14 dll library winapi windows

Last synced: 06 Nov 2024

https://github.com/georgiifirsov/env-plus

Set of simple scripts, that help to manage python environments

bash environment python-env-automation python3 venv zsh

Last synced: 06 Nov 2024

https://github.com/georgiifirsov/bcm-lib

Implementation of some block ciphers modes of operation. This library is written for my research about full disk encryption.

block-cipher-mode block-ciphers cryptography research symmetric-encryption thesis

Last synced: 06 Nov 2024

https://github.com/georgiifirsov/decrypt

My research about data encryption. The main question is: is it possible to find out a cipher by encrypted word only? I use some machine learning algorithms to classify encryption methods.

cryptography encryption-methods jupyter-notebook machine-learning python research

Last synced: 06 Nov 2024

https://github.com/georgiifirsov/devcontainer

Set of images for developing in Docker containers via VSCode

Last synced: 06 Nov 2024

https://github.com/georgiifirsov/course-work

My course work for subject "Fundamentals of automated information systems". It contains a realization of a DB for an insurance company. Done with T-SQL, using MS SQL Server, SSIS, SSRS. 3rd year, National Research Nuclear University MEPhI

database db mssql mssqlserver ssis ssrs

Last synced: 06 Nov 2024

https://github.com/georgiifirsov/asyncnotifications

It is an example of client-server application system, used to show Microsoft Asynchronous RPC library in action. This code is written in C and C++14 for Windows using WinAPI.

asynchronous-programming client-server concurrency concurrent-programming cplusplus cplusplus-14 cpp14 microsoft microsoft-rpc remote-procedure-call rpc

Last synced: 06 Nov 2024

https://github.com/georgiifirsov/mm

Simple command line program for notes. Powered by git to track history of any single line of text.

cli git notes-app rust rust-application

Last synced: 06 Nov 2024

https://github.com/georgiifirsov/variant

C++14 Variant type implementation with only standard features of C++ language and STL library used

cplusplus cplusplus-14 cpp cpp14 variant variant-type

Last synced: 06 Nov 2024

https://github.com/georgiifirsov/machinelearningmodels

Library with implementation of several machine learning models. It is written in Python 3 with numpy.

ai artificial-intelligence machine-learning ml pyhton pyhton3

Last synced: 06 Nov 2024

https://github.com/georgiifirsov/utilites

Currently it is a set of my utility functions and scripts, which I use in my projects and work tasks. You are free to use and modify this stuff for any target you want :)

cpp libraries python utilites

Last synced: 06 Nov 2024

https://github.com/georgiifirsov/reverse-engineering

Tasks and other stuff for Reverse Engineering course in National Research Nuclear University MEPhI

Last synced: 06 Nov 2024