Commit Graph

4487 Commits

Author SHA1 Message Date
Emma Collier
0100d3885d Added basic info about GIMP as another, open source, designer option. (#29464)
* Added basic info about GIMP as another open source designer option.

* made GIMP lowercase in folder path
2019-06-27 19:29:50 -07:00
Terho
7e7522fdfd update index.md (#29446)
Added short flask guide
2019-06-27 19:29:05 -07:00
Furkan Doğu
755466765b added animations in react native (#30237) 2019-06-27 19:26:43 -07:00
prashant
74f842838e add explaination for options used with tar (#29449)
options used with "tar" depends on the archive type, added reference for manpage of tar
x - to extract files from an archive
v - show verbose output
f - use archive file or device ARCHIVE
2019-06-27 19:17:35 -07:00
Abhishek Sarolia
7ccddecb6b fix: update puppet guide article after review (#29030) 2019-06-27 19:14:07 -07:00
Rohan Bansal
85ffd4bfcf Detailed examples of controls (#28949)
To add interest, I extended the description of controls to encompass the things you can do with JavaFX.
2019-06-27 19:12:57 -07:00
David Lau
7790535664 Example of view and class logic files swapped (#28928)
The file containing class logic usually resides in the *.component.ts file and the view container in the *.component.html. The examples were switched around.
2019-06-27 19:11:43 -07:00
Abhishek Narang
3bb3ea1a98 Added Diametric Form (#28445)
* Added Diametric Form

* fix: format formulas
2019-06-27 18:58:51 -07:00
qhieu45
c6e4efc268 Update error handling instruction in $.get (#28838)
Add example to handle error when calling $.get
2019-06-27 18:58:34 -07:00
Kyle Lobo
d4cceea449 Added a C language example in "Queues" (#28754) 2019-06-27 18:56:17 -07:00
p-murli
f9052e66b8 fix: update determinant article (#28693)
expanded the stub article and wrote an article for Determinant of a matrix
2019-06-27 18:54:23 -07:00
Glafs
9a72acf7ac Added information to python method article (#27410)
* Added information to python method article

Added information over methods in OOP in python.

* Corrected mistakes in python methods guide

Added the py syntax highlighting and corrected some grammar.

* fix: remove stub info
2019-06-27 18:51:42 -07:00
James Hogan
6621317b96 Expand on previously outlined testing methods (#28518) 2019-06-27 18:51:23 -07:00
Jerica Harwood
9ad548f344 Added code exmaple and more information (#28342) 2019-06-27 18:47:50 -07:00
João Menighin
927d250bd1 CSharp - LINQ - GroupBy created (#28213)
* CSharp - LINQ - GroupBy

* Rename guide/english/csharp/linq/groupBy/index.md to guide/english/csharp/linq/groupby/index.md
2019-06-27 18:44:50 -07:00
VassMark
b940a593e2 short article about smart pointers (#25194) 2019-06-27 18:38:54 -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
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