连击 天
fork: star:
Common Lisp菜鸟指南(译) 原文见:http://ghostopera.org/blog/2012/06/24/the-newbie-guide-to-common-lisp/ 译文自:http://reverland.org/Tech/2012/06/26/common-lisp/ 渣翻译,见谅。...
一些简单的东西,被引用和拷贝坑了下。 function *ngrams(sequence, n) { let g = (function *(sequence){yield *sequence})(sequence); let history = []; while (n > 1) { his...
今天又瞄了瞄内核载入和准备部分。感谢今天还能看得清每一行字,思维敏捷清晰,能回忆起以往的经历。 笔记二,希望能继续
Linux insides,看到gitbook上有这种书,瞄瞄感觉不错。 愿神保佑在带走我之前能看完这本书 爱这个世界
直接上代码和两个demo,本来想把html直接粘这里结果完全乱掉了: https://github.com/reverland/scripts/blob/master/python/i2a.py #! /bin/env python # -*- coding: utf-8 -*- """ Turn ...
新成果! 渣实现…… import Image #import sys #filename = sys.argv[1] filename = 'a.jpg' def i2a(filename): """turn an image into ascii""" im = Image.open(filename) ...
{% include JB/setup %} 翻译自:Dead easy yet powerful static website generator with Flask 纯意译……以下是正文,和jekyll很像的感觉,哈?34行代码完成一个静态站点生成器。 我想将我...
Scikit Learn: 在python中机器学习 Warning 警告:有些没能理解的句子,我以自己的理解意译。 翻译自:Scikit Learn:Machine Learning in Python 作者: Fabian Pedregosa, Gael Varoquaux 先...
优化代码 翻译自:http://scipy-lectures.github.com/advanced/optimizing/index.html 作者:Gaël Varoquaux License:Creative Commons Attribution 3.0 United States License (CC-by) http...
渣翻译见谅,采用知识共享署名-非商业性使用-相同方式共享 3.0 Unported许可协议进行许可。 试验性的Numpy教程 原文来自Tentative NumPy Tutorial 目录 先决条件 基础篇 一个例子13 创建数组...
;;;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...
没有更多内容
加载失败,请刷新页面
没有更多内容
文章删除后无法恢复,确定取消删除此文章吗?
动弹删除后,数据将无法恢复
评论删除后,数据将无法恢复