November 2024
January 2024
August 2023
May 2023
- 使用mpmcpipeline和jthread实现软流水 (2023-05-22) template-metaprogramming, concurrency
- 在其它线程周期回调函数 (2023-05-21) async
- 在当前线程周期回调函数 (2023-05-21) async
- for_each (2023-05-20) algorithm
- cpo和tag_invoke (2023-05-18) customization-point
- transparent,为关联容器增加查找成员 (2023-05-18) container
- moveonly 和nonmovenoncopy (2023-05-17) reference-semantic
- timeout queue (2023-05-17) container
- SCOPE_EXIT,your friend of resource management (2023-05-17) raii
- intrusive list (2023-05-16) container
- token bucket (2023-05-16) algorithm
- observer container (2023-05-16) design-pattern
- 比较四种ordered set的性能 (2023-05-14) container
- 有序数组循环后如何复原为有序 (2023-05-03) algorithm
- poly, Folly的typeerase库 (2023-05-02) type-erasure
- type erasure (2023-05-01) design-pattern
April 2023
March 2023
February 2023
- 放宽对move from 对象的要求 (2023-02-27) move-semantic
- scnlib,现代C++中用于替换scanf和istream的库 (2023-02-26) io
- 使用boost hana的静态反射功能读取结构体的字段 (2023-02-25) static-reflection
- 为什么++i+++i是UB (2023-02-24) undefined-behavior
June 2022
- embrace POD type util they die (2022-06-11) type_traits
- template revisit (2022-06-03) template
- direct aggeregate initialisation (2022-06-03) initialisation
May 2022
April 2022
- C++惯用法 lock_proxy (2022-04-18) idiom
- 对一组数应用下标的permutation重排 (2022-04-16) algorithm
- git学习和使用tips (2022-04-16) git
- 如何使用kdiff3处理merge时的冲突 (2022-04-10) kdiff3 git
- 手把手教你如何为microsoft/vcpkg提交PR (2022-04-10) vcpkg
October 2021
- Argument Dependent Lookup puzzle (2021-10-27) adl
- Don’t design function that return rvalue reference (2021-10-22) rvalue
- Do Runtime polymorphism correctly (2021-10-21) polymorphism
- Don’t design class that contain Rvalue reference member (2021-10-15) rvalue
- value wrapper and SFINAE failure (2021-10-08) sfinae
June 2021
April 2021
December 2020
October 2020
- 查找字符串最长的不包含重复字符的子串 (2020-10-23) algorithm
- 24点游戏的一种实现 (2020-10-22) algorithm parser
- 使用asio和boost fiber纤程实现echo服务器 (2020-10-19) asio fiber
- 实现一种C++20 ranges view: strideview (2020-10-19) ranges
- 使用asio和C++20协程实现echo服务器 (2020-10-15) asio coroutine
- 使用asio和协程实现echo服务器 (2020-10-14) asio coroutine
- 使用堆栈遍历二叉树 (2020-10-02) algorithm
September 2020
- c++20 coroutine example (2020-09-19) coroutine
- 第一次向linux内核提交代码 (2020-09-15) kernel
- C++17 pmr allocator (2020-09-09) allocator
- C++17 deduction guide (2020-09-01) template
August 2020
- {fmt}和ctre (2020-08-12) library
- 睁眼看世界:推介youtube channel,英语类 (2020-08-10) english
- structure binding (2020-08-10) tuple
- stl vector的现代演进 (2020-08-09) container
- windows terminal (2020-08-06) application terminal
July 2020
December 2019
- 睁眼看世界:推介youtube channel,C++类 (2019-12-31) lesson
- 睁眼看世界:推介youtube channel,音乐类 (2019-12-18) music
- 睁眼看世界:推介youtube channel,舞蹈类 (2019-12-15) dance
- 睁眼看世界:推介youtube channel,科学类 (2019-12-12) science
- 睁眼看世界:推介youtube channel,数学类 (2019-12-10) math
- vector bool (2019-12-08) container
November 2019
October 2019
September 2019
July 2019
April 2019
December 2018
November 2018
September 2018
August 2018
July 2018
June 2018
May 2018
- C++函数对象 的模板参数 技巧 (2018-05-01) closure
- 围棋,判断棋子是否存活 (2018-05-01) algorithm
- chess board cover (2018-05-01) algorithm
April 2018
June 2017
January 2017
November 2016
October 2016
September 2016
- 翱翔天空 11.6 lnav 用于linux平台浏览日志 (2016-09-24) log
- 翱翔天空 4.1 ssh 访问链 (2016-09-22) ssh
- 翱翔天空 4 ssh 远程登录的安全shell (2016-09-22) ssh
- 翱翔天空 2 visual studio (2016-09-20) visual-studio
- chrome的json插件 (2016-09-20) application
- 翱翔天空12 Total commander (2016-09-02) total-commander
- 翱翔天空 7 emacs (2016-09-02) emacs
- 翱翔天空3.2 Magit emacs的git软件包 (2016-09-02) git emacs
- 翱翔天空11.1 bash completion (2016-09-02) bash
February 2016
January 2016
- 翱翔天空 11.1 bash 命令行快速编辑 (2016-01-30) shell
- 翱翔天空 5 samba 在linux 和windows操作系统间共享文件 (2016-01-30) samba
- 翱翔天空3.3 git 使用git attributes将代码缩进由制表符修改为空格 (2016-01-30) git
- 翱翔天空3.2 git使用git difftool观察和修改差异 (2016-01-27) git vimdiff log
- 翱翔天空 3.1 让git日志更美观 (2016-01-26) git
- 翱翔天空11.4 提升编译速度 ccache distcc (2016-01-23) compile-acceleration
- 翱翔天空 11.3 去除C C++源文件中的注释 (2016-01-23) 编程 c++ shell
- 翱翔天空 1 电子邮件数字签名和加密 (2016-01-23) email-encrytion
- 翱翔天空-计算机编程环境 目录 (2016-01-22) 计算 软件 linux 编程 c++
March 2015
February 2015
January 2015
April 2014
October 2013
July 2013
- boost swap 源码解析 (2013-07-16) adl
- 二叉树的反序列化 (2013-07-10) parser
- 括号匹配,使用boost-spirit实现 (2013-07-10) parser
- 将16进制字符串转化为10进制数 (2013-07-06) parser
January 2013
- 海森堡谈科学家的做人处事 (2013-01-29) quotes
- compute books that I have read (2013-01-29) book
- 计算机大师语录 (2013-01-29) quotes
- 30岁了 (2013-01-04) algorithm