首页 归档 关于

AverageMind

2019-06-24
python

Seamless calling between python and c/c++

主要整理c/c++ call python 以及 python call c/c++ 的基本使用。

继续阅读全文 »

分享
2019-06-24
performance

Read a big file and process it

This comes from the real engineering problem: If there is a large file, what is the solution to read it and process it in parallel. How to consider the tradeoff for this problem.

继续阅读全文 »

分享
2019-06-24
c/c++

c++ meta programming crash course

crash course 有一个很有意思的翻译,必知必会。之前一篇整理了一些基本的知识,这里整理一些很重要但是第一次可能常常忽略的点。会涉及到一些c/cpp程序如何进行compile的问题

继续阅读全文 »

分享
2019-06-22
blog

They write blog

列出一些比较有意思一直关注的blog资源,隔一段时间review下看看别人做的事情,对自己也是很有启发的。

继续阅读全文 »

分享
2019-06-16
story

API Story

主要是整理 Restful api设计时候的一些体会以及别人的实践经验。

继续阅读全文 »

分享
2019-06-16
python

python grammar tips

记录一些python中的基本语法知识点(主要是2.7版本的),总是忘记。

继续阅读全文 »

分享
2019-06-16
python

python in action

记录一些python的编译器,运行环境等相关的问题(具体和python语言相关的内容以及常见操作记录在其他的blog中)

继续阅读全文 »

分享
« 上一页1…1314151617…20下一页»

最新文章

  • distributed rendering
  • opengl_tips
  • Multiple backend design
  • LLM tips
  • Interesting numbers in CS and Femi estimation (WIP)
© 2014 - 2025 zhe |  主题 Cafe
联系方式 | godenwangzhe@gmail.com
首页 归档 关于