Pinned Repositories
4_json
AlexGr33n.github.io
Bevy.cc
ArchiSteamFarm
C# application that allows you to farm steam cards using multiple steam accounts simultaneously.
company-api-example
cook_blog
django-clean-template
Чистый Django шаблон с nginx, gunicorn и systemd конфигами
django-ecommerce
An e-commerce website built with Django
django-rest-elasticsearch
Elasticsearch support for Django REST Framework
django-rest-framework-bank
AlexGr33n's Repositories
AlexGr33n/ArchiSteamFarm
C# application that allows you to farm steam cards using multiple steam accounts simultaneously.
AlexGr33n/company-api-example
AlexGr33n/cook_blog
AlexGr33n/django-clean-template
Чистый Django шаблон с nginx, gunicorn и systemd конфигами
AlexGr33n/django-ecommerce
An e-commerce website built with Django
AlexGr33n/django-rest-elasticsearch
Elasticsearch support for Django REST Framework
AlexGr33n/django-rest-framework-bank
AlexGr33n/django_ecommerce_mod5
AlexGr33n/interiorshop
AlexGr33n/Migrate2Postgres
Easily migrate from other DBMSs to Postgres
AlexGr33n/mp-cart
AlexGr33n/mp-delivery
AlexGr33n/mp-novaposhta
AlexGr33n/mp-pagination
AlexGr33n/mp-search
AlexGr33n/mp-shop-wishlist
AlexGr33n/navis_one
AlexGr33n/novaPoshta
Парсинг данних по трекеру, з термінала
AlexGr33n/novaposhta-api-client
Python client for Nova Poshta company's API.
AlexGr33n/novaposhta-python-soap-client
nova poshta API client
AlexGr33n/odoo
Odoo. Open Source Apps To Grow Your Business.
AlexGr33n/pgloader
Migrate to PostgreSQL in a single command!
AlexGr33n/Python
All Algorithms implemented in Python
AlexGr33n/PythonDataScienceHandbook
Python Data Science Handbook: full text in Jupyter Notebooks
AlexGr33n/saleor
A modular, high performance e-commerce storefront built with Python, GraphQL, Django, and ReactJS.
AlexGr33n/som-tsp
Solving the Traveling Salesman Problem using Self-Organizing Maps
AlexGr33n/vehicle-vin-number-digit-check
CHECK DIGIT CALCULATOR A vehicle identification number, VIN, is a unique code used to identify each vehicle produced by the automotive industry. VINs were standardized in 1981 to contain 17 characters, not including the letters i, o, and q. The first few digits identify the world manufacturer. The 4th to 8th digits identify the vehicle attributes. The 10th digit is the model year, the 11th digit is the plant where the vehicle was manufactured and the vehicle serial number is typically the 12th to 17th digit. The ninth digit is reserved for the check digit. The check digit, found in position 9 of the VIN and compulsory for vehicles in North America, is used to validate a VIN. This is helpful for computers to immediately tell if there is an error or issue with the VIN. The check digit is calculated by removing all of the letters and substituting them with their appropriate number counterparts. You then take those numbers and multiply them against a weight factor table. You then have 16 numbers which you add together and then divide by 11. The remainder is the check digit. If the remainder is 10, then the check digit is “X”. reference: https://www.cjponyparts.com/resources/check-digit-calculator https://www.youtube.com/watch?v=wOb76Q0zTho https://www.youtube.com/watch?v=LLtdAWXvpCg
AlexGr33n/VinDecoder
A super simple python module that decodes a given list of VINs via the NHTSA API.
AlexGr33n/vindecoder-1
python project for decoding vehicle VINs using a vin decoder API
AlexGr33n/vinrecognize
vin code recognize