GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 420 million projects.
Code:https://github.com/javipalanca/spade_artifact Documentation:https://spade-artifact.readthedocs.io spade_bokeh(bokeh plots for agents): Code:https://github.com/javipalanca/spade_bokeh Documentation:https://spade-bokeh.readthedocs.io This package was created withCookiecutterand theaudreyr/cookiecu...
API快速注册为local tool流程 初始化, 传入一个cfg参数,是一个python dict class Tool: def __init__(self, cfg={}): pass cfg是一个全局的工具配置,可以根据当前工具自身的名称获取的对应的工具信息配置,保存到自定义工具类中,其中use字段为true表示开启工具,否则表示关闭工具。 "image_gen": { "url": ...
1、容器化:提供docker镜像,提供docker镜像编排docker-compose.yml,实现开箱即用,一键部署。 2、简单:支持通过Web页面和API接口两种方式创建任务,web界面提供任务的CRUD操作,同时也支持预测任务下次触发的时间。 3、动态:支持动态修改任务状态、启动/停止任务,以及终止运行中任务,即时生效,注册节点定期主动上报到调度中心状...
https://github.com/RT-Thread/rt-thread/blob/rt-smart/bsp/qemu-vexpress-a9/drivers/drv_clcd.c 具体可以看到下面的实现: 代码语言:javascript 代码运行次数:0 运行 AI代码解释 info->smem_len=lcd->width*lcd->height*2;info->smem_start=(uint32_t)lwp_map_user_phy(lwp_self(),RT_NULL,lcd->fb...
此工具可用于暴力破解/喷洒 Active Directory 帐户凭据。支持以下攻击,每种攻击都有自己的好处: NTLM over SMB bruteforce:当找到有效帐户时,将测试它们的本地管理权限。 NTLM over LDAP 暴力破解 Kerberos pre-authentication bruteforce:这是最快和最隐蔽的方式。
qqbot 是一个用 python 实现的、基于腾讯 SmartQQ 协议的 QQ 机器人框架,可运行在 Linux 、 Windows 和 Mac OSX 平台下。 本项目 github 地址:https://github.com/pandolia/qqbot 你可以通过扩展 qqbot 来实现: 监控、收集 QQ 消息 自动消息推送 ...
qqbot 是一个用 python 实现的、基于腾讯 SmartQQ 协议的 QQ 机器人,可运行在 Linux, Windows 和 Mac OSX 平台下。 本项目 github 地址:https://github.com/pandolia/qqbot 你可以通过扩展 qqbot 来实现: 监控、收集 QQ 消息 自动消息推送 聊天机器人 ...
14 February 2025 2 min read Having different version of docker running on different nodes, it happens to experiencing problems. Docker Swarm is a community project maintained in https://github.com/moby/moby github repository, it lack a number of features that are provided by kubernetes, but sti...
Add your OpenAI API key to theOPENAI_API_KEYenvironment variable or directly inmain.py. To use SmartPilot, runmain.pyin your terminal:python main.py You will be prompted to enter your question and the number of initial answers you want. After providing the necessary input, the program will...