forked from freeCodeCamp/guide
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Patch 2 (#3371) #1
Open
learning-dev
wants to merge
4,667
commits into
learning-dev:master
Choose a base branch
from
freeCodeCamp:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Add Exception and Error Handling * run first docker image * add recommended programmers book * Update Exceptions and Errors Handling * Update index.md * Update index.md
Links were in HTML rather than in markdown. Changed these. As well as fixed typos in spacing.
Added Typed Arrays method, solution and references.
Added a new paragraph regarding making new apps for beginners
Add 'Neural Networks and Deep Learning' E-book by Michael Nielsen
Added syntax of XML and examples related to XML root elements.
* Changed Collections stub to add initial tutorial * Set theme jekyll-theme-minimal * Updated index.md Minor typographical changes. * Removed theme * deleting _config.yml * Added dijkstra's tutorial in graph algorithms
* added description and links for access Added a brief introduction about. what subversion is and what it does. Also added link for the official website * Update index.md
This fixes the code example as the code block wasn't defined as such as well as the formatting of the output of the program.
* Added link to great article by Dan Abramov You Might Not Need Redux, an article by Dan Abramov, creator of Redux, who points out when we really need Redux has been added. * Moved added changes to More Information section Moved "Do you really need Redux?" down to More Information section
Mentioned std::endl (only for 'cout' was mentioned)! There was a typo with line ordering.
added a new paragraph related to socket programming and also did some changes in the previous explanation
Added few more important points which a beginner should be aware of,fixed two spelling mistakes
* Update index.md * Fixed formatting in links.
Added Codelabs link .
* C++ STL sets Introduction to set in c++ standard template library. * Added a folder sets c++. This folder contains a file index.md in which there is introduction to c++ stl sets container.
* Update index.md added how to calculate the area if two vectors are given * mathematics:find area of parallelogram did some changes added an image showing angle between the vectors and calculated the area of the parallelogram * mathematics:2x2 determinants alculated the area of paralleogram * changes did some changes
* Added range-based for loops * Update index.md * Update index.md * Update index.md
* NLP intro article added * Update index.md
* initial commit * tried to follow guidelines * name changes * Update index.md
Adding solution, also adding an explanation for the solution.
added some installations steps on windows and mac and also updated the resources.
Here, I have explained the triangle and also explained how to calculate the sides of the triangle when the measure of one of the sides is given.
Added "Linux in Space" with link
* Syntax of 'for' loop added * fix: code formatting
* Pass Arguments to Avoid External Pass Arguments to Avoid External Dependence in a Function Solution * Functional Programming: Refactor Global V... Functional Programming: Refactor Global Variables Out of Functions * Intermediate Algorithm Scripting: Search and r... Intermediate Algorithm Scripting: Search and Replace.
Added "Why python has got such a wide range of usage?" alone with explanations
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update README.md with content attribution policy per issue freeCodeCamp#2503
Adding a link to the academic honesty policy.
suggested edits to attribution section