阅读记录(2021年7月)
2021-07-31
-
杂项
JSON
Bazel - a fast, scalable, multi-language and extensible build system" - Bazel
C by Example | Learn the basics of C and C++
Go by Example
stb/stb_image.h at master · nothings/stb · GitHub
GitHub - nothings/stb: stb single-file public domain libraries for C/C++
GitHub - p-ranav/pprint: Pretty Printer for Modern C++
GitHub - cpplint/cpplint: Static code checker for C++
GitHub - rpclib/rpclib: rpclib is a modern C++ msgpack-RPC server and client library
GitHub - yue/yue: A library for creating native cross-platform GUI apps -
Awesome C++
GitHub - fffaraz/awesome-cpp: A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
Awesome C++ | LibHunt
GitHub - rigtorp/awesome-modern-cpp: A collection of resources on modern C++
Awesome Modern C++
GitHub - sindresorhus/awesome: 😎 Awesome lists about all kinds of interesting topics
GitHub - abseil/abseil-cpp: Abseil Common Libraries (C++)
GitHub - abseil/abseil-py: Abseil Common Libraries (Python)
2021-07-29
-
杂项
GitHub - idealvin/co: A go-style coroutine library in C++11 and more.
C++ 基础库 CO 发布了 (协程库,日志库..) - 知乎
GitHub - facebook/folly: An open-source C++ library developed and used at Facebook. -
Go语言 eval
Go也能Eval了 - SegmentFault 思否
GitHub - PaulXu-cn/goeval: Evaluate Golang Code by the Eval Function
golang有没有类似php 中eval的这个函数? - Golang 中国
GitHub - robertkrimen/otto: A JavaScript interpreter in Go (golang)
go - Evaluate/Execute Golang code/expressions like js' eval() - Stack Overflow
GitHub - Pramod-Devireddy/go-exprtk: Go Mathematical Expression Toolkit. Run-time mathematical expression parser and evaluation engine.
.:: C++ Mathematical Expression Library (ExprTk) - By Arash Partow ::.
2021-07-27
- Go语言
如何压缩Golang 编译出的可执行文件大小_WHACKW的专栏-CSDN博客
go - How to reduce compiled file size? - Stack Overflow
all: binaries too big and growing · Issue #6853 · golang/go · GitHub
go编译后可执行文件压缩神器upx使用小结 - 云+社区 - 腾讯云
2021-07-26
-
Go语言
如何灵活地进行 Go 版本管理 - 知乎
GitHub - moovweb/gvm: Go Version Manager
Windows support · Issue #220 · moovweb/gvm · GitHub
GitHub - danielkermode/gvm: Go Version Manager for Windows
GitHub - voidint/g: Golang Version Manager
Go 错误处理 - 知乎
Golang错误和异常处理的正确姿势 - 简书
Golang 退出 goroutine的几种方式_阿俊的博客-CSDN博客_go routine 退出
goroutine--退出示例--context的使用_wtt234的专栏-CSDN博客 -
Go vs C++
go语言相对c++有哪些好处? - 知乎 -
Go vs Python
Go与Python ? - 知乎 -
华为云 盘古 ModelArts
华为云发布全球最大预训练模型,开启工业化AI开发新模式
AI开发平台ModelArts_华为云
ModelArts样例列表_AI开发平台ModelArts_最佳实践_华为云
2021-07-25
-
Go语言设备驱动
GitHub - rakyll/go-hardware: A directory of hardware related libs, tools, and tutorials for Go
GitHub - goiot/devices: Suite of libraries for IoT devices (written in Go), experimental for x/exp/io
devices/oled96x96.go at master · goiot/devices · GitHub
i2c · pkg.go.dev
periph - Peripherals I/O in Go -
linux管道pipe
linux管道pipe详解_良月柒-CSDN博客_linux pipe
Search · piper · GitHub -
Go语言
【逆袭秘籍】Golang学习路径 - 知乎
etcd
Quickstart | etcd
Etcd 使用入门 - 简书
Standard library · pkg.go.dev
GitHub - golang/mobile: [mirror] Go on Mobile
GitHub - avelino/awesome-go: A curated list of awesome Go frameworks, libraries and software
GitHub - gohugoio/hugo: The world’s fastest framework for building websites.
GitHub - gin-gonic/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.
GitHub - fatedier/frp: A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
GitHub - etcd-io/etcd: Distributed reliable key-value store for the most critical data of a distributed system
GitHub - traefik/traefik: The Cloud Native Application Proxy
GitHub - unknwon/the-way-to-go_ZH_CN: 《The Way to Go》中文译本,中文正式名《Go 入门指南》
the-way-to-go_ZH_CN/15.1.md - tcp 服务器 at master · unknwon/the-way-to-go_ZH_CN · GitHub
SWIG Compatibility
golang为什么没有官方的gui包? - 知乎
GitHub - salviati/go-qt5: qt5 bindings for go
GitHub - therecipe/qt: Qt binding for Go (Golang) with support for Windows / macOS / Linux / FreeBSD / Android / iOS / Sailfish OS / Raspberry Pi / AsteroidOS / Ubuntu Touch / JavaScript / WebAssembly
GitHub - golang-standards/project-layout: Standard Go Project Layout
2021-07-24
-
Go语言
Home · golang/go Wiki · GitHub
NonEnglish · golang/go Wiki · GitHub
文档 - Go 编程语言 -
Go与C/C++互相调用
cgo快速入门之golang调用C语言 - 知乎
Go与C/C++ 互相调用 - 江南烟雨梦 - 博客园 -
并发vs并行
Effective Go - The Go Programming Language - concurrency-is-not-parallelism
blog post - concurrency-is-not-parallelism
译 | Concurrency is not Parallelism · Issue #62 · cyningsun/blog_comment · GitHub
译 | Concurrency is not Parallelism
并发(Concurrency)不是并行(Parallelism) 中英文版:rob 的 演讲 PPT,虽然是 2012 年的 - Go语言中文网 - Golang中文社区并发和并行的目的并不一样:
并发主要是为了很多个个体共同实现一个目的,并且是"同时"发生,"同时"的完成;
并行 是千手观音,很多手段去实现一个目的。CSP(communicating sequential processes)并发模型_Peppa Pig-CSDN博客
2021-07-23
-
Go语言
cmd/gofmt: remove -tabs and -tabwidth flags · Issue #7101 · golang/go · GitHub
为什么 Go 语言能在中国这么火? - 知乎
Tutorial: Get started with Go - The Go Programming Language
Standard library · pkg.go.dev
go - The Go Programming Language
Effective Go - The Go Programming Language
How to Write Go Code - The Go Programming Language -
杂项
pip install - pip documentation v21.1.3
Docker Desktop WSL 2 backend | Docker Documentation
Manage Linux Distributions | Microsoft Docs
修改docker容器端口映射的方法_CSDN博客_docker修改端口映射
How do I assign a port mapping to an existing Docker container? - Stack Overflow
2021-07-22
-
Go语言
Go 语言教程 | 菜鸟教程
The Go Programming Language
解决Golang使用过程中go get 下载github项目慢或无法下载 - hftian - 博客园
GOPROXY.IO - 一个全球代理 为 Go 模块而生
GitHub - goproxyio/goproxy: A global proxy for Go modules.
2021-07-19
- 论文投稿
Tsinghua Science and Technology
TSINGHUA SCIENCE AND TECHNOLOGY 期刊投稿经验分享
Pattern Recognition Letters - Journal - Elsevier
PATTERN RECOGNITION LETTERS 期刊投稿经验分享
Editorial Manager for Pattern Recognition Letters
Guide for authors - Pattern Recognition Letters - ISSN 0167-8655
Latex Instructions
How do I submit a manuscript in Editorial Manager? - Journal Article Publishing Support Center
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· Linux系列:如何用 C#调用 C方法造成内存泄露
· AI与.NET技术实操系列(二):开始使用ML.NET
· 记一次.NET内存居高不下排查解决与启示
· 探究高空视频全景AR技术的实现原理
· 理解Rust引用及其生命周期标识(上)
· 物流快递公司核心技术能力-地址解析分单基础技术分享
· .NET 10首个预览版发布:重大改进与新特性概览!
· AI与.NET技术实操系列(二):开始使用ML.NET
· 单线程的Redis速度为什么快?
· Pantheons:用 TypeScript 打造主流大模型对话的一站式集成库