-
Notifications
You must be signed in to change notification settings - Fork 32.9k
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
Inserting and updating links to tutorials #1270
Open
FabriLluvia
wants to merge
25
commits into
codecrafters-io:master
Choose a base branch
from
FabriLluvia: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
Changes from 21 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
c05ba48
Insert "How to build your first error-correction code in vanilla Python"
FabriLluvia eb4f073
Updating the link to "Build a Reddit Bot"
FabriLluvia fa6fb51
Adding the YouTube playlist "Building an OS".
FabriLluvia decb4a3
Add "Making Simple Linux Distro from Scratch", "Making Simple Graphic…
FabriLluvia baf5595
Add "To-Do CLI Application in C++"
FabriLluvia 1e067eb
Organize "Build your own Command-Line Tool"
FabriLluvia 1f98c2e
Add "Learn Go by Building Command-Line Interfaces"
FabriLluvia b9faa3d
Add "Build your own compiler web server using Node.js"
FabriLluvia d348e9e
Add "Code a simple P2P blockchain in Go!"
FabriLluvia 5dcf8b7
Add "How I Remade 2048 Using React"
FabriLluvia 463c317
Add "Building a Serverless Slack App using Python and AWS SAM"
FabriLluvia 7948fb2
Update README.md
FabriLluvia 4529607
Adds "Build a NoSQL Database From Scratch in 1000 Lines of Code using…
FabriLluvia a4eedca
Merge branch 'master' of https://github.com/FabriLluvia/build-your-own-x
FabriLluvia ad1d638
Add "Build a NoSQL Database From Scratch in 1000 Lines of Code using Go"
FabriLluvia e36c25b
Add "For more general information, see OSDev.org", based on a recomme…
FabriLluvia 79d4dfe
Add "Build your own TV app"
FabriLluvia b4a4986
Add "Windowing Systems by Example"
FabriLluvia 6313a6a
Adds "Developing a Software Renderer", with all parts.
FabriLluvia 4a85d6d
Add "Build and 8-bit computer from Scratch"
FabriLluvia 54ce764
Adding both OSDev.org and OSDev.wiki to the "For more general informa…
FabriLluvia 136dbdf
Removing "http://aosabook.org/en/500L/a-continuous-integration-system…
FabriLluvia c309395
Adding "2D Physics Engine in C++" and organizing alphabetically.
FabriLluvia 37f29be
Adding "Make a weather app with Dart".
FabriLluvia c7da129
Adding "Fusion OS: Writing an OS in Nim", and organizing alphabetically.
FabriLluvia File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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 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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix Malformed Markdown Link for Python Error-Correction Tutorial
The link for the Python error-correction tutorial appears malformed and mixes bracket notations. It is currently rendered as:
To fix this, please simplify it to a standard markdown link. For example:
This change will resolve the formatting issue and improve readability.