Twitter Analysis of MIUUL CEO

I got last @mvahitkeskin 184 tweets with twitter.developer api and I analysed all his tweets with NLP method.I chosen @mvahitkeskin twitter account because he share valuable informations about Data science and he is Co-founder of MIUUL.I am strongly recommending to follow this account on twitter. I got all tweet content and split to each words. I filtered all content to delete nonsense words. After that I used NLP method with wordcloud library and I analyse commonly used words and I […]

Read more

This repository detects a system vulnerable to CVE-2022-21907 and protects against this vulnerability if desired

Description This repository detects a system vulnerable to CVE-2022-21907 (CVSS:3.1 9.8), protects against this vulnerability if desired and exploit it with python and powershell (a payload is available). I offer 2 powershell codes in 1 line. Codes Only detect $ErrorActionPreference=”SilentlyContinue”;$_=($(Get-ItemProperty -Path HKLM:SystemCurrentControlSetServicesHTTPParameters -Name EnableTrailerSupport).EnableTrailerSupport -or $(Write-Host “Not vulnerable to CVE-2022-2190”)) -and $(Write-Host “$env:computername vulnerable to CVE-2022-2190 !”)

Read more

This RaspberryPi project uses weather data to estimate the share of renewable energy in the power grid

This RaspberryPi project uses weather data to estimate the share of renewable energy in the power grid.From this, the value of CO2 emissions per kWh can be calculated.Visit https://www.agora-energiewende.de/service/agorameter/ for an overview of the electricity mix and the emission value. The estimated emission value is displayed similar to a traffic light on a green-red scale by leds connected to the RaspberryPi. GitHub View Github    

Read more

A TrueCharts automatic and bulk update utility

A easy tool for frequently used TrueNAS SCALE CLI utilities.Previously known as “trueupdate” How to install run pip install truetool Please be aware you will need to reinstall after every SCALE update How to Update run pip install –upgrade truetool How to use running truetool should be a good start. Additional options are available: Help truetool -h for the CLI help page Update truetool -u or truetool –update updates TrueNAS SCALE Apps truetool –catalog CATALOGNAME where CATALOGNAME is the name […]

Read more

A python script for combining multiple native SU2 format meshes into one mesh file for multi-zone simulations

A python script for combining multiple native SU2 format meshes into one mesh file for multi-zone simulations. Run the python script in the directory your mesh files are located and follow the instructions. References; https://su2code.github.io/docs_v7/Multizone/ https://su2foundation.org/wp-content/uploads/2020/06/Kattmann.pdf GitHub View Github    

Read more

A python script to crack the account efbeh:v

Menu & Fitur Crack Instal On Termux $ pkg update && pkg upgrade $ pkg install python2 git -y $ git clone https://github.com/AngCyer/Face-Crack $ cd Face-Crack $ pip2 install -r bahan.bakar $ chmod +x * $ ls $ python2 face.py Donate Dana : 083806858479 Pulsa : 081392979518 Thank For Your Support GitHub View Github    

Read more

A work in progress box containing various Python utilities

A set of modern Python libraries under development to simplify the execution of reusable routines by different projects. Table of Contents A set of modern Python libraries under development to simplify the execution of reusable routines by different projects. Each namespace is intended to become a separate library, subject to validation of its quality level. Each of the namespaces named deepnox.* is intended to be externalized as part of a specialized Python operating package. Using pip Using setup.py Clone the […]

Read more

Light-weight, easily configurable, dockerized homepage

homed is a light-weight customizable portal primarily intended for the “self-hosted” crowd with built-in support for local authentication services (e.g. Authelia). The user configures options and which links to display using a yaml file, and also has ability to include custom CSS and JavaScript. All resources are hosted locally. Access to links is controlled via groups passed in by the authentication service using the Remote-Groups request header (which Authelia supports). Light Mode: Dark Mode: Weather: Displays current local radar and […]

Read more

Python bot that can guess the daily Wordle word correct 96.8% of the time

Python bot created with Selenium that can guess the daily Wordle word correct 96.8% of the time. It will log onto the wordle website and enter guesses until it gets it right. I tried a new algorithm works by guessing the five words: quick, brown, shady, cleft, gimps to see what letters in the alphabet are in the actual word. Most of the time, the bot is able to figure out all 5 letters in the word at this point. […]

Read more

A PyTorch implementation for Transition Matrix Representation of Trees with Transposed Convolutions

This project is a PyTorch implementation for Transition Matrix Representation of Trees with Transposed Convolutions, published as a conference proceeding atSDM 2022. The paper proposes TART (Transition Matrix Representation withTransposed Convolutions), a novel framework for generalizing tree models with aunifying view. Requirements The repository is written by Python 3.7 with the packages listed inrequirements.txt. A GPU environment is strongly recommended for efficienttraining and inference of our model. You can type the following command toinstall the required packages: pip install -r […]

Read more
1 251 252 253 254 255 915