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

Group Activity Recognition with Clustered Spatial Temporal Transformer

Group Activity Recognition with Clustered Spatial-TemporalTransformer Backbone Style Action Acc Activity Acc Config Download Inv3+flow+pose pytorch 0.847 0.957 config model | test_log Volleyball dataset is here. Keypoint predicted by AlphaPose is here. Flow data is too huge to upload, it can be easily generated by flownet as mentioned in our paper. Train Model ./dist_train.sh $GPU_NUM $CONFIG Test Model ./dist_test.sh $GPU_NUM $CONFIG $CHECKPOINT A humble version has been released, containing core modules mentioned in this paper. Any suggestion are welcome. We […]

Read more
1 293 294 295 296 297 916