A Python project for reporting DDoS attacks on your Tube-Hosing.com server to a Discord webhook

TubeHostingAttackNotifier is a Python project for reporting DDoS attacks on your Tube-Hosing.com server to a Discord webhook. Installation Using Docker ! to run this script using Docker, you already need a Docker installation ! keep this in mind, when you execute the following commands git clone https://github.com/Lennart01/TubeHostingAttackNotifier cd TubeHostingAttackNotifier docker build -t thacknoti . docker run -d –name TubeHostingAttackNotifier -e [email protected] -e [email protected] -e url=https://discord.com/yourWebhookUrl thacknoti Now you should    

Read more

Sequence lineage information extracted from RKI sequence data repo

This repository contains a join of the metadata and pango lineage tables of all German SARS-CoV-2 sequences published by the Robert-Koch-Institut on Github. The data here is updated every hour, automatically through a Github action, so whenever new data appears in the RKI repo, you will see it here within at most an hour. Here are the first 10 lines of the dataset. IMS_ID,DATE_DRAW,SEQ_REASON,PROCESSING_DATE,SENDING_LAB_PC,SEQUENCING_LAB_PC,lineage,scorpio_call IMS-10294-CVDP-00001,2021-01-14,X,2021-01-25,40225,40225,B.1.1.297, IMS-10025-CVDP-00001,2021-01-17,N,2021-01-26,10409,10409,B.1.389, IMS-10025-CVDP-00002,2021-01-17,N,2021-01-26,10409,10409,B.1.258, IMS-10025-CVDP-00003,2021-01-17,N,2021-01-26,10409,10409,B.1.177.86, IMS-10025-CVDP-00004,2021-01-17,N,2021-01-26,10409,10409,B.1.389, IMS-10025-CVDP-00005,2021-01-18,N,2021-01-26,10409,10409,B.1.160, IMS-10025-CVDP-00006,2021-01-17,N,2021-01-26,10409,10409,B.1.1.297, IMS-10025-CVDP-00007,2021-01-18,N,2021-01-26,10409,10409,B.1.177.81, IMS-10025-CVDP-00008,2021-01-18,N,2021-01-26,10409,10409,B.1.177, IMS-10025-CVDP-00009,2021-01-18,N,2021-01-26,10409,10409,B.1.1.7,Alpha (B.1.1.7-like) IMS-10025-CVDP-00010,2021-01-17,N,2021-01-26,10409,10409,B.1.1.7,Alpha (B.1.1.7-like) IMS-10025-CVDP-00011,2021-01-17,N,2021-01-26,10409,10409,B.1.389,

Read more

Spooky Skelly For Python

_____ _ _____ _ _ _ | __| ___ ___ ___ | |_ _ _ | __|| |_ ___ | || | _ _ |__ || . || . || . || ‘_|| | | |__ || ‘_|| -_|| || || | | |_____|| _||___||___||_,_||_ | |_____||_,_||___||_||_||_ | |_| |___| |___| Created by KuroRyuka Recogida de Informacion Whois Ping Traceroute Nslookup Todo    

Read more

For my Philips Airpurifier AC3259/10 – Original from philips-airpurifier

For my Philips Airpurifier AC3259/10 – Original from https://github.com/Kraineff/philips-airpurifier I will try to keep this code Up-To-Date and fix whatever warnings and errors that I get from HA. Installation: Take the folder “philips_airpurifier” and place it in folder “custom_components”.Restart.Then copy the yaml down below and place it in configuration.yaml, save and restart. (Remember to change the ip-address to your Philips IP address).Restart.Finished. If you like to have som extra sensors, for example like me to get an notification when its […]

Read more

Qt-GUI implementation of the YOLOv5 algorithm (ver.6 and ver.5)

🎉YOLOv5算法(ver.6及ver.5)的Qt-GUI实现🎉Qt-GUI implementation of the YOLOv5 algorithm (ver.6 and ver.5). 基于YOLOv5的v5版本和v6版本及Javacr大佬的UI逻辑进行编写 提供深色浅色两个UI。 Provides dark and light UI. Installation and use 1.Fetching projects from git git clone https://github.com/cnyvfang/YOLOv5-GUI.git 2.Switching the operating directory to the project directory cd [PyQt5-YOLOv5_V5/PyQt5-YOLOv5_V6] 3.Installation environment pip install -r requirements.txt 4.Launching applications Attention GUI默认为深色模式,你也可以通过在run.py的import中修改main_ui_dark为main_ui_light来让程序调整为浅色模式。 The GUI defaults to dark mode, you can also make the program adjust to light mode by changing main_ui_dark to main_ui_light in the import of run.py.    

Read more

Baseline inference Algorithm for the STOIC2021 challenge

This codebase contains an example submission for the STOIC2021 COVID-19 AI Challenge. As a baseline algorithm, it implements a simple evaluation pipeline for an I3D model that was trained on the STOIC2021 training data. You can use this repo as a template for your submission to the Qualification phase of the STOIC2021 challenge. If something does not work for you, please do not hesitate to contact us or add a post in the forum. If the problem is related to […]

Read more

All the code and files related to the MI-Lab of UE19CS305 course in sem 5

The compilation of all the code an drelated files from MI-Lab UE19CS305 (of batch 2019-2023) offered by PES University Instructions to run the code Enter the folder of the required week run the following command in the terminal: python3 SampleTest.py –SRN PES0UG00CS000 where PES0UG00CS000 is the current file name in the repo for all the week code, change it accordingly Note Although most of the code is written independently, some weeks code are taken from others, feel free to let […]

Read more

A technology capable of matching a human face from a digital webcam frame capture against a database

This dlib-based facial login system is a technology capable of matching a human face from a digital webcam frame capture against a database[number of Numpy Arrays – 128 computer 128-d (i.e., a list of 128 real-valued numbers) that is used to quantify the face] of faces, typically employed to authenticate users through ID verification services, works by pinpointing and measuring facial features from a given image. Before using the code, first make sure you have installed the appropriate Python Libraries! […]

Read more
1 292 293 294 295 296 916