summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
* fix typoYunfeng Wang2016-10-31-1/+1
| | | `查询一个不存在地键将会返回nil` ->`查询一个不存在的键将会返回nil`
* [php/ru] Add magic constants (#2520)Nasgul2016-10-31-1/+117
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Delete unnecessary line on english. Delete unnecessary line on english. * Update examples add new io and func requestServer * Update go-ru.html.markdown * Add Late Static Binding Add Late Static Binding * Add magic constants Add magic constants * Update php-ru.html.markdown * Update php-ru.html.markdown * Error Handling Error Handling * [php/ru] edit my changes with 80 symbols in line rule. * [php/ru] add removed part from array.
* [jQuery/pt-br] Add jQuery pt-br translation (#2532)Nikolas Silva2016-10-31-0/+131
|
* Merge pull request #2541 from yihongang/matlab_blogsGeoff Liu2016-10-30-2/+4
|\ | | | | Add new reading resources on MATLAB
| * Add new reading resources on MATLABYi Hong Ang2016-10-31-2/+4
| |
* | Merge pull request #2546 from amrue/scala-enGeoff Liu2016-10-30-9/+9
|\ \ | | | | | | [scala/en] Fixed confusing typo
| * | Changed spelling of 'favourite' to use US englishAmru Eliwat2016-10-30-1/+1
| | |
| * | Fixed confusing typoAmru Eliwat2016-10-30-8/+8
| | |
* | | Merge pull request #2547 from amrue/powershell-enGeoff Liu2016-10-30-3/+3
|\ \ \ | | | | | | | | [Powershell/en] Fixed a few spelling errors
| * | | Fixed a few spelling errorsAmru Eliwat2016-10-30-3/+3
| |/ /
* | | Merge pull request #2545 from amrue/css-enGeoff Liu2016-10-30-3/+3
|\ \ \ | | | | | | | | [css/en] Fixed small typo
| * | | Fixed small typoAmru Eliwat2016-10-30-3/+3
| |/ /
* | | Merge pull request #2548 from amrue/chicken-enGeoff Liu2016-10-30-1/+1
|\ \ \ | |/ / |/| | [CHICKEN/en] Corrected small spelling error
| * | Corrected small spelling errorAmru Eliwat2016-10-30-1/+1
|/ /
* | fixes bullet/list issues in AngularJS markdown (#2534)Eric McCormick2016-10-31-14/+17
| | | | | | There looked to be some confused markdown usage; this has been corrected.
* | C/en typo, formatting fixes (#2537)George Gognadze2016-10-31-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Space should be removed. Before: // Access struct members with . After: // Access struct members with. C should be capitalized. Before: // there is no Boolean type in c. We use ints instead. After: // there is no Boolean type in C. We use ints instead. Before: Header files are an important part of c as they allow for the connection of c After: Header files are an important part of C as they allow for the connection of C Before: Header files are syntactically similar to c source files but reside in ".h" After: Header files are syntactically similar to C source files but reside in ".h" Before: files. They can be included in your c source file by using the precompiler After: files. They can be included in your C source file by using the precompiler Before: as the c file. After: as the C file. Before: /* should instead be put in a c file. */ After: /* should instead be put in a C file. */ Before: /* Beyond the above elements, other definitions should be left to a c source */ After: /* Beyond the above elements, other definitions should be left to a C source */ Before: /* a header file but instead put into separate headers or a c file. */ After: /* a header file but instead put into separate headers or a C file. */
* | #2536ven2016-10-31-1/+1
| |
* | add labeled loop breaking for Javascript (#2539)Yi Hong Ang2016-10-31-0/+11
| |
* | Adding new Java 8 features (#2543)Santiago2016-10-31-0/+4
|/ | | | | | | | * Added info on Java generics in Spanish. * Adding new Java 8 features * Removing the section on Generics for the ES-es version
* c++/en typo, formatting fixes (#2531)George Gognadze2016-10-30-3/+3
| | | | | | | | | | | | | | | | | Space should be removed. before: // concatenated_tuple becomes = (10, 'A', 1e9, 15, 11, 'A' ,3.14141) after: // concatenated_tuple becomes = (10, 'A', 1e9, 15, 11, 'A', 3.14141) Typo initialize is correct form. before: map<char, int> mymap; // Will initalize the map with key as char and value as int after: map<char, int> mymap; // Will initialize the map with key as char and value as int Typo corresponding is correct form. before: // To find the value correponsing to a key after: // To find the value corresponding to a key
* [perl6] add myself as contributor (#2530)samcv2016-10-28-0/+1
|
* DTD Compatibility and XML Schema Definitions (#2529)LanaTim2016-10-28-0/+15
| | | DTD Compatibility and XML Schema Definitions
* [vim/fr-fr] New translation (#2517)Thibault2016-10-28-0/+239
| | | | | | | | * Added translation in French for the Vim article * Fixed grammar/typo * Added required changes
* Merge pull request #2522 from adambard/string-builder-loopsAndrew Gallasch2016-10-27-1/+14
|\ | | | | Add StringBuilder usage tip
| * Add StringBuilder usage tipAndrew Gallasch2016-10-27-1/+14
| |
* | Merge pull request #2527 from adambard/byte-infoAndrew Gallasch2016-10-27-1/+9
|\ \ | | | | | | Improve Java doc on bytes and chars
| * | Update java.html.markdownAndrew Gallasch2016-10-27-1/+9
|/ /
* | Merge pull request #2526 from adambard/rename-duplicate-varAndrew Gallasch2016-10-27-1/+1
|\ \ | | | | | | Rename duplicate fooInt int declaration
| * | Rename duplicate fooIntAndrew Gallasch2016-10-27-1/+1
|/ /
* | [jQuery/en] [jQuery/es] Fixes syntax errors (#2525)Gnomino2016-10-27-4/+4
| | | | | | | | | | | | * Fixed syntax errors * Fixes syntax errors
* | [jquery/fr] Adds French translation for jQuery (#2524)Gnomino2016-10-27-0/+142
| | | | | | | | | | | | * Adds French translation for jQuery * Corrects French & JavaScript errors
* | Changes ambiguous class name (#2523)Gnomino2016-10-27-2/+2
| |
* | [perl6] Explain `orelse` operator, add more information about exceptions, ↵samcv2016-10-27-49/+120
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add an Iterables section... (#2505) * More clear names for the module and variables demonstrating declarators (our) for sub's and a few more details in comments * $! is only set when we use "try" not when we disarm an exception with or/orelse thanks to ZoffixZnet for the information here provided here: https://rt.perl.org/Ticket/Display.html?id=129923 * Fix the example from the last commit. Some changes in the try/catch paragraph * Change it so the vim modeline doesn't show up in the final html file(not even as a comment) * Minor grammar fix * Add more information about the .exception method and explain how orelse differs from the or operator * Add link to the Perl6 docs and explain that while the Perl 6 advent calander is a great reference it may be a little older (Posts stopped in Dec of 2015). Also make the columns fit better to 80 characters * Fix in issue with a few of the regex examples, where Perl 6 would warn because the spacing was ambiguous. Explain how you must use two spaces between strings so spacing isn't ambiguous or use the :s adverb to make whitespace meaningful explicitly. Also explain 'm' and using delimiters other than / / * Improve the readability of the phasers introduction * Fix the remaining regex that will warn because of ambiguous spacing * Add an example for ‘quietly’ since it has been implemented now * Update link for precedence order to point to current documentation * Add a section on iterables and show examples for using the lazy method * Some corrections * Change downloaded filename to .p6 instead of .pl * Show vertical line for 80 column width in vim modeline * Update the exceptions section to vendethiel's suggestions
* | A translation of the binary search in french (#2436)Hughes Perreault2016-10-27-0/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * A translation of the binary search in french This commit solves issue #2435 * A few modifications to the translation. issue #2436 * added a space issue #2436 * i.e. => Par exemple, issue #2436
* | A translation of dynamic programming in french (#2465)Hughes Perreault2016-10-27-0/+55
| | | | | | | | | | | | | | | | | | | | | | | | * A translation of dynamic programming in french Issue #2464 * few small corrections voir => le voir, correction du spacing entre "{" "}", ajout d'espaces avant les ":", suppression de " ``` " inutile, suppression du proverbe Issue #2465
* | [Ruby/pt-rb] Add modules explanation as in main file (#1827)DemonKart2016-10-27-2/+56
|/ | | | | | | | | | * Update - Modules. Brazilian portuguese translation according to the main version Signed-off-by: demonkart <alanpcsilva@gmail.com> * Remove conflict remainings, finally * Change transaltors order
* Edit ru translations (#2519)Nasgul2016-10-26-0/+48
| | | | | | | | | | | | | | | | * Delete unnecessary line on english. Delete unnecessary line on english. * Update examples add new io and func requestServer * Update go-ru.html.markdown * Add Late Static Binding Add Late Static Binding
* [php/en] Normalize PHP code style a bit according to PSR-2 (#2518)Peter Kokot2016-10-26-14/+23
|
* Fix the xml file which was saved as ISO-8859 or Latin 1 which wasn't being ↵samcv2016-10-26-2/+2
| | | | generated before (#2514)
* [latex/zh-cn] translation (#2515)minoriwww2016-10-26-0/+277
|
* [jquery/en] Reorganisation of Part 2 ( Events and Effects ) (#2516)Gnomino2016-10-26-14/+4
| | | | | | | | | | * Removes repetition * [jquery] Better organization for Part 2 * [jquery] Re-added click() event and comment * [jquery] Better word for 'calling'
* Grammar fixes and update to a more comprehensive linguage to explain ↵Luis Custodio2016-10-26-46/+36
| | | | concepts. In addition updating the tmux.conf as done on the original doc. (#2512)
* Improved the translation a little bit (#2511)Andreas Loizou (LACK3R)2016-10-26-4/+4
| | | Fixed a couple grammar mistakes.
* [java/el] Modified a sentence in the Greek java documentation (#2510)Andreas Loizou (LACK3R)2016-10-26-3/+3
| | | I'm the initial translator of the file. Modified a sentence to make more sense.
* Remove the byte order mark from the Czech Javascript file. This file… (#2509)samcv2016-10-26-1/+4
| | | | | | | | * Remove the byte order mark from the Czech Javascript file. This file wasn't showing up on the site before but this will fix it :) * Add info on how to check if a file has a byte order marker to the CONTRIBUTING file * Fit into 80 columns width
* [yaml/ko-kr]Translate YAML doc (#2488)Wooseop Kim2016-10-26-0/+172
| | | | | | * Translate YAML doc * Add (EN) tags
* Bring this version up to date with the english one (#2508)Tommaso2016-10-25-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Bring this version up to date with the english one The following commits were taken into consideration and translated into italian: 777423dcc519b2f25bbcf5238c12ee3a0d4c67c9 9ee3a687204cbe6caaa11b9fd28470651a70ae2b ba06e9af37fda3dd363ab5a39bf03cd65bbe2ddd c05400477b05eb2f5f9ef7fb2d168c84e14fc26e e1d2f8c718858323e1716cc0bde4c652e9b87ce6 375f0c18ae9b8d8732c480d0647becf1e82adf3e a9bcaffd36dc3d3bfa6ec50f1861c9d006631d0b 85adff2c39e6eae77a915638961f2144ef18b5c9 451ccaec5b489f0144cf3d537c0debb73ebd3c82 c60ddc6ef5d80cc87b051b848ccce0b7f335f5f1 a6eb459b611b67132c76e34095afd87a5aada78c b238a58c9768d3b7694c4f02cbfe5ba2cac0015a e60a7d73e846e683bd4345cff4d1a514beab5b91 db903ac5b6c80fa4b0e8502fb4b3abfd1bed07ee cdd64ecee34af20ed101ba5dc8d7dc73a8189c15 14c85ba0ffbb66d9c2a056006cedaa90df8f22f4 5bda926dcc79dea4e936cc752fd1ff00e29d71bb ab1acb1bb265577ea4f189d203ac35726f02970a 0049a475edba88f6537b2490ca9506df23b46368 a4a7b2dd8308a8d67722d8c93e4c1a8c052f7f6a 299d064ecf7598144e49ef336e0abd00ccc4ae16 2c944368244deedff40874133ac05b8470a389f4 5f89f277b9b2ee778ccc2e2f044b3f7dbbb6c5ea b3b5ece63ce00ed5983374b91d150515c5a90f69 912d546dc7e6c83cbac4800aff6116dd77101b5d 0387bd30fc91f82b19e8e60c8969391a5c04fc28 e053806775d18e14bb5de2adcdf8369d6566ce45 * Add myself as a translator
* Bring this version up to date with the english one (#2507)Tommaso2016-10-25-34/+164
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following commits were taken into consideration and translated into italian: 777423dcc519b2f25bbcf5238c12ee3a0d4c67c9 9ee3a687204cbe6caaa11b9fd28470651a70ae2b ba06e9af37fda3dd363ab5a39bf03cd65bbe2ddd c05400477b05eb2f5f9ef7fb2d168c84e14fc26e e1d2f8c718858323e1716cc0bde4c652e9b87ce6 375f0c18ae9b8d8732c480d0647becf1e82adf3e a9bcaffd36dc3d3bfa6ec50f1861c9d006631d0b 85adff2c39e6eae77a915638961f2144ef18b5c9 451ccaec5b489f0144cf3d537c0debb73ebd3c82 c60ddc6ef5d80cc87b051b848ccce0b7f335f5f1 a6eb459b611b67132c76e34095afd87a5aada78c b238a58c9768d3b7694c4f02cbfe5ba2cac0015a e60a7d73e846e683bd4345cff4d1a514beab5b91 db903ac5b6c80fa4b0e8502fb4b3abfd1bed07ee cdd64ecee34af20ed101ba5dc8d7dc73a8189c15 14c85ba0ffbb66d9c2a056006cedaa90df8f22f4 5bda926dcc79dea4e936cc752fd1ff00e29d71bb ab1acb1bb265577ea4f189d203ac35726f02970a 0049a475edba88f6537b2490ca9506df23b46368 a4a7b2dd8308a8d67722d8c93e4c1a8c052f7f6a 299d064ecf7598144e49ef336e0abd00ccc4ae16 2c944368244deedff40874133ac05b8470a389f4 5f89f277b9b2ee778ccc2e2f044b3f7dbbb6c5ea b3b5ece63ce00ed5983374b91d150515c5a90f69 912d546dc7e6c83cbac4800aff6116dd77101b5d 0387bd30fc91f82b19e8e60c8969391a5c04fc28 e053806775d18e14bb5de2adcdf8369d6566ce45
* [vim/ru] Translate Vim doc (#2506)Anton2016-10-25-0/+237
| | | | | | * [vim/ru] Translate Vim doc * Add '(EN)' label to links, and replace Arch wiki link with russian version
* [json/ko-kr]Translate JSON doc (#2485)Wooseop Kim2016-10-25-0/+80
| | | | | | * Translate JSON doc * Use ko-kr links