Commit Graph

4567 Commits

Author SHA1 Message Date
sri vatsav
12ef1b7925 Jump search Code in Java (#30962)
Code for Jump Search in Java.
2019-07-15 06:22:05 -07:00
six9
f03418f7aa Update index.md (#36453) 2019-07-14 06:05:41 +01:00
lennort123
10a7823d68 Substring-changes (#36213) 2019-07-10 18:08:28 -07:00
Jinyoung Park
5602111789 fix : add URL to a missing link (#36413)
* fix : add URL to a missing link

In Relevant Links (line 54), the first URL text 'Using typeof' was missing a href value. I fixed it by adding the link to a FreeCodeCamp's Javascript Debugging curriculum that introduces typeof method. (
Debugging: Use typeof to Check the Type of a Variable : https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/debugging/use-typeof-to-check-the-type-of-a-variable)

* I'm a first-time open source contributor. If you have any feedback about my pull request, feel free to share it with me.

* Update guide/english/certifications/javascript-algorithms-and-data-structures/basic-algorithm-scripting/boo-who/index.md

Remove the first bullet instead of adding the link (suggested by RandellDawson)

Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>
2019-07-09 08:12:23 -07:00
Parth Parth
111d7d9602 Fix broken image in overflow (#34475)
* Update index.md

* Update guide/english/css/overflow/index.md

Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com>
2019-07-09 06:10:58 -05:00
Jason Yum
6caff8ec37 Add section on pooling (#32302)
Intuition is that pooling creates "fuzzier" images through subsampling (also known as down-sampling). Good example where reducing information actually makes an algorithm more efficient by reducing overfitting.
2019-07-08 18:03:16 -05:00
Sandesh Shrestha
76f1d8e205 Add mobile context for fitt's law (#34053)
* Add mobile context for fitt's law

* fix/suggestion+remove-image+markdownize-link
2019-07-08 17:58:20 -05:00
trungqudinh
63c4f93fc3 Add more keys to vim navigation (#29208)
* Add more keys to vim navigation

* fix/grammar-suggestion

* fix/alignment
2019-07-08 17:45:40 -05:00
Devashish Gupta
1990d26c9a ShellSort Added (#34322)
* ShellSort Added

freeCodeCamp/guide/english/algorithms/sorting-algorithms/ shell-sort/index.md

* Formatted Shell Sort Article

* fix/formatting+grammar

* fix/capitalization
2019-07-08 13:24:32 -05:00
lizcamp
733ac6066f Writing edits and added context (#33069)
Provided more details surrounding how Scrum Masters function within a sprint, and made a few stylistic writing changes to provide clarity
2019-07-08 09:48:19 -05:00
wounky
b577f885d4 Create index.md as initial introduction to ABAP language. (#28989)
* Create index.md as initial introduction to ABAP language. 

WIll continue working on the file, paragraphs and the folder.
Day to day job.

* fix/suggestions

* fix/more-formatting

* fix/more-formatting
2019-07-08 09:31:56 -05:00
Huyen Nguyen
f6da098088 Format the 'Accessibility Tools for Web Developers' article (#36296) 2019-07-08 08:56:52 -05:00
Ian Myrfield
6f78106a43 Kotlin type aliases (#31846)
* Kotlin type aliases

* fix/folder-name
2019-07-07 19:14:08 -05:00
Nilys
f75e20a969 Delete redundant solution (#36393)
The first advanced solution is almost identical to the intermediate one. Per "similar but better" rule, I believe the first one should be kept (or at the bare minimum, they should at least fill the same category).
2019-07-07 17:05:02 -07:00
Ian Myrfield
d3701fc9a0 Kotlin import statements (#31902) 2019-07-07 18:36:18 -05:00
Jason Yum
95f589a9f6 Add mini-batch gradient descent section (#32313)
Mini-batch is more popular than SGD, especially for extremely large data sets.
2019-07-07 18:15:19 -05:00
Effi Tramountani
26671da96c Add Class and Function Documentation tips (#31963)
Update the Code Documentation file to include specific tips for writing class and function documentation. Add an advisory about using comments excessively
2019-07-07 17:44:07 -05:00
Rachel Krupnick
558cdc000a feat: Add article on Automated Accessibility Tools (#34998)
* feat: Add article on Automated Accessibility Tools

* fix/formatting
2019-07-07 13:59:18 -05:00
Hasan Abdullah
ef7a13dda3 feat: add article for JavaScript String.lastIndexOf() (#36013)
* feat: add article for JavaScript String.lastIndexOf()

* Update guide/english/javascript/standard-objects/string/string-prototype-lastindexof/index.md

Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com>
2019-07-06 11:09:27 -05:00
Hasan Abdullah
9fe78e3827 fix: update article for JavaScript String.indexOf() (#36012)
* fix: update article for JavaScript String.indexOf()

* Update guide/english/javascript/standard-objects/string/string-prototype-indexof/index.md

Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com>
2019-07-06 11:08:33 -05:00
Randell Dawson
8ee2e5eaa9 fix: replace url with empty array in solution (#36380) 2019-07-06 12:35:06 +05:30
Gustavo Cavalieri Fernandes
ec4350b2bf Update index.md (#36390)
fixing typo
2019-07-05 20:32:58 -07:00
nCarol595
7e08fc1b99 Add "sapply function" guide to R guides (#36010)
* Add "sapply function" guide to R guides

* Add review suggestions on formatting
2019-07-05 17:27:10 -07:00
shahrir11
8e5762801c Add section: ASSIGNMENT Operators explained wit example (#34029) 2019-07-05 12:28:02 -07:00
Rajiv Ranjan Singh
532aa56809 static sites (#35969) 2019-07-05 12:20:54 -07:00
Gourav Kumar Singh
f4fa71fc63 Update index.md (#33347)
* Update index.md

* fix: formatted code
2019-07-05 12:19:00 -07:00
Willy David Jr
39990df1f3 Corrected Code on Counting how many fruits are red (#32722)
Corrected the expression that was used on Where clause.
2019-07-05 11:54:44 -07:00
dmitreeeee
12d4cc83ab Added a page for list comprehensions in haskell (#30741) 2019-07-04 13:11:45 -05:00
Curtis Vermeeren
b1a5c36797 Create an article of error handling with Go (#33682) 2019-07-04 13:07:47 -05:00
Andrew Roesener
9f5a44bd7d Added docker-image guide directory/documentation (#30856)
* Added docker-image folder and created index.md with documentation for basic docker image commands

* corrected CLI link name from 'load' to 'image'
2019-07-04 13:00:52 -05:00
Jasmeet Singh
e5de964ff5 Add TypeScript 'abstract classes' guide. (#29514)
* Add TypeScript 'abstract classes' guide.

* fix/add-suggested-changes
2019-07-03 14:46:18 -05:00
sjoh29
c267b7029b Added "Hybrid Cryptography" to article (#32898)
Added and defined Hybrid Cryptography
2019-07-03 09:46:10 -05:00
Jasmeet Singh
fc79ca2150 Add TypeScript's modifiers guide. (#28081)
* Add TypeScript's modifiers guide.

* fix/suggested-changes
2019-07-03 09:04:50 -05:00
svmi3195
9d1ce7b83c guide: add an article on vue-router (#27746)
* create markdown file for the article

* guide: add an article for vue router

* change some wording

* fix typo

* change some wording

* add a bit on injection router to the app

* change some wording

* add title

* fix/suggested-changes
2019-07-03 08:52:54 -05:00
sletlape
92992b7502 Added info on vimrc on lines 122 and 123 (#33505)
* Update index.md

* fix/suggested-changes
2019-07-03 08:29:12 -05:00
ggbong734
ffb7b0eea6 Content update and format improvement (#28840)
* Content update and format improvement

Simplified the content, added subheadings, and formatted the examples.

* Update index.md
2019-07-02 18:16:25 -07:00
Alexander Wayne Omorokunwa
bbbb20b8d3 created a new article (#28599)
* created a new article

* Update index.md
2019-07-02 18:14:39 -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
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