21549 Commits

Author SHA1 Message Date
Blake Lambert
dd9ce2bc2a Added information on inheritance in Python (#26572)
* Added information on inheritance in Python

* Formatting changes
2019-02-22 03:33:16 -05:00
Nick J
334be37bff Fix typo CPPU (#28883)
Fixes a typo in the text where CPPU should be CPU.
2019-02-22 11:40:37 +04:00
Valeriy
0b2aac7bdd chore(tools): set git attributes for line endigs (#35298) 2019-02-22 12:56:19 +05:30
Achilles Moraites
e351a35bf2 fix: search bar going off screen (#34586) 2019-02-22 11:39:24 +05:30
mrugesh mohapatra
fa6de3c83f docs(local): add notes on authenticating locally (#35336) 2019-02-21 21:59:01 -08:00
Randell Dawson
37aa3172ea fix: added missing & in text of tests (#35341) 2019-02-22 00:28:05 -05:00
Almaz Kunpeissov
4a7571492d #35176 Remove reference to "backspace" regex (#35186)
Remove reference to "backspace" regex in example #35176
2019-02-22 10:50:51 +08:00
KartikSoneji
9389c7342c Added the diamond operator (<>) (#31291)
* Added the diamond operator (<>)

* Update guide/english/java/generics/index.md

Co-Authored-By: KartikSoneji <kartiksoneji@rocketmail.com>

* Changed <> to &lt; and &gt;

* Changed &lt; and &gt; to be escaped by `. Fixed Code Style to be Consistent.

* Formatting changes
2019-02-21 21:03:52 -05:00
Niraj Nandish
cb35d49a21 fix(challenges): Fix broken links in English challenges (#35125) 2019-02-21 17:58:31 -05:00
Fordco
63c5423e4a fix(curriculum): iterate with javascript do...while loops (#35214) 2019-02-21 17:25:54 -05:00
Harkirat Singh
e202b917d6 Update index.md (#35323)
* Update index.md

Completion of solution code.

* Update guide/english/certifications/apis-and-microservices/basic-node-and-express/get-data-from-post-requests/index.md

Co-Authored-By: Harkirat155 <harkirat.hira@gmail.com>

* Update guide/english/certifications/apis-and-microservices/basic-node-and-express/get-data-from-post-requests/index.md

Co-Authored-By: Harkirat155 <harkirat.hira@gmail.com>
2019-02-21 09:32:41 -08:00
Mrugesh Mohapatra
ea3e5fff21 fix(pages): remove max-len from learn 2019-02-21 16:50:29 +00:00
Mrugesh Mohapatra
65288de39a fix(link): lint and format links 2019-02-21 16:50:29 +00:00
Valeriy
4fb112e87f fix: apply suggestions from code review
Co-Authored-By: raisedadead <1884376+raisedadead@users.noreply.github.com>
2019-02-21 16:50:29 +00:00
Mrugesh Mohapatra
7783079af7 fix: address early review comments and lint 2019-02-21 16:50:29 +00:00
Mrugesh Mohapatra
65c427a266 feat(pages): import terms page to subdirectory 2019-02-21 16:50:29 +00:00
Mrugesh Mohapatra
03a399d24f feat(pages): import privacy policy to subdirectory 2019-02-21 16:50:29 +00:00
Mrugesh Mohapatra
f8b900f58f feat(pages): import CoC to subdirectory 2019-02-21 16:50:29 +00:00
Mrugesh Mohapatra
7ae7fb42a4 feat(pages): import support page to subdirectory 2019-02-21 16:50:29 +00:00
Mrugesh Mohapatra
f61efb225f fix(links): unify linking to pages internal/external 2019-02-21 16:50:29 +00:00
Mrugesh Mohapatra
f28cee5a4d feat(pages): import sponsors page to subdirectory 2019-02-21 16:50:29 +00:00
Mrugesh Mohapatra
19e8aa52fe feat(pages): import about page to subdirectory 2019-02-21 16:50:29 +00:00
Mrugesh Mohapatra
d2c017d821 fix(title): make consistent main title 2019-02-21 16:50:29 +00:00
Bouncey
cf1def239d feat: Use new (tested) accessToken utils to set and remove cookies 2019-02-21 21:03:06 +05:30
Bouncey
3e8bac4590 feat: Use new (tested) accessToken utils to authoize requests 2019-02-21 21:03:06 +05:30
Bouncey
2f944b3aed feat: Add new accessToken utils 2019-02-21 21:03:06 +05:30
Bouncey
36c4737998 chore: Add tests for jwt authorization 2019-02-21 21:03:06 +05:30
Bouncey
f5ca6ce5e9 chore: Move sinon dep to the root 2019-02-21 21:03:06 +05:30
Lidiya
0523233ac7 [Russian] Improved translate (#28746) 2019-02-21 17:57:29 +04:00
Lidiya
fbc53ea257 [Russian] Improved translate (#28761) 2019-02-21 15:25:56 +04:00
Lidiya
fe60bf33e4 [Russian] Improved translate (#28755) 2019-02-21 15:25:36 +04:00
olga1blinova
3b6f0f8ef4 Translation improvements. (#28491) 2019-02-21 15:22:42 +04:00
rituteb
6f12526fe1 Fix issue with download solution on completion modal (#34967) (#35317)
When the user downloads their solution before proceeding to the next challenge, the solution is downloaded again on Ctrl + Enter.

The issue is that once the user has downloaded their solution, the download button is in focus, so pressing Ctrl + Enter will not only dispatch the submit challenge event, it'll also dispatch the click event on the download button which is not what we want. This disables that event.

Closes #34967
2019-02-21 12:06:52 +03:00
dsb4343
5cb5c11df9 Added tutorial video for Java. (#33338) 2019-02-21 03:29:22 -05:00
Theodoros Gkortsilas
a17b123510 Added curly brackets to comment in JSX element (#34694)
Added curly brackets to comment in JSX element to hide it from the rendered DOM
2019-02-21 03:24:27 -05:00
Rodrigo Araujo
f366b32d92 Changed wording (#33085) 2019-02-21 03:10:57 -05:00
S R
21b767539c Additions to Hello World guidance. (#27929)
Mention about .class files and not using .class extension while running.
2019-02-21 02:41:27 -05:00
Kelsey Edelstein
8448e71299 Add two CSS multi-column properties to index.md (#33054) 2019-02-20 23:06:21 -08:00
Cameron Behdani
1817e12c15 Added additional improve CSS performance tip (#32930) 2019-02-20 22:00:49 -08:00
rupali317
5f6595b7dc fix: use correct variables for challenge (#34935)
Deleted the sentence which refers a.start.x as an object, as it is not an
object
2019-02-20 22:00:21 -08:00
Gabriel Hoverman
9d2719e2e4 Added PHP Try Catch to Guide. (#33840)
* Added PHP Try Catch to Guide.

* fix: change tru to try
2019-02-20 20:52:08 -08:00
Lee
6e44ec362c ADD: transform affects DIV child contents (#35257)
* ADD: transform affects DIV child contents

After spending some time figuring out how to prevent text in a div being skewed as well as the div, I think it is worth mentioning that applying a transform to a div element will also affect elements contained inside of it. Perhaps the transform challenge pages could include how to negate the effects of the transform on child elements of divs.

* Fix: moved my commit to Description 

Moved my commit text into the Description section as suggested.

* Fix: Changed </div> to </code>

Changed the closing </div> tag to </code> as suggested.

* Fix: Changed markdown ** to <strong>

As advised on a previous pull request, I have removed the markdown ** ** and replaced it with HTML <strong></strong>.
2019-02-20 20:25:16 -08:00
Prajwal Bhatia
26b8e46af7 Add "Asynchronous nature" to the article (#33366) 2019-02-20 17:02:37 -07:00
deathwarden150
2c10d23ac3 Update index.md (#30265)
Added a point in Disadvantages.
2019-02-20 16:59:17 -07:00
Tanmay Arora
aaba4c0987 Explanation.md (#30081)
Explained and simplified a few core concepts
2019-02-20 18:50:29 -05:00
Rachel Irene Lunan
fe37a0a998 Update index.md (#29850)
made some mild proofreading edits to the text
2019-02-20 16:33:18 -07:00
Kaunaj Banerjee
e580fa594c Add an example of infinite loop (#28627)
* Add an example of infinite loop

* Update index.md
2019-02-20 18:31:40 -05:00
Agnes Brettl
43daf92211 Update the text to make clear the main definition (#27237) 2019-02-20 18:16:44 -05:00
zacharypropert
ca68c4e92c Added change "counter += 1" on line 17 (#27238)
Change added ensures that the loop created will not be an endless loop since there is now a condition in the loop that will eventually make the loop false and stop.
2019-02-20 18:01:08 -05:00
carsandparties
2a81a0bfe8 Add to description of box-shadow (#27192)
Add that box-shadow works just like text-shadow. Also fix typo by changing "give" to "gives"
2019-02-20 17:58:44 -05:00