Chenbo Li
|
226533c331
|
rename js
|
2013-08-03 00:34:12 +08:00 |
|
Adam Bard
|
3baf491ea6
|
Merge pull request #96 from paierlep/master
added a few sentences about constants
|
2013-08-01 23:52:25 -07:00 |
|
Adam
|
4ecd73fc9c
|
An assortment
|
2013-08-01 11:24:23 -07:00 |
|
Adam
|
45db7b9fc5
|
Merge branch 'master-cn' of https://github.com/adambard/learnxinyminutes-docs
|
2013-08-01 11:18:58 -07:00 |
|
Adam Bard
|
4e4072f252
|
Merge pull request #151 from lichenbo/master-cn
add js-cn
|
2013-08-01 11:18:39 -07:00 |
|
Chenbo Li
|
1b4673c093
|
add js-cn
|
2013-08-01 19:25:37 +08:00 |
|
Adam Bard
|
53f0fd4d71
|
Merge pull request #143 from lukeholder/patch-1
Explained syntactic sugar is really just method calls.
|
2013-07-31 23:25:15 -07:00 |
|
Adam Bard
|
ccf11aab5f
|
Merge pull request #104 from brianfmartin/patch-1
Create Visual Basic
|
2013-07-31 22:52:00 -07:00 |
|
Adam
|
a98f8eb2df
|
Merge branch 'master' of https://github.com/adambard/learnxinyminutes-docs
|
2013-07-31 22:48:51 -07:00 |
|
Adam Bard
|
ffe51f1af8
|
Merge pull request #150 from L8D/master
Started on the addition of coffeescript
|
2013-07-31 22:48:35 -07:00 |
|
Adam Bard
|
27c0560fdf
|
Merge pull request #147 from lichenbo/master-cn
Chinese translated version of c and elisp tutorial
|
2013-07-31 22:03:42 -07:00 |
|
U-lichenbo-PC\lichenbo
|
1dd8abaa9d
|
add php-cn
|
2013-08-01 12:49:37 +08:00 |
|
L8D
|
e22b3e57a8
|
Started on the addition of coffeescript
|
2013-07-31 19:13:11 -05:00 |
|
Adam Bard
|
1130b06704
|
Merge pull request #148 from L8D/patch-1
Added Whip LISP dialect
|
2013-07-31 10:43:05 -07:00 |
|
U-lichenbo-PC\lichenbo
|
b27bf8fa02
|
add java-cn
|
2013-07-31 22:27:40 +08:00 |
|
Tenor Biel
|
9aec48beae
|
Added Whip LISP dialect
|
2013-07-31 02:46:16 -05:00 |
|
U-lichenbo-PC\lichenbo
|
c749281fea
|
add c-cn.html.markdown
|
2013-07-31 00:57:45 +08:00 |
|
U-lichenbo-PC\lichenbo
|
24c377c2ad
|
add elisp-cn
|
2013-07-30 20:23:23 +08:00 |
|
Luke Holder
|
df90e49572
|
Fixed comment style
|
2013-07-30 15:28:40 +08:00 |
|
Luke Holder
|
99e1c31b19
|
Updated location, and reduced examples
also added array [] access example.
|
2013-07-30 15:26:51 +08:00 |
|
Adam
|
f6e87835cf
|
Merged Bastien's changes
|
2013-07-29 10:33:45 -07:00 |
|
Bastien Guerry
|
6bb7de9295
|
Fix more typos.
|
2013-07-29 13:29:11 +02:00 |
|
Bastien
|
4da8d6dd7b
|
Merge pull request #2 from lichenbo/master
Fix typos in elisp
|
2013-07-29 04:27:45 -07:00 |
|
Bastien
|
d9b700da25
|
Merge pull request #3 from lichenbo/patch-1
another semicolon typo
|
2013-07-29 04:26:59 -07:00 |
|
Luke Holder
|
8c89f3f608
|
Explained syntactic sugar is really just method calls.
Objects in ruby receive a message via the . (dot) notation. The arithmetic operators are just syntactic sugar of the . message notation.
|
2013-07-29 16:30:51 +08:00 |
|
Adam
|
09eadbb895
|
Small edits to elisp
|
2013-07-29 00:13:47 -07:00 |
|
Adam Bard
|
60d8d603ec
|
Merge pull request #122 from iirelu/master
Added link to Javascript Garden
|
2013-07-29 00:07:51 -07:00 |
|
Adam Bard
|
106e72b2f8
|
Merge pull request #136 from bzg/master
New file elisp.html.markdown for Emacs Lisp in 15 minutes.
|
2013-07-29 00:07:34 -07:00 |
|
Adam Bard
|
d2b5b51b9c
|
Merge pull request #139 from amrnt/master
fix fib function for Lua: fib(0) must eql 0 not 1
|
2013-07-29 00:06:57 -07:00 |
|
Adam Bard
|
e0f30cc8d2
|
Merge pull request #138 from mhr/patch-1
Spelling error one of the comments in erlang.html.markdown
|
2013-07-29 00:05:28 -07:00 |
|
Adam Bard
|
8f058a229a
|
Merge pull request #142 from gustavoschmidt/master
Fix hygienic macro example in racket.html.markdown
|
2013-07-29 00:05:16 -07:00 |
|
Chenbo Li
|
bbde710a40
|
typo
|
2013-07-29 12:33:13 +08:00 |
|
Chenbo Li
|
8eca753f71
|
another semicolon typo
|
2013-07-29 12:03:15 +08:00 |
|
Chenbo Li
|
07d909018f
|
Fix typos in elisp
Fix typos
|
2013-07-29 11:39:18 +08:00 |
|
Gustavo Schmidt
|
3c3fb64820
|
Fix hygienic macro example in racket.html.markdown
|
2013-07-28 21:43:21 -03:00 |
|
Bastien
|
210a1313a2
|
Merge pull request #1 from LinXitoW/patch-1
fix hotkey typo
|
2013-07-28 14:53:45 -07:00 |
|
Bastien Guerry
|
a55974ba59
|
Fix more typos.
|
2013-07-28 23:52:43 +02:00 |
|
Amr Tamimi
|
7938abfe88
|
fix fib function for Lua: fib(0) must eql 0 not 1
|
2013-07-28 21:34:27 +03:00 |
|
LinXitoW
|
bfca9d4999
|
fix hotkey typo
o in c-xo instead of j
|
2013-07-28 17:33:48 +02:00 |
|
mhr
|
dee4a8933e
|
Spelling error one of the comments in erlang.html.markdown
% Percent sign starts an one-line comment.
should be:
% Percent sign starts a one-line comment.
|
2013-07-28 10:17:54 -04:00 |
|
Bastien Guerry
|
e06a5d7e0a
|
elisp.html.markdown: Fix typos.
Thanks to Alan Schmitt for reporting them.
|
2013-07-26 14:54:49 +02:00 |
|
Bastien Guerry
|
a3ba320e17
|
elisp.html.markdown: Bump to v0.2.
|
2013-07-26 11:59:51 +02:00 |
|
Bastien Guerry
|
a446da2bd6
|
Fix typo.
|
2013-07-25 14:22:56 +02:00 |
|
Bastien Guerry
|
f707db04a0
|
New file elisp.html.markdown for Emacs Lisp in 15 minutes.
|
2013-07-25 13:20:35 +02:00 |
|
Adam
|
a7fe2983cc
|
Updates to git
|
2013-07-23 07:53:54 -07:00 |
|
Adam
|
de1fc9ddbc
|
Fix
|
2013-07-23 07:52:21 -07:00 |
|
Adam Bard
|
3a4b7a7c83
|
Merge pull request #133 from tylerneylon/master
Copyedits in git.html.markdown.
|
2013-07-22 14:22:24 -07:00 |
|
Tyler Neylon
|
7590a83b52
|
Copyedits in git.html.markdown.
|
2013-07-22 14:09:33 -07:00 |
|
Adam Bard
|
801f684a54
|
Merge pull request #131 from Jakehp/patch-1
Added diff & cleanup.
|
2013-07-21 17:29:20 -07:00 |
|
Jake Prather
|
48bb3b0178
|
Added diff & cleanup.
|
2013-07-21 19:12:40 -05:00 |
|