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

A local Socks5 server written in python, used for integrating Multi-hop

proxy-Zatav1.0 This is a local Socks5 server written in python, used for integrating Multi-hop (Socks4/Socks5/HTTP) forward proxy then provide one local Socks5 proxy which is already builded and connected all the Multi-hop (Socks4/Socks5/HTTP) proxies you set. It is built in case your application is not works for Multi-hop proxies instand of one proxy( such as burp suite, most of python web tools…). proxy-Zata can proccess complex proxychain and provide your application a useable proxy. proxy-Zata proxy1 proxy2 proxy3 your application […]

Read more

Python script to autodetect a base set of swiftlint rules

Python script to autodetect a base set of swiftlint rules. Installation brew install pipx pipx install https://github.com/schwa/swiftlint-autodetect.git Usage swiftlint-autodetect ~/Projects/MyProject And this outputs: analyzer_rules: – capture_variable – explicit_self – unused_declaration – unused_import only_rules: # – anonymous_argument_in_multiline_closure – anyobject_protocol # – array_init # and so on How this works swiftlint-autodetect    

Read more

A python tool to scrape NFT’s off of OpenSea

A script to download NFT PNG’s from OpenSea. All the NFT’s you could ever want, no blockchain, for free. Usage Must Use Python 3! Automatically scrape NFT’s from OpenSea optional arguments: -h, –help show this help message and exit –limit LIMIT Max number of NFT’s to scrape, in multiples of 50. Default unlimited. –savedir SAVEDIR Destination directory where to save NFT’s GitHub View Github    

Read more

A software to rick roll people

A python program for rick rolling people. (And annoying them too) What is rick roll? Read this wikipedia article – Rickrolling About program This program will mass create text channels and open many rick roll video tabs on the default web browser. Executable Application [exe] exe fill will be available soon Contributors Atidipt123 GitHub View Github    

Read more
1 312 313 314 315 316 935