Commit Graph

5231 Commits (8b5cc6d277a5f8ca2cb7227f06e2da5d648cfe6b)

Author SHA1 Message Date
mmmeyers a50c6edd30 Fix grammatical errors (#21114) 2019-06-27 18:10:41 -07:00
Tiago Salema fcefb7895d Added a suggestion of solution with a simple for loop (#35884)
* Added a suggestion of solution

* fix: removed repl.it links and corrected bullets
2019-06-27 17:52:00 -07:00
Connor 0c4dce8984 Added topic about Valgrind (#29902)
* Added topic about Valgrind

Valgrind description added, which I wish I knew about when I was learning C.

* fix: changed header title
2019-06-27 16:35:06 -07:00
dipashreepatil b91fd01f36 Update index.md (#28705) 2019-06-27 16:17:55 -07:00
Suvarna Sivadas 18908b40c4 added range of values (#33656)
* added range of values

* fix: formatted table with markdown
2019-06-27 15:46:11 -07:00
dipashreepatil 6822234614 Update index.md (#32441) 2019-06-27 15:37:46 -07:00
Jason Yum 039b53dfd8 Create initial RNN description, added more information link (#32297)
* Create initial RNN description, added more information link

Included a generic RNN diagram of a stacked and unfolded RNN. Motivated material with example sentence.

* Add additional link

* Add helpful link on LSTMs
2019-06-27 15:32:24 -07:00
resrv 625bb4416d Added RNN (#29276) 2019-06-27 15:19:05 -07:00
Travis Gayle 5e7c9a1807 Add information on interfaces and lambdas. (#31524) 2019-06-27 15:10:20 -07:00
Gourav Kumar Singh 1195a986d5 Update index.md (#33326)
* Update index.md

* fix: rearranged OP's content
2019-06-27 15:05:09 -07:00
Ronit Ray 0213ee1a13 Rectifying Bubble Sort logic, introducing modification, removing code inconsistency (#30274)
* Update to index.md + code fix

Before this commit, the js and c++ versions of the code had the O(n) modification with the flag but the Java, Python, Swift ones did not. Also, Bubble sort is originally O(n^2) for all cases and the flag is a modification to it, as far as I know. I updated the code to reflect the same in the first section, and added a new section explaining the modification with examples in 3 languages. Hope this is alright.

* fix: corrected code block syntax
2019-06-27 14:39:47 -07:00
chrisgithubok 3e175e52b3 added ruby bubble_sort example (#33907)
* added ruby bubble_sort example

* fix: corrected code block syntax

* fix: fixed typo and used 2 space indentation
2019-06-27 13:20:31 -07:00
Andrew Mackie 5c51c407c0 Fixed typos and added examples and a reference. (#32031) 2019-06-27 12:50:39 -07:00
Daniele 1f01c3d90f Arrays.asList() explanation (#33522)
Updated with a brief explanation of the Arrays.asList() function with example.
2019-06-27 12:21:41 -07:00
SimonFuet 080c0ae12b Add FastUtil lists for lists of primitives (#29282)
* Add FastUtil lists for lists of primitives

* fix: rearranged content
2019-06-27 11:49:34 -07:00
Shamp 307b0dedb3 Update index.md (#29218)
Added reason to choose Vectors or Arraylist (in terms of synchronization)
2019-06-27 11:07:58 -07:00
João Luiz aec887be68 Update URL-Shortener-Microservice Hint Markdown (#36299)
Creating a Hinting for this project with useful tips
2019-06-27 10:42:25 -07:00
Randell Dawson 015424b2a5 fix: remove repl.it links chinese challenge articles 2019-06-27 15:54:55 +08:00
sri vatsav 89b96e8c52 Enums in Java (#30882)
* Enums

Defining , accessing and comparison of enums to strings.

* fix: added .md to file

* fix: renamed file to index.md

* Formatting and syntax changes
2019-06-26 20:10:29 -04:00
Mehul Lakhanpal 90036cc711 feat: add article for balanced-brackets (#36160)
* feat: add article for balanced-brackets

* fix: reformatted and refactored solution
2019-06-26 10:53:46 -07:00
Nicholas Win d50b4970dc Add method, solution, and reference. (#32135)
* Add method, solution, and reference.

* fix: removed stub text
2019-06-26 17:10:57 +01:00
Randell Dawson 81a0c0c8e0 fix(guide) add solutions to Factorialize a Number and Reverse and String challenges (#35967)
* fix: added iterative basic solution

* fix: added another basic solution
2019-06-25 18:34:03 -07:00
Christopher McCormack 771c49713b feat/updated linux shell scripting guide (#35767) 2019-06-25 17:49:07 -05:00
johncgenere 43a125217c Added Date Object Guide to Javascript Guides (#36006) 2019-06-25 16:05:34 -05:00
Hasan Abdullah 306c53187f feat: add article for JavaScript String.search() (#36014) 2019-06-25 15:56:06 -05:00
Hasan Abdullah c3aec1aef2 feat: add article for JavaScript String.startsWith() (#36015) 2019-06-25 15:53:30 -05:00
Hasan Abdullah e40c55b02a feat: add article for JavaScript String.toString() (#36016) 2019-06-25 15:52:06 -05:00
logtata 90a9f27440 Add Introduction to Machine Learning Article (#33555)
Add Introduction to Machine Learning Article as additional reference
2019-06-25 13:51:50 -07:00
Alfred Skaria a2eb82c20c added attributions to the code (#28095)
Explained the backpropagation in simple terms
2019-06-25 13:50:22 -07:00
Ulf Swedin e86a675b95 Added example with one parameter to master branch (#32027)
* javascript comments page makeover (english)

Remove redundant information
Fix link styles
Make everything easier to read

* Added example with one parameter
2019-06-25 13:44:19 -07:00
P Karthik Chowdary 850512c2ab Added an implementation code in python (#33305) 2019-06-25 13:42:43 -07:00
Jason Yum 7e2e9a61bc Add explore-exploit problem as important theme in RL (#32322)
Explore exploit helps motivate the different decisions facing RL algorithms and introduces the concept of "greedy" approaches.
2019-06-25 13:34:30 -07:00
Ina S.Lew 566e112d5d Added step-by-step instructions to 'how-to-use-package.json-the-core-of-any-node.js-project-or-npm-package/index.md' (#35868)
* Added step-by-step instructions and screenshots

Added step-by-step instructions to set up an anonymous node/express project for the challenges and three demo screenshots.

* Removed screenshots from instructions

* fix: changed javascript to json

* fix: changed to two-space indentation
2019-06-25 13:15:51 -07:00
Hasan Abdullah 7659d1fdaa feat: add article for JavaScript String.codePointAt() (#36011) 2019-06-25 15:07:24 -05:00
mariannebunyi 60ae1845cb added jQuery load() Method (#31453) 2019-06-25 14:59:46 -05:00
Navjot Singh f267d2a61b Fixed Broken Links in Binary Agents (#35947)
The parseInt link to the freecodecamps forum pointed to a link with no resource. And Also fixed the link for String.length and removed a dead link.
2019-06-25 12:59:15 -07:00
Ian Myrfield 4954f87424 Kotlin extension functions (#31943) 2019-06-25 14:36:52 -05:00
Kristina Gern 05c51c762a Update content for clarity and edit punctuation (#33369) 2019-06-25 11:14:24 -07:00
Papun Charan b07fac01b2 Added a 'Note' part. (#32776)
The 'Note' part describes how we can check for odd even with the help of & operator.
2019-06-25 11:04:53 -07:00
alkeshattal 447b8f50fc Added points on Custom Data Attributes in HTML (#32749) 2019-06-25 11:04:11 -07:00
Aditya Oli c9d00827c4 Added MergeSort Implementation in Java (#28042)
* Added MergeSort Implementation in Java

* fix: changed c++ to cpp
2019-06-25 10:53:35 -07:00
rakshitha31 cbc2c0b7c2 update (#31295)
* update

* Update index.md
2019-06-25 10:36:40 -07:00
Karthik Rao 782c5ba553 fix: introduce action creators in redux-actions (#31170) 2019-06-25 10:28:05 -07:00
Syauqy Nurul Aziz 274ef504c3 Add new details and links to CJM (#31088) 2019-06-25 10:25:31 -07:00
Ankush Soni 2ff2b82d51 Added definitions of different types of matrices (#30128) 2019-06-25 10:15:51 -07:00
Andrew Mackie 2f8d009133 Update index.md (#29940) 2019-06-25 10:11:37 -07:00
Nils ecc22cc9aa Added tailgaiting as example (#30985)
Added a (short description) of tailgating under the Some examples of Social Engineering hacks, as it is another form of these.
2019-06-25 10:08:48 -07:00
Shoaib 9cccd52aec constructor in abstract class (#29329)
Have added some information in abstract classes
2019-06-25 09:51:06 -07:00
Randell Dawson c8ca40751b fix: removed extra sh code fences 2019-06-25 16:57:43 +08:00
Randell Dawson 8ce1b374e3 fix: replace languages preceded by space 2019-06-25 16:57:43 +08:00
Randell Dawson 2b553d31b6 fix replace code block with blockquote 2019-06-25 16:57:43 +08:00
Randell Dawson 3f56cf6f54 fix replace code with applicable language postfix 2019-06-25 16:57:43 +08:00
Randell Dawson 4f83b58aa6 fix replace Swift4 with swift for language postfix 2019-06-25 16:57:43 +08:00
Randell Dawson 1b113c436c fix replace c# with csharp for language postfix 2019-06-25 16:57:43 +08:00
Randell Dawson b7e98240c8 fix replace #include with c for language postfix 2019-06-25 16:57:43 +08:00
Randell Dawson 4a2b88b16e fix replace output with shell for language postfix 2019-06-25 16:57:43 +08:00
Randell Dawson 5e6ba79c04 fix replace solidity with no language postfix 2019-06-25 16:57:43 +08:00
Randell Dawson 1932a08858 fix replace sh with shell for language postfix 2019-06-25 16:57:43 +08:00
Randell Dawson 22f52296bc fix: replace c++ with cpp for language postfix 2019-06-25 16:57:43 +08:00
Randell Dawson 7d097e62ac fix: replace cs with csharp for language postfix 2019-06-25 16:57:43 +08:00
Randell Dawson f57e6d69d8 fix: remove codepen.io links from challenge articles 2019-06-25 16:52:24 +08:00
yulixue 6167811c09 Update index.md (#28398)
Add some details about table, and the css property: border.
2019-06-25 16:22:17 +08:00
Zenghui 0fb5d35e14 Update index.md (#27499)
fixed the first title
2019-06-25 16:21:35 +08:00
pamadei 00446ffb17 Add latest Angular Version (7.0.0) (#27109) 2019-06-25 15:54:31 +08:00
zd6 d3c2f0825a translation smoothen index.md (#23426)
translation corrected
2019-06-25 15:53:00 +08:00
Andrew Mackie 8786caf103 Fixed typos and changed some wording for clarity. (#28926) 2019-06-25 14:40:22 +07:00
Skipper 231d388d8b fixed: fixed some translating problem. (#30923)
* fixed: fixed some translating problem.

I don't know how did you translate the "猛击猫“,but it's really not a good translation.
I almost laugh to death to see this(just feel fun,no impolite). 
: )

* Update index.md

* Update index.md
2019-06-25 14:56:52 +08:00
Tony Tu 3016c6e798 Update Blockchain types chinese index.md
Correct some Chinese translation
2019-06-25 14:39:17 +08:00
Tony Tu 5185e91db2 Update Smart Contracts Chinese index.md
Correct some Chinese translation
2019-06-25 14:38:51 +08:00
Tony Tu dc37f4755b Update Blockchain Chinese feature index.md
Update the chinese translation in feature index.md
2019-06-25 14:38:26 +08:00
Kaan f0faa41fb0 A note about usage and some tiny fixes. (#28689) 2019-06-25 13:36:47 +07:00
Yang8547 658f3d8ab2 Add translation 2019-06-25 14:35:25 +08:00
Wan Cheuk Lun 4d01f8228e Update index.md (#26782) 2019-06-25 14:34:31 +08:00
Wan Cheuk Lun 0a473f498d Update index.md (#26776) 2019-06-25 14:33:50 +08:00
Wan Cheuk Lun 24c5fc3127 Merge pull request #26771 from winsonrich/patch-9
Update index.md
2019-06-25 14:32:16 +08:00
winsonrich 377328f3c4 Update index.md 2019-06-25 14:31:56 +08:00
winsonrich 2f08132959 Update index.md 2019-06-25 14:31:32 +08:00
winsonrich da699106bd Update index.md 2019-06-25 14:31:09 +08:00
winsonrich 7b89e15927 Update index.md
we use While Loop to communicate in Chinese, the word "而" is not similar to the meaning of "while" in Chinese.
2019-06-25 14:30:43 +08:00
winsonrich ae147f519a Update index.md
1. while the array is larger than the target number of variable:"searchFor" , it is no need to search for the result that is larger than the "search target", therefore, we should break the loop to save more resources.
2. the variable j in the statement of "System.out.println("i = " + j); " is not declare and initialize at the beginning, also, var j in the while loop does not match with the variable i which is the result we want to display. Therefore, this statement should correct to "System.out.println("i = " + i); " so as to display the result of each loop correctly.
2019-06-25 13:54:39 +08:00
winsonrich 5da9e0bbca Update index.md 2019-06-25 13:51:52 +08:00
Victor Lin 187ccf11c9 Added new comments to return
Added new comments to return
2019-06-25 13:51:14 +08:00
Victor Lin 584d552de4 Added some translations
Added some translations
2019-06-25 13:50:39 +08:00
Victor Lin cb58d28190 Added more description (#26140)
Added more description
2019-06-25 13:50:08 +08:00
Victor Lin cc9408b748 Merge pull request #26090 from swissashley/patch-1
Added some translations to the file.
2019-06-25 13:49:22 +08:00
fedelico 2a33dfc176 change 87th line "To-DO列表" to "To-Do列表" 2019-06-25 13:48:45 +08:00
Lorna Lan ff72d212da grammatical fixes 2019-06-25 13:48:23 +08:00
Lorna Lan 27023748af fixed a typo 2019-06-25 13:48:02 +08:00
Lorna Lan 5e99dec3a6 fixed grammatical errors and reorganized format 2019-06-25 13:48:02 +08:00
imdonnie 3cc6db752d Add a chapter to the Chinese Laravel doc 2019-06-25 13:47:40 +08:00
wwewsm f59395a0c0 add extra material 2019-06-25 13:42:36 +08:00
wwewsm 46c2ea0aad Merge pull request #22861 from wwewsm/patch-5
add extra materials
2019-06-25 13:40:45 +08:00
wwewsm e02ace2b1d add extra material 2019-06-25 13:40:32 +08:00
Mayank Khare 604c48eeaf Added Developed By and the programming language used in development (#27227) 2019-06-25 12:09:50 +07:00
Mahmud031 57d66ef6df Added merge-sort in MATLAB (#27783)
* Added merge-sort in MATLAB

* fix: changed c++ to cpp
2019-06-24 19:02:26 -07:00
Faizan Ahmad 787729c910 Updated Properties of Merge Sort (#27052)
* Updated Properties of Merge Sort

Added the advantage of Merge Sort in linked lists over Quick Sort.

* fix: correct code block syntax
2019-06-24 15:54:45 -07:00
Sameer Bhardwaj fa7043e135 Completed c++ implemetation (#25547)
* Completed c++ implemetation

c++ implementation contained only merge function(by the name of merge sort). Completed the implementation by providing both divide and merge functions.

* fix: add triple backticks for c# code

* fix: changed csharp to cpp
2019-06-24 15:35:00 -07:00
anthonyjvoss e9fbe95454 Created powershell directory and first document (#28173) 2019-06-24 15:26:22 -07:00
Jack Hedaya 000356946b add Elixir syntax and return explanations to functions (#27552)
* add syntax and return explanations

* fix: added language postfix to code fences
2019-06-24 15:24:48 -07:00
Nischay Hegde 321ee3e69d Changed the file to reflect standards (#27542)
* Changed the file to reflect standards

`goto` is generally discouraged for use in C++, which wasn't what this was saying. Dijkstra even [said](http://www.u.arizona.edu/~rubinson/copyright_violations/Go_To_Considered_Harmful.html), "The go to statement as it stands is just too primitive; it is too much an invitation to make a mess of one's program." in 1968. This file seemed to indicate the opposite.

* fix: fixed grammar
2019-06-24 15:24:30 -07:00