On the day it seemed like a good idea

Blight Fight Capstone …

Introduction The Blight Fight Capstone Project is a project that aims to develop a machine learning model to predict the relation between blight in buildings and crimes in Detroit. Blight is a serious problem in Detroit, and it can have a negative impact on the city’s economy and its …

Determinando o vento …

Objetivo Observando a direção do vento predominante na cidade de Rancho Queimado, Santa Catarina, Brasil. Utilizando os dados da estação meteorológica do Instituto Nacional de Meteorologia (INMET) da cidade de Rancho Queimado, Santa Catarina, Brasil. De 2016 até 2023-04. Metodologia O vento …

Discovery the predominant …

Objective Observing the predominant wind direction in the city of Rancho Queimado, Santa Catarina, Brazil. Using the data from the meteorological station of the National Institute of Meteorology (INMET) of the city of Rancho Queimado, Santa Catarina, Brazil. From 2016 to 2023-04. Methodology The …

double para string

Em C++, você pode converter um double em uma string usando a função sprintf. Ela formata uma série de valores o resultado em um array de caracteres. #include <cstdio> #include <iostream> int main() { double value = 3.14159265; char buffer[100]; int decimalPlaces = 2; sprintf(buffer, …

Why using a wrapper …

The ZMap case I worked in a company that has the policy of not using any library container directly. So we need to create wrappers for any containers, even for STD containers. And after working there for some years, I believe that this was a big mistake. Forget to implement it. Some months ago, I …

Crashfix Maintenance …

For my work with Crashfix, I have a little VM, but after running for some time, the disk is full. And I need to fix that without flushing the database. For that, I use the commands below. Check the disk size $ df -h ... /dev/nvme0n1p1 500G 404G 76G 85% / ... Clean monitor log cd /var/log/crashfix$ …