Commit Graph

5251 Commits

Author SHA1 Message Date
E.T
b1f147ff37 Translated html comment (#23868)
* Translated html comment

Translated following " Your browser is lower then IE9" , "Your browser is IE9" , "Your browser is greater then IE9" to his "Si tu navegador es mas bajo de IE9" , "Si tu navegador es IE9", "Si tu navegador es mas major de IE9".

* Fix proposed translation for clearer text
2019-07-02 18:14:03 -07:00
E.T
1cee27b04c Translated html comment (#23854)
* Update index.md

Translated this "Leave some space between the h1 and the p in order to understand what are we talking about." to this " Deja espacio entre <h1> y <p> para mejor entender el codigo."

* Fix proposed translation for clearer text
2019-07-02 18:13:28 -07:00
Eric Sans
c309fe0fdf Add style and correct syntax (#22444)
Should the function names be kept in English, since it's the language developers will use for their apps? Maybe the data inside the vars can be in Spanish.
2019-07-02 17:45:30 -07:00
Dorell James Galang
2b40551efb Add guide for Gatsby.js Caching (#31534) 2019-07-02 12:03:04 -04:00
Dorell James Galang
9181e6b3d0 Add guide for Gatsby.js styling (#31520)
* Add guide for Gatsby.js styling

* Update index.md
2019-07-02 12:02:15 -04:00
Dorell James Galang
6f65ba62d8 Add guide for SEO with Gatsby.js (#31537) 2019-07-02 12:00:04 -04:00
Dorell James Galang
27f4c1bdd0 Add guide for Gatsby.js Starters (#30913)
* Add guide for Gatsby.js Starters

* Fix incorrect directory name
2019-07-02 11:58:46 -04:00
Dorell James Galang
40504e30b2 Add Gatsby.js PWA guide (#31539) 2019-07-02 11:56:26 -04:00
Dorell James Galang
96a8bda1fd Create index.md (#30938) 2019-07-02 11:52:12 -04:00
João Menighin
d118e199c5 Kotlin String Templates (#28892) 2019-07-01 20:54:44 -05:00
Nikola Stevanović
56588a0cd4 Added Stack class (#33956)
Added Stack class, what's about and methods being used inside of it.
2019-07-01 20:51:19 -05:00
Terry Lewis
bd05989c0b Created a section on using reflection with Java (#33429)
This is the beginning of a reflection section for Java. Other topics to cover should include overriding methods and calling private methods.
2019-07-01 20:36:27 -05:00
Sudipto Ghosh
29823fe495 Expanded guides for some APIs and Microservices challenges and fixed links to the source files (#36131)
* Expanded the solution for the 'Get Route Parameter Input from the Client' challenge

* Expanded the guide for the 'Use body-parser to Parse POST Requests' challenge

* Rewritten guide for the 'Serve JSON on a Specific Route' challenge and fixed source link

* Expanded the guide for the 'Serve Static Assets' challenge

* Expanded solution to the 'Get Query Parameter Input from the Client' challenge and fixed links to source file

* Added solution to the 'Chain Middleware to Create a Time Server' challenge and fixed link to source file

* Rewrite the 'Start a Working Express Server' challenge

* Expanded the guide for 'Expand Your Project with External Packages from npm'

* Added reference to semantic versioning in 'Add a Version to Your package.json'

* fix/remove-links+fix-solutions

* fix/remove-more-links
2019-07-01 20:35:15 -05:00
Santiago
2e0efd7b94 Completing the translations (#32872)
I finished the translation and fixes some errors! Cheers!
2019-07-01 17:50:23 -07:00
Fahed
35da096e42 Added articles: Material Design and User interface design for the English and Spanish language (#32779)
* Added article Material Design

* Spanish translation of Material Design article.

* Added article User interface design

* Spanish translation of User interface design.

* Fixed more information and courses of the article material design (guide english and spanish)

* Fixed more information and courses of the article user interface design (guide english and spanish)

* Fixed localTitle of the article material design (guide spanish)

* Fixed localTitle of the article user interface design (guide spanish)

* fix/suggested-changes

* fix/suggested-changes
2019-07-01 18:57:53 -05:00
orangegrove1955
27ae86f0ef Updated English guide articles for all QA and Testing with Chai challenges (#35080)
* Updated guide articles for all Quality Assurance and Testing with Chai challenges to include hints and solutions

* fix: 2 space indentation and code formatting
2019-07-01 16:00:18 -05:00
Randell Dawson
331cbb88f8 fix(guide): Remove repl.it links from challenge related guide articles (English) (#36204)
* fix: remove repl.it links english

* fix: add extra line

Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com>

* fix: add extra line

Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com>

* fix: add extra line

Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com>

* fix: add extra line

Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com>

* fix: add extra line

Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com>

* fix: add extra line

Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com>

* fix: add extra line

Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com>

* fix: add extra line

Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com>

* fix: add extra line

Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com>
2019-07-01 08:49:24 -05:00
vsotog
8afefa59e7 Added more basic commands (#27444)
* Added more basic commands

Added the 'man' command, which is essential for beginners. Moreover, some basic networking commands were added.

* feat: changed single quotes to backticks for command syntax highlighting
2019-06-30 21:12:40 -07:00
GregRush
2a2aa0d152 Translated text within the code (#24359)
* Translated text within the code

* fix: updated examples, removed improper closing tag
2019-06-29 10:41:08 -07:00
KrsBB
3f5fc6b4a6 Update index.md (#22700)
Translation to Spanish
2019-06-29 10:09:17 -07:00
Christopher McCormack
49dba25225 feat: cleaned up formatting, spelling, grammar (#36087) 2019-06-28 00:25:48 -07:00
Daniel Segarra
882a4b5263 docs: updating macOS terminal guide to include how to change your hostname and display branch name at the command prompt (#35974) 2019-06-28 00:25:09 -07:00
asanati
2719823065 Added "Neural Networks" (#33971)
* Added "Neural Networks"

* fix: removed sentence not needed
2019-06-28 00:22:14 -07:00
Uma Sankar
1f6b3c082d Removed images and added text tables (#35900) 2019-06-28 00:21:21 -07:00
Sudhakar Kumar
b18560f8d6 Modify list section (#35334)
Change the name of list and the objects inside the list. Add different ways to extract the contents of a list in R.
2019-06-28 00:16:14 -07:00
nCarol595
53b44459e7 feat(guide):Added data frame guide article to R (#35845)
* feat:Added guide article for R

* Start feat/add-guide-article-for-r
2019-06-28 00:15:30 -07:00
Pratyush Raj
26ba31028b index1.md (#33718)
* index1.md

* flx: removed stub info
2019-06-28 00:13:55 -07:00
Sudhakar Kumar
d197193636 Create index.md for markdown in R. (#35375)
* Create index.md

Create index.md for markdown in R.

* Create index.md for R Markdown

Create index.md for R Markdown, which is used to create reproducible documents.

* Fix grammar issue 

Fix grammar issue to remove duplicate word "package".
2019-06-28 00:13:08 -07:00
Pratyush Raj
923ba821a0 index1.md (#33480)
* index1.md

* fix: removed stub info

* fix: added More Information header back
2019-06-28 00:12:11 -07:00
Gokul Manohar
7b022e2d72 Provided a better code. (#33478)
* Provided a better code.

Updated the code to give desired output.

* fix: corrected some verbiage
2019-06-28 00:00:46 -07:00
frbc
c094443cd7 New file about administrative Linux commands (#32952)
* New file about administrative Linux commands

I've proposed a new file about some administrative Linux command you have to know.

* fix: added .md to filename

* fix: corrected filename to index.md

* fix: changed title
2019-06-27 23:58:43 -07:00
richa7327
f96c0ba5b9 C Program (#32689)
* C Program

* fix: added code fences
2019-06-27 23:43:06 -07:00
Willy David Jr
49c2c7164a Corrected enum code declaration. (#32854)
* Corrected enum code. Cannot declare:
public enum phylum;
Since this code will produce an error. If someone will copy the same code, it will not compile and run. I updated the code so that when someone will copy the code, it will not produce an error.

* I also updated the spacing and tabbing on code.
* Corrected the constructor DefineAnimal to Animal since the name of the class is Animal and DefineAnimal will produce an error.
* Remove enum on parameter of constructor since this will produce an error.
* Corrected class Dog as public enum breed will produce an error.
2019-06-27 23:39:32 -07:00
Jesse Schwartz
62ba46f9ce Add more verbosity to index.md for Groovy (#32822) 2019-06-27 23:36:54 -07:00
PucklaMotzer09
18a3472df7 Added a hello world example to the OpenGL guide (#32670)
* Added hello world example to OpenGL guide

* Fixed command

* Fixed command

* Added command for building

* Update index.md
2019-06-27 23:26:39 -07:00
Terho
d86a007cec Basic update script for Raspberry Pi (#32519)
Python update && upgrade script for Raspberry Pi
2019-06-27 23:22:07 -07:00
Paton McDonald
0814e2b022 Added linux cpu check (#32124) 2019-06-27 23:17:00 -07:00
Jason Yum
762654d4f6 Add example related to sampling large state space problems (#32270)
Not all games of solitaire are winnable. Using Monte Carlo simulations to sample games helps build strong intuition.
2019-06-27 23:16:16 -07:00
igodsmark
500d67d8cd Added article on implicit types (#31234) 2019-06-27 23:03:34 -07:00
Ladson Gomes
1106000fc5 Add embedded systems (#31167) 2019-06-27 23:02:45 -07:00
Giovanni G
0931ff6387 added information about Signal (#31151)
Added information regarding the application called Signal
2019-06-27 23:01:28 -07:00
Blake Lambert
5302b7b351 Added parenthesis, updated to Tuple. (#31085)
Added parenthesis to print function to align file.  Changed #2 from a list to a tuple.
2019-06-27 22:57:37 -07:00
Shak
d7a003dc22 Updated index.md (#29129)
* Updated index.md

Added capacity related mechanism for DynamoDB.

* fix: reverted verbiage
2019-06-27 22:55:05 -07:00
RILEYCWUOJO
864c0af2f5 Add types of print statements. (#30941) 2019-06-27 22:54:38 -07:00
Mandavilli Nikitha
253bac3b63 template-oriented features of angular (#30541)
* love for angular

added extra things about components

* fix: added space
2019-06-27 22:50:31 -07:00
Farai Mugaviri
6d115ae515 Add a Condition for Garbage Collection Eligibility (#29334) 2019-06-27 22:45:39 -07:00
Mark Gross
0d5389a370 Add attribute article (#30734) 2019-06-27 22:40:38 -07:00
Mark Gross
1f3fb19b05 Add coterminal angles article (#30015)
* Add coterminal angles article

* Remove boilerplate text

* Corrected erroneous placement of variables
2019-06-27 22:34:04 -07:00
Papun Charan
c124f3ce3d Added some more format specifiers (#30135)
I have added format specifiers of long long int, long int, long long int(unsigned), long int(unsigned),and of double.
2019-06-27 22:32:59 -07:00
Wei Hung Chin
96a4248202 Add new sub-section about using pipes in component (#30152)
Add example of using custom pipe programmatically in a component method
2019-06-27 19:34:24 -07:00