A python program to implement Multiple Linear Regression using the LinearRegression class from sklearn.linear_model library

A very simple python program to implement Multiple Linear Regression using the LinearRegression class from sklearn.linear_model library. The program also does Backward Elimination to determine the best independent variables to fit into the regressor object of the LinearRegression class. The program uses the statsmodels.formula.api library to get the P values of the independent variables. The variables with P values greater than the significant value ( which was set to 0.05 ) are removed. The process is continued till variables with […]

Read more

Create artistic visualisations with your exercise data (Python version)

Create artistic visualisations with your exercise data (Python version). This is a port of the R strava package to Python. Examples Facets A plot of activities as small multiples. The concept behind this plot was originally inspired by Sisu. How to use Bulk export from Strava The process for downloading data is described on the Strava website here: [https://support.strava.com/hc/en-us/articles/216918437-Exporting-your-Data-and-Bulk-Export], but in essence, do the following: Log in to Strava Select “Settings” from the main drop-down menu at top right of […]

Read more

Lecture transcript question extraction

Setup virtualenv venv source venv/bin/activate pip install -r requirements.txt For the “Lecture Transcript Extractor” see the separate readme Formatting We use black Updateing DB rm db.sqlite3 rm -r seapanapp/migrations/ ./manage.py makemigrations seapanapp ./manage.py migrate python extract_questions.py Generating files python save_counts.py python extract_questions.py GitHub View Github    

Read more

Running performance calculator

👉 Have you ever wondered if you ran 10km at 2000m altitude, how fast would you ran the same distance at lower altitudes? How would elevation gain and temperature affect your performance? 🤔 👉 The goal of this application is to calculate how your running pace and time would change given different elevation gain, altitude and temperature. Try it out: https://share.streamlit.io/davide97l/running-performance-calculator/main Features Support for default or custom distances Compute pace and time according to elevation gain, altitude and temperature Clean […]

Read more

Continuously perform deauthentication attacks on all detectable stations

Continuously perform deauthentication attacks on all detectable stations. DISCLAIMER: I am not responsible for the misuse of this software for illicit purposes. Remember: with great power comes great responsibility. Pre-requisites Python 3 Debian-based Linux (preferably Kali Linux) Wi-fi adapter that supports monitor mode The following utilities are utilized: airodump-ng aireplay-ng airmon-ng Parameters IFACE: name of the wi-fi interface airodump_output: name of the output .csv file for monitoring num_packets: number of deauthentication packets sent to the target Usage Just run python3 […]

Read more

A Multi-Tool with 30+Options

・[Lines] = 2.8kFull Changelog: https://github.com/Mervin240/Leaker-Nuker/commits Discord ・ Leaker-Nuker was made for Educational purposes ・ This project was created only for good purposes and personal use. ・ By using Leaker-Nuker, you agree that you hold responsibility and accountability of any consequences caused by your actions. Owner    

Read more

Pixel Art Icons made simple for Flutter, powered by pixelarticons and fontify

#dart, #flutter, #package, #icons Dart package to use pixelarticons in Flutter ⚠️ Original author I’m neither the creator or the author of these icons, the original author is @halfmage on the pixelarticons So, please if you like these icons, thanks to @halfmage! and show support on the original repository! This package is just an automated tool to generate the font from the svg icons created by @halfmage How to use    

Read more

Twitter FakeNFT With Python

This project is a server that fetches your Twitter profile picture and applies the hexagonal transparency mask displayed on the profiles of users who have an NFT profile picture. More info about Twitter NFT pictures here The profile picture change needs to be done on Twitter Desktop with the picture generated by this server (you’ll need to right-click > save as, isn’t it ironic?), otherwise Twitter will trigger some modifications that remove the transparency. Getting Twitter tokens You need to […]

Read more

Simple Group Protection userbot running on python3 with ARQ

Simple Group Protection userbot running on python3 with ARQ ⚠️ Note:We don’t officially support forks / Clones for This, So don’t tag admins for errors your bot/deploy/code, If any error you should fix it yourself Features automatically delete messages that contains spam or promoting links automatically delete messages that contains pornographic content scan contains spam or promoting links scan contains pornographic content Remove Service Message In Groups Like Users Join Messages, Leave Messages,Pinned Allert Messages, Voice Chat Invite Members Allerts […]

Read more
1 223 224 225 226 227 915