A Discord bot made with Pycord

A Discord bot made with Pycord Features Not much lol • Easy to use commands• Moderation capabilities• Fun commands• Utility Usage The Default prefix is . . though you can find the server speific by pinging the bot. and you can also change it by .change_prefix {new_prefix}Use .help for a full list of commands. Get Add Yuu to your Server GitHub View Github    

Read more

Analyze your DNS traffic super easy

___ _ ___ _ _ ___ | __|__| |_ ___| | | / __| | _|/ _| ‘ / _ |) | .` __ |_____|_||____/___/|_|_|___/ v0.0.1 Analyze DNS traffic. EchoDNS shows all requested DNS traffic. It will forward the original packet to a real DNS server. You can choose the target DNS. Default is 1.1.1.1.The endpoint won’t notice this “FakeDNS” at all. With the usage of multithreading, EchoDNS will perfom requests very efficient. A builtin garbage collector takes care of […]

Read more

PyTorch image dataloaders and utility functions to load datasets for supervised continual learning

Introduction This repository contains PyTorch image dataloaders and utility functions to load datasets for supervised continual learning. Currently supported datasets: MNIST Pairwise-MNIST Fashion-MNIST not-MNIST (letters version of MNIST, see EMNIST for more detail) CIFAR-10 CIFAR-100 German Traffic Signs Street View House Numbers (SVHN) Incremental CIFAR-100 Incremental TinyImageNet Features The provided interface simplifies typical data loading for supervised continual learning scenarios. Dataset order, additional training data (for replay buffers) and test data (for global metrics computation) can all be specified. A […]

Read more

Creation of an application in django on music albums

Creation of an application in django on music albums Before Before you must verify that you have the latest python version downloaded In your terminalfirst create a virtual environment In windows In Unix o MacOS run source envScriptsactivate.bat Run the command pip install -r requirements.txt Create an .env file in the same location as the manage.py file inside the .env file – DJANGO_SETTINGS_MODULE =    

Read more

SonicWall SMA-100 Unauth RCE Exploit (CVE-2021-20038)

Bad Blood is an exploit for CVE-2021-20038, a stack-based buffer overflow in the httpd binary of SMA-100 series systems using firmware versions 10.2.1.x. I’ve written a lot of the technical details here: The exploit, as written, will open up a telnet bind shell on port 1270. An attacker that connects to the shell will achieve execution as nobody. Example Output

Read more

Aprendendo Python na ByLearn

PYTHON Identação Escopo Pai Escopo filho Escopo neto Variaveis int ==> Inteiro (São números inteiros) str ==> String (São textos, sepre dentro de aspas) float ==> Decimais (Números com “virgula”/usar o ponto) bool ==> Booleano (True ou False) Output print(“Hello World”) print(f”Meu IMC é: {imc}”) Input input(“Digite o dado: “) seuDado = float(input(“Digite o dado: “)) GitHub View Github    

Read more

Transimage Rest API For Python

0. Flask Rest API – in SunnyWeb : 이미지 변환 웹의 Flask Rest API 1. 구성 flaskRestAPI01 : 이미지 변환 기능 중 유명 화가풍으로 변환, 안경과 동물들의 특징을 이미지에 추가하는 기능을 담당하는 flask Rest API a) imgs : 안경, 돼지(코), 쥐(코, 귀) 이미지 b) models b-1) instance_norm b-2) eccv16 c) api_test01.py : json으로 request를 주었을 때를 테스트하는 모듈 d) app01.py : flask로 웹 서버를 올려 json request를 json response를 보내주는 flask Rest API e) img_download.py : s3에서 이미지를 다운 받아서 […]

Read more

MUGE Text To Image Generation Baseline

Requirements and Installation More details see fairseq. Briefly, python == 3.6.4 pytorch == 1.7.1 Installing fairseq and other requirements git clone https://github.com/MUGE-2021/image-caption-baseline cd muge_baseline/ pip install -r requirements.txt cd fairseq/ pip install –editable . Downloading data and place to dataset/ directory,file structure is text2image-baseline – dataset – ECommerce-T2I – T2I_train.img.tsv – T2I_train.text.tsv – … Getting Started The model is a BART-like model with vqgan as a image tokenizer, please see models/t2i_baseline.py for detailed model structure. Training

Read more
1 28 29 30 31 32 49