Commit Graph

18066 Commits

Author SHA1 Message Date
d7ab835589 Added file to guide: Javascript - standard objects - String fromCodePoint (#31787)
* Added file to guide: Javascript - standard objects - String fromCodePoint

* String-fromcodepoint Guide File: Added title and changed layout order, description first.
2018-11-03 00:12:40 +05:30
fdd56d8e78 [Rus] RWD: CSS Grid Improved translation of use-grid-column-to-control-spacing (#23427) 2018-11-02 22:02:44 +04:00
39207b4e97 [Rus] RWD: CSS Grid Improved translation of use-grid-row-to-control-spacing (#23446) 2018-11-02 22:01:35 +04:00
62c2a10c4b [Rus] RWD: CSS Grid Improved translation of align-an-item-horizontally-using-justify-self (#23468) 2018-11-02 22:00:44 +04:00
1381298d96 [Rus] RWD: CSS Grid Improved translation of add-rows-with-grid-template-rows (#23338) 2018-11-02 21:59:24 +04:00
d6bc7cc9e7 [Rus] RWD: CSS Grid Improved translation of add-columns-with-grid-template-columns (#23301) 2018-11-02 21:58:36 +04:00
30b7202784 [Rus] RWD: CSS Grid Improved translation of create-your-first-css-grid (#23287) 2018-11-02 21:57:37 +04:00
aeb5166ccd Update depth-first-search.russian.md (#19053) 2018-11-02 21:31:23 +04:00
1a4742a8ec Update create-a-trie-search-tree.russian.md (#19052) 2018-11-02 21:30:42 +04:00
002788b418 Update check-if-an-element-is-present-in-a-binary-search-tree.russian.md (#19050) 2018-11-02 21:29:48 +04:00
14a89d5a56 Added content to stub (#34168)
Explained what an arithmetic series is, gave the formula for the sum (when finite) and gave two proofs (not just induction) as the 'famous' method by Gauss is too elegant to ignore.
2018-11-02 22:09:56 +05:30
16816ca99d Some changes in translations (#20967) 2018-11-02 20:32:10 +04:00
e9ed5a1f10 Some changes in translations (#20956) 2018-11-02 20:30:56 +04:00
cb5ef67237 Grammatical and structural fixes (#20728) 2018-11-02 21:53:39 +05:30
4732932851 Added "Full Join Section" (#20330)
* index.md

Added 'Full Join'.

* Fix grammer "gonna" to "going to"
2018-11-02 21:49:09 +05:30
394ea7aa93 Anecdote about C++ (#20361)
* Anecdote about C++

Linked the name of C++ to the update statement in a for loop.

* minor fixes
2018-11-02 21:47:06 +05:30
f8cfd5dd40 Typos fixed (#20362) 2018-11-02 21:45:27 +05:30
f40384972b fix example usage (#20213)
* fix example usage

* Removed translations
2018-11-02 19:34:54 +04:00
140dab8489 Fix Portuguese translation for ArrayList (#26670) 2018-11-02 12:32:41 -03:00
fef88345fd Portuguese Grammar Correction in CSS Classes Guide (#24585)
Grammar corrected by capitalizing "CSS" and putting "dá" instead of "dão" on line 26. Also, "antes" needed to have a lowercase 'a'.
2018-11-02 12:28:41 -03:00
29525c1edb Fixed machine translation to russian (#24276)
* Fixed machine translation to russian

* Fix line 53
2018-11-02 19:21:29 +04:00
245a5bd06f Corrected typos and added clarifying language (#20743) 2018-11-02 07:47:07 -07:00
2d33e01f72 PEMDAS reference added.md (#20291)
* Update index.md

* corrected formatting
2018-11-02 07:41:16 -07:00
55670f6e87 Replace broken image link (#20804) 2018-11-02 21:39:13 +07:00
6c9e39e028 Fixes 2 typos (#20794)
In the opening David Heinemeier Hansson was incorrectly spelled.
Also, in the same sentence "it's" was incorrectly used and has been corrected to "its".
2018-11-02 21:34:06 +07:00
cd2a8f095e Create README(french).md (#27841)
* Create README(french).md

French translation of the readme file

* styling the page
2018-11-02 14:31:15 +00:00
94789b2273 Minor spelling mistakes corrected (#20787) 2018-11-02 21:28:41 +07:00
fc1c2f4a12 Added comparison to regular if-else statement (#20756) 2018-11-02 21:20:08 +07:00
028cdd94b0 fix: added missing ending quotes in paragraphs (#34166) 2018-11-02 17:22:37 +04:00
ff0d155cea Update some words to make the text more portuguese than it was (#20379)
improves Portuguese translation and translates missing parts
2018-11-02 13:44:48 +01:00
0f3942d40c Wordpress Security (#20683)
Security tips for Wordpress users.
2018-11-02 05:17:29 -04:00
528b7b413e Added missing spaces (#24171) 2018-11-02 14:43:29 +05:30
bcfb5cd905 Update index.md (#20855) 2018-11-02 04:03:21 -04:00
8230f82dd1 Add role of \n in explanation of the code (#20849) 2018-11-02 04:00:07 -04:00
47e5abdf94 Minor typo: Changed "Javasctipt" to "Javascript " on line 35 (#20836) 2018-11-02 03:56:32 -04:00
a1a3b4012e Update index.md (#22423)
Fixed a typo
2018-11-02 13:24:06 +05:30
d79e56288a Redux with react router (#34143) 2018-11-02 13:15:31 +05:30
fa22d1953c change answer to T (#23966)
In logical OR operation (T OR T) is T not F. So change answer to T
2018-11-02 13:11:59 +05:30
4e7d3e718e Remove the redundant "[" before "this" word (#24015) 2018-11-02 13:05:57 +05:30
d9059ceb24 Correct the typo "wether" (#24032) 2018-11-02 13:01:44 +05:30
e637a3c703 Add CSS Syntax (#19836) 2018-11-02 12:42:27 +05:30
3a6594f1fb Added a few new points to the Linting guide (#34146)
Added a description of how linters can help using a helpful response from https://stackoverflow.com/questions/8503559/what-is-linting
2018-11-02 10:21:24 +05:30
4553f31284 Added Head First Python, Second Ed. (#31500)
* Added Head First Python, Second Ed.

* Update index.md

* Update index.md

* Update index.md

* Update index.md

* Update index.md

* Update index.md
2018-11-01 23:58:24 -04:00
bcdd7f5bae Added book (#31487)
* Added book

Added book to Database list

* Update index.md
2018-11-01 23:55:01 -04:00
398fc8c340 Added Shop Talk to Podcasts (#31494)
* Added Shop Talk to Podcasts

* Update index.md
2018-11-01 23:47:51 -04:00
f6bcd19600 Add content to Using CSS Transitions stub (#28154)
Replacing the stub for Using CSS transition with actual content, describing the basic what and how of CSS transitions
2018-11-01 23:45:57 -04:00
39bba0e6cc added cloud SQL (#19917)
* added cloud SQL

* Update index.md

* Update index.md
2018-11-01 23:43:10 -04:00
6f040eba67 Fixed capitalization and unclear example (#31484)
* Fixed capitalization and unclear example

I capitalized HTML in order to be consistent with the rest of the paragraph. I also added the less than sign and greater than sign symbol entity names to the example sentence, in order to make it more clear what symbol entity names you would actual need to use in that example.

* Update index.md

* Update index.md

* Update index.md
2018-11-01 23:36:50 -04:00
b9538c5210 Add two cybersecurity command line books (#19910)
* Add two cybersecurity command line books

Added Red Team Field Manual and Blue Team Field Manual books with links to Amazon and the ISBNs.

* Update index.md

* Update index.md

* Update index.md
2018-11-01 23:35:57 -04:00
be84c11a30 Update index.md - Added 5th Pro to Pros & Cons (#31498)
* Update index.md

Added 5th pro to pro's & con's

* Update index.md

* Update index.md
2018-11-01 23:27:42 -04:00