Commit Graph

16670 Commits (74e297b2c105e9637711883af8083a8d85878e1a)

Author SHA1 Message Date
Adarsh Jain df6c25a091 setting up webserver inside docker and creating webserver image (#19300)
* added basic useful docker commands

* setting up webserver inside docker and creating an image
2018-10-15 23:34:40 -05:00
Spencer Malone 9fd89734cd Added article and two references (#19325)
Updating this page from stub to article. Included two references in the More Information section.
2018-10-15 23:33:20 -05:00
Aditya f64199a527 Update index.md (#19328) 2018-10-15 23:32:08 -05:00
NirvashPrime a143f8d75d Added additional information and corrected syntax (#19341)
When using strpos() it is important to run a comparison to avoid mistaken values. Also, when files only contain PHP (such as the snippets shown), they should not have closing tags (?>) as this can cause undesirable output.
2018-10-15 23:31:48 -05:00
Shani Rub c412b54717 Scenic View added (#19349) 2018-10-15 23:30:57 -05:00
Shawon Ashraf 2d6a0f4a6b added dijkstra and floyd warshall to graph algo list (#19357)
* added dijkstra and floyd warshall to graph algo list

* explanation for mkdir -p
2018-10-15 23:30:18 -05:00
Shahriar Rashid Mahmud 39a9eec9e7 Add an alternative way to control structures (#19259) 2018-10-15 23:27:58 -05:00
Coo.King 84c27f7db1 Add function to "Map Manual" (#19043)
* Update index.md

* Update index.md

* Update index.md
2018-10-15 23:27:31 -05:00
Adarsh Jain c51b310dd6 added basic useful docker commands (#19247) 2018-10-15 23:24:22 -05:00
David Sánchez a18a8ba38f Added error handling for console input (C++) (#19249)
* Update index.md

* Update index.md

Added additional sources
2018-10-15 23:23:21 -05:00
Steve Lee bb434b28e1 Added:Additional tech related jobs (#19422) 2018-10-15 21:22:34 -07:00
RujutaKelkar 3632974322 Added a few more types of ciphers. (#19256)
Fixed one or two grammatical errors and added descriptions of 2 more types of ciphers.
2018-10-15 23:22:04 -05:00
greggubarev 3201a0b708 Javascript: add hint to Generate Random Whole Numbers with JavaScript (#19213)
* Javascript: add hint to Generate Random Whole Numbers with JavaScript

Add hint to Generate Random Whole Numbers with JavaScript (https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/basic-javascript/generate-random-whole-numbers-with-javascript and https://guide.freecodecamp.org/certifications/javascript-algorithms-and-data-structures/basic-javascript/generate-random-whole-numbers-with-javascript/)

* Update index.md
2018-10-15 23:21:35 -05:00
greggubarev bb9223b17b Javascript: Edit hint Match All Letters and Numbers (#19238)
* Javascript: Edit hint Match All Letters and Numbers

Edit hint Match All Letters and Numbers (https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/regular-expressions/match-all-letters-and-numbers and https://guide.freecodecamp.org/certifications/javascript-algorithms-and-data-structures/regular-expressions/match-all-letters-and-numbers/)

* Update index.md
2018-10-15 23:21:24 -05:00
greggubarev 848458b142 Javascript: Add hint to Match Ending String Patterns (#19232)
* Javascript: Add hint to Match Ending String Patterns

Add hint to Match Ending String Patterns (https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/regular-expressions/match-ending-string-patterns and https://guide.freecodecamp.org/certifications/javascript-algorithms-and-data-structures/regular-expressions/match-ending-string-patterns/)

* Update index.md
2018-10-15 23:21:19 -05:00
greggubarev f4ad0419d9 JavaScript: Add hint to Iterate Through an Array with a For Loop (#19217)
* JavaScript: Add hint to Iterate Through an Array with a For Loop

Add hint to Iterate Through an Array with a For Loop (https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/basic-javascript/iterate-through-an-array-with-a-for-loop and https://guide.freecodecamp.org/certifications/javascript-algorithms-and-data-structures/basic-javascript/iterate-through-an-array-with-a-for-loop)

* Update index.md
2018-10-15 23:21:07 -05:00
Vivek Soundrapandi 09aa755e05 Mentioned about values inbuilt method in dictionary (#19257)
The document has mentioned about keys method in dictionary . An equivalent & frequently used method is values. Added description and example for the same
2018-10-15 23:20:48 -05:00
Vivek Soundrapandi 58bef02dbb added example for immutability for consistency as in other data structure descriptions (#19260)
Other immutable data structures have examples to show immutability which is missing in tuple description which makes it look inconsistent
2018-10-15 23:19:28 -05:00
Shahriar Rashid Mahmud e36832b1ca Add a "Variable lifecycle" short note (#19263) 2018-10-15 23:19:00 -05:00
varchasva-tiwari e8dd96f73a Add info to article. (#19196)
A stack is a First In Last Out (FILO) or Last In First Out (LIFO) Data Structure
2018-10-15 23:16:23 -05:00
neelflash07 7df1e43eda Update index.md (#19200)
Added a paragraph. An image showing different agile methodologies.
2018-10-15 23:15:52 -05:00
Devansh Upadhyay 897535e4a0 Added Linear Search function in Java8 (#19214) 2018-10-15 23:14:59 -05:00
Devansh Upadhyay fac8e975dd Added Iterative and Recursive Binary Search in Java (#19219)
Code for Iterative and Recursive Binary Search has been appended. Thanx !
2018-10-15 23:14:08 -05:00
Devansh Upadhyay fb80ec288e Added sample code for D3Js library. (#19227)
I've appended the code for a simple html file which renders text using D3JS library.
2018-10-15 23:13:17 -05:00
Coo.King 23806a9de7 Add sort using lamda function. (#19048)
* Update index.md

* Update index.md
2018-10-15 23:08:37 -05:00
Isharab Ahmed 4a71c171c2 add 'Challenge' & 'video tutorial' site (#19146) 2018-10-15 23:06:51 -05:00
Dustin Stump 806b67b684 Added changes to "What can be inherited ?" section (#19147) 2018-10-15 23:06:28 -05:00
Kaan Aydogan 26e0d7bcec Add more information regarding mining and transactions (#19159) 2018-10-15 23:02:57 -05:00
Solomon H eeb050085f Reorganized & added Version Control info (#19162) 2018-10-15 23:02:17 -05:00
jjroush 1b43e640d1 Added initial content for the Certbot stub. (#19164) 2018-10-15 23:01:35 -05:00
Marwan Alani 7420ed7444 Added the `cat` command. Added external resources. (#19106) 2018-10-15 23:00:55 -05:00
NirvashPrime 37318fa8da Revised formatting and added information (#19431)
Revised formatting to follow PSR, included additional examples, added multiple conditions with logical operators, and added a reference to ternary operators.
2018-10-15 20:59:38 -07:00
joesvetz c8de747d0e Update index.md (#19176)
Created a draft guide for finding a percent. Also added info about arithmetical operations on percentages. (first pull request, so please forgive any errors).
2018-10-15 22:58:05 -05:00
NirvashPrime 0cd8496ad0 Added fall-through documentation & return notation (#19428)
* Added fall-through documentation & return notation

Fall-through is an important feature of switch statements. In addition, best practices with break-usage have been included.

* fix: added closing switch curly braces

* fix: corrected link syntax
2018-10-15 20:57:51 -07:00
Vega Deftwing fa6a0fc8d5 Added information on > >> and | (#19178)
Created a file discussing I/O redirection using pipes and flow control codes for chaining bash commands.
2018-10-15 22:57:43 -05:00
greggubarev dd91a4ab28 Javascript: add hint to Use Multiple Conditional (Ternary) Operators (#19113)
* Javascript: add hint to Use Multiple Conditional (Ternary) Operators

Add hint to Use Multiple Conditional (Ternary) Operators (https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/basic-javascript/use-multiple-conditional-ternary-operators/ and https://guide.freecodecamp.org/certifications/javascript-algorithms-and-data-structures/basic-javascript/use-multiple-conditional-ternary-operators/)

* Update index.md
2018-10-15 22:57:24 -05:00
Vega Deftwing 9050a085dc Added navigation with dirs/push/popd (#19179) 2018-10-15 22:56:38 -05:00
Isharab Ahmed f7c29339d5 Add 'python' book and course (#19186) 2018-10-15 22:56:09 -05:00
varchasva-tiwari ea983e5c13 Add info to the article (#19192)
It is also known as an 'entry-controlled loop' since the condition is checked before the next iteration. Another example of an 'entry-controlled loop' is a while loop.
2018-10-15 22:54:35 -05:00
varchasva-tiwari 51beff16ef Add info to the article (#19194)
They can be categorized as:

(a) Entry controlled loops- Loops in which the condition is checked before every iteration. e.g. for loop, while loop
(a) Exit controlled loop- Loops in which the execution takes place once even if the condition is false. e.g. for do-while loop
2018-10-15 22:54:02 -05:00
r3dsquirr3l 15de6b2491 added Recommended Reading section (#19105) 2018-10-15 22:52:12 -05:00
Thamizhselvan 133fbdeb25 fixed typo issue (#19429)
converted is to it
2018-10-15 20:51:49 -07:00
Ragunathan Maniraj c7ce87090f destructuring an array in ES6 rest (#19424)
* destructuring an array in ES6 rest

* fix: added const on line 56
2018-10-15 20:51:09 -07:00
Ragunathan Maniraj 44641ab13a destructuring an array in ES6 rest (#19426)
* destructuring an array in ES6 rest

* fix: removed extra space in each code line
2018-10-15 20:48:45 -07:00
r3dsquirr3l 3947a5bf03 formatting update, removed empty Source 2 (#19114)
closed off <li> tag from Source 1
2018-10-15 22:48:18 -05:00
Adrian Skar 5e5c162303 [Guide] Basic JS: Profile lookup. Fixes and enhancements (#19115)
- Add title
- Fixed HTML/markdown tags
- Resources to bottom and in markdown
- Deleted notes for contributors
- Add JS highlighting to code example
- Add alternative code solution and Run link
2018-10-15 22:47:34 -05:00
greggubarev 2ab6d429f5 Javascript: add hint to Replacing If Else Chains with Switch (#19116)
Add hint to Replacing If Else Chains with Switch (https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/basic-javascript/replacing-if-else-chains-with-switch/ and https://guide.freecodecamp.org/certifications/javascript-algorithms-and-data-structures/basic-javascript/replacing-if-else-chains-with-switch/)
2018-10-15 22:46:55 -05:00
greggubarev 892232b70e Javascript: add hint to Return Early Pattern for Functions (#19118)
Add hint to Return Early Pattern for Functions (https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/basic-javascript/return-early-pattern-for-functions/ and https://guide.freecodecamp.org/certifications/javascript-algorithms-and-data-structures/basic-javascript/return-early-pattern-for-functions/)
2018-10-15 22:46:00 -05:00
Alen Garibović b85e58deeb Added "Nested Functions" section to the file (#19120)
* Added "Nested Functions" section to the file

* Update index.md

* Revert "Update index.md"
2018-10-15 22:44:56 -05:00
Budavölgyi Bálint 179a6f6bc8 fix(guide): Fix typo and adjust examples (#19122)
Subsitute to substitute, and adjusted example messages to fit with the example images.
2018-10-15 22:43:55 -05:00