| Commit message (Collapse) | Author | Age | Lines |
... | |
| | | | | |
|
|\ \ \ \ \ |
|
| | | | | | |
|
| | |/ / /
| |/| | |
| | | | | |
Fixes #2482
|
| | | | |
| | | | |
| | | | |
| | | | | |
This was a really cool & useful trick/feature that I found while
learning C#.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* [ruby-ecosystem/de] typo fixes
* move name to translators section
* remove trailing whitespace
* revamp sentence
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* Añadido html en español
* traduccion html a español sin revision
* Traduccion html al español corregido
* Correccion de la configuraciond el header
* Correccion de links
* creacion del archivo en la carpeta de traduccion
* traduccion busqueda binaria español
* traduccion programación dináica al español
* creacion del archivo en español de edn
* traduccion edn al español
* Move Spanish SASS tutorial to the ES folder (#2468)
* [c/pt_br]Fix correct name #define (#2469)
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
Links were positioned inside a code block, preventing markdown
to parse links to HTML version
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* explain that you can place the human and bat classes into seperate
files
* explain how to import specific functions from other files
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
dynamically scoped variables.. (#2475)
* Explain that you cannot pass immutable values like integers to subs even if you use $n is rw.
* Add myself as a contributor
* Remove contributor since I am not a major contributor
* Add many more smartmatch examples. Make the ternary operatory clearer and add a code example for it. Make the section for && and || have a working code example and show the output it gives
* Fix assigning $a $b and $c values in the && operator section
* Rename a few things so they don't conflict with variables in other parts of the code
* Remove extra dashes
* Move description of smartmatch type checks toward the end of that section
* Better names for scoping examples
* Redo the example for dynamically scoped variables so the example is better and functions properly when ran (old example did not work properly when running it by itself)
* Rename these classes so they aren't named the same as the ones above
* Add information about the different twigils in Perl 6. This makes understanding what $. $! and $* are and how they relate. Also complete the renaming in the previous commit
* Fix capitalization and indenting here
* Using the word interpolate to mean accessing an element of an array is not the proper terminology. Using the word interpolate is usually associated with things such as this: say "@names = { @names.perl }"
* Make the wording a little clearer for arrays
* Remove incorrect information about hashes. Hashes are not arrays of pairs although Perl 6 makes it easy to use them as such
* Make the subroutine text read better
* Clean up the Object Model introduction section
* Fix the section on interpolating all elements of an array
* Use the word attribute instead of field since this is the wording that the perl 6 documentation uses for these objects
* Fix column width in a few places
* More clearly mark which twigils are used for "normal" variables and which ones are used on "objects". This makes the flow from the # Scoping => # Twigil => # Object Model section smoother
* Semi-rewrite the example for object inheritance and use more natural names. Also rename class A to class Attrib-Class
* Clean up the scoping introduction a little
* Remove a leftover line from rewriting the inheritance example
* More gradually introduce exceptions and fix a typo, as well as adding a few examples
* Reorder introduction of packages to be more natural. Show how to "use" a package before we show how to create and declare our own modules
* Avoid using the word 'use' because we're not refering to the perl keyword 'use'
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* updated docs on division for python3
prev. docs were confusing, did not show how to actually divide.
* modified language about python division
* fixed grammar
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
(#2472)
* Explain that you cannot pass immutable values like integers to subs even if you use $n is rw.
* Add myself as a contributor
* Remove contributor since I am not a major contributor
* Add many more smartmatch examples. Make the ternary operatory clearer and add a code example for it. Make the section for && and || have a working code example and show the output it gives
* Fix assigning $a $b and $c values in the && operator section
* Rename a few things so they don't conflict with variables in other parts of the code
* Remove extra dashes
* Move description of smartmatch type checks toward the end of that section
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* [vim/pt_br] Translate vim to portuguese
* [vim/pt_br] Updating references
Plus translating titles and adding (EN) tag on english links
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Using `is rw´ (#2471)
* Explain that you cannot pass immutable values like integers to subs even if you use $n is rw.
* Add myself as a contributor
* Remove contributor since I am not a major contributor
|
| | | | | |
|
| | | | | |
|
| | |/ /
| |/| | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* Translate html to german
* Add EN label to resources in English
|
| | | |
| | | |
| | | | |
trying to fix #2417
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* Add Spanish version for the Sass tutorial
* Add EN label to resources in English
* Add better translation
|
| | | | |
|
| | |/
| |/|
| | |
| | |
| | |
| | | |
* Fix typos in Sass tutorial
* Restore contributors meta info
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | | |
There is no $ when one referencec the name of a variable as Bash is not PHP.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* kotlin: remove unnecessary semicolons.
Also replace code block language `java` with `kotlin`.
* kotlin: change coding style (Kotlin Reference)
* kotlin: anonymous function -> lambda expression
Anonymous functions and lambda expressions are different in Kotlin.
The code example uses `anonymous function` in the comment,
while the code below is in fact lambda expressions.
* Remove myself from contributors.
Not for trivial changes.
* kotlin: fix a typo.
Thanks @geoffliu to point out this.
* kotlin: change style of default parameter according to Referenec.
|
| | |
| | |
| | |
| | |
| | |
| | | |
* Dynamic programming translation to PT-BR
* Added EN tag to resources subtitle
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* Añadido html en español
* traduccion html a español sin revision
* Traduccion html al español corregido
* Correccion de la configuraciond el header
* Correccion de links
* creacion del archivo en la carpeta de traduccion
* traduccion busqueda binaria español
* traduccion programación dináica al español
|
| | |
| | |
| | |
| | | |
* [csharp/en] - Attempts to address issue #1064 by using a different parallel example.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- Added documentation and sample code pertaining to try-with-resources to
the Java documentation.
- Converted all Oracle and GitHub http links to https.
- Added my name to the contributors list since this is my second time
contributing.
- Special shoutout to @enkidevs for teaching me about try-with-resources.
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
version (#2429)
|
| | |
| | |
| | | |
This commit fixes #2416
|
| | |
| | |
| | |
| | |
| | |
| | | |
* Updated code according Swift v.3
* [swift] Removed "where" in conditional statements
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* Binary Search translation to pt-br
* Dynamic Programming translation to pt-br
* DP translation reverted
* Binary Search translation to pt-br
* Dynamic Programming translation to pt-br
* DP translation reverted
* Update binary-search-pt.html.markdown
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* Añadido html en español
* traduccion html a español sin revision
* Traduccion html al español corregido
* Correccion de la configuraciond el header
* Correccion de links
* creacion del archivo en la carpeta de traduccion
* traduccion busqueda binaria español
|
| | |
| | |
| | |
| | |
| | |
| | | |
* Initial translation
* Fixed accent marks
|
| | |
| | |
| | |
| | |
| | |
| | | |
* Initial translation
* Added missing end mark
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* Initial version of translation
* Traslated - Vim english to spanish
* Fixed indentations
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* Initial translation
* Fixing typos and orthography
* Added (EN) tags and missing accent marks
|
| | | |
|
| | | |
|