E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
elisp
[王垠系列]GTF - Great Teacher Friedman
他主要的著作《TheLittleSchemer》(前身叫《TheLittl
eLisp
er》)是程序语言界最具影响力的书籍之一。
unsv29
·
2016-01-07 09:00
Emacs资料汇总
Emacs官方手册EmacsLisp15分钟入门从零开始——Emacs安装配置使用教程2015Emacswikisitemap
Elisp
编程El-Getymacsemacsinbrowserdired-EmacstutorialprojectileAquamacsEmacsinMacAwesomeEmacsEmacs-IDEShowHN
qujian
·
2015-12-27 13:29
Emacs颜色设置
版本:Emacs23.3.1emacs安装目录:/usr/share/emacs谷歌了一番之后发现,对我们新手而言,一般是用别人已经写好的themes(如果你对
Elisp
有一定的了解,而且愿意花时间的话
·
2015-12-09 11:08
emacs
Elisp
之算术运算
; SLIME 2015-06-01 CL-USER> (+ 20 20) 40 CL-USER> (- 100 80) 20 CL-USER> (+ 1 2 3 4 5 6) 21 CL-USER> (* 1 2 3 4 5 6) 720 CL-USER> (/ 1 100) 1/100 CL-USER> (> 10 1) T CL-USER> ( ( (= 2 2) T CL
bigstone2012
·
2015-11-24 11:37
elisp
算术运算
Elisp
之算术运算
; SLIME 2015-06-01 CL-USER> (+ 20 20) 40 CL-USER> (- 100 80) 20 CL-USER> (+ 1 2 3 4 5 6) 21 CL-USER> (* 1 2 3 4 5 6) 720 CL-USER> (/ 1 100) 1/100 CL-USER> (> 10 1) T CL-USER> ( ( (= 2 2) T CL
bigstone2012
·
2015-11-24 11:37
elisp
算术运算
elisp
之函数
# cat /root/
elisp
/function.el (defun variable_arity (a &optional b &rest c) "This is a function which
bigstone2012
·
2015-11-23 18:04
emacs
elisp
elisp
之函数
# cat /root/
elisp
/function.el (defun variable_arity (a &optional b &rest c) "This is a function which
bigstone2012
·
2015-11-23 18:04
emacs
elisp
codeforces-510B-Fox And Two Dots【DFS】
codeforces-510B-FoxAndTwoDotstimelimitpertest2secondsmemorylimitpertest256megabytes FoxCi
elisp
layingamobilepuzzlegamecalled
loy_184548
·
2015-11-22 15:00
510B
codeforces 389A. Fox and Number Game
A.FoxandNumberGametimelimitpertest1secondmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputFoxCi
elisp
layingagamewit
PNAN222
·
2015-11-13 18:00
数论
gcd
我常用的一些emacs配置
看考http://docs.huihoo.com/homepage/shredderyin/emacs_
elisp
.html 以下是C++编码的一些必要设置,已经够用了
·
2015-11-13 14:05
emacs
Mac os 进行Android开发笔记(1)
MAC OS 配置 Andoid ADB; 3》MAC OS 上进行Android真机调试; Android 开发环境搭建: 点击连接:
Elisp
se
·
2015-11-13 07:52
Android开发
notes about emacs regexp backslashes and parens
You need to double-escape ("\\") regexp metacharacters in strings in
elisp
code, but you single-escape
·
2015-11-12 17:59
RegExp
android 2.1 监听电话状态并自动接听来电
一、开发环境
Elisp
se5.5,JDK1.6,Aadroid 2.1 二、开发中使用到的重点技术
·
2015-11-12 17:17
android
使用
elisp
脚本编程
使用
elisp
脚本编程 Table of Contents 1 引言 2 目的 3
elisp
能够编程的理由以及优势 4 自我文档化 4.1
·
2015-11-11 02:08
lisp
mac emacs 共享剪切板
使用 bpcopy 和bppaste 替代剪切 x-clipborad
elisp
code : ;;osx should using pbpaste and pbcopy to share
·
2015-11-08 16:39
emacs
elisp
错误提示
如下图示: 析:1)当执行 (this list look like this) 时,由GNU Emacs debugger弹出错误提示,其中 (void-function this) 产生是由于,当左括号前没有单引号时,emacs解释器认为括号内第一个元素是函数名,而this实际是一个未定义的函数2)其中 eval-last-sexp
·
2015-11-07 10:32
lisp
Emacs lisp 列表与函数的区别
1、通常我们在使用emacs学习
elisp
时,先打开一个测试用的文件如lisp.el,这时emacs会自动切换成Emacs-lisp模式如下: 在这个lisp.el中输入我们想要学习的各种语法即可
·
2015-11-07 10:31
emacs
关于
elisp
中一些含有'p'的符号
如 zerop // 判断参数是否为0的函数 listp // 判断参数是否是列表的函数 p 是 predicate 的缩写predicate['predɪkət]vi. 断言In the jargon used by the early Lisp researchers, a predicate refers to a function to determine whethersome
·
2015-11-02 17:54
lisp
how
elisp
works
First it looks to see whether there is a quote before the list; if there is, the interpreter just gives us the list. On the other hand, if there is no quote, the interpreter looks at the first elem
·
2015-11-02 17:53
lisp
emacs download and emacs lisp
software/emacs/#Obtaining GNU Emacs Lisp Reference: http://www.gnu.org/software/emacs/manual/html_node/
elisp
·
2015-10-31 14:52
download
elisp
笔记
李杀网 1.运行
elisp
code C - x b 进入*scratch* buffer , scratch作为形容词有打草稿之意。
·
2015-10-31 10:00
lisp
android 2.1 监听电话状态并自动接听来电
一、开发环境
Elisp
se5.5,JDK1.6,Aadroid 2.1二、开发中使用到的重点技术点:
·
2015-10-31 10:10
android
用Emacs管理博客园博客
自学着
Elisp
写了个扩展,如果有人需要(估计也没几个人),可以到这里下载。 本扩展提供一个用来管理博客的cnblogs-minor-mode副模式。可以用来发布org文件或者html文件。
·
2015-10-31 09:19
emacs
C,Ruby, Io, PHP, Python, Lua, Java, Perl, Applescript, TCL,
ELisp
, Javascript, OCaml, Ghostscript性能比较
Ruby, Io, PHP, Python, Lua, Java, Perl, Applescript, TCL,
ELisp
, Javascript, OCaml, Ghostscript, and
·
2015-10-23 08:02
JavaScript
【SICP练习】108 练习3.21
Exercise3.21.BenBitdiddledecidestotestthequeueimplementationdescribedabove.Hetypesintheprocedurestoth
eLisp
interpreterandproceedstotrythemout
NoMasp
·
2015-09-08 21:00
lambda
SICP
lisp
implementation
CodeForces 389A Fox and Number Game
AFoxandNumberGametimelimitpertest:1secondmemorylimitpertest:256megabytesinput:standardinputoutput:standardoutputFoxCi
elisp
layingagamewithnumbersnow.Ciel
Silenceneo
·
2015-08-29 10:00
数学
codeforces
贪心
The iov_iter interface
Theiov_iterinterfaceByJonathanCorbetDecember9,2014Oneofthemostcommontasksinthekern
elisp
rocessingabufferofdatasuppliedbyuserspace
ganggexiongqi
·
2015-08-11 16:00
Emacs for Windows use TRAMP
首先需要下载PuTTY,将PuTTY放在任意目录,然后在.emacs之中加入:
elisp
(require'tramp)(setqexec-path(cons"E:/PuTTY"exec-path))(setqtramp-default-method"plink
venmos
·
2015-08-09 00:00
windows
emacs
Emacs上安装JDEE后Auto-complete失效问题的解决方法
本人只懂一些
elisp
的皮毛,并没有真正学习过
elisp
.所以本文所述方法实质并非通过分析Auto-complete的代码所得.所以我也说不出什么原理来.不过,至少我可以告诉你,我如下这样的配置中,本文所述方法有效
道仁
·
2015-07-20 11:00
Codeforces Round #290 (Div. 2) E. Fox And Dinner 网络流 最大流
E.FoxAndDinnertimelimitpertest2secondsmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputFoxCi
elisp
articipatinginapartyinPrimeKingdom.Thereare
u010422038
·
2015-07-07 19:00
Codeforces Round #290 (Div. 2) D. Fox And Jumping GCD问题
D.FoxAndJumpingtimelimitpertest2secondsmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputFoxCi
elisp
layingagame.Inthisgamethereisaninfinitelongtapewithcellsindexedbyintegers
u010422038
·
2015-07-07 00:00
【转载】【译文】Lisp魔咒:对Lisp的非技术性吐槽
转载的文章来自:http://www.soimort.org/posts/124/【译文】Lisp魔咒:对Lisp的非技术性吐槽06Nov2012,byMortOriginalArticle:Th
eLisp
CursebyRudolfWinestock
gsls200808
·
2015-05-22 23:00
lisp
吐槽
魔咒
(An ((Even Better) Lisp) Interpreter (in Python))
阅读更多(An((EvenBetter)Lisp)Interpreter(inPython))InapreviousessayIshowedhowtowriteasimpl
eLisp
interpreterin90linesofPython
gyc567
·
2015-05-05 20:00
(An ((Even Better) Lisp) Interpreter (in Python))
(An((EvenBetter)Lisp)Interpreter(inPython))InapreviousessayIshowedhowtowriteasimpl
eLisp
interpreterin90linesofPython
gyc567
·
2015-05-05 20:00
python
Emacs查看按键与其对应函数之间的关系
原文地址:http://ann77.emacser.com/Emacs/EmacsKeyFunctionRelation.html查看按键和其对应函数之间的关系在Emacs中,每一个按键都对应一个
elisp
bigstone2012
·
2015-04-14 08:39
emacs
按键
B. Fox And Two Dots
FoxCi
elisp
layingamobilepuzzlegamecalled"TwoDots".Thebasiclevelsareplayedonaboardofsize n × m cells,likethis
Kirito_Acmer
·
2015-04-11 22:00
codeforces
【SICP练习】108 练习3.21
Exercise3.21.BenBitdiddledecidestotestthequeueimplementationdescribedabove.Hetypesintheprocedurestoth
eLisp
interpreterandproceedstotrythemout
NoMasp
·
2015-03-25 11:00
lambda
SICP
lisp
implementation
Emacs 中 使用 *.el 文件的方法
假定扩展包的名字叫作xxx.el通常情况下,安装方法如下.拷贝xxx.el到~/Emacs/download.
elisp
下在.emacs中写入(add-to-list'load-path"~/Emacs
OneByOneNext
·
2015-03-20 09:00
emacs
el文件
codefoces--510D. Fox And Jumping
D.FoxAndJumpingtimelimitpertest2secondsmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputFoxCi
elisp
layingagame.Inthisgamethereisaninfinitelongtapewithcellsindexedbyintegers
u013015642
·
2015-03-03 20:00
CF D. Fox And Jumping
D.FoxAndJumpingtimelimitpertest2secondsmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputFoxCi
elisp
layingagame.Inthisgamethereisaninfinitelongtapewithcellsindexedbyintegers
DoJintian
·
2015-02-07 12:00
ACM
codeforces
CodeForces 510 B. Fox And Two Dots(DFS 啊)
题目链接:http://codeforces.com/problemset/problem/510/BFoxCi
elisp
layingamobilepuzzlegamecalled"TwoDots".Thebasiclevelsareplayedonaboardofsize
u012860063
·
2015-02-03 21:00
DFS
codeforces
CF 510D(Fox And Jumping-dp,注意赋值)
D.FoxAndJumpingtimelimitpertest2secondsmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputFoxCi
elisp
layingagame.Inthisgamethereisaninfinitelongtapewithcellsindexedbyintegers
nike0good
·
2015-02-03 16:00
Codeforces Round #290 (Div. 1)B. Fox And Jumping
B.FoxAndJumpingtimelimitpertest2secondsmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputFoxCi
elisp
layingagame.Inthisgamethereisaninfinitelongtapewithcellsindexedbyintegers
tokers
·
2015-02-03 14:03
DP
Codeforces Round #290 (Div. 1)B. Fox And Jumping
B.FoxAndJumpingtimelimitpertest2secondsmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputFoxCi
elisp
layingagame.Inthisgamethereisaninfinitelongtapewithcellsindexedbyintegers
Guard_Mine
·
2015-02-03 14:00
dp
codeforces
Symbol与String之间的相互转换函数
有时候,需要在
Elisp
中进行Symbol类和String类型之间进行相互转换.但是
Elisp
并没有提供"symbol-to-string"和"string-to-symbol".事实上,在
elisp
中可以使用
lujun9972
·
2014-12-08 20:32
String
emacs
symbol
elisp
Symbol与String之间的相互转换函数
有时候,需要在
Elisp
中进行Symbol类和String类型之间进行相互转换.但是
Elisp
并没有提供"symbol-to-string"和"string-to-symbol".事实上,在
elisp
中可以使用
lujun9972
·
2014-12-08 20:32
String
emacs
symbol
elisp
单链表反转的递归实现(Reversing a Linked List in Java, recursively)
butyoumightfinditeasiertostartfromthebottomup,byaskingandansweringtinyquestions(thisistheapproachinTheLittl
eLisp
er
wdjhzw
·
2014-10-31 22:00
几十种编程语言的快速入门教程
其中含中文版的教程包括:brainfuckcc#clojureclojuremacroscoffeescriptCommonLispcssdart
elisp
eli
huyisu
·
2014-10-29 09:00
shiro安全框架扩展教程--角色树控制展示(ztree框架)
所以我花了一天的时候研究了下jquery的ztree是怎么样玩的(哈哈,因为个人比较愚钝,所以花的时间有点多)下面先上点效果图这样的做法基本可以管理简单的树形模式,下面我来帖些代码 角色控制面板 .ztre
elisp
an.butto
shadowsick
·
2014-10-16 17:00
框架
shiro
javaee
开源
安全
Emacs 24 下yasnippet 与 auto-complete冲突解决
最近在折腾Emacs的插件时遇到这样的问题:当yasnippet和auto-complete同时使用时,ac在c++-mode,c-mode,java-mode下无法使用,但在
elisp
和Python下没有问题
张超张超
·
2014-09-07 19:00
emacs
auto-complete
yasnippet
上一页
1
2
3
4
5
6
7
8
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他