Pinned Repositories
bloom_filter
A Bloom filter implementation. It is a space-efficient probabilistic data structure that is used to test whether an element is a member of a set.
Calculus_with_Python
Some real life application of calculus topics with Python
Credit_Card_Valitator
C++ application that validates Creadit Card number with Luhn's Algorithm.
dna_pattern_recognition_algo
Substring Matching Algorithm in O(n) time.
medical_cost_predict
Machine learning project using linear regression algorithm, where using dataset we can predict patients charge at the hospital.
Online_Hash_Generator_-_Cracker
A hashing project that helps you encode and decode SHA-1 hashs. Here you can visit our website and try our project result. https://hashing-math.netlify.app/
task_peopler
Web service built in Go, providing CRUD operations for managing individual records with additional filtering options. While saving, it fetches up additional info about the person via external API concurrently. The API utilizes SQLite as the underlying database and comes with Swagger UI for easy exploration of endpoints.
twint_setup
Twint setup and debug config files of the package. Twint scrapes data from twitter with different filters.
url_shortener
URL Shortener with Django and GraphQL
ilkhom19's Repositories
ilkhom19/Calculus_with_Python
Some real life application of calculus topics with Python
ilkhom19/Credit_Card_Valitator
C++ application that validates Creadit Card number with Luhn's Algorithm.
ilkhom19/Online_Hash_Generator_-_Cracker
A hashing project that helps you encode and decode SHA-1 hashs. Here you can visit our website and try our project result. https://hashing-math.netlify.app/
ilkhom19/2048_game_cpp
This is a console version of popular 2048 game.
ilkhom19/bloom_filter
A Bloom filter implementation. It is a space-efficient probabilistic data structure that is used to test whether an element is a member of a set.
ilkhom19/dna_pattern_recognition_algo
Substring Matching Algorithm in O(n) time.
ilkhom19/gitify
ilkhom19/medical_cost_predict
Machine learning project using linear regression algorithm, where using dataset we can predict patients charge at the hospital.
ilkhom19/task_peopler
Web service built in Go, providing CRUD operations for managing individual records with additional filtering options. While saving, it fetches up additional info about the person via external API concurrently. The API utilizes SQLite as the underlying database and comes with Swagger UI for easy exploration of endpoints.
ilkhom19/twint_setup
Twint setup and debug config files of the package. Twint scrapes data from twitter with different filters.
ilkhom19/url_shortener
URL Shortener with Django and GraphQL
ilkhom19/dna_matching
Desktop Application built with Java to find DNA substrings in linear O(n) time
ilkhom19/library_ms_django
This is a Library Management System created using Django
ilkhom19/recipe-app-api
Recipe App Api, helps to store/modify the recipies with integrated fileds as tags, ingridients and etc.