hugo
1bfd17ee7d
example 2
2017-07-15 12:09:52 -07:00
hugo
bad152cde0
example
2017-07-15 12:08:09 -07:00
hugo
1a2d09eb81
string patterns
2017-07-15 11:50:55 -07:00
hugo
3d3ab700d1
string funcs
2017-07-15 11:33:24 -07:00
hugo
915a4b21f7
awk-es script trig funcs
2017-07-15 02:02:03 -07:00
hugo
fed2f2a19e
awk-es script concatenate
2017-07-15 01:21:00 -07:00
hugo
a276468f29
awk-es script start
2017-07-15 01:16:11 -07:00
hugo
0f90bc5e5c
awk-es intro
2017-07-15 00:40:58 -07:00
hugo
05dba0fb24
awk-es created
2017-07-15 00:27:55 -07:00
bugsnail
341d7b3c66
fix wrongly written ( #2797 )
2017-07-13 09:50:58 +02:00
Sylvain Abélard
11de91491d
[ruby fr-fr] more details, more examples ( #2796 )
2017-07-11 15:37:49 +02:00
Sylvain Abélard
3d2f171cd8
Update ruby-ecosystem-fr.html.markdown ( #2795 )
...
Only french and typo fixes.
The content might be outdated too: Ruby 2.5 instead of 2.0
2017-07-11 14:52:39 +02:00
Mathieu Gemard
e9bb96aaa1
[java/en] adding an exemple to ternary operator ?: ( #2794 )
...
We could think we always had to use = with ?:
2017-07-11 11:08:23 +02:00
Samantha McVey
df6f8630a3
[perl6] Lists are not Arrays. Make this clear
...
Lists are immutable while Arrays are mutable. Arrays are
which have the @ sigil.
2017-07-10 21:40:26 -07:00
hromojaro
ade91a6fd9
[amd/es-es] Replace 'Tópico' with 'Tema' ( #2790 )
2017-07-10 15:55:40 +02:00
Mathieu Gemard
4a359c303f
[java/en] few changes ( #2788 )
2017-07-09 18:39:21 +02:00
Adam Bard
b67ac8da07
Update LOLCODE.html.markdown
2017-07-04 13:24:03 -07:00
Adam Bard
70f7c0e119
Update rst.html.markdown
2017-07-04 13:23:42 -07:00
Andy
281529b1fe
[scala/de] Backport traits keyword explanation ( #2781 )
2017-07-04 21:59:52 +02:00
Andy
84c3574918
[scala/en] Add traits in objects chapter ( #2760 )
...
* [scala/en] Add traits in objects chapter
* [scala/en] Traits: Describe traits keywords
2017-07-04 20:21:45 +02:00
Nomadic
362135e6bc
[nim/ru] Translation Nim to russian ( #2778 )
...
* Translation Nim to russian
* EN tag for all links
2017-07-04 15:02:46 +02:00
ven
ccce8de379
Remove nonstandard contributor/author sections
2017-07-04 14:01:21 +02:00
spacegoing
e95f38d53d
[elisp/en] fix typo ( #2770 )
...
the example boldified the color instead of colorizing them
2017-07-04 14:00:51 +02:00
ven
88e1938994
fix #2700
2017-07-04 13:34:50 +02:00
gondo
801484a23b
more clear explanation for interface ( #2779 )
...
more clear explanation why interface is consider defined without specifically declaring it (like in other languages `pair implement Stringer`)
2017-07-02 14:38:55 +02:00
Alfonso Millan
e78e41ce30
Update python3.html.markdown ( #2776 )
2017-06-29 10:36:01 +02:00
Julien Dehos
ec10b15702
fix typo ( #2772 )
2017-06-24 22:20:50 +02:00
ranwise
5b4c74365c
Fix typo ( #2764 )
2017-06-18 21:49:03 +02:00
Mathieu Gemard
fc58f4d120
[java/en] typo ( #2763 )
2017-06-18 14:26:36 +02:00
Yerkebulan Tulibergenov
34b6b504fa
[PHP/en]Fix small typo in PHP English tutorial ( #2761 )
2017-06-16 09:40:47 +02:00
Esteve Aguilera
1adf002021
Fix typo ( #2757 )
2017-06-16 09:40:32 +02:00
Nick
3983b8c35a
[haxe/en] Fix typo ( #2756 )
...
- [x] I solemnly swear that this is all original content of which I am the original author
- [x] Pull request title is prepended with `[language/lang-code]`
- [x] Pull request touches only one file (or a set of logically related files with similar changes made)
- [x] Content changes are aimed at *intermediate to experienced programmers* (this is a poor format for explaining fundamental programming concepts)
- [x] If you've changed any part of the YAML Frontmatter, make sure it is formatted according to [CONTRIBUTING.md](https://github.com/adambard/learnxinyminutes-docs/blob/master/CONTRIBUTING.markdown )
- [x] Yes, I have double-checked quotes and field names!
Output:
My dog's name isfido, and his other favorite thing is a: teddy
New output:
My dog's name is fido, and his other favorite thing is a: teddy
2017-06-11 23:45:03 +02:00
Adam Bard
d2e85e0acd
Merge pull request #2752 from rlgreen91/fix_js_en_typo
...
[Javascript/en]Corrects typo in prototype section.
2017-06-09 15:48:01 -07:00
Adam Bard
e6d72fd17d
Merge pull request #2755 from tomkel/master
...
[scala/en] fix anologus typo
2017-06-09 15:47:15 -07:00
Tommy Kelly
8d76182d52
[scala/en] fix anologus typo
2017-06-09 13:52:53 -07:00
Ian Miell
8d78277bbc
[shutit/en] shutit added ( #2754 )
2017-06-09 18:18:53 +02:00
Adam Bard
fe63139343
Update shutit.html
...
shell->bash (for my poor server's health)
2017-06-08 16:58:50 -07:00
rlgreen91
966886c6a9
Corrects typo in prototype section.
2017-06-08 16:35:17 -05:00
zhengbuqian
0567c07764
[sml/zh-cn] Chinese Translation for Standard ML ( #2750 )
...
* translate sml to chinese to line 105
* finish translation of sml into chinese
2017-06-08 19:37:27 +02:00
Kidhanis De Jesus
846abc4d9a
[en/java] Modify the Animal abstract class ( #2751 )
...
* Fix word order in class documentation
* Change access level modifier of age variable
The comment inside eat() mentions that the variable is private.
Furthermore, there would be no error if the variable were used inside
Dog given the current access level.
2017-06-08 19:29:56 +02:00
Xuan (Sean) Luong
0c1d3dc27a
[html/vi-vn] Add HTML tutorial in Vietnamese ( #2749 )
...
* [html/vi-vn] Add HTML tutorial in Vietnamese
* Address vendethiel's comments
2017-06-07 16:48:40 +02:00
Xuan (Sean) Luong
04b6f42964
[python3/vi-vn] Add Python 3 tutorial in Vietnamese ( #2747 )
...
* Add Python 3 tutorial in Vietnamese
* Create a separate translators section
2017-06-06 16:53:34 +02:00
Alper Yilmaz
8f56f54c5e
fixed node notation ( #2745 )
...
nodes should be indicated with regular parenthesis `()`, some lines contained nodes within square brackets `[]`
2017-06-06 13:58:57 +02:00
Ian Miell
3ede04c52f
[shutit/en] shutit added ( #2746 )
...
* [shutit/en] shutit added
* [shutit/en] pause point corrected
2017-06-05 17:39:22 +02:00
Yan Zhang
a2ee84b201
fix broken URL for vim ( #2744 )
2017-06-01 11:31:14 +02:00
Yerkebulan Tulibergenov
bb1d9c2a9e
[Java/en]Fix small typo in Java English tutorial ( #2743 )
2017-05-31 09:58:51 +02:00
Xavier Sala
b287837c73
[groovy/ca-es] Catalan translation of Groovy ( #2742 )
...
* Afegit Go en català
* Go in catalan
* added Kotlin
* kotlin in catalan 80 chars
* Added -ca to the kotlin filename
* Translated Groovy to catalan
* Missed -ca
* Copy & paste problems in the header :-P
2017-05-30 14:25:28 +02:00
Xavier Sala
8bf95851e1
[go/ca-es] catalan translation of Go ( #2741 )
...
* Afegit Go en català
* Go in catalan
* added Kotlin
* kotlin in catalan 80 chars
* Added -ca to the kotlin filename
2017-05-28 17:51:52 +02:00
Aaroh Mankad
bea057020f
[c/en-en] Make reference link in footer/summary link to Stack Overflow article ( #2739 )
...
* Make reference link in footer/summary link to Stack Overflow article
* remove name from list of contributors
2017-05-26 20:02:32 +00:00
bezigon
1ac2f69479
Update typescript.html.markdown ( #2738 )
...
https://github.com/adambard/learnxinyminutes-docs/issues/2737
2017-05-25 15:35:08 +00:00