Subhrajyoti Sen
4dee8dd033
Update c.html.markdown ( #2385 )
2016-09-27 21:55:01 +02:00
ven
ceb6b37b63
Fix mistakes in rust
2016-09-27 16:45:30 +02:00
Rob Wu
970aff0dad
Fix comment in Rust docs: box -> mine ( #2365 )
...
The "box" is referring to the Box variable a few lines back, but that is
called "mine", not "box".
2016-09-27 16:42:40 +02:00
Strange Storyteller
8fa91ffcb2
Add Hyperlinks description ( #2370 )
...
Also add small changes in style:
- LaTeX -> \LaTeX
- improve alignment for formulas in Math section
Add table of contents
2016-09-27 16:41:45 +02:00
pnf408
acd1ac4611
corrections in mapping example ( #2371 )
...
fixed two small errors in the example mapping called balances
2016-09-27 16:41:22 +02:00
Abner Chou
f6ada69ff9
Update translators info ( #2383 )
2016-09-23 17:48:27 +02:00
ven
7aef44996c
fix #2382
2016-09-22 16:25:13 +02:00
Subhrajyoti Sen
048163b7bf
Update python3.html.markdown ( #2381 )
2016-09-21 17:07:24 +02:00
Adam Bard
13205b6060
Update logtalk.html.markdown
...
Remove logtalk highlighting for now (was crashing middleman)
2016-09-19 17:46:02 -07:00
ven
7b10fa3857
Update racket-es.html.markdown
2016-09-19 21:45:47 +02:00
Diwakar Wagle
7090f6f044
adding CHICKEN ( #2379 )
2016-09-19 19:41:28 +02:00
Marcel dos Santos
b3a437b666
Translate Elm guide to Brazilian portuguese ( #2378 )
2016-09-19 08:36:59 +02:00
Carlos Roman
f9dd780b7f
Add new Racket translation to spanish ( #1264 )
...
* Add new Racket translation to spanish
* Update racket-es.html.markdown
* Update racket-es.html.markdown
2016-09-18 23:30:33 +02:00
Konstantin Shirokov
edbff9cedf
[javascript/ru] function body is missed ( #2377 )
2016-09-18 20:32:17 +02:00
Paulo Moura
f31b2ea032
[logtalk/en] Initial version of the Logtalk language tutorial ( #2374 )
...
* Initial version of the Logtalk language tutorial
* Add example of error when sending an unknown message to an object and improve class comment
2016-09-16 17:44:34 +02:00
Nathan Hughes
38ed5c1054
Fixed a bad naming which overlapped with C++ version ( #2376 )
2016-09-16 16:02:48 +02:00
Nathan Hughes
c92f425fa4
[pyqt/en] I've done a small example for getting started with the QT framework in python ( #2364 )
...
* Added a pyqt example page
* Fixed a spelling mistake on the pyqt examples
* Added link to C++ version author
* Fixed a truncation of text issue
* Ready to submit initial version for PR
* Too many new lines
2016-09-16 13:52:03 +02:00
ven
4638d37fe2
fixup #1314
2016-09-16 12:57:25 +02:00
Jonas
fc77205d15
Adding German translation for Swift ( #1314 )
2016-09-16 12:57:01 +02:00
ven
b40f6f37a5
fixup #1388
2016-09-16 12:52:02 +02:00
Juraj Kostolanský
e722b7c50d
[ruby/sk] Slovak translation for Ruby ( #1388 )
2016-09-16 12:51:21 +02:00
Davidson Mizael
8d1e41b83d
[pt-br] Julia ( #1384 )
...
* [pt-br] Julia
This is a translation of the article published in the site to Brazilian Portuguese.
Isso é uma tradução do artigo postado no site para Português Brasileiro.
* Update julia-pt.html.markdown
2016-09-16 12:50:43 +02:00
ven
c25a6f0df3
Update tmux.html.markdown
2016-09-16 12:49:01 +02:00
Ferran Pelayo Monfort
b2f93ada33
Added spanish translation for tmux ( #1545 )
2016-09-16 12:48:40 +02:00
ven
1e43e1be75
fixup #1281
2016-09-16 12:46:08 +02:00
Ricardo de Almeida Gonzaga
c134d0aab4
[self] add pt-br translation ( #1281 )
...
Adds a brazilian portuguese translation of Self language.
Signed-off-by: Ricardo de Almeida Gonzaga <xricardotk@gmail.com>
2016-09-16 12:45:28 +02:00
Pavel Kulyov
8888853e71
Add very cool interactive tutorial ( #2375 )
2016-09-16 12:25:41 +02:00
Isaac Virshup
527eab7108
[bash/en] Remove link unavailable resource ( #2372 ) ( #2373 )
...
Link pointed to a book which was not released. Fixes #2372 .
2016-09-16 09:53:18 +02:00
Marcel dos Santos
f835be4f02
Add file to download and correct the language used in Markdown code block ( #2368 )
...
* Add file to download and correct the language used in Markdown code block
* Undo the change of language as the syntax highlighter doesn't support Elm language
2016-09-13 18:28:53 +02:00
Jakukyo Friel
c8fb84cc91
c: init array with string literals not introduced. ( #2369 )
...
* c: fix using pointer before introduced.
* c: init array with string literals not introduced.
To avoid using the concept pointer before it has been introduced,
previously it is changed to array.
But as @geoffliu pointed out,
array initialization using string literals is not introduced either.
So this commit uses neither pointer nor array.
Discussing `i++` and `++i` does not need to involve pointer or array.
* c: use `var = value` instead of `->`.
`->` is typically used for functions.
Thanks, @vendethiel.
2016-09-13 14:14:28 +02:00
Paolo Furini
161edb1f6e
[kotlin/en] Add "if" usage as an expression ( #2367 )
...
* [kotlin/en] Add "if" usage as a function
* [kotlin/en] Change comment on "if" expression
Rephrase the comment to use the term "expression" in place of "function"
2016-09-12 16:33:16 +02:00
Geoff Liu
71b3342f04
Merge pull request #2366 from HmyBmny/patch-1
...
Update c++-cn.html.markdown
2016-09-11 15:52:00 -04:00
Bo Liu
8aaffa3f62
Update c++-cn.html.markdown
...
Line 325: update myDog.printDog() to myDog.print().
2016-09-11 19:20:26 +08:00
Geoff Liu
fbb7ddcac3
Merge pull request #2347 from haiiiiiyun/ruby_zh_cn_update
...
[ruby/zh-cn] sync with English version & minor tweaks
2016-09-09 12:22:08 -04:00
Ale Mohamad
a881273333
[ruby-ecosystem/es] Spanish translation ( #2363 )
2016-09-09 09:33:05 +02:00
Bo Liu
acad88cde9
Update c++-cn.html.markdown ( #2362 )
2016-09-07 10:17:35 +02:00
Andrew Bednoff
925164b40a
[python3/pt-br] - fix head description ( #2361 )
...
fix head description for correct layout view on the site main page https://learnxinyminutes.com
2016-09-07 07:56:05 +02:00
Patrick Callahan
2067ad6a52
[Eng/Python3] add new book: "Learn Python 3.0 VISUALLY" ( #2360 )
...
* add new book
* sanitized link
2016-09-06 18:57:47 +02:00
PhoenixYip
48ca03c3f9
correction for the set comprehension in py3 ( #2358 )
2016-09-06 10:38:47 +02:00
ven
801da0cd8a
Address @geoffliu's comment in #1637
2016-09-06 10:31:03 +02:00
Brett Taylor
5252f94a17
[css/en] Add media queries section, demonstrating basics of print and mobile media queries. ( #1637 )
...
Also improved link to Can I Use
Change HTML snippets to HTML 5
Fix minor whitespace issues
Add myself as a contributor
2016-09-06 10:30:22 +02:00
ven
1bb288155c
fixup
2016-09-06 10:29:48 +02:00
Sawyer Charles
72494f0cd5
[jquery/en][WIP] Added jQuery ( #1708 )
...
* starting jquery
* doc. manipulation methods
* more manipulation
2016-09-06 10:29:02 +02:00
ven
01348c4d58
Update meteor.html.markdown
2016-09-06 10:28:47 +02:00
ven
731526f199
Update meteor.html.markdown
2016-09-06 10:27:53 +02:00
ven
05cbbdee3c
Hopefully this works
...
Hopefully @adambard won't shout at me for breaking everything..
2016-09-06 10:27:13 +02:00
IamRafy
191019111b
Meteor Js ( #1711 )
...
* Livescript is Updated
* Revert "Livescript is Updated"
This reverts commit 9f609e23e6
.
* Meteor js
2016-09-06 10:26:22 +02:00
ven
91c1f6b832
#1733
2016-09-06 10:26:04 +02:00
Matthias Kern
a351799829
[tmux] Updating for version 2.1 ( #1733 )
...
* Update mouse option and remove old window-status-content options for
tmux 2.1 compability
* Add contribution and update timestamp
2016-09-06 10:25:45 +02:00
Martin Pacheco
b59e6fa07d
add new resource link ( #2307 )
...
The link is a PDF elaborated by teachers of the course "Programación 3" (Algorithms and Data Structures) with examples about calculating the order of an algorithm and other topics in the context of asymptotic notation.
This material is publicly listed here: https://eva.fing.edu.uy/pluginfile.php/95278/mod_resource/content/0/Apuntes%20sobre%20An%C3%A1lisis%20de%20Algoritmos.pdf but I uploaded it to Scribd because I know that the link could eventually change since it's hosted in a moodle platform and now and then the teachers change the location of the files.
2016-09-06 10:13:39 +02:00