Youtube downloader using Python

Hii guys !! Fancy to see here Welcome! built by using Guide Here you learn how to use this to download your Youtube videos. Before that What can this Downloader do? Let’s find out by seeing Features of it. Features ✔️ Download your Youtube video with Url. ✔️ Download your Youtube Playlsit videos with Url. ✔️ Convert your Youtube video to mp3 with Url. Usage Firstly Download the project with all files. navigate into it. Open the terminal in that […]

Read more

Scrapes Job website for python developer jobs and exports the data to a csv file

Web scraping Pyton program that scrapes Job website for python developer jobs and exports the data to a csv file. Requests – downloads the data from the web server (HTTP protocol) and saves the response . The response variable contains all the html data that can then be used to extract whatever information you need. Beautiful Soup library is used to parse the html data. Title, company name , location, salary and job summary are extracted to a python dictionary. […]

Read more

BinaryNinja plugin to introduce some quality of life utilities for obsessive compulsive CTF enthusiasts

Author: b0bb Quality of life utilities for obsessive compulsive CTF enthusiasts. Description: This plugin is a collection of small quality of life improvements that come up in CTFs or other similar toy problems. Some included utilities include: Stack GuardsThis utility will clean up those ugly looking stack canaries your eyes always skip over.The variable names are configurable via the BinaryNinja Settings tab. License This plugin is released under an MIT license. GitHub View Github    

Read more

A Python CLI tool for finding unused CIDR blocks in AWS VPCs

Overview aws-cidr-finder is a Python CLI tool which finds unused CIDR blocks (IPv4 only currently) in yourAWS VPCs and outputs them to STDOUT. It is very simple, but can be quite useful for users who managemany subnets across one or more VPCs. Use aws-cidr-finder -h to see command options. An Example It is easiest to see the value of this tool through an example. Pretend that we have the followingVPC setup in AWS: A VPC whose CIDR is 172.31.0.0/16, with […]

Read more

A Pycord bot for running GClone, an RClone mod that allows multiple Google Service Account configuration

Features Clone – Clone a public/private google drive file/folder to your teamdrive. Mkdir – Make Directories directly from discord. Size – Calculate size of google drive files/folders from link. Move – Move files/folders from one location to other. sync – Sync source links to destination links. Delete – Delete folders/files. Name – Find name of google drive folders/files from link. Prerequisites Before you get started, you need Python 3.7 or later to run this script. Below are some extra things […]

Read more

ZeroGen: Efficient Zero-shot Learning via Dataset Generation

This repository contains the code for our paper “ZeroGen: Efficient Zero-shot Learning via Dataset Generation”.Our implementation is built on the source code from dino. Thanks for their work. If you use this code, please cite our paper: @article{ye2022zerogen, title={ZeroGen: Efficient Zero-shot Learning via Dataset Generation}, author={Jiacheng Ye and Jiahui Gao and Qintong Li and Hang Xu and Jiangtao Feng and Zhiyong Wu and Tao Yu and Lingpeng Kong}, year={2022}, eprint={2202.07922}, archivePrefix={arXiv}, primaryClass={cs.CL} } Setup All requirements for ZEROGEN can be […]

Read more

OpenMMLab Rotated Object Detection Benchmark

Introduction English | 简体中文 MMRotate is an open-source toolbox for rotated object detection based on PyTorch. It is a part of the OpenMMLab project. The master branch works with PyTorch 1.6+. video.MP4 Major Features Support multiple angle representations MMRotate provides three mainstream angle representations to meet different paper settings. Modular Design We decompose the rotated object detection framework into different components, which makes it much easy and flexible to build a new model by combining different modules. Strong baseline and […]

Read more
1 256 257 258 259 260 978