KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
xxhash
★ 9
Open GitHub ↗
XXH64 as a single function call
Download README (.md)
Explore Similar Repositories
TOTP
:
A CLI app to view your TOTP codes
plate_ocr_system_share
:
010 基于卷积神经的车牌识别系统-设计源码展示 深度学习 pytorch tensorflow python 卷积神经 图像识别 车牌识别 神经网络 可识别:蓝牌、黄牌(单双行)、绿牌、大型新能源(黄绿)、领使馆车牌、警牌、武警牌(单双行)、军牌(单双行)、港澳出入境车牌、农用车牌、民航车牌
SaveExif
:
No description available.
webcamSnapshot
:
网络摄像头截图(海康大华通过rstp协议或者onvif截个图)
wechat-read-mode
:
📕 网页版微信读书护眼配色多种模式选择,现已集成10种不同的颜色模式来供于你的阅读!
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
xxhash
?
Download (.md)
# xxhash The ```xxhash``` package implements the 64-bit variant of xxHash (XXH64) as described at http://cyan4973.github.io/xxHash/ without any Go standard library package dependancy nor any hash.Hash interface components. ```golang // signatures Sum(b []byte) uint64 SSum(s string) uint64 ``` The minimalist approach is clean and consise and simple to use with no additional code overhead.