Skip to content

Instantly share code, notes, and snippets.

上个月,我看到 swoole 的那件事的时候,我感叹说,中国的开源圈和世界怕是有生殖隔离

这次又看到了 breakwa11 被人肉,一帮围观群众叫好的时候,我想我看明白了,之前想得太错,这不是两个人撕逼的问题,而是

中文世界就没有什么开源圈

我不是在说中国没有人开放自己的代码,分享自己的工作,和其他人交流自己的想法,传播有价值的东西。

到处都是,GitHub 上就不缺少来自中国的贡献者,甚至有些你看用着英文的项目,其实仔细一看,发现,呀,作者是个中国人

#include <stdint.h>
#include <cstddef>
#include <type_traits>
#include <cstring>
#include <cstdio>
template <size_t Size>
struct MinimumTypeHelper {
typedef
typename std::conditional<Size == 0 , void,
#include <windows.h>
#include <tchar.h>
#include <windowsx.h>
bool mouseHover = false;
bool menuUp = false;
HWND hWMenu, hWndMain;
LRESULT CALLBACK WndProcMenu(
_In_ HWND hWnd,