Take Information in NIST NVD for ICS

This project developed with Python. When you search in the NIST NVD data, you write a keyword which is explain your research.(https://nvd.nist.gov/vuln/search) After that, you see the vuln ID, description, Published time ,and CVSS severity (Version 2 and Version3) fields. I use the BeautifulSoup library for taking this fileds. The library parse the htlm codes in web sites for what do you want to take.I write the results Sqlite database and json format. I run the project with -w parameter. […]

Read more

Project developed as part of a selection process for the company Denox

📝 Tabela de conteúdos 🧐 Sobre Projeto desenvolvido como parte de um processo seletivo da empresa Denox. Nesse projeto foi desenvolvido uma API usando Tornado onde tem a função de calcular a distância percorrida, o tempo em movimento, o tempo parado e os centroides das posições paradas de um veiculo rastreado. 📝 Requisitos para rodar o projeto Python3 Docker Docker Compose 💭 Instalação 1.Instale o Docker seguindo o tutorial a seguir:https://docs.docker.com/engine/install/ubuntu/    

Read more

4Geeks Academy Full-Stack Developer program final project

4Geeks Academy Full-Stack Developer program final project. Authors Implemented endpoints: –> routes.py /…/, methods: ”: Comment …frontURL/…/ … –> app.py /…/, methods: ”: Comment …frontURL/…/ … License 👻 Open license Back-End Manual Installation: Make sure you have Python 3.8: Migrate the migrations: $ pipenv run migrate Run the migrations: $ pipenv run upgrade Run the application: $ pipenv run start Front-End Manual Installation: Make sure you are using node version 14+ and that you have already successfully installed and runned […]

Read more

Google Developer Student Club I2IT/Clippin n grafting Backend

Presenting you, 🎉 Clippin’ n Grafting 🎉, your very own ecommerce website displaying all your artsy-craftsy stuff. Not only the exposure, but we aim to provide budding artists, budding entrepreneurs and just art enthusiasts a platform to sell, buy and just cruise through the amazing range of artistry that people desire to showcase! This repo focuses on the Django backend part of our Clippin’ n Grafting project Frontend –                     Backend –    

Read more

A ranked list of awesome python developer tools and libraries

A ranked list of awesome Python open-source libraries & tools. Updated weekly. This curated list contains 300 awesome open-source projects with a total of 950K stars grouped into 26 categories. All projects are ranked by a project-quality score, which is calculated based on various metrics automatically collected from GitHub and different package managers. If you like to add or update projects, feel free to open an issue, submit a pull request, or directly edit the projects.yaml. Contributions are very welcome! […]

Read more