加载中
Common Lisp菜鸟指南(译)

Common Lisp菜鸟指南(译) 原文见:http://ghostopera.org/blog/2012/06/24/the-newbie-guide-to-common-lisp/ 译文自:http://reverland.org/Tech/2012/06/26/common-lisp/ 渣翻译,见谅。...

2012/06/27 22:24
6.1K
Linux insides笔记(三)

感冒的不要不要的,转换到保护模式之前的准备

2015/08/30 09:32
239
Linux insides笔记(二)

今天又瞄了瞄内核载入和准备部分。感谢今天还能看得清每一行字,思维敏捷清晰,能回忆起以往的经历。 笔记二,希望能继续

2015/08/28 10:48
223
细节是魔鬼

目前调试汇编最好的方法大概就是往代码里加int3了 这几天真够虐的,没次都要调试半个小时找问题 一次发现忘了int 0x80调用…… 一次发现一个压入栈的参数字节写反了…… 一次发现>>写成> 了…...

2013/06/20 15:31
152
Image to ascii——又一个轮子

直接上代码和两个demo,本来想把html直接粘这里结果完全乱掉了: https://github.com/reverland/scripts/blob/master/python/i2a.py #! /bin/env python # -*- coding: utf-8 -*- """ Turn ...

2013/02/25 12:20
180
Python版渣ascii图……

新成果! 渣实现…… import Image #import sys #filename = sys.argv[1] filename = 'a.jpg' def i2a(filename): """turn an image into ascii""" im = Image.open(filename) ...

2013/02/22 22:15
670
碎片

最终,费曼用一种完全是费曼式的方法打破了忧郁的恶性循环。有一天,他在康奈尔大学的咖啡厅里看见一个学生抛起了一个餐盘。他给自己提出一个挑战,用公式来描述盘子的转动和摆动之间的关系。...

2013/02/01 21:11
126
优化Python代码

优化代码 翻译自:http://scipy-lectures.github.com/advanced/optimizing/index.html 作者:Gaël Varoquaux License:Creative Commons Attribution 3.0 United States License (CC-by) http...

2012/10/22 20:44
2.9K
我是来看common lisp效果的

;;;The extent of the world (defparameter *width* 100) (defparameter *height* 30) (defparameter *jungle* '(45 10 10 10)) (defparameter *plant-energy* 80) ;;;Growing plants in our...

2012/05/06 16:01
305

没有更多内容

加载失败,请刷新页面

没有更多内容

返回顶部
顶部