Commit Graph

17945 Commits

Author SHA1 Message Date
e48814fd15 feat(guides): add example to goroutines (#20695) 2018-11-03 17:23:13 -07:00
a3518d677d Unique property of the inverse of the golden ratio (#20110)
* Unique property of the inverse of the golden ratio

Added a description of how the golden ratio minus 1 is equal to the inverse of the golden ratio

* Fix typo in OP's PR
2018-11-03 20:18:31 -04:00
20c0fd9a04 add Explanation of deadlock with example (#20271)
* add Explanation of deadlock with example

Explanation of Deadlock with example are done along with this Deadlock avoidance with Algorithm to Deadlock avoidance are also explained.

* added frontmatter, corrected formatting
2018-11-03 17:10:19 -07:00
f250a9bab7 AngularJS Expressions (#20839)
* AngularJS Expressions

* fixed formatting and removed redundancy
2018-11-03 17:08:59 -07:00
dac0ccfe2a Adding basic Big O for ArrayList methods (#20859)
* Adding basic Big O for ArrayList methods

I added average O(n) for basic methods in arraylist. This is important for every programmer to know.

* minor edits

* moved a few lines
2018-11-03 17:08:02 -07:00
196a4f8233 Add information for users to more easily comment in css (#20754)
* Update index.md

Add information on how to comment more easily in IDEs.

* Added code syntax highlighting
2018-11-03 20:05:43 -04:00
9651da064d Added Keyframes section (#20860)
Changed the intro, added a whole keyframe section + example using from/to and values
2018-11-03 15:36:12 -07:00
ff6c300335 Added usages (#20035)
* Added usages

Added usages in the style of other files in the directory.

* Complete file overhaul.

Added details on how all of the three different modes are used. Added commonly used arguments section with seven arguments and how to use them. Added an examples section with three examples and explanations of them. Added a link to the SS64 page. Also made sure that the formatting is more consistent with the rest of the directory.

* Basic editting.

Removed hyphens before user (group) and read/write options because `-` is not required in front of the user (group) option and has a specific meaning (to remove) for the read/write options.

* Additional editing and formatting.

* Reworded the sentence for using a combination of numeric permission arguments.
* Changed the sentence that introduces commonly used arguments to a subheading.
2018-11-03 18:08:31 -04:00
0067470aeb fix translate (#20182)
* fix translate

* changes
2018-11-04 00:55:54 +04:00
3a66452896 Improve russian translation in challenge (#20351) 2018-11-04 00:55:29 +04:00
34dbc55d4a Correct translation errors and make terms fit official Russian docs provided by Google (#20665)
* Update index.md

Correct translation errors and make terms fit official russian edition https://developer.android.com/guide/components/fundamentals

* changes
2018-11-04 00:55:15 +04:00
8500ba39f7 Change translation in "src" description (#20927)
* Change translation in "src" description

* changes
2018-11-04 00:54:54 +04:00
a852b1a67f fix translate (#20176)
* fix translate

* 9-43
2018-11-04 00:54:18 +04:00
c5c4c0d50d fix translate (#20063)
* fix translate

* 19
2018-11-04 00:53:59 +04:00
788a2c57f2 2 paragraphs correction (#19958)
* Paragraph correction

Сompletely reformulated the first two paragraphs, for a more correct Russian language

* Update index.md

* 172
2018-11-04 00:53:17 +04:00
beda1a2182 uikit description [ru] translation adjustment (#21853)
* Update index.md

"modular front-end framework " 
translation adjustment

* improved translation

translation at lines 9,34 improved
2018-11-04 00:52:30 +04:00
082c816855 Added link (#23397)
* Added link

* Fixed link formatting
2018-11-03 13:00:06 -07:00
ca0d64ee3e Update index.md comments (#20109)
Translate them to spanish
2018-11-03 12:58:15 -07:00
32a92baff4 Hibernate tools (#20830) 2018-11-03 12:53:44 -07:00
78b8928b2c Adding "DeMorgans Law" (#20818)
* Adding "DeMorgans Law"

I specified that the above statements were in fact demorgans laws.

* spelling
2018-11-03 12:52:41 -07:00
3f6a61fbca Add the text article Infinite Loop to my article (#25516)
* Add the text article Infinite Loop to my article

The article  "##Infinite Loop by opposite iteration##" gives an example to new java programmer as to how a program can go into infinite loop if we increment the value of i instead of decrementing it and vice-versa. It is a basic but an important example for new coders.

* Update index.md

* Add Infinite Loop by update

This article will give new programmers the example of infinite loop when we increment the value instead of decrementing and vice-versa.

* Fixed several formatting issues
2018-11-03 12:51:23 -07:00
c2022eefbb Implementation of an Interface (#20815)
* Implementation of an Interface

* minor updates
2018-11-03 12:34:13 -07:00
8ec35afac1 Edit for readability, added Border-Image section (#20814)
Made a few punctuation edits and rephrased sentences.
Added border-image section.
Removed other properties section because border-image is now its own section and border-spacing is a table property and not related to other border properties.
2018-11-03 12:33:25 -07:00
d76a72d673 Added link to additional resource (#20548)
* Added link to additional resource

* Changed resource link

* Basic editing.
2018-11-03 12:32:39 -07:00
c07e656f83 Add 'HTML Tags' (#20820)
* Add 'HTML Tags'

* Update index.md
2018-11-03 12:26:30 -07:00
128dd4b9e8 Translation corrections from English to Russian (#19757)
* update index.md

translation corrections

* 3-5-39
2018-11-03 21:48:04 +04:00
b3ece51199 added uses of queue (#20730)
* added uses of queue

* fixed formatting, placement
2018-11-03 10:41:16 -07:00
64385d2c6e Add Beginning Visual Basic (#20074)
* Add Beginning Visual Basic

* Corrected formatting to follow existing schema
2018-11-03 10:40:33 -07:00
f71fd98d07 Added ampersand escape tutorial (#20775) 2018-11-03 10:38:24 -07:00
00225cd186 Added else and finally clauses example (#20771) 2018-11-03 10:32:20 -07:00
b40719b43c Translation improved (#19611)
* Translation improved 

Translation improved in the Description section of the article

* 14
2018-11-03 21:29:20 +04:00
ae7404eab7 Add missing instruction text (#19515)
* Add missing instruction text

* 13-20
2018-11-03 21:29:05 +04:00
575cf064af Updated code examples to Python 3 (#20765) 2018-11-03 10:20:23 -07:00
d81d8c77b5 added to "why use" and linked Semantic Web article (#20762) 2018-11-03 10:17:45 -07:00
c9ab9c2a8e A correct translation of "People with visual..." (#19491) 2018-11-03 20:59:02 +04:00
cc355351a3 Machine translation fixes. (#19465) 2018-11-03 20:58:45 +04:00
93662776c4 Machine translation fixes. (#19101) 2018-11-03 20:58:10 +04:00
0b2f63f939 Add Russian translation (#19085)
* Add Russian translation

* Change line 6

* 26-30
2018-11-03 20:57:44 +04:00
411d0582a7 Add Russian translation of some sentences (#19078)
* Add Russian translation of some sentences

* Change line 6

* 23-25-27
2018-11-03 20:57:29 +04:00
86e5463f0b Add Russian translation of some parts (#19076)
* Add Russian translation of some parts

* Change line 13

* 23-25-27
2018-11-03 20:57:13 +04:00
ac0567c6d9 Add Russian translation (#19071)
* Add Russian translation

* Change 11 line

* 21-23
2018-11-03 20:54:38 +04:00
33d0db176a Replace some words (#19009)
"Дайте" with "Придайте" and "использование их" with "используются"
2018-11-03 20:54:23 +04:00
b581b82d41 translate(docs): how-to-catch-outgoing-emails-locally.md to russian (#18528)
* translate(docs): how-to-catch-outgoing-emails-locally.md to russian

* changes

* changes1
2018-11-03 20:53:50 +04:00
04e7f1fa8b Fix: Typo in Vim guide (#24972)
* Fix: Typo in Vim guide

* Update index.md
2018-11-03 21:24:47 +05:30
03e0aaefaf grammar correction (#24880)
"CSS allows developers" instead of "CSS allows for developers"
2018-11-03 21:21:21 +05:30
da46095d7d Updated the React Native Section (#24885) 2018-11-03 21:19:54 +05:30
4d5677a66e Updated code comments to portuguese (#20785)
* Updated code comments to portuguese

* Fixado erros de sintaxe
2018-11-03 14:46:34 +01:00
92e87f9b7e mentioned about being lightweight (#20602)
* mentioned about being lightweight

details on bulma being lightweight

* moved this addition to the list

and removed periods
2018-11-03 20:36:19 +07:00
3119a25cbd Updated and added another tool for accessibility (#20694)
* Updated and added another tool

Added color contrast checker for good accessibility

* added line break
2018-11-03 18:33:09 +05:30
74f2ddbed5 Copy edits for Java arrays article (#20615)
* Copy edits for arrays

Settling on British -ise endings rather than -ize, but either way works for me.

* markdownize link

americanize grammer
fix inline code blocks to use single ticks
turn output into code blocks to align with rest of article
2018-11-03 18:19:44 +05:30