pragmatwice 最近的时间轴更新
pragmatwice's repos on GitHub
C++ · 20 人关注
ChthollyLang
A simple implementation of Yet another script language Chtholly
Rust · 15 人关注
ichigo-lang
write a little simply typed functional language to practice Rust
C++ · 11 人关注
codepunk
[WIP] Interval Analysis on LLVM IR
C · 5 人关注
Boogie
a naive x86 OS kernel
C++ · 2 人关注
DrawAndChat
DrawAndChat Client based on Qt Quick 2
C++ · 1 人关注
DrawAndChatServer
DrawAndChat Server based on Qt
0 人关注
ada
WHATWG-compliant and fast URL parser written in modern C++
TypeScript · 0 人关注
apache-home
a fork of https://github.com/Cveinnt/LiveTerm
0 人关注
arrow
Apache Arrow is a multi-language toolbox for accelerated data interchange and in-memory processing
0 人关注
awesome-selfhosted
A list of Free Software network services and web applications which can be hosted locally. Selfhosting is the process of hosting and managing applications instead of renting from Software-as-a-Service providers
0 人关注
carbonyl
Chromium running inside your terminal
0 人关注
cloudwalker
CloudWalker Platform
Go · 0 人关注
clustered-index-rand-test
0 人关注
databend
A modern Elasticity and Performance cloud data warehouse, activate your object storage for real-time analytics. Cloud at https://app.databend.com/
Python · 0 人关注
ddia
《Designing Data-Intensive Application》DDIA中文翻译
0 人关注
diem
Diem’s mission is to build a trusted and innovative financial network that empowers people and businesses around the world.
C++ · 0 人关注
elements
Elements C++ GUI library
LLVM · 0 人关注
Enzyme
High-performance automatic differentiation of LLVM and MLIR.
0 人关注
forecastie
A simple, opensource weather app for Android.
Java · 0 人关注
fury
A blazing fast multi-language serialization framework powered by jit and zero-copy
0 人关注
fury-sites
Static pages for fury: https://github.com/alipay/fury
0 人关注
go-fuzz
Randomized testing for Go
0 人关注
hat-trie
C++ implementation of a fast and memory efficient HAT-trie
JavaScript · 0 人关注
hexo-action
Hexo CI/CD Action for automating deployment.
0 人关注
incubator-brpc
Industrial-grade RPC framework used throughout Baidu, with 1,000,000+ instances and thousands kinds of services. "brpc" means "better RPC".
0 人关注
incubator-doris
Apache Doris(Incubating) is an MPP-based interactive SQL data warehousing for reporting and analysis.
0 人关注
incubator-kvrocks-website
Apache Kvrocks Website
C++ · 0 人关注
kvrocks
Kvrocks is a distributed key value NoSQL database that uses RocksDB as storage engine and is compatible with Redis protocol.
Go · 0 人关注
kvrocks-controller
Kvrocks cluster controller
C · 0 人关注
kvrocks-lua
Lua submodule for the kvrocks
pragmatwice

pragmatwice

V2EX 第 342483 号会员,加入于 2018-08-18 21:59:34 +08:00
今日活跃度排名 5571
根据 pragmatwice 的设置,主题列表被隐藏
二手交易 相关的信息,包括已关闭的交易,不会被隐藏
pragmatwice 最近回复了
182 天前
回复了 aiamjay 创建的主题 Linux 开发主力机 Linux 桌面版求推荐
archlinux 对新手最友好
我觉得至少一部分原因是你们真的缺乏就医的生活常识。在上海去门诊,最好提前在网上预约,一般医院公众号上都可以进行,借此也可以查看医院什么时候能够就诊,如果实在不行可以去急诊。此外医院的选择,是我的话会首选一些知名的三甲,比如仁济有些科室门诊在周六是可以挂号的。你去的医院我大多根本没听说过。
2023-02-16 14:55:52 +08:00
回复了 LeeReamond 创建的主题 程序员 有什么适合管理大量二进制文件的数据库解决方案吗?
> 因自身欲望大,多点首付多点选择,在金钱和利益面前人性使然。
感觉对人性有误解,做人需要有良知。
2022-03-20 13:42:58 +08:00
回复了 ChaosesIb 创建的主题 C++ 有关模板 + if constexpr + static_assert 的问题
GCC 在这里的行为是正确的,如果想达到预期的效果可以加入一个 dependent name 以延迟 static_assert 的 evaluate ,例如

```c++
template <typename T> constexpr const auto always_false = false;

template<typename T=void>
void f() {
if constexpr(false) {
static_assert(always_false<T>, "fail");
}
}

int main()
{
f<>();
}
```
2022-03-08 15:02:41 +08:00
回复了 jamfer 创建的主题 游戏开发 继续推进我的独立游戏,大致雏形已经敲定,上 demo
角色总有种浮在空中的感觉
2022-03-04 17:26:47 +08:00
回复了 PepperEgg 创建的主题 macOS 啊啊啊! mac 拷贝文件太反人类了吧!
git clone 非常大的项目的时候一定要带上 --depth
2022-02-25 13:14:12 +08:00
回复了 helone 创建的主题 程序员 那个 Github 被封的,自己真不知道为什么吗?
@dingwen07 难道教师版 feature 不多就是可以通过非法渠道获得的理由?那我以后是不是比你富就能随便抢劫你了
2022-02-25 12:46:41 +08:00
回复了 helone 创建的主题 程序员 那个 Github 被封的,自己真不知道为什么吗?
成人教育领域现在这么混乱了么
2022-02-25 12:45:21 +08:00
回复了 helone 创建的主题 程序员 那个 Github 被封的,自己真不知道为什么吗?
所以中学生为什么会有一个继续教育学院的学生卡呢?
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2426 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 12ms · UTC 15:57 · PVG 23:57 · LAX 08:57 · JFK 11:57
Developed with CodeLauncher
♥ Do have faith in what you're doing.