Spiderpig86
|
e6961a6942
|
feat(mips.html.markdown): Added examples of using loops in MIPS
|
2018-08-05 15:25:44 -04:00 |
|
bonte
|
9cf7115d71
|
fix translation
|
2018-08-03 23:40:21 +02:00 |
|
bonte
|
4af377e970
|
fix comment
|
2018-08-03 23:34:39 +02:00 |
|
Alan Russell
|
62c238fc4c
|
Update ruby-ecosystem.html.markdown
Update info on major versions in common use
Move info on versions above info on version managers
|
2018-08-02 14:43:03 +01:00 |
|
Артём
|
4a2fa42bd8
|
Update clojure-ru.html.markdown
|
2018-08-02 14:21:51 +03:00 |
|
Adam Bard
|
d063ea6469
|
Restore lost articles
I'm afraid we need these
|
2018-08-01 21:12:35 -07:00 |
|
root
|
6f2003a31f
|
Merge branch 'master' of https://github.com/adambard/learnxinyminutes-docs
|
2018-08-02 04:08:30 +00:00 |
|
Adam Bard
|
8a6a3db546
|
Merge pull request #3145 from foochuanwei/fsharp-en
[fsharp/en] Fix sentence mistake
|
2018-08-01 21:00:15 -07:00 |
|
Adam Bard
|
273e91dcdf
|
Merge pull request #3160 from yanhh0/master
Add SKI, SK and Iota
|
2018-08-01 20:58:55 -07:00 |
|
Adam Bard
|
fca2e82267
|
Merge pull request #3162 from vitaliel/elixir-ro
[elixir/ro] Added Romanian translation for Elixir
|
2018-08-01 20:55:32 -07:00 |
|
Adam Bard
|
218778bdb1
|
Merge pull request #3163 from kfrncs/patch-1
missing $ on line 77 - $Length
|
2018-08-01 20:54:59 -07:00 |
|
Adam Bard
|
a0a6213283
|
Merge pull request #3165 from ian-bertolacci/chapel-versioning
[chapel/en] Chapel versioning
|
2018-08-01 20:52:49 -07:00 |
|
Adam Bard
|
f9f4b37f45
|
Merge pull request #3166 from Corvusnest/master
[Fortran/zh-cn] Simplified Chinese Translation for Fortran 95
|
2018-08-01 20:52:02 -07:00 |
|
Adam Bard
|
f661b8a2da
|
Merge pull request #3168 from PerrySetGo/master
fix typos in uk-ua/javascript file
|
2018-08-01 20:50:09 -07:00 |
|
Adam Bard
|
b4e31c89ca
|
Merge pull request #3169 from dlintw/master
[julia/en-us] porting julia from 0.4 to 0.6.4
|
2018-08-01 20:49:26 -07:00 |
|
Adam Bard
|
e2fdbf2e0a
|
Merge pull request #3170 from alexmazurik/master
[awk/en] Fix atan2 args order
|
2018-08-01 20:48:18 -07:00 |
|
Adam Bard
|
acb72a414a
|
Merge pull request #3171 from lowlevelware/master
[python3/en] added example for f-string
|
2018-08-01 20:47:55 -07:00 |
|
Adam Bard
|
51d86629ac
|
Merge pull request #3141 from p1v0t/master
[c++/tr] Fixed: Several typos
|
2018-08-01 20:47:32 -07:00 |
|
理絵子
|
b6aed7a0b3
|
added example for f-string
Literal string interpolation is new in python 3.6 [pep-0498](https://www.python.org/dev/peps/pep-0498/)
|
2018-07-29 11:53:33 +09:00 |
|
Aleksandr Mazurik
|
d375092374
|
[awk/en] Fix atan2 args order
|
2018-07-28 21:48:25 +03:00 |
|
Daniel YC Lin
|
43664fa0e7
|
porting to julia 0.6.4
|
2018-07-28 21:53:14 +08:00 |
|
perry eising
|
fbba6ede12
|
fix typo in uk-ua/java file
|
2018-07-27 13:52:31 -07:00 |
|
perry eising
|
9aac9b305b
|
fix typos in uk-ua/javascript file
|
2018-07-27 13:48:58 -07:00 |
|
Aidas Bendoraitis
|
6f0aec01c5
|
shebang updated
|
2018-07-25 23:58:31 +02:00 |
|
Corvus
|
2ddbf5b73d
|
Adding a missing translation
|
2018-07-25 12:35:00 +08:00 |
|
Corvus
|
42a4ed848a
|
Bug fixes and words retouching
|
2018-07-25 12:21:56 +08:00 |
|
Corvus
|
1b630b37cb
|
[Fortran/zh-cn] Simplified Chinese Translation for Fortran 95
|
2018-07-25 11:07:44 +08:00 |
|
Corvus
|
bf16388ffa
|
[Fortran/zh-cn] Simplified Chinese Translation for Fortran 95
|
2018-07-24 17:28:52 +08:00 |
|
Ian Bertolacci
|
d0784d2171
|
Note official chaple build doc
|
2018-07-23 18:04:27 -07:00 |
|
Ian Bertolacci
|
72db77d323
|
permute intraction links
|
2018-07-23 09:29:55 -07:00 |
|
Ian Bertolacci
|
fdf12d97c7
|
removed parallelism start marker
|
2018-07-23 09:23:43 -07:00 |
|
Ian Bertolacci
|
a52115be2f
|
Make version agnostic
|
2018-07-23 09:20:21 -07:00 |
|
kfrncs
|
dbb858281a
|
missing $ on line 77 - $Length
Maybe just a zsh quirk?
➜ ~ echo ${Variable:0:Length}
zsh: unrecognized modifier
|
2018-07-20 14:38:59 -04:00 |
|
Stanley Lim
|
81f9f0fec8
|
feat(mips.html.markdown): Added examples for branching and conditionals
|
2018-07-20 10:39:43 -04:00 |
|
Vitalie Lazu
|
f6300aad29
|
Added Romanian translation for Elixir
|
2018-07-20 16:22:47 +03:00 |
|
YAN HUI HANG
|
3ab2e88b4a
|
SKI, SK and Iota
|
2018-07-15 15:33:01 +08:00 |
|
root
|
40de8820db
|
Merge branch 'master' of https://github.com/adambard/learnxinyminutes-docs
|
2018-07-15 04:44:51 +00:00 |
|
Ali Mohammad Pur
|
daff9c8ffa
|
Merge pull request #1 from alimpfard/alimpfard-patch-1
[Citron/en] Add basic explanations
|
2018-07-14 19:19:29 +04:30 |
|
Ali Mohammad Pur
|
1298dfef8f
|
[Citron/en] Add basic explanations
|
2018-07-14 19:17:46 +04:30 |
|
Alex Grejuc
|
c421b1bd0d
|
trimmed loc over 80 chars
|
2018-07-10 15:34:42 -07:00 |
|
Alex Grejuc
|
093e6b62a1
|
moved comment on sndOfTriple
|
2018-07-10 15:15:26 -07:00 |
|
Alex Grejuc
|
8c30522d58
|
added info about tuples, integrated wild card use into a function definition
|
2018-07-10 15:12:23 -07:00 |
|
spiderpig86
|
3315df63f9
|
chore(.vscode): Removed config folder
|
2018-07-08 21:34:28 -04:00 |
|
spiderpig86
|
e566cee6c0
|
chore(mips.html.markdown): Fixed minor space issue
|
2018-07-08 21:32:51 -04:00 |
|
spiderpig86
|
119c4172bb
|
chore(mips.html.markdown): Content now wraps at 80 chars
|
2018-07-08 21:16:51 -04:00 |
|
spiderpig86
|
6f32ec9859
|
chore(mips.html.markdown): Fixed formatting of comments
|
2018-07-08 15:16:26 -04:00 |
|
spiderpig86
|
4c025bc12b
|
feat(mips.html.markdown): Added mathematical operations and logical operator examples
|
2018-07-08 15:05:27 -04:00 |
|
spiderpig86
|
b3d8f0cdc7
|
feat(mips.html.markdown): Started working on math
|
2018-07-07 12:08:10 -04:00 |
|
i
|
a78942e8f3
|
clear up wording
|
2018-07-06 11:41:46 -04:00 |
|
dhu23
|
779840f985
|
Update kdb+.html.markdown
fixed typos
|
2018-07-06 09:23:09 -04:00 |
|