A simple Discord bot wrote with Python. Kizmeow let you track your NFT project and display some useful information

中文版 | English Ver A Discord bot wrote with Python. Kizmeow let you track your NFT project and display some useful information(e.g. market cap, floor price, total supply, eth price, gas fee, transaction history, display NFT owner, download original resolution NFT image…etc) by calling Etherscan and OpenSea API.(This repl is in development) If you like this project, please give me star on the upper right corner:) This repl is not finish yet. If you want to try, you can simply […]

Read more

Python AVL Protocols Server for Codec 8 and Codec 8 Extended Protocols

Package provides python AVL Protocols Server for Codec 8 and Codec 8 Extended ProtocolsThis package will parse the AVL Data and log it in human readable JSON format. Store AVL data as JSON in any data base/store by extending this library. Note: Codec8 protocol support is under progress prerequisite Python 3.8+ How to start server Go to App directory and run python3.8 server.py How to test server with sample client Go to App directory and run python3.8 client.py How to […]

Read more

Multi minecraft server helper for python

呐Yuki 您的群组服操作小助手。 使用Python3编写。使用 .yaml 配置文件记录子服,配合Screen管理Linux系统上的Minecraft子服,支持MCDR子服与非MCDR子服。 功能: 开启所有子服 关闭所有子服 重载所有子服MCDR 重载所有子服ChatBridge 使用方法: 安装Screen 使用前请确保您系统中装有Screen,Linux系统下可以使用如下命令安装: CentOS7/8: Ubentu/Debian: FreeBSD: ​ 注意:安装过程中数据校验需要输入 ‘y‘ 以继续安装。 安装Python依赖: pip3 install –r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple 根据.yaml文件内提示添加子服信息 给程序添加可执行权限: 于当前目录下使用yuki ,观察控制台输出测试程序是否正常运行: ​ 如:    

Read more

Implicit neural differentiable FM synthesizer

The purpose of this project is to emulate arbitrary sounds with FM synthesis, where the parameters of the FM synth are learned by optimization. This idea was conceived and implemented during the Neural Audio Synthesis Hackathon 2021. Thanks to Ben Hayes for organizing the workshop and to Mia Chiquier for pointing me towards SIREN! Architecture Please refer to FMNet and Envelope in synth.py for the actual architectural details. This model takes as input a list of time steps t_1, t_2, […]

Read more

SE-MSCNN: A Lightweight Multi-scaled Fusion Network for Sleep Apnea Detection Using Single-Lead ECG Signals

Abstract Sleep apnea (SA) is a common sleep disorder that occurs during sleep and its symptom is the reduction or disappearance of respiratory airflow caused by upper airway collapse. The SA would cause a variety of diseases like diabetes, chronic kidney disease, depression, cardiovascular diseases, or even sudden death. Early detecting SA and intervention can help individuals to prevent malignant events induced by SA. In this study, we propose a multi-scaled fusion network named SE-MSCNN for SA detection based on […]

Read more

A Python API For Questionnaire

Окружение проекта: python 3.8 Django 2.2.10 djangorestframework Склонируйте репозиторий с помощью git: git clone https://github.com/PontificSalivan/ApiForQuestionnaire Перейдите в директорию проекта: Запустите команду docker: или sudo docker-compose build Создайте миграции приложения для базы данных: docker-compose run web python manage.py migrate или sudo docker-compose run web python manage.py migrate Создайте суперпользователя:

Read more

Auto-Lama combines object detection and image inpainting to automate object removals

Auto-Lama combines object detection and image inpainting to automate object removals. It is build on top of DE:TR from Facebook Research and Lama from Samsung Research. The entire process is extremely simple: Objects are detected using the detector. Masks are generated based on the bounding boxes drawn by the detector. The original image is sent to the inpainter along with the masks. Demo Masking There are currently a few ways of generating masks: Masking objects with specified indices. Masking one […]

Read more

Scan all java processes on your host to check weather it’s affected by log4j2 remote code execution

Log4j 漏洞本地检测脚本,扫描主机上所有java进程,检测是否引入了有漏洞的log4j-core jar包,是否可能遭到远程代码执行攻击(CVE-2021-45046)。上传扫描报告到指定的服务器。 Scan all java processes on your host to check weather it’s affected by log4j2 remote code execution(CVE-2021-45046), then upload the report to your api server. Works under python2.7 / 2.6 / 3.x, no extra lib required. 扫描逻辑 遍历主机上的java进程 遍历java进程打开的jar包 查找log4j-core-* jar包 递归解压其他 jar包,查找log4j-core-* jar包 在log4j-core jar包中,查找JndiLookup.class 找到JndiLookup.class后,根据其版本号 、jvm参数、OS环境变量、是否docker容器进程、k8s进程,输出是否存在漏洞,输出升级提示 上传扫描结果到指定的服务器 How It Works Find all java process on the host Find all jar files open by the java process Search for log4j-core-*.jar Recursively unzip other jar files,search for […]

Read more

Highly decentralized and censorship-resistant way to store key data

Beacon coin is a Chia singelton coin that can store data that needs to be: always available censorship resistant versioned potentially immutable You might want to use it for coordinating peers in a network, storing DNS information or whatever else you think of. (please share though).I wrote this mainly to learn more about Chialisp and explore smart coins in Chia Network (especially singletons).I used some general principles that could be expanded to implement a smart contract type of coin, with […]

Read more
1 311 312 313 314 315 927