Password database With special stuff

This is a Password database I made for myself, as I want to keep all my passwords in the same place. but still protected, shall anyone get access to the file.And so I made this simple password database, that can encrypt, decrypt files, and generate Passwords, pin codes, and encryption keys. How To Use. The only library you rare going to have to install isFernet, which you do by pip install fernet or pip3 install fernet I recommend putting all […]

Read more

official implementation of UniFormer

This repo is the official implementation of “Uniformer: Unified Transformer for Efficient Spatiotemporal Representation Learning”. It currently includes code and models for the following tasks: Updates 01/13/2022 [Initial commits]: Pretrained models on ImageNet-1K, Kinetics-400, Kinetics-600, Something-Something V1&V2 The supported code and models for image classification and video classification are provided. Introduction UniFormer (Unified transFormer) is introduce in arxiv, which effectively unifies 3D convolution and spatiotemporal self-attention in a concise transformer format. We adopt local MHRA in shallow layers to largely […]

Read more

UDP++ (ECCVW 2020 Oral), (Winner of COCO 2020 Keypoint Challenge)

This is the pytorch implementation for UDP++, which won the Fisrt place in COCO Keypoint Challenge at ECCV 2020 Workshop. Results on MPII val dataset Method— Head Sho. Elb. Wri. Hip Kne. Ank. Mean Mean 0.1 HRNet32 97.1 95.9 90.3 86.5 89.1 87.1 83.3 90.3 37.7 +Dark 97.2 95.9 91.2 86.7 89.7 86.7 84.0 90.6 42.0 +UDP 97.4 96.0 91.0 86.5 89.1 86.6 83.3 90.4 42.1 Results on COCO val2017 with detector having human AP of 65.1 on COCO val2017 […]

Read more

Lane Detection And Lane Keeping

This project is part of my bachelor’s thesis.The goal is to get a gopigo car to detect lanes provided by the raspberry pi camera v2. Return an information about the direction of the lane and keep the lane with a p-controller. Additionally, I implemented an obstacle detection with a haar cascade for cars. Pipeline The workthrough of the lane detection and lane keeping is the following: A possibly distorted input image is provided by the raspberry pi camera. With the […]

Read more

Little python script + dictionary to help solve Wordle puzzles

Little python script + dictionary to help solve Wordle puzzles Usage Usage: ./wordlesolver.py [letters in word] [letters not in word] [placemen]t [letters in word] is just any letters that you know are in the word, without spaces, for example: fa [letters not in word] is just any letters that you know are not in the word, without space, for example: bqwetl [placement] should have the actual placement for any letters that went green, with any unknowns marked as an underscore, […]

Read more

A simple baseline for the 2022 IEEE GRSS Data Fusion Contest (DFC2022)

A simple baseline for the 2022 IEEE GRSS Data Fusion Contest (DFC2022) This repository uses TorchGeo, PyTorch Lightning, and Segmentation Models PyTorch to train a U-Net to perform semantic segmentation on the DFC2022 dataset. Masks for the holdout set are then predicted and zipped to be submitted. Note that the the baseline is only trained on the small labeled train set containing imagery from the Nice and Nantes Saint-Nazaire regions. Install packages pip install -r requirements.txt Dataset The dataset can […]

Read more

A scrapy project for crawl IPTV playlist

a scrapy project for crawl IPTV playlist. Dependency Python3 pip install scrapy Usage Output Output playlist file is playlist.m3u. You should note that this file will be overwritten every time when you run spider. Customize You can customer the filter condition. Just edit the start_urls in ejatv.py Example: this url https://eja.tv/?limit=0&country=js&language=Chinese&category=&level=0&search= means channel from Japan, language is Chinese, and any category Avaliable parameters value are follow: Category

Read more

OSINT tools for website research

web-eyes: OSINT tools for website research, 14 research methods are available: HINFO: HTTP HEADERS SCANNER HSECURE: HTTP SECURITY HEADERS SCANNER WEBTECH: WEBSITE TECHNOLOGY LOOKUP WHOIS: WHOIS LOOKUP RWHOIS: REVERSE WHOIS LOOKUP IPHISTORY: IP HISTORY LOOKUP DNSLOOK: DNS RECORDS LOOKUP SUBDOMAINS: SUBDOMAINS SCANNER CERTFILE: CERTIFICATE LOOKUP IPLOOK: IP ADDRESS LOOKUP RIPLOOK: REVERSE IP ADDRESS LOOKUP RDNSLOOK: REVERSE DNS LOOKUP TCPSCAN: TCP PORTS SCANNER UDPSCAN: UDP PORTS SCANNER HINFO: HINFO [URL] => HINFO [https://example.com] HSECURE: HSECURE [URL] => HSECURE [https://example.com] WEBTECH: WEBTECH […]

Read more

Spotify API Driven Music Web app, that allows to listen and control and share songs

Just Music Is A Web APP That Allows Users To Play Song Using Spotify Main API And Spotify WebPlayback API. Users Can Invite Others And Let Them Listen To Listen To The Songs Using Room Code. Note :- Admin of Rooms Should Login With A Spotify Premium Account For Creating Room(Otherwise Won’t be Able To Listen And Enjoy The Functionality of APP) Not For Joining Rooms… Just.Music.mp4 Setup Instructions Install Required Python Modules pip install -r requirements.txt Start Web Server […]

Read more

A Python script made to automate the tidious job of mining on AlienWorlds

A Python script made to automate the tidious job of mining on AlienWorlds This script: Automatically logs in Automatically mines and claims AlienWorlds bot was made for educational purposes only, the developers and contributors do not take any responsibility for your WAX.io, AlienWorlds and, or Reddit accounts. Requirements Python 3.7 or greater Firefox browser Geckodriver Installed requirements.txt A Wax.io account Instalation guide Debian/Ubuntu Install dependencies sudo sh install-dependencies-debian.sh. Config edits Copy conf.json from example cp conf.json.example conf.json Change the username, […]

Read more
1 260 261 262 263 264 915