Commit Graph

20066 Commits (1446b52bc88611713341bdeb5c85787c2a441641)

Author SHA1 Message Date
HRankit 1446b52bc8 Added Setting up Firebase Remote Config (#30079)
* Added Setting up Firebase Remote Config

* Update index.md
2018-12-21 08:23:11 -08:00
HRankit e49ab468ce Added Instructions for setup of Firebase-Auth (#30063)
* Added Instructions for setup of Firebase-Auth

* Update index.md
2018-12-21 08:22:59 -08:00
William Spanfelner 0ebc2eed5b Create git rm (#27054)
* Create git rm

Create git rm description, syntax and general use cases with link to authoritative documentation.

* Rename guide/english/git/git-rm/index.md to guide/english/git/git-rm.md

* Rename guide/english/git/git-rm.md to guide/english/git/git-rm/index.md
2018-12-21 08:11:48 -08:00
FeistyLes 32fb7f269a Added 2 section titles,url, and definition (#26995)
* Added 2 section titles,url, and definition

* fix: added title front-matter
2018-12-21 08:11:20 -08:00
resrv 04a1fc4fc6 Added Transfer learning (#29462)
* Added Transfer learning

* Added VGGnet

* Rename guide/english/machine-learning/deep-learning/transfer-learning/VGGnet.md to guide/english/machine-learning/deep-learning/transfer-learning/vggnet/index.md
2018-12-21 08:09:42 -08:00
Alauddin Al Azad 995ed33684 Added "Codeigniter framework" (#28422)
* Added "Codeigniter framework"

Codeigniter is a popular php framework. So I have added a file about it.

* fixed Uppercase name

fixed Uppercase name

* fix: add front matter block
2018-12-21 08:08:01 -08:00
Nuno Miranda cf6251816b PixiJS Library (#27412)
* PixiJS library

* missing extension

* Rename guide/english/canvas/PixiJS.md to guide/english/canvas/pixi-js/index.md

* fix: added frontmatter
2018-12-21 08:02:43 -08:00
Quiara Kirkland 793cbcf789 added link for bios setup utility (#26303) 2018-12-21 08:06:48 -05:00
Samuel027 098c17674f Additional resources. (#26224) 2018-12-21 07:57:59 -05:00
Pujan A. Vakharia 142cbd884a Update index.md (#26220)
Line 7 : ... successor 'to' instead of 'for'
Line 9 : addition of word 'using' for better grammar. 
Line 18 : Grammatical fix 'in' instead of 'on'
2018-12-21 07:57:18 -05:00
N1ck1234 801bf35f2b Grammatical corrections (#26203)
Added commas to the lists on line 6 after the word "values", and on line 26 after the word "Green".  Added a period on line 23 after the word "Blue", removed "and", and capitalized "we".
2018-12-21 07:38:11 -05:00
amyg123 2cab436799 Update index.md to stand-up questions (#26206)
* Update index.md to stand-up questions

Added three standard questions for a daily stand-up

* Added list formatting
2018-12-21 07:37:30 -05:00
Edulop139 77f57dcdb4 grammer (#26219)
corrected tense
2018-12-21 07:35:10 -05:00
Jason 718f2595df Simple grammar changes (#26210) 2018-12-21 07:24:02 -05:00
maria-m2 634a0674c1 Updated intro title , added additional resources (#26197)
Updated the intro title and added additional resources under more information for vue.js.
2018-12-21 07:20:10 -05:00
Edulop139 529336395e small grammer fix (#26202)
small fix from lets to let's
2018-12-21 07:16:40 -05:00
Raymond Daniels 94396af89b Updated grammar of "third party" to "third-party" (#26212)
Updated grammar of "third party" to "third-party"
2018-12-21 07:15:38 -05:00
April Sapp 7663c0fd2b Added tech related jobs and a podcast link (#26174)
added front-end and back-end to software developer, added data scientist to tech-related jobs, and added 'WorkingTech' podcast link.
2018-12-21 06:33:48 -05:00
Lauren 1bfae61790 Update index.md (#26198) 2018-12-21 06:33:09 -05:00
amyg123 63424ff8f6 Update index.md with additional question (#26188)
Added another question under about you section about teamwork
2018-12-21 06:30:48 -05:00
spellingbat 64511fb8d1 grammar fixes, lines 14+20 (#26165) 2018-12-21 05:31:55 -05:00
Kldaniel98 efe5fbd705 Update index.md (#26134) 2018-12-21 05:25:28 -05:00
Adekanye Timilehin 7db5e8cb36 Update on Web safe font (#26136) 2018-12-21 05:23:38 -05:00
Praneeth Paikray 0fd5cb318a Article for unsupervised learning (#26057) 2018-12-21 05:20:14 -05:00
Alex Corr b7b1cdad60 add my text about web components to the article (#26130)
* add my text about web components to the article

* Removed stub & html tags moved more info to bottom

* Reformatted links
2018-12-21 05:16:59 -05:00
Hardik Sharma ee930678cd Edited some typos (#26118) 2018-12-21 05:10:20 -05:00
Olayemi Adebayo Roheem e1e1f1cabb Add the text "x = true; console.log(type of x) // boolean ``` From t… (#26111)
* Add the text "x = true; console.log(type of x) // boolean ```  From the last example above, The `typeof` operator returns a boolean that represents the current type of a variable; x which is of value `true`."

* Revert extra sentence
2018-12-21 05:09:38 -05:00
Thomas Abbott 4606509d9c fix: update JavaScript string.prototype.trimleft article from stub (#25981)
* fix: update JavaScript string.prototype.trimleft article from stub

* Removed extra characer
2018-12-21 04:56:03 -05:00
Sarah Cervantes ee330a7ca7 Add video to explain bootstrap (#26085)
Video added to explain what bootstrap is and how to get started.
2018-12-21 04:55:25 -05:00
Kobussc 74b554efa4 Added 2 blogs (#25934)
Added Angular.io Blog and Angular University.
2018-12-21 03:56:15 -05:00
Olayemi Adebayo Roheem 14b29da497 Add the text "In addition to the break statement which opts out of th… (#26063)
* Add the text "In addition to the break statement which opts out of the iteration when the condition is false is the continue statement. The `continue` statement skips the condition when the code is true, continues up until the condition is false.  Using the above example again, let's see the functionality of the `continue` statement   ```javascript for (var elephant = 1; elephant < 10; elephant+=2) {     if (elephant === 7) {         continue;     }     console.info('elephant is ' + elephant); }  output: elephant is 1 elephant is 3 elephant is 5 elephant is 9 ```" to article

* Improved sentence structure
2018-12-21 03:31:23 -05:00
Annebelle Olminkhof 697c040a66 Added comment usage suggestion (#25941) 2018-12-21 00:58:03 -05:00
Ruchika Salwan e2daa47404 Updated Class name as per convention (#25937) 2018-12-21 00:55:56 -05:00
Markus Lanser dc3af2ff54 Fixing spelling mistakes (#25921) 2018-12-21 00:54:32 -05:00
Konstantinos T 26a9bd635e Spelling error. Changed "fo" to "for" (#25946)
* Spelling error. Changed "fo" to "for"

* Changed for to of
2018-12-21 00:53:08 -05:00
Tom K c2e58d94ff corrected spelling error (#25766) 2018-12-21 00:51:09 -05:00
V.L 1fd2c728cf Simplified sentence on line 6. (#33394)
I broke the complex sentence into two simpler sentences on line 6.
2018-12-20 20:48:32 -08:00
salitvinava 6ae1f29ba6 Update index,md (#32277)
Unity has live training for AR and VR. It is currently the most widely used VR platform due to developer access.
2018-12-20 20:48:16 -08:00
Vyshak Puthusseri af24f3322a Added some content related to marketing (#31746) 2018-12-20 20:36:32 -08:00
Mark Evans c03f74c0e8 Grammatical fixes (#30619)
I have fixes some of the grammar mistakes and corrected one spelling mistake.
2018-12-20 20:26:37 -08:00
Nayan Chawla 4029c5d592 Fixed misspelling and added info on VR (#28616) 2018-12-20 20:16:30 -08:00
Mayur Garg 9da2f5ac1c Details about other sections (#27385)
* Details about other sections

Added details about other sections under the "Interface" heading. Made improvements to the details of the existing sections, added info about customizability of the Unity editor, added Hitman Sniper to list of games and other minor improvements.

* fix: added front matter block back
2018-12-20 20:07:56 -08:00
Thaurin 257c8dc9c0 Add more noteworthy games created with Unity (#25836)
Added some more modern games, as well as games in more varied genres and platforms to better illustrate how Unity is used by game developers.
2018-12-20 19:53:52 -08:00
Thaurin 19f2317e46 Add Oculus Go/Quest to supported platforms (#25833) 2018-12-20 19:18:03 -08:00
Sai Kiran c698ff4e3b semicolon on line 53 (#27709) 2018-12-20 19:14:25 -08:00
Channeas 8df55d5296 Wrote about operators and fixed a faulty example (#23950) 2018-12-20 19:04:58 -08:00
Markus Lanser 3df426f222 Rewording the first intro sentence (#25930) 2018-12-20 21:43:53 -05:00
Pratima Gautam 08ed6979dc Added IDEs for Java Coding. (#25898)
I added jGRASP, jSource and DrJava in the given list of free IDEs for Java coding.
2018-12-20 21:43:12 -05:00
Belma Gaukrodger 212430f9de Added two more links to the resources section (#25768) 2018-12-20 21:39:06 -05:00
Derek Czysz f08b376795 Added initial content to stub (#25756) 2018-12-20 21:33:56 -05:00