Spurlow
988e37ffbc
Merge pull request #2022 from Hellseher/commonlisp-hellseher-add-links
...
[common-lisp/en] More links
2015-11-27 11:43:38 +07:00
Spurlow
997eb086a1
Merge pull request #2037 from cbess/master
...
- [swift/en] Add error handling examples
2015-11-27 11:43:09 +07:00
Spurlow
4a465720e0
Merge pull request #2024 from TerkaSlan/master
...
[Git/sk]Translation for Git to Slovak
2015-11-27 11:42:35 +07:00
Spurlow
d16af7d04c
Merge pull request #2027 from hejmsdz/master
...
[python/pl] Fix typos, improve the language
2015-11-27 11:42:11 +07:00
Spurlow
8fd639eeba
Merge pull request #2031 from byaruhaf/patch-1
...
[erlang/en] Replaced 'or' with a semicolons
2015-11-27 11:41:44 +07:00
Spurlow
8a7d5b7186
Merge pull request #2032 from KateRita/CSharp
...
[C#/en] Grammar/clarity update in comments about File Naming
2015-11-27 11:40:52 +07:00
Spurlow
f70f98b5cb
Merge pull request #2039 from Laoujin/master
...
New language: PowerShell
2015-11-27 11:40:12 +07:00
Spurlow
099d5e1a6c
Merge pull request #2034 from louis9171/master
...
[Python 3] Fixed erroneous outputs stated in comments
2015-11-27 11:39:42 +07:00
Spurlow
812fa4bab4
Merge pull request #2035 from Gnomino/master
...
[python3/cs] [python3/es] [python3/fr] [python3/ru] [python3/tr] [python3/zh] Corrects the result of math.sqrt(16)
2015-11-27 11:39:14 +07:00
Spurlow
5fcdfdf06c
Merge pull request #1882 from Pink401k/sass
...
[sass/en] Cleaning up wording and formatting
2015-11-27 11:36:10 +07:00
Spurlow
602afd494a
Merge pull request #1688 from duci9y/duci9y-patch-2
...
[json/en] Cut noise, formatting, links.
2015-11-27 11:32:06 +07:00
Laoujin
3cbcf0e983
[PowerShell/en] More usefull snippets and interesting projects
2015-11-27 04:05:53 +01:00
Laoujin
0b7c612c3e
[PowerShell/en] IO, Interesting Projects, Not Covered, Exception Handling, UseFull stuff, max line 80.
2015-11-27 03:49:34 +01:00
Laoujin
bc47915c8f
[PowerShell/en] control-flow, pipeline, getting help
2015-11-27 02:37:30 +01:00
Laoujin
4d44e241d7
[PowerShell/en] execution-policy, builtin variables, configure your shell
2015-11-27 01:07:45 +01:00
Laoujin
083eb1c4a5
[PowerShell/en] intro
2015-11-27 00:19:06 +01:00
Andre Polykanine A.K.A. Menelion Elensúlë
bd52d4e7d5
Merge pull request #2016 from dellis23/master
...
[d/en] Fix variable name typo in dlang examples.
2015-11-26 22:42:14 +02:00
Nemil Dalal
1f4738cbc7
Several fixes per Andreas's feedback
2015-11-24 00:09:10 -05:00
Nemil Dalal
08f3ee3687
Added remove function
2015-11-23 16:39:05 -05:00
Nemil Dalal
d5bcbceb21
Fixed withdrawal check
2015-11-23 16:07:17 -05:00
Nemil Dalal
92a736f5e0
Added solidity
2015-11-23 16:02:00 -05:00
C. Bess
50fca171c5
- added error handling example
...
- add do-try-catch examples
- add throw example
2015-11-23 13:12:49 -06:00
C. Bess
8ca7f472ec
Merge remote-tracking branch 'adambard/master'
2015-11-23 13:06:30 -06:00
ven
2d67c58d7f
Merge pull request #2036 from fighterleslie/pr-hash
...
[ruby/en] Replace Hash#has_key? with Hash#key?
2015-11-23 08:20:52 +01:00
Leslie Zhang
e7dc56273f
Replace Hash#has_key? with Hash#key?
...
1. Replace Hash#has_key? with Hash#key?
2. Replace Hash#has_value? with Hash#value?
2015-11-23 09:14:49 +08:00
ven
a3ef58088e
Merge pull request #2030 from antoin-m/master
...
[javascript/fr]: Add es6 updates to javascript
2015-11-21 21:24:07 +01:00
Gnomino
7933ea3ce0
Applies a1ed02d6fa
to translations
2015-11-21 19:08:39 +01:00
Louis Christopher
69e1ee4ad0
Merge pull request #1 from louis9171/louis9171-python3
...
Fixed erroneous output and added a little clarity on the matter
2015-11-21 19:45:50 +05:30
Louis Christopher
3c4a2ff91c
Fixed erroneous output and added a little clarity on the matter
...
list.index(argument) would return the index of the item in the list that first matched the argument
It will not return the value stored at the index of the argument as it was prior.
Added some more clarity to the subject as well.
2015-11-21 19:44:23 +05:30
Louis Christopher
30e364f410
Fixed erroneous output stated in a comment
...
range( start = lower limit, End is < Upper limit , Step)
The upper limit is never printed. Fixed the error.
2015-11-21 19:28:59 +05:30
ven
1421373f87
Merge pull request #2033 from kirbyfan64/kirbyfan64-patch-1
...
Fix typo in Perl 6 example (closes #2025 )
2015-11-20 08:10:40 +01:00
Ryan Gonzalez
dff8b792c6
Fix typo in Perl 6 example ( closes #2025 )
2015-11-19 17:53:49 -06:00
Kate Reading
bb1e07bbb7
Clarified grammar in LearnCSharp comment about naming files relative to the classes they contain. Otherwise the two comment lines blended together and were a little comfusing.
2015-11-19 11:23:19 -08:00
Terka Slan
20eb659e7b
Translated latex to slovak
2015-11-19 17:59:11 +01:00
Byaruhanga Franklin
5a62ebbc85
Replaced 'or' with a semicolons
...
Replaced 'or' with a semicolons since the paragraph above is talking about using semicolons
2015-11-19 15:51:08 +03:00
Michel Antoine
f2d6b50bd4
Remove the iterator part and add for..in and for..of
2015-11-18 23:54:39 -08:00
Michel Antoine
946b4f2602
Add French Javascript ES6
2015-11-18 23:39:51 -08:00
ven
9e4274f7c7
Merge pull request #2028 from zoffixznet/catch-var
...
Perl6: $! is not available inside the CATCH{} (Possibly)
2015-11-17 20:30:20 +01:00
Zoffix Znet
e538185c0a
$! is not available inside the CATCH{}
2015-11-17 13:47:55 -05:00
Mikołaj Rozwadowski
913830a6b3
Fix typos, improve the language
2015-11-16 23:09:22 +01:00
Terka Slan
70fa51fa36
Added LearnGit-sk.txt and adjusted the markdown file
2015-11-16 23:07:44 +01:00
Terka Slan
42e8218146
Translated git to Slovak and repaired formatting
2015-11-15 22:25:18 +01:00
Terka Slan
cde6ea6ca2
Translated Git to Slovak[sk-sk]
2015-11-14 20:24:51 +01:00
ven
43a5bde58e
Merge pull request #2023 from hperreault/master
...
"lang: hu-hu" line was missing in hungarian coffeescript
2015-11-14 20:17:44 +01:00
Hughes Perreault
68c659b366
"lang: hu-hu" line was missing
...
trying to fix issue #2013
2015-11-14 13:57:01 -05:00
Hellseher
b20abcb791
[E] styling links
2015-11-14 00:33:00 +00:00
Hellseher
452b0bb219
[A] extra links
...
Links :
: CLiki
: Awesome Common Lisp
: COMMON LISP A Gentle Introduction to Symbolic Computation
: Common-Lisp.net
2015-11-14 00:24:46 +00:00
ven
aaf20aad09
Merge pull request #2018 from hperreault/master
...
[hy/fr]
2015-11-13 17:51:19 +01:00
Hughes Perreault
e3de8870ca
ressemble -> ressemblent
2015-11-13 11:48:48 -05:00
Hughes Perreault
2c33662024
nam -> nom, pré-construit -> natif, un -> a
2015-11-13 11:15:58 -05:00