Pinned Repositories
996Quant
35岁程序员退路之量化投资学习笔记
advanced-go-programming-book
:books: 《Go语言高级编程》开源图书,涵盖CGO、Go汇编语言、RPC实现、Protobuf插件实现、Web框架实现、分布式系统等高阶主题(完稿)
algo
数据结构和算法必知必会的50个代码实现
AliSQL
AliSQL is a MySQL branch originated from Alibaba Group. Fetch document from Release Notes at bottom.
AnotherRedisDesktopManager
🚀🚀🚀A faster, better and more stable redis desktop manager, compatible with Linux, windows, mac. What's more, it won't crash when loading a large number of keys.
app-ideas
A Collection of application ideas which can be used to improve your coding skills.
awesome-cpp
A curated list of awesome C/C++ frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
awesome-go
A curated list of awesome Go frameworks, libraries and software
awesome-windows-kernel-security-development
baiduyun
一个免费开源的网盘下载助手
hasmorebug's Repositories
hasmorebug/996Quant
35岁程序员退路之量化投资学习笔记
hasmorebug/baiduyun
一个免费开源的网盘下载助手
hasmorebug/CS-Notes
我的自学笔记,在学习shell和MLSys,整理C++、算法、操作系统,后续学习分布式系统,终身更新。
hasmorebug/everyone-can-use-english
人人都能用英语
hasmorebug/geektime-books
:books: 极客时间电子书
hasmorebug/gitea
Git with a cup of tea, painless self-hosted git service
hasmorebug/go-concurrency-guide
Practical concurrency guide in Go, communication by channels, patterns
hasmorebug/go-design-pattern
go的设计模式实例
hasmorebug/go-stress-testing
go 实现的压测工具,ab、locust、Jmeter压测工具介绍【单台机器100w连接压测实战】
hasmorebug/grpcui
An interactive web UI for gRPC, along the lines of postman
hasmorebug/grpcurl
Like cURL, but for gRPC: Command-line tool for interacting with gRPC servers
hasmorebug/iam
hasmorebug/iam-1
极客时间《Go 语言项目开发实战》教学项目
hasmorebug/Introduction-to-Golang
【未来服务器端编程语言】最全空降golang资料补给包(满血战斗),包含文章,书籍,作者论文,理论分析,开源框架,云原生,大佬视频,大厂实战分享ppt
hasmorebug/ip2region
Ip2region is a offline IP location library with accuracy rate of 99.9% and 0.0x millseconds searching performance. DB file is ONLY a few megabytes with all IP address stored. binding for Java,PHP,C,Python,Nodejs,Golang,C#,lua. Binary,B-tree,Memory searching algorithm
hasmorebug/jupiter
Jupiter是斗鱼开源的面向服务治理的Golang微服务框架
hasmorebug/LadonGo
Ladon Scanner For Golang (Full platform penetration scanner framework)LadonGo一款开源渗透扫描器框架,使用它可轻松批量探测C段、B段存活主机、指纹识别、端口扫描、密码爆破、远程执行、高危漏洞检测等。2.0版本包含15个模块功能,高危漏洞检测MS17010、SmbGhost,远程执行SshCmd、WinrmCmd,密码爆破SmbScan、SshScan、FtpScan、MysqlScan、WinrmScan,存活探测/信息收集/指纹识别PingScan、IcmpScan,BannerScan、HttpTitle、WeblogicScan,端口扫描PortScan。
hasmorebug/linuxupskillchallenge
Learn the skills required to sysadmin a remote Linux server from the commandline.
hasmorebug/lotus
Implementation of the Filecoin protocol, written in Go
hasmorebug/patterns-of-distributed-systems
《Patterns of Distributed Systems》中文版
hasmorebug/PicGo
:rocket:A simple & beautiful tool for pictures uploading built by vue-cli-electron-builder
hasmorebug/pocketbase
Open Source realtime backend in 1 file
hasmorebug/project-layout
Standard Go Project Layout
hasmorebug/remoboard-source
source code
hasmorebug/SecLists
SecLists is the security tester's companion. It's a collection of multiple types of lists used during security assessments, collected in one place. List types include usernames, passwords, URLs, sensitive data patterns, fuzzing payloads, web shells, and many more.
hasmorebug/Server
PanDownload的个人维护版本
hasmorebug/tproxy
A cli tool to proxy and analyze TCP connections.
hasmorebug/unlock-music
Unlock encrypted music file in browser. 在浏览器中解锁加密的音乐文件。
hasmorebug/Web-Fuzzing-Box
Web Fuzzing Box - Web 模糊测试字典与一些Payloads,主要包含:弱口令暴力破解、目录以及文件枚举、Web漏洞...字典运用于实战案例:https://gh0st.cn/archives/2019-11-11/1
hasmorebug/yolanda
极客时间<网络编程实战>代码