Commit Graph

18066 Commits

Author SHA1 Message Date
82daab2dcc Fixed typo under "Conditional Comments" section (#20464)
In addition, i have inserted "be" to the last sentence of the first paragraph.  "Comments can also be used for commenting out lines of code for debugging purposes."
2018-11-01 05:55:13 +07:00
70ae03aa3a add book recommendation (#20491) 2018-11-01 05:54:24 +07:00
184dc8165b Added Hint/Solution to "align-self" Challenge (#20640) 2018-10-31 17:35:26 -05:00
50f59af875 corrected grammar lines 19, 21, 22 (#20497)
* corrected grammar

corrected grammar in lines 19, 21, and 22.

* Split sentence into two and remove non-https link
2018-10-31 17:29:22 -05:00
c5defcf7da Added section on cost efficiency (#20495)
* Added section on cost efficiency

Added my considerations on how RAM should also be valued by price, not by it's technical specifications alone but also the practical sense of purchasing RAM within the scope of your potential machine.

* Correct heading level
2018-10-31 17:27:53 -05:00
51baeb2ba5 Edits/Corrections (#20467)
Edited for efficiency and consistency
2018-10-31 17:24:10 -05:00
8f4a27ae8a new information regarding hello world (#20263)
* new information regarding hello world 

 ## Extra
 * you know the first ever program you write was hello world program whether it be in any language.
 * It is because Brian Kernighan was the  first  to write "hello, world" program for the documentation of the BCPL programming language developed by Martin Richards.

* Fixed formatting and improved readability
2018-10-31 17:21:33 -05:00
7b4a05f7ce Added concatenation to cat command (#20374)
Explained that cat can concatenate files too and explained how.
2018-10-31 17:19:55 -05:00
7a90dbe515 Proposed an addition in for loop (#32990) 2018-10-31 17:00:34 -05:00
7e013616b0 Added an installation Method for rust in Mac OS X with Homebrew (#32978) 2018-10-31 16:55:08 -05:00
d13b8bf6a0 Added Multidimensional Array (#32986)
Added Multidimensional Array as part of arrays
2018-10-31 16:53:42 -05:00
a08f252c71 Added 419 Scam for examples in the article (#32987)
Added 419 scams and definition of the examples in the article.
2018-10-31 16:51:45 -05:00
Tom
b0c816e2e3 Added code example (#33174) 2018-10-31 16:50:00 -05:00
991e930de4 Extended vue.js introduction (#32984) 2018-10-31 16:47:16 -05:00
02f1cb786d Fixed a grammatical error (#32980) 2018-10-31 16:45:18 -05:00
2e3e0383bf Minor changes in the translation (#32975)
Especialmente en las tildes, que es importante en español.
2018-10-31 16:43:21 -05:00
5b7935994c Added "NAT" to the article (#32977)
Added the term "Network Address Translation" and its definition to the article
2018-10-31 16:41:37 -05:00
690bf76aa8 Added types of variables in java (#32976) 2018-10-31 16:37:46 -05:00
54f5c274df Removed apostrophe typo (#32963) 2018-10-31 16:33:08 -05:00
3fdbfe9e10 Adding sources (#32972) 2018-10-31 16:29:00 -05:00
59fe1217e0 Updated book list - housekeeping (#33177)
removed duplicates, moved books to relevant sections and added a few books
2018-10-31 16:26:16 -05:00
3335fe26a7 Fix broken wikipedia link (#32970)
Link to Swing on the bottom was broken
2018-10-31 16:21:00 -05:00
8d0ca1729d Summarize time complexity of merge sort (#20632)
Add simple way to remember time complexity of merge sort
2018-10-31 14:16:56 -07:00
4b581c9cf8 improved formatting (#33181)
I have made two changes, added a code block around `while()` syntax and fixed the formatting of H3 title Sources
2018-10-31 16:16:46 -05:00
d25638bc50 Added the bitcoin white paper to resources (#20570) 2018-10-31 17:15:23 -04:00
0b36e28dd9 Fix image links and sizes (#32223) 2018-10-31 17:07:56 -04:00
d556afc039 Specify forbidden use in ECMAScript 5 (#31483) 2018-10-31 16:52:41 -04:00
01b4fe6b26 Added a YouTube example of Brute Force (#31488) 2018-10-31 16:46:25 -04:00
fc682d43b0 Added more to list of Linux distributions (#33182) 2018-10-31 16:39:03 -04:00
21bdaba984 Responsive Web Design: Added hint to Make Circular Images with a border-radius (#21897)
Added hint to Make Circular Images with a border-radius (https://guide.freecodecamp.org/certifications/responsive-web-design/basic-css/make-circular-images-with-a-border-radius and https://learn.freecodecamp.org/responsive-web-design/basic-css/make-circular-images-with-a-border-radius)
2018-10-31 22:56:51 +04:00
a83dc34e2e spelling error fixed (#20618) 2018-10-31 13:52:30 -05:00
7fcac755a8 [Russian] Improved translate (#24384)
* [Russian] Improved translate

Improved translate Wrap Radio Buttons in a fieldset Element for Better Accessibility

* Edited example
2018-10-31 22:11:07 +04:00
1b4c49f13b Added Hint/Solution to "justify-self" Challenge (#20614) 2018-10-31 13:09:50 -05:00
c99880e6ec Changed and added words to make text more native. (#24040)
Changes:
from "яркими" to "сочными";
added "слишком";
from "помещен" to "размещен";
from "дополнение" to "дополнительный";
from "#09A7A1" to "сине-зеленый";
from "а его оранжевый (#FF790E) дополняет визуально выделение кнопок регистрации" to "а дополняющий его оранжевый (#FF790E) для визуального выделения кнопок sign-up";
from "Измените <code>background-color</code> как <code>header</code> и <code>footer</code> от черного до цвета teal." to "Измените <code>background-color</code> обоих элементов  <code>header</code> и <code>footer</code> с черного на сине-зеленый.";
from "Затем измените <code>color</code> текста <code>h2</code> на teal" to "Затем также измените <code>color</code> текста <code>h2</code> на сине-зеленый";
2018-10-31 22:09:35 +04:00
356e34f226 Update Russian translation for 'git status' documentation (#24025) 2018-10-31 22:08:54 +04:00
0d4d203f1e fixed some grammar errors (#20612) 2018-10-31 13:07:36 -05:00
7b3fe33441 Improved translations (#23145)
Improved translations in guide/russian/android-development/core-components/index.md
2018-10-31 22:04:35 +04:00
ad0fda1060 Troubles of translation to Russian. (#23980)
Troubles of translation to Russian.
2018-10-31 22:01:37 +04:00
70a797842a [Russian] Translate guide (#23941)
* [Russian] Translate guide

* Added translate to description
2018-10-31 22:00:43 +04:00
516285b2c6 Updated terminnology, misspelling (#23606) 2018-10-31 21:46:36 +04:00
f6ddd8d6bb Clean-up of text in 4th paragraph. (#20603)
* Update index.md

Clean up 4th para.

* added to before perform line 22
2018-10-31 12:43:26 -05:00
4a5af5d865 [Russian] responsive-web-design: Improved translate (#23418) 2018-10-31 21:40:01 +04:00
c5efb98869 [Russian] responsive-web-design: imporved translate (#23414) 2018-10-31 21:38:08 +04:00
46a69074d4 [Russian] responsive-web-design: improved translate (#23409) 2018-10-31 21:37:34 +04:00
5369872229 [Russian] responsive-web-design: Improved translate (#23402) 2018-10-31 21:37:09 +04:00
c432be48b2 Exposed correct cases and matching words in Russian (#23062)
- Change titles on russian
- correct matching words in russian
- Exposed correct cases for russian.
2018-10-31 21:29:01 +04:00
0013e4fb3f update index.md (#23037)
added basic info about PHP Errors.
2018-10-31 21:27:55 +04:00
407f566d90 Improved translation in /kotlin/index.md (#23014) 2018-10-31 21:25:08 +04:00
2df4c8e567 Fixed markup, improved translation (#22955) 2018-10-31 21:24:20 +04:00
1b6135ef4c fixed grammar errors in paragraph... (#20578) 2018-10-31 12:14:23 -05:00