rekulas's repos on GitHub
202 人关注
awesome-chatgpt
chatgpt中文提问魔法指令
Shell · 21 人关注
auto-ssl-renew
一个简易的ssl自动更新小脚本。 acme可实现自动修改dns并申请泛域名证书,因此写了这个小脚本,以方便在申请之后分发到每个客户端机器。
Go · 7 人关注
datereminder
一个简单日程提醒小程序,用于提醒用户年度任务例如亲友生日、车险续费、医保续费等等,支持公历、农历日期提醒,提醒方式为发送邮件给用户。
JavaScript · 3 人关注
dopass
PHP · 3 人关注
huobi_rest_api
Python · 0 人关注
acme-tiny
A tiny script to issue and renew TLS certs from Let's Encrypt
0 人关注
awesome-go
A curated list of awesome Go frameworks, libraries and software
Shell · 0 人关注
B2G
Boot to Gecko aims to create a complete, standalone operating system for the open web.
CSS · 0 人关注
bootstrap
The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
Python · 0 人关注
char-rnn-tf
Implement character-level language models for text generation based-on LSTM, in Python/TensorFlow
0 人关注
CN-Massage-Map
这里,真的介绍的是正规、优质按摩店(误:性感荷官,在线发牌)
0 人关注
coins
0 人关注
dianzi
个人点子 仅供娱乐
C · 0 人关注
Dockfile-Coreseek
sphinx chinese full text index
HTML · 0 人关注
drmfly.github.io
JavaScript · 0 人关注
explorer
An open source block explorer
Java · 0 人关注
finalspeed
高速双边加速软件,在高丢包,延迟环境下仍可达到90%物理带宽利用率.
Shell · 0 人关注
finalspeed-1
服务器TCP双边加速软件可达到90%的物理带宽利用率
0 人关注
framework
ThinkPHP Framework
JavaScript · 0 人关注
gaia
Gaia is a HTML5-based Phone UI for the Boot 2 Gecko Project. NOTE: For details of what branches are used for what releases, see
0 人关注
gecko
This is Harman copy of Mozilla gecko (source https://git.mozilla.org/releases/gecko). It's for a Harman internal collaboration
0 人关注
gecko-dev
Read-only Git mirror of the Mercurial gecko repositories at https://hg.mozilla.org. Please don't submit PRs, see: https://developer.mozilla.org/en-US/docs/Mercurial_FAQ#I%27m_all_used_to_git.2C_but_how_can_I_provide_Mercurial-ready_patches_.3F
0 人关注
gin
Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.
Go · 0 人关注
gin-vue-admin
基于vite+vue3+gin搭建的开发基础平台(支持TS,JS混用),集成jwt鉴权,权限管理,动态路由,显隐可控组件,分页封装,多点登录拦截,资源权限,上传下载,代码生成器,表单生成器等开发必备功能。
Go · 0 人关注
go-ethereum
Official Go implementation of the Ethereum protocol
Go · 0 人关注
go-extract-embedfs
a little tool to extract golang embed files to local path, 一个用于将go的embed.FS文件集合提取并存储到本地磁盘的小工具
Shell · 0 人关注
hooks
JavaScript · 0 人关注
iBarn
iBarn SkyDrive provides file network backup, synchronization and sharing service. This system can resume upload and down file and if someone uploads one file when you upload it too, it needn't upload any more, directly upload success. You can choose file download to local or online collection. The recycle bin function to prevent users from accidentally deleted data. While providing customized services, and the two development. the intention to contact by email [email protected] or QQ 451802973.iBarn网盘,功能强大,堪比百度网盘
0 人关注
icoproject-dispatch
0 人关注
knowledge
rekulas

rekulas

V2EX 第 173283 号会员,加入于 2016-05-16 14:09:48 +08:00
今日活跃度排名 11396
根据 rekulas 的设置,主题列表被隐藏
二手交易 相关的信息,包括已关闭的交易,不会被隐藏
rekulas 最近回复了
感觉需求不是很大,作为一个经常买米的我更看重平台本身而不是价格,小平台哪怕便宜 30%+都不想去
5 天前
回复了 rekulas 创建的主题 程序员 rpa 软件的元素识别是如何实现的
这 2 天偶然发现个小工具 accexplorer 能做到类似解析,目前测试能解析原生 flutter electron 等多种软件的元素,感觉跟 rpa 的技术有点像,怀疑可能是类似技术升级而来
6 天前
回复了 rekulas 创建的主题 程序员 rpa 软件的元素识别是如何实现的
@imrockpan 多谢回复, 基于网页的自动化我都熟悉, 这 2 个工具也看了下, 不过都是偏向于模拟自动化操作的, 我主要想了解下任意桌面软件的元素定位相关的, 资料不是很多
8 天前
回复了 rekulas 创建的主题 程序员 rpa 软件的元素识别是如何实现的
@liedownpls
@imrockpan

发现 v2 有几个做 rpa 的朋友 不知道能否解答我的疑问 冒昧 at 一下
13 天前
回复了 iqoo 创建的主题 分享创造 网页版时间锁,一定时间后才能解密消息
这个问题我以前也有研究过,因为想做一个区块链上的密码包,目前来说要想真正设置一个时间胶囊只能靠算力限制(挖矿- _ -), 要想快速生成就要降低整个链条的相关性, 但要想防并发破解又要提高相关性(串行解密), 所以找到一个合适的平衡点很重要, 能不能找到一个又快又防爆破的算法,目前来看很难(可能以后量子领域有更好的办法吧), 另外还存在一个问题就是预测遥远未来的算力增长趋势误差太大,容易导致密码被过早(例如帖子中的那样)或过晚解密出来
15 天前
回复了 LnTrx 创建的主题 程序员 b 站网页端也会开启 PCDN?
楼上各位指正的对,b 站还是有广告的,不过至少目前而言,我觉得 b 站的广告还是非常少了(未开会员),比起 youtube 优酷这种满天飞的体验好太多
15 天前
回复了 LnTrx 创建的主题 程序员 b 站网页端也会开启 PCDN?
就冲 b 站没广告还有很多干货这点,我倒不介意它这样做,也就占用我点冗余带宽和 cpu 而已,反正我自己也用不完
如果人人都去限制,可能以后就没有没广告的 b 站了..
除非作者提供了不依赖外部的 docker ,否则别想了
甚至就算有 docker 也不一定能跑,比如我之前就遇到过,配置个 ai 模型作者没放测试数据,发邮件问作者他也忘了怎么构建数据。。
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   4280 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 14ms · UTC 10:15 · PVG 18:15 · LAX 03:15 · JFK 06:15
Developed with CodeLauncher
♥ Do have faith in what you're doing.