李杀網誌存档 2013-12

Mathematica 自动代码呈现。 《Mathematica 与 Lisp 的 Syntax》 Mathematica vs Lisp Syntax

JavaScript 正则表达式 (regex) 大全。JavaScript Regex Tutorial

Python 3 函数闭包。看最下面。 python 3 function closure. Python: Function with State (closure)

JavaScript 的随机数:随机范围,随机整数,随机元素。 Javascript Random Number: Random Range, Random Integer, Random Element

Linux 操作系统:Bash 键,终端键,man 手册键⌨ Linux: Bash Keys, Terminal Keys, Man Page Keys ⌨

Linux 系统管理:管理用户和组 Linux Sys Admin: Managing Users and Groups

Linux 实例教程:最常使用的 Shell 指令。 Linux Tutorial by Example: Most Frequently Used Shell Commands

Node.js 创造者 Ryan Dahl 的视频教程,有注释和文档链接。Node.js Video Tutorial by Ryan Dahl, with Annotation

服务器性能测试, 使用 Apache Benchmark. ab -n 9 -c 9 http://example.com/ Testing Server Performance Using Apache Benchmark Tool

Linux 防火墙教程: iptables and netfilter (复杂❗) Linux Firewall Tutorial: iptables and netfilter

《宇宙军大班 LISP 键盘》 Space-cadet Keyboard and Lisp Machine Keyboards

汤,汤,全是汤! JavaScript 的语法汤: 「‹o›.‹property›」 vs 「‹o›.prototype」 JavaScript Syntax Soup: 「‹o›.‹property›」 vs 「‹o›.prototype」

网速增长多块? 2009年画这图表。现在,爆出图了。Internet Speed Growth Rate

Unicode 搜索框。新版本。您可以按名称,代码点(整数或十六进制)搜索或 Unicode 字符粘贴。Unicode Characters ☢ ☯ ☭ ∑ ∞ ♀ ♂ ♥ ★ ☆ ⚝ ✡ ✦ ✧ ✩ ✪ ✫ ✬ ✭ ✮ ✯ ✰ ⭐ ٭ ⋆ ⍟ ≛ ⍣ ☪ ⭐ ⭑ ⭒ 🌟 🌠 🔯 ✶ ✴ ❂ ✵ ✷ ✸ ✹

令人困惑。对象的计算机语言含义。 Meaning of Object in Computer Languages

JavaScript 属性的属性:可写,可枚举的,可配置的。 JavaScript Property's Attributes: Writable, Enumerable, Configurable

更新版。 JavaScript 教程:了解原型和继承 JavaScript Tutorial: Understanding Prototype and Inheritance

JavaScript 什么是对象。 What is Object in JavaScript?

JavaScript 函数式程序设计 Functional Programing in JavaScript

我把你俩做成饼,喂你妈。——《泰特斯·安特洛尼克斯》 莎士比亚 “Titus Andronicus” Shakespeare Julie Taymor's Titus

球極平面投影和莫比乌斯变换。如果你想了解爱因斯坦的理论,你必须明白莫比乌斯变换。要了解莫比乌斯变换,必须先了解黎曼球面,复数,几何反演。 Stereographic Projection 3D-Printed Physical Model

数学,多么美丽的世界 Math in Second Life → Math in Second Life

Python 的破 lambda。SICP 作者 Hal Abelson 说:“你不得不注意 Python 的破 lambda,但除此之外,用 Python 和用 lisp 教计算机科学差不多。” Why Python Lambda is Broken and Can't be Fixed

复杂性 --— 所有软件问题的根源。 JavaScript :什么是 「this」 关键字? JavaScript: What's “this” Keyword?

学了一个新词:剩女。 “剩女和屌丝”

爱情无不缠绵,但缠绵过后,现代人比古代人放得开,什么之死靡它、什么白头偕老,都没必要了。男人「拔屌不认人」、女人「认屌不认人」,坦白说来,也自成一格。把男欢女爱搅到死去活来,不是洒脱的演变。建议你洒脱一次,去他妈的情人!做一次现代人!当然不是做 GAY,屁眼太时髦了! --哈囉李敖

缠 绵 靡 洒 脱 髦

复杂复杂复杂极 JavaScript Encode URL, Escape String

在使用框架之前,需要彻底了解这语言吗? Xah's Programing Blog #ruby# #JavaScript# #rail# #jQuery# before you use framework, do you understand the language well?

向量标准化函数。 Vector Normalize Function. Mathematica f=(#/Sqrt@(Plus@@(#^2))&),APL f←{⍵÷((+/⍵⋆2)⋆0.5)}. Programing Problem: Normalize a Vector of Any Dimension

苹果和 PC 键盘之间的差异。Difference Between Apple and Microsoft keyboards

JavaScript 教程:了解原型和继承。JavaScript Tutorial: Understanding Prototype and Inheritance

Mathematica 代码。 MinimumTreeGenerator。MinimumTreeGenerator

语言设计:数组索引应该从0开始还是1? Language Design: Should Array Index Start at 0 or 1?

完整的。很容易理解。Python 的正则表达式教程。字符串模式匹配。Python Regex Reference