rekulas's repos on GitHub
197 人关注
awesome-chatgpt
chatgpt中文提问魔法指令
Shell · 24 人关注
auto-ssl-renew
一个简易的ssl自动更新小脚本。 acme可实现自动修改dns并申请泛域名证书,因此写了这个小脚本,以方便在申请之后分发到每个客户端机器。
Go · 7 人关注
datereminder
一个简单日程提醒小程序,用于提醒用户年度任务例如亲友生日、车险续费、医保续费等等,支持公历、农历日期提醒,提醒方式为发送邮件给用户。
JavaScript · 4 人关注
dopass
PHP · 3 人关注
huobi_rest_api
Go · 1 人关注
go-extract-embedfs
a little tool to extract golang embed files to local path, 一个用于将go的embed.FS文件集合提取并存储到本地磁盘的小工具
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
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
根据 rekulas 的设置,主题列表被隐藏
二手交易 相关的信息,包括已关闭的交易,不会被隐藏
rekulas 最近回复了
15 小时 56 分钟前
回复了 Ryanzlab 创建的主题 投资 前天买了 30 万黄金,爽到了,今天亏了 17000
何以解忧 只有加仓
17 小时 13 分钟前
回复了 tmdgri 创建的主题 云计算 被青岛易联互动-人人商城起诉了
这种大概率广撒网的 硬气一点让他们举证就行了 对方不会没事真查的 费时费力还不一定成功
实现是能实现,不考虑伪装这个能存的信息比隐水印大多了,但是需要自己调整算法,最后做出来可能还不如二维码,我觉得你路走偏了
上面说的方法就最适合你,加密存储倒二维码就行了,这样只有你的程序能解码,对别人来说也是乱码
我也很烦 chrome 更新太过频繁 已经影响我正常使用了,还不能不更新

考虑用三方 chrome 内核的作为主力了
5 天前
回复了 nizhong044 创建的主题 程序员 如何用代码破解打招呼难题?
你这不典型的社恐么, 多看点视频做下社恐对抗训练就解决了
遇到认识的人我压根不虚,一般是先手把对方搞的社恐,我最虚的是别人认识我我忘了对方,因为我有点脸盲
换个模型,很多新模型已经处理的不错了
基于重绘功能,你可以只重绘手部,这样不会破坏其他地方
@drymonfidelia 感觉你可能不懂二进制 一个独立 bit 你怎么转 10 进制...
@drymonfidelia 加二进制理论上没问题,但是你的号码怎么让用户输入呢
例如你的号码 12345678 二进制
00110001 00110010 00110011 00110100 00110101 00110110 00110111 00111000

那你的校验位怎么加?
如果是 xor 后替换某一位,那就是减少了号码数量 得不偿失
如果是加一位,那用户如何输入?输入号码后再按一个 0/1 ?那为什么不直接加一个字节 0-9 ,验证还更强点
加一位不止 50 吧 估计能降低 80-90
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   5116 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 12ms · UTC 01:17 · PVG 09:17 · LAX 18:17 · JFK 21:17
Developed with CodeLauncher
♥ Do have faith in what you're doing.