d2618df4f3
fix: execute backend challenges
2018-12-03 12:41:43 +00:00
5e4c3c7d55
chore: Pay down some tech-debt
2018-12-03 15:31:49 +03:00
835f48e044
fix(app): missing alt prop for img tag
2018-12-03 12:11:24 +00:00
4fe5c81ad4
fix(client): catch errors on replacing a challenge
2018-12-03 11:08:14 +00:00
12ad9eb5f7
fix: site width is increasing for no reason ( #34313 )
2018-12-03 15:27:13 +05:30
ed5b434ad1
Merge pull request #34510 from akhileshh/master
...
fix: Fixes api word capitalization freeCodeCamp
2018-12-03 09:56:18 +00:00
d9ac45868c
fix(client): typo in certification view ( #34422 )
2018-12-03 15:26:08 +05:30
76a8fb4c8a
fix: added consistency to capitalization and puctuation ( #29201 )
2018-12-03 15:22:49 +05:30
929e0db633
fix(challenge): use-the-conditional-ternary-operator ( #19535 )
2018-12-03 14:19:57 +05:30
8b4eaf634e
docs: update readme for typo ( #33496 )
2018-12-03 14:17:32 +05:30
818f76dd0f
docs: added links for labels in contributing file ( #32177 )
2018-12-03 14:09:44 +05:30
5cc3e97c86
[Fixed Bug] Data Visualization with D3: Learn About SVG in D3 ( #27022 )
2018-12-03 12:44:30 +09:00
762d8a1715
Updated "More Information" link from 4.0 to 4.1 ( #24027 )
2018-12-02 16:30:07 -05:00
fac9919926
Use of proper indendation ( #24024 )
2018-12-02 16:28:40 -05:00
c7abdcecf9
Add the text "my change" to the article ( #24005 )
2018-12-02 16:19:52 -05:00
bc79ab2549
add "three laws" to the text ( #24008 )
...
* add "three laws" to the text
* Add formatting
2018-12-02 16:18:37 -05:00
3413848b5c
lowercase the "The" word ( #24022 )
2018-12-02 16:09:25 -05:00
7ccf233bfe
Create Players Meeting Narrative Document ( #23307 )
...
* Create Players Meeting Narrative Document
SCAD ITGM
* made folder name lowercase and add index.md
* fix: frontmatter
2018-12-02 10:46:30 -08:00
5946d0953f
Little grammar fix ( #24657 )
2018-12-02 22:59:40 +05:30
4d92c98511
added descriptions for options ( #23309 )
2018-12-02 08:25:44 -07:00
e107483baf
Create Formal MDA Design Document ( #23302 )
...
* Create Formal MDA Design Document
SCAD ITGM
* converted folder name to lowercase added index.md
2018-12-02 08:25:04 -07:00
4261f1d901
Added solution to "Size of the Set" ( #27508 )
2018-12-02 20:12:06 +05:30
1de757e1be
fix: Make the current challenge button do something
2018-12-02 17:39:56 +05:30
7d7b2e049f
fix: Handle no user request
2018-12-02 17:39:56 +05:30
b11f4f511d
Github and Android Studio connection. ( #23189 )
...
* Github and Android Studio connection.
This is a tutorial of pushing a project from Android Studio to Github.
* Update file path and minor tweaks to article
2018-12-02 19:33:44 +09:00
ec34e168ba
List links for more information ( #23644 )
...
Items under "More Information" to appear as lists instead of looking like a sentence
2018-12-02 17:25:19 +07:00
01ae4e25a1
Improve python version of merge sort. ( #23005 )
2018-12-02 14:59:26 +09:00
213425fac2
updated to include manual ios linking ( #23879 )
...
* updated to include manual ios linking
* Update index.md
* Add list formatting
2018-12-02 00:05:47 -05:00
25fa070622
Uppercase the ES6 word ( #23907 )
2018-12-01 22:10:26 -05:00
97f80c715c
added example for incrementation ( #23908 )
2018-12-01 22:02:30 -05:00
78c6e30439
Update index.md ( #23882 )
2018-12-01 21:59:39 -05:00
61b6f1e19e
Added a section called "Casting". Details on how data types can be stored in other data types. ( #23881 )
...
* Added a section called "Casting"
* Reordered section, fixed typo
2018-12-01 21:55:44 -05:00
7f00161e60
Update index.md ( #23905 )
2018-12-01 21:55:20 -05:00
8848487622
Infinite for loop ( #23252 )
...
* Infinite for loop
A brief description of the infinite for loop was given along with an example.
* Added syntax highlighting
2018-12-01 21:52:31 -05:00
37d71e01c7
Bubble sort added as an example ( #22141 )
...
I added bubble sort as it is one of the most used sorting algorithms and as it is one of the easiest ones for beginners.
2018-12-01 21:34:17 -05:00
7498ce0052
Added a few lines to emphasize Interfaces importance to Design patterns. ( #23700 )
...
* Added a few lines to emphasize Interfaces importance to Design patterns.
* Fixed several grammatical mistakes
2018-12-01 21:30:11 -05:00
7eb767860a
Removed duplicate paragraphs. Added some keywords to refer. ( #23692 )
...
* Removed duplicate paragraphs. Added some keywords to refer.
Added some lines about GC also, removed duplicate paragraphs from the text.
* Fixed formatting
2018-12-01 21:29:19 -05:00
d593bf498a
Adding example app tutorial ( #23785 )
...
* Adding example app tutorial
* Updated link with MD format
* Refactored to 'more information'
2018-12-01 21:26:01 -05:00
f41deb625b
Modified Spanish endings and sentences to make. ( #19840 )
...
Some of the Spanish endings needed a change from the Usted form (formal) to the informal form (since that is how the article should be written in Spanish).
Modified briefly some sentences to make it more understandable for Spanish readers.
2018-12-01 15:40:45 -07:00
d2cb71d04b
Added dialog tag guide in HTML section ( #23173 )
2018-12-01 15:18:48 -07:00
0042936ce2
Callable vs Runnable ( #23117 )
...
* Callable vs Runnable
Included Callable interface as thread creation mechanism and the advantages of using Callable over Runnable
* fix: corrected wording on following line
2018-12-01 15:17:01 -07:00
63144ea2ac
Small contribution to switch statement ( #23150 )
2018-12-01 14:44:45 -07:00
13b93ba209
Added additional links and descriptions. ( #23112 )
...
Added descriptions to lists of women in tech initiatives and added a few additional links to list.
2018-12-01 14:32:12 -07:00
a77e6be978
Translation correction. ( #33750 )
...
The word 'Submit' (Enviar) should not be translated into Portuguese because it refers to a code snippet of the button tag.
2018-12-01 19:00:35 -02:00
f09e84ff14
Fixed code formatting ( #23068 )
...
Added curly brackets where they had been left out of the code snippets. Also fixed two grammatical errors on line 52
2018-12-02 03:17:12 +07:00
71a502d616
Editing Photoshop index.md for clarity, fixing footnotes ( #23165 )
2018-12-02 03:16:17 +07:00
9a315e237a
Data Structures: Remove from a Set ( #34493 )
...
* fix: solution and moved instructions
* feat: added solution
* fix: added code elements
2018-12-01 11:46:02 -07:00
db1303ea4b
Corrected semantic errors. Changed hyperlinks to Russian resources ( #25074 )
2018-12-01 22:45:50 +04:00
e66e6beebb
Made the text more readable. Corrected semantic and stylistic mistakes. ( #25062 )
2018-12-01 22:44:27 +04:00
1a4bdd52dd
index.md ( #25059 )
...
* index.md
Components translated
* index.md updated
added localeTitle
2018-12-01 22:42:29 +04:00