Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SupperZum authored Jan 24, 2024
1 parent 92b409d commit e35bf68
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,29 @@ Please, read [instructions][Submitting Solutions].
- Access the book as a [series of articles][Zero To Production as a series of articles].
-[FAQ] - Answers to frequently asked questions at your fingertips.
-[Progress Board] - Participant progress board
- 💼 [Game server for 2d PvP fighting game](https://github.com/advanced-user/rust_bootcamp_capsote/pull/1) - The player must enter the game ID to create a new game or to join an existing one. The game is designed for two players in one match.
- 💼 [Link Verifier](https://github.com/polcovnic/link_verifier) - Link Verifier is a CLI tool designed to verify links within given .md files. Designed with versatility in mind, it can seamlessly integrate with GitHub Actions, making it an essential tool for maintaining up-to-date and accurate links in your markdown files.
- 💼 [fbmark](https://github.com/kstepanovdev/fbmark_v2) - TUI Bookmark manager with synchronization to a third-party bookmark manager. Main features: CRUD for bookmarks, using SQLite3, Fuzzy search among bookmarks, TUI, Synchronization with a third-party service (Tagpacker only for now), Tags for searching"
- 💼 [LaptopSelector](https://github.com/bugsweeper/laptop_selector) - Contains two parts: 1) Parses online shopping site rozetka.com.ua saving information about laptops, parses https://www.cpubenchmark.net/ and https://www.videocardbenchmark.net/ saving perfomance benchmarks of different cpus and gpus 2) Web server, which loads information about laptops perfomance and generates page with top items with best proportion of prefomance to price
- 💼 [Gpt-summarizer](https://github.com/MykhailoRomanenko/gpt-summarizer-rs) - Cli-утиліта, що збирає текст з веб-сторінки, препроцесить та відправляє на API ChatGpt для сумаризації. Поєднує алгоритмічну сумаризацію локально для отримання множини найважливіших речень з сумаризацією моделлю.
- 💼 [Gamac](https://github.com/NYBACHOK/gamac) - Universal package manager
- 💼 [Teleparser](https://github.com/Jujumba/teleparser) - Збірник статистики з переписок телеграма
- 💼 [schedule-bot](https://github.com/WizardPlatypus/velik-schedule-bot) - A proof-of-concept telegram bot that is meant to hold schedules for my uni. Schedules are managed inside an SQLite database, and can only be added via a setup script on the backend. The main implemented functionality is a variadic /subject command, that, depending on the number & content of arguments and configuration will display what subject is happening at a particular time.
- 💼 [Rust STL Parser and Generator](https://github.com/chb19/stl_parser) - This is a Rust library and command-line tool for reading and writing STL (Stereolithography) files in both binary and ASCII formats. It also includes functions for generating simple 3D cube and cone shapes and exporting them to STL files.
- 💼 [type-matrux](https://github.com/Dzuchun/type-matrux) - A Drukarnia API. Can be used to fetch articles and comments.
- 💼 [Date telegram bot](https://github.com/SRetip/DateBotRust) - Bot for dating, analog https://t.me/leomatchbot, after registration allows you to find people you are interested in and who may be interested in you.
- 💼 [Sound Analyzer](https://github.com/VasyaPRO/sound-analyzer) - This is a command line TUI tool for sound visualization and pitch detection. It is designed primarily for guitar tuning, but it can be used for other purposes as well. Sound analyzer captures samples from the default input device and displays information about it in real time. Sound analyzer uses YIN algorithm for pitch detection. It can visualize either CMNDF (from original YIN paper) or amplitude spectrum based on FFT.
- 💼 [Apartment scraper](https://github.com/nikmas-dev/apartment-scraper) - It's an apartment scraper bot. I created it to find the apartment for my grandma who migrated to Kyiv. This bot requests the particular page on lun.ua, checks for the newly appeared apartments, and if there are any new ads emerged, it sends the notification through the Telegram bot.
- 💼 [Schnorr signatures](https://github.com/VictoriaGrasshopper/schnorr_signature) - Implementation of Schnorr signatures based on the curve25519_dalek library. Includes MuSig algorithm and simple one
- 💼 [Nova poshta client](https://github.com/YuliaProkopovych/nova-poshta-client) - Client for delivery service Nova Poshta. Allows to fetch data from API, track parcels, and create documents for parcel delivery.
- 💼 [richamster_api](https://github.com/shurikv/richamster_api) - Rust library that provides wrapper for Richamster REST API on Rust. You can use it to create trade bots, monitoring exchange, create custom applicationі to work with exchange without web-interface etc.
- 💼 [Spotify-Share](https://github.com/vsmysle/spotify-share) - Project allows to create a shared music playlist and control the headless Spotify player via the REST API. You can search for songs, add and remove songs from the playlist. Additionally, you can send control signals to a player such as play, stop, next and previous.
- 💼 [Gesture Input](https://github.com/DaniilKlieshchov/gesture-input) - The project allows users to bind bash commands to specific touchpad gestures using a configuration file. This application uses the libinput library to detect and process touchpad gestures.
- 💼 [Kubesitter](https://github.com/oleksandr-san/kubesitter/tree/kubesitter) - works as a Kubernetes operator - an agent that you install in your cluster that performs scheduling resources automatically. The operator regularly checks policies for desired resource state, detects the current state of selected resources, and applies corrective patches to resources when needed. This is useful for development environments that are used only for a period of time within a day. Scheduling policies are configured directly via CRD (custom resource definition) in Kubernetes API.
- 💼 [Weather CLI](https://github.com/mhnap/weather-cli) - Simple CLI to retrieve information about current weather conditions. Supports multiple API providers.
- 💼 [redis-config](https://github.com/danik-tro/redis-config) - Implementation of Redis source as Async source for config-rs crate.
- 💼 [Event Appointments Server](https://github.com/pahoma/event-appointments) - Web server - service that managing appointments and invitations! This server provides a set of endpoints to manage appointments, generate QR invitations, and validate them.


## Too hard?

Expand Down

0 comments on commit e35bf68

Please sign in to comment.