Author: Deep Learner
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 moreA 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 moreA Telegram Music Bot written in Python using Pyrogram and Py-Tgcalls
A Telegram Music Bot written in Python using Pyrogram and Py-Tgcalls ✨ Features ⚡️ Fast & Light Starts streaming your inputs while downloading and converting them. Also, itdoesn’t make produce files. 👮🏻♀️ Safe and handy Restricts control and
Read moreA 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 moreCVE-2021-44228 检查工具
#1 使用说明 CVE-2021-44228 log4j 2.x rce漏洞检测工具,对目标链接发起get请求并利用dnslog探测是否有回显
Read moreGroup 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 moreLicensing-API: an API to create, manage and check keys for your projects
Licensing-API is an API to create, manage and check keys for your projects. Preview Features Web Interface Create/Delete/Activate/Deactivate Keys over WI or API Login Signup Password Fernet Encryption Automatic Key Counter What’s not covered? Anti-Bruteforce-Defence Sql-Injection (not-tested) Api-Limit I’m just a junior backend dev, and wasn’t able to cover these protections,because of missing Knowledge and this Project was made in 5 days, and I want to go on. Open a terminal Clone Repo cd (your folder) git clone https://github.com/screamz2k/License-API Run […]
Read more