exiledkingcc 最近的时间轴更新
exiledkingcc's repos on GitHub
C · 16 人关注
zcrypto
a minimal crypto lib for limited environment
Java · 3 人关注
zerorpc-java
zerorpc java implements, see http://www.zerorpc.io/ for detail
Python · 2 人关注
mole
a simple encrypted proxy based on socks5, inspired by shadowsocks.
C++ · 1 人关注
minicode
a mini unicode library
C++ · 0 人关注
ccnt
校园网认证客户端
Java · 0 人关注
java-cfgs
java config lib supporting for multiple sources and formats
C++ · 0 人关注
leetcode-snippets
C++ · 0 人关注
molecpp
Python · 0 人关注
my-python-scripts
python scripts
Python · 0 人关注
Nuitka
Nuitka is a Python compiler written in Python. It's fully compatible with Python 2.6, 2.7, 3.3, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, and 3.10. You feed it your Python app, it does a lot of clever things, and spits out an executable or extension module.
Python · 0 人关注
pypdf
A pure-python PDF library capable of splitting, merging, cropping, and transforming the pages of PDF files
0 人关注
supervisor
Supervisor process control system for UNIX
Python · 0 人关注
think_complexity
codes for the book Think Complexity
0 人关注
viseron
Self-hosted, local only NVR and AI Computer Vision software. With features such as object detection, motion detection, face recognition and more, it gives you the power to keep an eye on your home, office or any other place you want to monitor.
exiledkingcc

exiledkingcc

V2EX 第 360444 号会员,加入于 2018-11-02 15:13:45 +08:00
exiledkingcc 最近回复了
remove_ctrl_opt 都是错的没发现吗? dst 要先 clear 。
即便改对了也是不行,因为 remove_ctrl 有 RVO 优化,楼上已经提到了。
另外,为什么不用 std::copy_if 或者 std::move_if ?
根本就没必要判断!
只会给使用特殊号码的人带来麻烦!
遇到过很多这种完全多余的限制了!
少写点 BUG 不好吗!!!
2022-08-29 09:56:10 +08:00
回复了 DonaldY 创建的主题 程序员 分享文章: TCP 粘包? TCP 警察什么梗
TCP 没有包,但是这篇文章非要把指出这个事实的人扣一个“粘包警察”的帽子,似乎还有点得意。
基于错误的概念讨论一大堆东西都是没有意义的。
就这篇文章来说,TCP 的包是啥它自己清楚吗?
是你调用一次 socket write 的数据,还是 wireshark 抓包看到的一个 TCP 的条目?还是你应用层自己定义的逻辑结构?
概念都不定义清楚就自说自话,就是一堆废话。
2022-05-13 17:27:30 +08:00
回复了 luffy 创建的主题 Linux 没人谈谈如何制作 Linux 发行版嘛
如果只是想定制化发行版,比如 ubuntu ,可以直接用工具:
https://github.com/PJ-Singh-001/Cubic

如果是做自己的发行版,那就是 LFS 。
2022-05-12 09:45:17 +08:00
回复了 yazoox 创建的主题 Python 大家有没有比较好的经验,管理两个版本的 Python , 2 & 3?
linux 的话,可以随便你安装多个 python ,然后用 python 虚拟环境不就行了。
2022-04-25 09:11:09 +08:00
回复了 liuidetmks 创建的主题 程序员 国密标准推行不太顺利的样子?
国密算法 SM2 对标 ECC ,SM3 是 hash ,SM4 对表 AES ,从数学上,没有太大差别。
至于后门,和国际上的公开算法类似,都是暂未发现。这也只有密码学专家才能发现。
不过国密的“双证书体系”肯定是有问题的,顶多在一个机构内部可以这么干,否则是没法接受私钥不在自己这里生成的。
另外,目前国密算法缺乏硬件加速,性能上差点。
对于没有硬件加速的场景,还是可以用一下的。
我之前就在 STM32 上用过 SM3 和 SM4 。
https://github.com/exiledkingcc/zcrypto
2022-04-02 15:17:23 +08:00
回复了 monster33 创建的主题 程序员 生产环境选择 debian10 还是 debian11
debian 本身就够旧的了,还要用旧版本???
2022-03-23 10:33:18 +08:00
回复了 qile1 创建的主题 Flask flask 和 fastapi 及 bottle 如何多进程共享认证 token
Memcached
目前看不到量子计算机变成现在这样的通用计算机的可能。
量子计算需要使用量子算法,不是仅仅提高计算速度这么简单。
2022-02-23 14:02:13 +08:00
回复了 dxgundam01 创建的主题 Ubuntu 如何将一个已经配置好的 ubuntu 制作成可分发的镜像?
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   1143 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 13ms · UTC 18:23 · PVG 02:23 · LAX 11:23 · JFK 14:23
Developed with CodeLauncher
♥ Do have faith in what you're doing.