zdharma-continuum/community - Gitter
Temp
zdharma/zinit - Gitter
zdharma-continuum/zinit: Flexible and fast ZSH plugin manager
Flexible and fast ZSH plugin manager. Contribute to zdharma-continuum/zinit development by creating an account on GitHub.
r/zinit
r/zinit: Zinit is a ZSH plugin manager and more originally written by Sebastian Gniazdowski (psprint on GitHub) that offers fast loading times, huge …
https://github.com/zdharma has suddenly disappeared. I haven't...
98 votes and 81 comments so far on Reddit
r/zinit - github repo is missing
14 votes and 9 comments so far on Reddit
kuttor/dotfiles: dotfiles
dotfiles. Contribute to kuttor/dotfiles development by creating an account on GitHub.
DataGrip: The Cross-Platform IDE for Databases & SQL by JetBrains
A powerful IDE from JetBrains for SQL on macOS, Windows, and Linux.
JetBrains DataSpell: The IDE for Data Scientists
JetBrains DataSpell is an IDE for data science with intelligent Jupyter notebooks, interactive Python scripts, and lots of other built-in tools.
[Preview] \README.md - conwnet/github1s - GitHub1s
Visual Studio Code for the Web
Build with Visual Studio Code, anywhere, anytime, entirely in your browser.
Blazing fast cloud developer environments
Codespaces has the full power of Visual Studio Code, including the editor, terminal, debugger, settings sync, and any extension.
ss-o - Overview
Perfection is achieved not when there is nothing more to add, but rather when there is nothing more to take away. - ss-o
alyptik/dotfiles: for only the dankest of the dank.
for only the dankest of the dank. Contribute to alyptik/dotfiles development by creating an account on GitHub.
zsh-users/zsh-completions: Additional completion definitions for Zsh.
Additional completion definitions for Zsh. Contribute to zsh-users/zsh-completions development by creating an account on GitHub.
zunit-zsh/zunit: A powerful testing framework for ZSH projects
A powerful testing framework for ZSH projects. Contribute to zunit-zsh/zunit development by creating an account on GitHub.
unixorn/awesome-zsh-plugins: A collection of ZSH frameworks, plugins, themes and tutorials.
A collection of ZSH frameworks, plugins, themes and tutorials. - unixorn/awesome-zsh-plugins: A collection of ZSH frameworks, plugins, themes and tutorials.
lifepillar/vim-mucomplete: Chained completion that works the way you want!
Chained completion that works the way you want! Contribute to lifepillar/vim-mucomplete development by creating an account on GitHub.
naggie/dstask: Terminal-based todo manager -- git-based sync + markdown note page per task. Single binary!
Terminal-based todo manager -- git-based sync + markdown note page per task. Single binary! - naggie/dstask: Terminal-based todo manager -- git-based sync + markdown note page per task. Single binary!
johannesjo/super-productivity: To-do list & time tracker for programmers and other digital workers with Jira, Github, and Gitlab integration
To-do list & time tracker for programmers and other digital workers with Jira, Github, and Gitlab integration - johannesjo/super-productivity: To-do list & time tracker for programm...
jonas/tig: Text-mode interface for git
Text-mode interface for git. Contribute to jonas/tig development by creating an account on GitHub.
5.9 灰度发布和A/B测试 · Go语言高级编程
reusee/mmh3: MurmurHash / murmur 3 implementation of hash.Hash interface
MurmurHash / murmur 3 implementation of hash.Hash interface - reusee/mmh3: MurmurHash / murmur 3 implementation of hash.Hash interface
(10条消息) Murmurhash-go源码阅读_yuhaoyuan……的博客-CSDN博客
源码地址:https://github.com/spaolacci/murmur3如何理解它说的原生go实现:底层实现不依赖c和c++的库,只用go的标准库实现。分析一下TestRefStrings中的对于128位的murmur3算法进行分析// New128WithSeed returns a 128-bit hasher set with explicit seed valuefun...
Fastest hash for non-cryptographic uses?
I'm essentially preparing phrases to be put into the database, they may be malformed so I want to store a short hash of them instead (I will be simply comparing if they exist or not, so hash is ide...
MurmurHash - Wikipedia
漫谈非加密哈希算法
哈希算法是一个大杂烩,除了 MD5、SHA1 这一类加密哈希算法(cryptographic hash),还有很多或家喻户晓或寂寂无闻的算法。哈希算法只需满足把一个元素映射到另一个区间的要求。鉴于该要求是如此之低,像 Java 的 hashCode 其实也算一种哈希算法。不过今天当然不会讲 Java 的 hashCode,我们来聊聊一些更具实用性的算法...
Murmurhash初步学习 | Mr.Muzi
Murmurhash是一种简单、非加密的散列函数,具有强混淆性、低冲突风险。Murmurhash包含Murmurhash、Murmurhash2和Murmurhash3三个版本的算法,支持X86、X64体系结构,可以生成32位、64位、128位的散列值
homebrew-formulas/murmurhash-3.0-all.rb at master · devbfs/homebrew-formulas
formula repository for all Backflip internal homebrew kegs - homebrew-formulas/murmurhash-3.0-all.rb at master · devbfs/homebrew-formulas
Murmur3 Hash 128位java和C#方法 - XSpringSun - 博客园
java调用com.google.guava 引入依赖 <dependency> <groupId>com.google.guava</groupId> <a