Skip to content

Instantly share code, notes, and snippets.

View chenzx's full-sized avatar
🎯
Focusing

Chen Zhixiang chenzx

🎯
Focusing
  • Shanghai, China
View GitHub Profile
@chenzx
chenzx / 20141006-url
Last active August 29, 2015 14:07
qtwebkit-2.3.4
http://download.kde.org/stable/qtwebkit-2.3/2.3.4/src/
http://www.aoky.net/articles/why_poignant_guide_to_ruby/
http://www.shido.info/sather/index.html
@chenzx
chenzx / 20141005-High Performance Python
Created October 5, 2014 17:07
High Performance Python 笔记
High Performance Python
目录
1 Understanding Performant Python
2 Profiling
3 Lists and Tuples
4 Dictionaries and Sets
5 Iterators and Generators
6 Matrix and Vector Computation
7 Compiling to C
@chenzx
chenzx / 20140928-Python编程实战:运用设计模式、并发和程序库创建高质量程序
Created September 27, 2014 16:24
Python编程实战:运用设计模式、并发和程序库创建高质量程序
Python编程实战:运用设计模式、并发和程序库创建高质量程序
目录
1 创建型设计模式
2 结构型设计模式
3 行为型设计模式
4 高级并发
5 扩充Python
6 高级网络编程
7 Tkinter
@chenzx
chenzx / 20140926-嵌入式软件开发精解
Created September 27, 2014 02:03
嵌入式软件开发精解
嵌入式软件开发精解
目录
1 嵌入式软件
2 设计和开发
3 编程
4 C语言
5 C++
6 实时性
7 RTOS
@chenzx
chenzx / 20140924-大数据挑战与NoSQL数据库技术
Created September 23, 2014 15:58
大数据挑战与NoSQL数据库技术
大数据挑战与NoSQL数据库技术
目录
1 概论
2 数据一致性理论
3 存储模型
4 分区与放置策略
5 海量数据处理
6 复制与容错
7 数据压缩
@chenzx
chenzx / 20140922-Python计算机视觉编程
Last active May 29, 2022 03:18
Python计算机视觉编程
Python计算机视觉编程
目录
1 基本的图像操作和处理
2 局部图像描述子
3 图像到图像的映射
4 照相机模型与增强现实
5 多视图几何
6 图像聚类
7 图像搜索
@chenzx
chenzx / 20140921-数字图像处理及应用
Created September 21, 2014 07:12
数字图像处理及应用 读书笔记
数字图像处理及应用
目录
1 基础知识
2 数学变换
3 图像增强
4 图像复原
5 压缩编码
6 图像分割
7 形态学处理
@chenzx
chenzx / 20140921-Getting Started with LLVM Core Libraries
Created September 20, 2014 16:20
Getting Started with LLVM Core Libraries
Getting Started with LLVM Core Libraries
目录
1 Build and Install LLVM
2 External Projects
3 Tools and Design
4 Frontend
5 LLVM IR
6 Backend
7 JIT
@chenzx
chenzx / 20140919-Hadoop高级编程:构建与实现大数据解决方案
Created September 19, 2014 07:01
Hadoop高级编程:构建与实现大数据解决方案
Hadoop高级编程:构建与实现大数据解决方案
跳转至: 导航、 搜索
目录
1 大数据和Hadoop生态系统
2 Hadoop数据存储
3 使用MapReduce处理数据
4 自定义MapReduce执行
5 构建可靠的MapReduce应用程序
6 Oozie自动化(vs Storm?)
SASS与Compass实战
目录
1 SASS和Compass让CSS重焕青春
2 Sass基础语法
3 无需计算玩转CSS网格布局
4 有Compass就不再枯燥
5 使用CSS3
6 Sprite
7 从原型到产品