Commit Graph

5073 Commits

Author SHA1 Message Date
ven
1311f4dbb2 manually merge #1838 2016-06-26 14:41:30 +02:00
julianaortga
a24bafe5cb [git/es] updated further information (#1831) 2016-06-26 14:39:28 +02:00
julianaortga
9592b8fc43 [css/es] Updated translation (#1830)
* updated resources and further reading [css/es]

* minor fix and spellchecking
2016-06-26 14:39:14 +02:00
julianaortga
243ef338ab update further reading [c/es] (#1829) 2016-06-26 14:38:29 +02:00
Sachin Divekar
d1216a4253 Add an example of trap command (#1826)
* Begin writing document for PCRE

Started writing learnxinyminutes document for PCRE to cover general purpose regular expressions. 
Added introduction and a couple of details.

* Change introductory example for regex

The old example was incorrect. It's replaced with a simple one.

* Add some more introductory text

* Add first example

* Added more example and a table for proper formatting

* Add few more examples

* Formatting

* Improve example

* Edit description of character classes

* Add a way to test regex

Add https://regex101.com/ web application to test the regex provided in example.

* Add example of trap command 

trap is a very important command to intercept a fatal signal, perform cleanup, and then exit gracefully. It needs an entry in this document.

Here a simple and most common example of using trap command i.e. cleanup upon receiving signal is added.

* Revert "Add example of trap command"

* Add an example of trap command

`trap` is a very important command to intercept a fatal signal, perform cleanup, and then exit gracefully. It needs an entry in this document.

Here a simple and most common example of using `trap` command i.e. cleanup upon receiving signal is added.
2016-06-26 14:38:05 +02:00
Carolina Knoll
d4aa031d55 Create asymptoticnotation-pt.html.markdown (#1820) 2016-06-26 14:34:35 +02:00
ven
b46e577526 Metadata fixups for #1673 2016-06-26 14:33:01 +02:00
ven
b76ab9f2b5 Fixup metadata for #1673 2016-06-26 14:32:48 +02:00
Vipul Sharma
cdda9936e9 Added Hindi amd (#1673)
* Added Hindi amd.html.maarkdown

* Added D.html.markdown

* removed

* Added D.html.markdown

* Fixing..

* Added D.html.markup finally
2016-06-26 14:32:15 +02:00
Devin Soni
912d546dc7 add dict.items() (#2290) 2016-06-26 14:30:39 +02:00
Felipe Martins
7895dcc604 Add example of an int is divided by a double (#2284) 2016-06-21 23:20:59 +02:00
Nemil Dalal
eaf0307775 Security additions + edits (#2281)
* Edits with a focus on security risks

* Modified example

* Flip sign - example of the risk of Solidity code when published to an append only ledger

* Fixed formatting
2016-06-20 20:56:44 +02:00
Keith Miyake
bf32d58d75 [SASS] Add control directives, and misc. fixes (#1805)
* [SASS] Add control directives, other selector uses, and variables in selector names

* sass: add contributor credit
2016-06-19 15:59:26 +02:00
ven
0484537a1c Fix yaml in #1815 2016-06-16 15:22:17 +02:00
ven
1e117c111f fix yaml in #1815 2016-06-16 15:22:06 +02:00
Jeroen Deviaene
02eec22922 Translated Markdown to dutch (#1815)
* Translated Markdown to dutch

* Translated Bash to dutch
2016-06-16 15:21:35 +02:00
ven
5affe64801 String length by #1742 2016-06-16 15:19:43 +02:00
ven
b3b5ece63c String length by @thesourabh 2016-06-16 15:18:30 +02:00
ven
d82da8357c Fix filename for #1812 2016-06-16 15:09:37 +02:00
Juraj Kostolanský
114387de05 [json/sk] Slovak translation for JSON (#1812) 2016-06-16 15:09:07 +02:00
Ryan
367f1477f9 Change curly braces statement (#1804)
The '$$' before the braces was a bit confusing. I added a couple lines that show that you have options on where the '$' goes when it comes to curly braces in strings.
2016-06-16 15:04:40 +02:00
ven
84260a4cda Add filename to fix #1811 2016-06-16 15:03:46 +02:00
Juraj Kostolanský
cc9d2ca4a1 [coffeescript/sk] Slovak translation for CoffeeScript (#1811) 2016-06-16 15:03:19 +02:00
Adam Bard
1e05147e2f Merge pull request #2272 from Subzidion/master
[go/en] Updated variable references
2016-06-07 21:30:27 -07:00
Adam Bard
30c8d8819a Merge pull request #2273 from felipemfp/patch-1
[c++/pt-br] Fix some typos
2016-06-07 21:29:37 -07:00
Geoff Liu
9ad088859e Merge pull request #2275 from kedaio/master
zfs/zh-cn add simplied Chinese translation for zfs
2016-06-07 16:59:15 +02:00
kedaio
0a93da2000 update according to reviewer feedback
updated translation according to reviewer's feedback
2016-06-07 09:57:17 -04:00
kedaio
18a78a7aae Update zfs-cn.html.markdown
added remark on what is zfs clone
2016-06-07 03:44:37 -04:00
kedaio
c4077317b3 Update zfs-cn.html.markdown
completed translation
2016-06-07 03:38:55 -04:00
kedaio
8b2eff3f0b start translation for zfs - lang zh-cn
first para translated. commit to see if this mess up the format.
2016-06-07 00:16:38 -04:00
Peter Wu
3684cae8c7 tcl: fix error in no-braces example (#2274) 2016-06-06 11:47:47 +02:00
Felipe Pontes
c450701b46 [c++/pt-br] Fix some typos 2016-06-04 10:02:37 -03:00
Carl
427f87c655 Updated closure
Corrected closure example that referenced assigning x to e^10, which does not happen in this iteration. Set x to a value large enough to make the comments hold true.
2016-06-04 00:26:18 -07:00
ven
4e118150a2 tiny fixes to cmake 2016-05-30 15:55:57 +02:00
ven
b891d0d7e1 fix minor typo 2016-05-30 15:54:45 +02:00
Andre Polykanine A.K.A. Menelion Elensúlë
060da6fe0c Merge pull request #1863 from Lidenburg/master
[brainfuck/sv] Create swedish branch and add brainfuck
2016-05-28 02:12:17 +03:00
Andre Polykanine A.K.A. Menelion Elensúlë
816c113c39 Merge pull request #2186 from kafeg/patch-1
[c/ru] Small grammar fixes
2016-05-28 02:09:02 +03:00
José Antonio Chio
e1dc35b350 Update javascript-es.html.markdown (#2267) 2016-05-27 16:12:43 +02:00
Christian Albrecht
964273453a added rust in german (#1794) 2016-05-27 11:31:23 +02:00
ven
bd07416a0e Fix es-es/groovy headers (#1791) 2016-05-27 11:30:43 +02:00
Jhoon Saravia
4ba201c541 [groovy/es] Groovy translated to Spanish (#1791)
* Fix extra character on Groovy documentation

* Translate Groovy to Spanish
2016-05-27 11:30:17 +02:00
ven
1288ddaac3 Fix cs-cz/javascript headers (#1773) 2016-05-27 11:27:36 +02:00
MichalMartinek
9aea9445f2 Czech translation for JS (#1773) 2016-05-27 11:26:56 +02:00
Jacob Ritchie
2b7eadaa80 Edited tcl.html.markdown to fix a few bugs in the code and formatting error. (#1777) 2016-05-27 11:25:13 +02:00
ven
cdc8ff6e6c Fix headers for cs-cz/css (#1771) 2016-05-27 11:24:54 +02:00
MichalMartinek
e0a5ad7353 Czech translation for CSS (#1771) 2016-05-27 11:24:07 +02:00
ven
828e2ad8aa Fix haskell-ro headers (#2266) 2016-05-27 11:22:48 +02:00
Petru Dimitriu
2f29565a7b Fixed typos for latex-ro, added haskell-ro (#2266) 2016-05-26 21:00:16 +02:00
Adam Bard
88d2e36677 Remove nix highlighting (we don't have it) 2016-05-19 11:11:39 -07:00
Bill Panagiotopoulos
470893c93a Update css-gr.html.markdown (#2263) 2016-05-19 16:16:11 +02:00