rscnt
|
9f1034674a
|
git -es
|
2013-11-25 10:56:11 -06:00 |
|
Nami-Doc
|
7c1c5e12c5
|
Merge pull request #421 from levibostian/c-basic-additions
Add while loop to bash. Add lots to C.
|
2013-11-25 08:09:34 -08:00 |
|
Levi Bostian
|
af6701904b
|
Fix conflict bash.
|
2013-11-25 09:42:37 -06:00 |
|
Levi Bostian
|
df3cc00f52
|
Remove bad examples, reword places.
|
2013-11-25 09:21:40 -06:00 |
|
Nami-Doc
|
d24c824d38
|
Merge pull request #412 from evlogii/master
[c/ru][objc/ru] translate c and objc manuals to russian
|
2013-11-25 03:51:05 -08:00 |
|
Nami-Doc
|
8e51de061b
|
Merge pull request #396 from abdala/master
[php/pt-br] php translated to pt-br
|
2013-11-25 03:47:13 -08:00 |
|
Lucas Tonussi
|
67ec5027e5
|
Add the contribuior and translator id's header
Just adding a better explained header
|
2013-11-25 09:31:18 -02:00 |
|
Lucas Tonussi
|
3a5dd2320d
|
Add a complete translation on haskell guide
I have translated to brazilian portuguese your Haskell quick guide written by Adit Bhargava plus i have add some new ideas.
|
2013-11-25 09:24:50 -02:00 |
|
Levi Bostian
|
67a5236629
|
Add multi-dimensional array description.
|
2013-11-24 23:26:11 -06:00 |
|
Lucas Tonussi
|
83ffa7fa41
|
Change header contribuitor id to english labels
|
2013-11-25 01:57:49 -02:00 |
|
Lucas Tonussi
|
65b15b280b
|
Add translate until Haskell::IO
Plus some extra references
|
2013-11-25 01:54:35 -02:00 |
|
Lucas Tonussi
|
3d29112cab
|
Add traslate the topic more functions
Extra-Add a topic about the refs and 'keep readings'
|
2013-11-24 21:45:30 -02:00 |
|
Levi Bostian
|
5c7f6d70b9
|
Remove bad description of function prototypes.
|
2013-11-24 16:58:21 -06:00 |
|
Levi Bostian
|
bb4f644a19
|
Fix #define as it does not use = sign.
|
2013-11-24 15:01:24 -06:00 |
|
Levi Bostian
|
af9cc6e9b9
|
Edit static description wording. Add note about private functions.
|
2013-11-24 14:25:30 -06:00 |
|
Levi Bostian
|
e63232d2de
|
Add static description to C.
|
2013-11-24 14:17:32 -06:00 |
|
Nami-Doc
|
aed6a2aa7f
|
Merge pull request #419 from lyuehh/master
[brainfuck/zh-cn] add Chinese translate of brainfuck
|
2013-11-24 07:04:18 -08:00 |
|
Nami-Doc
|
70ae119368
|
Merge pull request #417 from XuChunyang/bash-zh-cn
[bash/zh-cn] chinese bash translation
|
2013-11-24 06:56:15 -08:00 |
|
lyuehh
|
c8c937ef30
|
add Chinese translate of brainfuck
|
2013-11-24 22:47:31 +08:00 |
|
Levi Bostian
|
38de481179
|
Add variety to function prototypes.
|
2013-11-23 22:40:52 -06:00 |
|
Lucas Tonussi
|
5be296e5b2
|
Add translate until list comprehensions
I'm translating haskell guide from Adit Bhargava (learnxinyminutes contribuitor) but adding a few more stuff about haskell
|
2013-11-23 17:01:14 -02:00 |
|
Andrew Popov
|
19a37682e3
|
fix top table
|
2013-11-22 18:20:35 +04:00 |
|
Andrew Popov
|
aafbef6665
|
some improves
|
2013-11-22 18:17:39 +04:00 |
|
Andrew Popov
|
b2109ca54b
|
[go/ru] delete name and category from header
|
2013-11-22 04:47:43 +04:00 |
|
Andrew Popov
|
79eda34b33
|
[c/ru] some fixes
|
2013-11-22 04:40:34 +04:00 |
|
Andrew Popov
|
cc5799a17e
|
[objc/ru] translate objc man to ru
|
2013-11-22 04:40:12 +04:00 |
|
xuchunyang
|
22da248750
|
[bash/zh-cn] Better translation
|
2013-11-21 21:59:31 +08:00 |
|
xuchunyang
|
85b5920550
|
[bash/zh-cn] chinese bash translation
|
2013-11-20 23:50:03 +08:00 |
|
Nami-Doc
|
990a844256
|
Merge pull request #416 from jmromer/ruby-array
Corrects Array#[,] entry
|
2013-11-20 04:08:17 -08:00 |
|
Jake Romer
|
9a60d0a6e4
|
Corrects Array#[,] entry
The #[i,l] method returns a subarray starting at index i and continuing for length l. [source](http://ruby-doc.org/core-1.9.3/Array.html#method-i-5B-5D)
|
2013-11-20 05:38:46 -05:00 |
|
Nami-Doc
|
0868977067
|
Merge pull request #415 from stared/misc
[python/en] a link to an online intro for scientists, in IPython Notebook
|
2013-11-19 08:34:44 -08:00 |
|
Piotr Migdał
|
f5c9b80377
|
added an online intro into Python for scientists
|
2013-11-19 17:17:28 +01:00 |
|
Adam Brenecki
|
524c53dd71
|
Merge pull request #414 from mvalipour/patch-1
[csharp/en] Fix while loop iterator incorrect count
|
2013-11-18 20:25:40 -08:00 |
|
mvalipour
|
fbb7ea38a1
|
Fix while loop iterator incorrect count
The while loop is repeated 100 times not 99 times. 0~99 inclusive.
|
2013-11-18 22:58:27 +00:00 |
|
mvalipour
|
ede6d0dd99
|
update css article
changed the format of the article to the one suggested in #405
|
2013-11-18 22:39:13 +00:00 |
|
Andrew Popov
|
14d637ddfe
|
[c/ru] 413 line link fix
|
2013-11-18 05:14:47 +04:00 |
|
Andrew Popov
|
92faa7ce01
|
[c/ru] some improves
|
2013-11-18 05:08:17 +04:00 |
|
Andrew Popov
|
b548dad5ee
|
[c/ru] some fixes and improves
|
2013-11-17 16:35:17 +04:00 |
|
Andrew Popov
|
ed09da6cdd
|
[c/ru] translate c manual to russian
|
2013-11-17 04:51:34 +04:00 |
|
Adam Bard
|
ad848fe6ca
|
Merge pull request #411 from adambrenecki/java-errors
[java/en] Fix errors specified in #410.
|
2013-11-16 12:53:04 -08:00 |
|
Adam Brenecki
|
8121793f32
|
Fix errors specified in #410.
|
2013-11-16 19:40:06 +10:30 |
|
Adam Bard
|
13822f9c15
|
Merge pull request #408 from ins429/master
[brainfuck/ko-kr] better translation
|
2013-11-14 11:32:24 -08:00 |
|
ins429
|
31f59a366c
|
better translation
|
2013-11-13 00:15:06 -08:00 |
|
Adam Bard
|
385035b07a
|
Merge pull request #406 from aminbandali/pythontemp
[python/en] reverting a list using slices
|
2013-11-11 21:50:37 -08:00 |
|
Amin Bandali
|
eb8afb2ff2
|
reverting a list using slices
|
2013-11-11 23:17:34 -05:00 |
|
Adam
|
5111009611
|
Fix java pt-br frontmatter
|
2013-11-10 14:35:26 -08:00 |
|
valipour
|
11924a8c18
|
add more clarification to border and fix max 80 character line
|
2013-11-10 21:09:31 +00:00 |
|
Adam Bard
|
74bfb69582
|
Merge pull request #401 from supernullset/julia-call-update
[Julia/en] Update syntax for `in` calls
|
2013-11-10 13:09:05 -08:00 |
|
Adam Bard
|
1e4a409d97
|
Merge pull request #404 from victormelo/master
[java/pt-br] java translated to pt-br
|
2013-11-10 13:08:47 -08:00 |
|
valipour
|
b5409e78f8
|
fix some issues in CSS english
|
2013-11-10 20:59:18 +00:00 |
|