| Commit message (Collapse) | Author | Age | Lines |
... | |
| | | | |
| | | | |
| | | | |
| | | | | |
identified incorrect encodings that used to be present on older commits. This will help ensure this won't happen again, giving people instant feedback and allowing all pull requests to be checked
|
| | | | | |
|
|/ / / / |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The result of division is always a float.
e.g.
35/5 = 7.0
10 / 3 = 3.3333333333333335
10.0 / 3 = 3.3333333333333335
10 / 3.0 = 3.3333333333333335
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
|/ / / |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
* Added vim tutorial translation to Polish language
* Fixed spelling errors
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* DTD Compatibility and XML Schema Definitions
DTD Compatibility and XML Schema Definitions
* [html/ru]
@ToDo translate html example
* Update html-ru.html.markdown
* Update html-ru.html.markdown
* [html/ru] update page
[html/ru] update page
* хъ
* [html/ru]
[html/ru] edited part of html ru page.
* [html/ru] update translations
[html/ru] update translations
* [html/ru]
finish translate html
* [html/ru] edit links
edit links
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* go: added practical examples for the underscore
* Example of using underscore to discard the error
* Example of using underscore to loop over values of a slice
* Incidentally, example of writing to a file
* go: Adjust justification for ignoring error value
|
|\ \ \
| | | |
| | | | |
[ruby/zh-cn]fix a typo
|
|/ / /
| | |
| | | |
`查询一个不存在地键将会返回nil` ->`查询一个不存在的键将会返回nil`
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* 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.
|
| | | |
|
|\ \ \
| | | |
| | | | |
Add new reading resources on MATLAB
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
[scala/en] Fixed confusing typo
|
| | | | | |
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
[Powershell/en] Fixed a few spelling errors
|
| |/ / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
[css/en] Fixed small typo
|
| |/ / / / |
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
[CHICKEN/en] Corrected small spelling error
|
|/ / / / |
|
| | | |
| | | |
| | | | |
There looked to be some confused markdown usage; this has been corrected.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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. */
|
| | | | |
|
| | | | |
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* Added info on Java generics in Spanish.
* Adding new Java 8 features
* Removing the section on Generics for the ES-es version
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| | | |
|
| | |
| | |
| | | |
DTD Compatibility and XML Schema Definitions
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* Added translation in French for the Vim article
* Fixed grammar/typo
* Added required changes
|
|\ \ \
| |/ /
|/| | |
Add StringBuilder usage tip
|
| | | |
|
|\ \ \
| | | |
| | | | |
Improve Java doc on bytes and chars
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
Rename duplicate fooInt int declaration
|
|/ / / |
|
| | |
| | |
| | |
| | |
| | |
| | | |
* Fixed syntax errors
* Fixes syntax errors
|
| | |
| | |
| | |
| | |
| | |
| | | |
* Adds French translation for jQuery
* Corrects French & JavaScript errors
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
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
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
|