Commit Graph

22385 Commits

Author SHA1 Message Date
75c47119b7 Update index.md (#31808) 2019-03-07 15:06:10 -08:00
5e1a6f5f42 Added MongoDB Logo (#29327) 2019-03-07 15:02:12 -08:00
246c4281c5 Grammatical edits to article (#30190) 2019-03-07 14:53:59 -08:00
S R
1c51e91292 Explanations for NULL, Added Default (#28008)
1. Corrected NOT NULL / NULL explanation
2. Added explanation for Default
3. Added new columns to illustrate 'default' and 'null' behaviour.
4. Explanations for datatypes
5. NUMERIC Datatype illustrated.
2019-03-07 14:45:33 -08:00
3493880f70 Grammatical and spelling fixes (#30005)
* Grammatical and spelling fixes

Small fixes to improve the flow of the essay.

* fix: changed the back to that
2019-03-07 14:39:33 -08:00
c49c3e5a23 SQL became a standard of the American National Standards Institute (ANSI) in 1986, and of the International Organization for Standardization (ISO) in 1987 (#33629) 2019-03-07 14:37:19 -08:00
c241ca7c49 added spelling hints (#29868)
* added spelling hints

* fix: changes pratfalls to mistakes
2019-03-07 14:17:12 -08:00
bb5735acdc Correct markdown to show tag (#30384) 2019-03-07 14:15:04 -08:00
ddfee61412 Minor spelling and grammar fixes (#30047) 2019-03-07 14:13:49 -08:00
a3c5ff9ede Clarify SQLite's role in prototyping (#29843) 2019-03-07 14:10:51 -08:00
c4bf3c1ff0 Added several SQL language elements (#28167) 2019-03-07 13:35:57 -08:00
dc649f6f45 Added a conference website (#30746) 2019-03-07 13:35:33 -08:00
737cce6b35 Grammar and spelling modifications (#29018) 2019-03-07 13:35:11 -08:00
3a7a57c67b Fix spelling (#27828)
Fixed "to to" to "to", "letfmost" to "leftmost", "definiton" to "definition"
2019-03-07 13:23:16 -08:00
6ca11755a2 Grammatical errors (#28793)
Fixed spelling errors.
2019-03-07 13:10:17 -08:00
a798f6fb18 Added DDL, DML, TCL, CRUD definitions. (#24372)
Added some more context, including DDL/DML/TCL/CRUD definitions.
2019-03-07 13:08:14 -08:00
7cc72bd469 "icono" to "ícono" (#26055)
Accents, y'know.
2019-03-07 18:38:23 +01:00
4ec558ea3f Fix instructions to be coherent with the tests (#26053)
Fix instructions in chaining-if-else-statements Spanish translations, where literals shouldn't be translated into Spanish to be aligned with the tests descriptions.
2019-03-07 18:37:39 +01:00
8e1a2bb499 Fix weird word order in chaining-if-else (#26048)
Fix order of name/adjective in Spanish translation of chaining-if-else-statements
2019-03-07 18:36:30 +01:00
de4fd1f3c8 Spanish Improvements (#30330) 2019-03-07 16:58:06 +01:00
cd41b0a3de Added a line to help the cooling process (#28075)
Added "* Make sure to keep the room clean to keep dust and hair out of the fans and cooling systems to keep them functioning properly."
2019-03-07 08:56:45 -07:00
7f28c69975 Improved translation of 'Description' (#25839) 2019-03-07 16:54:48 +01:00
d3ddfc7cae Updates to lines 18,21 and 23 (#27477)
Line 18 - Grammar and syntax corrections
Line 21 - Added in 'The case should be located in a way that allows good airflow'
Line 23 - Syntax and grammar corrections
2019-03-07 08:35:42 -07:00
cfb6454775 solution Work with Dynamic Data in D3 (#27204)
changed stub to full explanation page with relevant links and basic/intermediate solutions
2019-03-07 18:54:44 +05:30
a8334f88c0 guide solution for Work with data in D3 (#27121)
changed stub to be a full solution
2019-03-07 18:51:49 +05:30
38c99d7ff5 Simplify challenge wording (#25120)
* Simplify challenge wording

* Update use--to-import-everything-from-a-file.english.md
2019-03-06 18:57:43 -05:00
27a59c5418 fix: reworded text messages (#27072) 2019-03-06 18:30:58 -05:00
Tom
dce5bceb85 fix/reformat-basic-node-express-challenges (#35424)
* fix/reformat-basic-node-express-challenges

* add semi-colon

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

* Update curriculum/challenges/english/05-apis-and-microservices/basic-node-and-express/use-body-parser-to-parse-post-requests.english.md

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

* Update curriculum/challenges/english/05-apis-and-microservices/basic-node-and-express/use-body-parser-to-parse-post-requests.english.md

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

* Update curriculum/challenges/english/05-apis-and-microservices/basic-node-and-express/serve-json-on-a-specific-route.english.md

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

* Update curriculum/challenges/english/05-apis-and-microservices/basic-node-and-express/serve-json-on-a-specific-route.english.md

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

* Update curriculum/challenges/english/05-apis-and-microservices/basic-node-and-express/get-query-parameter-input-from-the-client.english.md

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

* Update curriculum/challenges/english/05-apis-and-microservices/basic-node-and-express/get-route-parameter-input-from-the-client.english.md

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

* Update curriculum/challenges/english/05-apis-and-microservices/basic-node-and-express/implement-a-root-level-request-logger-middleware.english.md

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

* Update curriculum/challenges/english/05-apis-and-microservices/basic-node-and-express/implement-a-root-level-request-logger-middleware.english.md

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

* Update curriculum/challenges/english/05-apis-and-microservices/basic-node-and-express/implement-a-root-level-request-logger-middleware.english.md

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

* Update curriculum/challenges/english/05-apis-and-microservices/basic-node-and-express/serve-an-html-file.english.md

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

* Update curriculum/challenges/english/05-apis-and-microservices/basic-node-and-express/serve-static-assets.english.md

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

* Update curriculum/challenges/english/05-apis-and-microservices/basic-node-and-express/serve-static-assets.english.md

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

* Update curriculum/challenges/english/05-apis-and-microservices/basic-node-and-express/start-a-working-express-server.english.md

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

* Update curriculum/challenges/english/05-apis-and-microservices/basic-node-and-express/start-a-working-express-server.english.md

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

* Update curriculum/challenges/english/05-apis-and-microservices/basic-node-and-express/use-body-parser-to-parse-post-requests.english.md

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

* Update curriculum/challenges/english/05-apis-and-microservices/basic-node-and-express/use-body-parser-to-parse-post-requests.english.md

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

* Update curriculum/challenges/english/05-apis-and-microservices/basic-node-and-express/use-body-parser-to-parse-post-requests.english.md

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

* Update curriculum/challenges/english/05-apis-and-microservices/basic-node-and-express/use-body-parser-to-parse-post-requests.english.md

Co-Authored-By: moT01 <20648924+moT01@users.noreply.github.com>
2019-03-06 18:20:17 -05:00
6be246ac4a inserted text 'aka Parent Node' to the file "index.md" (#26929)
* Update file "index.md"

added text = 'aka Parent Node'
increased branch length from the root

* text replaced in index.md file

text 'aka' replaced with 'also known as' in index.md file
2019-03-06 13:43:13 -07:00
51fcc8e509 fix: Improve formatting for Pascal's triangle challenge (#35531) 2019-03-07 01:55:37 +05:30
6d24b879f2 Update catch-mixed-usage-of-single-and-double-quotes.english.md (#35532) 2019-03-07 01:04:12 +05:30
61ff02c630 Grammar and vocabulary modifications (#32233)
Replaced 3rd grammatical person for 2nd, as it's more appropiate in spanish. Changed 'apuntar' for the more widely used 'redirigir' when referring to a hyperlink's actions. Transalated the titles. Made an estylistic change in the 1rst paragraph of the description.
2019-03-06 18:57:46 +01:00
0e298817fe Translate challenge seed section (#25601)
Translate challenge seed section text into spanish
2019-03-06 18:53:33 +01:00
7881a603ba Update index.md git file(#25090) 2019-03-06 22:51:31 +05:30
7eabdbb689 Added examples for tracking remote branch (#24760) 2019-03-06 22:34:58 +05:30
83dd3ba7d8 Fixed Formatting (#24574)
Gave better visual representations of equations
2019-03-06 22:31:31 +05:30
6eaacf526c Responsive Web Design: Added hint to Style Multiple Elements with a CSS Class (#24379) 2019-03-06 22:19:37 +05:30
973a01e218 Adds guide page for bash command grep (#25769) 2019-03-06 07:52:22 -08:00
ffefb3cdcc Update index.md fonts (#27380) 2019-03-06 20:54:21 +05:30
Amy
9c1424ba7a Copyedit and clarify phrasing (#27265) 2019-03-06 20:26:21 +05:30
c8f5b20b71 fix: Enforce lowercase usernames for profile queries 2019-03-06 15:38:43 +05:30
92208f7c23 [Fix] Modified regex to allow spaces in one of the tests for challenge Apply a Style Until a Condition is Met with @while (#35100)
* fix: modified regex to allow spaces

* fix: added additional \s* after 1

Co-Authored-By: RandellDawson <5313213+RandellDawson@users.noreply.github.com>
2019-03-06 03:05:52 -05:00
3a2db4744d fix(client): disable core prefetching due to scrolling performance in the map (#35512)
- [x] I have read [freeCodeCamp's contribution guidelines](https://github.com/freeCodeCamp/freeCodeCamp/blob/master/CONTRIBUTING.md).
- [x] My pull request has a descriptive title (not a vague title like `Update index.md`)
- [x] My pull request targets the `master` branch of freeCodeCamp.
- [x] None of my changes are plagiarized from another source without proper attribution.

Closes #35418

It disables only prefetching on link become visible, other prefetching strategies like prefetching on link hover still work.
2019-03-06 12:30:19 +05:30
cc49ac0456 Added an example of background gradient with image (#29570)
Code sample of how to implement a CSS background gradient, provided a screenshot for demo purpose.
2019-03-05 19:15:05 -07:00
35162199c6 add RGBA, HSL, HSLA for defining color (#28145) 2019-03-05 18:53:43 -07:00
Tom
3c9e19d999 fix: broken get a hint links [english] (#35280) 2019-03-05 16:22:23 -08:00
Tom
07ff561590 fix: rename guide folders [portuguese] (#35283) 2019-03-05 16:13:55 -08:00
Tom
7e017304a7 fix: rename guide folders [spanish] (#35285) 2019-03-05 15:51:08 -08:00
Tom
f089586474 fix: rename guide folders [russian] (#35284) 2019-03-05 15:45:14 -08:00
0558bb2f37 How to Use Package.json (#34601)
Added hint and solution to index.md at guides section
Portuguese language
2019-03-05 15:38:31 -08:00