Emacs添加主题插件(Win系统)Emacs添加主题插件(Win系统)Table of Contents1 下载主题插件2 配置1 下载主题插件下载地址:http://download.gna.org/color-theme/2 配置在.emacs文件中添加如下:; ===============...
C = ControlM = Meta = Alt|EscBasicsC-x C-f"find" file i.e. open/create a file in bufferC-x C-ssave the fileC-x C-wwrite the text to an alternate nameC...
分类:
其他好文 时间:
2014-10-09 15:58:54
阅读次数:
176
SpEl就是Spring Expression Language的简称,功能堪称强大,能够进行表达式求值,具备一些lisp语言的特性。现在简单的列举一些例子。 ????首先,把需要用到的示例类给大家看下 public?class?Perso...
分类:
其他好文 时间:
2014-10-08 13:14:25
阅读次数:
150
Reading快读完深入理解计算机系统线性代数离散数学久/难度大/刚入门Ansi Common Lisp算法竞赛入门经典形式语言与自动机原理数电, 模电单片机计算机组成: 结构化方法初等数论To Read算法算法导论数学集合论组合数学具体数学语义学可计算性理论Programming Language...
分类:
其他好文 时间:
2014-10-07 23:02:14
阅读次数:
270
Control rhythmbox inside EmacsControl rhythmbox inside EmacsIt is until recently that I came across a configuration option that emacs cansend shell co...
分类:
其他好文 时间:
2014-10-07 22:33:54
阅读次数:
177
一、下载:在emacs:http://mirrors.ustc.edu.cn/gnu/emacs/windows/里下载emacs-24.3-bin-i386.zip。解压到自定目录,双击bin文件夹里的addpm.exe进行安装。 1、配置HOME: 方法1:添加HOME系统环境变量,这个有个.....
Code Path:
https://github.com/bluesilence/Lisp/blob/master/clojure/projects/room-escape/src/room_escape/core.clj
E2E Process
Now it's time to put the stuff altogether.
The body of the core c...
分类:
Web程序 时间:
2014-10-05 18:36:28
阅读次数:
191
Code path:
https://github.com/bluesilence/Lisp/tree/master/clojure/projects/room-escape
As I have been a fan of room-escape games, there have always been a desire to make my own story of a roo...
分类:
Web程序 时间:
2014-10-05 17:44:38
阅读次数:
269
Code Path:
https://github.com/bluesilence/Lisp/blob/master/clojure/projects/room-escape/src/room_escape/script.clj
Extract Story to TXT
In order to move the story from .clj into .txt, I lever...
分类:
Web程序 时间:
2014-10-05 17:36:38
阅读次数:
214
Using Marmalade: ```lisp (require ‘package) (add-to-list ‘package-archives ‘("marmalade" . "http://marmalade-repo.org/packages/")) (package-initialize) ``` Using MELPA: ```lisp (require ‘package) (...
分类:
其他好文 时间:
2014-10-04 07:21:46
阅读次数:
229