Skip to content
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

Rewrote some parts of README.md and fixed typos #37

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,18 @@

## Introduction

This repository contains pieces of code that I want to have, but don't deserve their own repository.
This repository is a collection of little snippets of code that are incomplete and too small to have their own repository, which is the reason I stored them all in one directory.

It's a collection of little snippets of programs I write when I test out ideas. Many are written quickly and off the cuff.
Some of these are mostly snippets of random code from small projects or experiments. I also use this repository as storage for basic examples like “Hello World”.

Some of these are mostly snippets of random code from small projects, experiments and some courses. This is also a place to keep those "Hello World" and basic examples.

This gives a kind of rough idea of how much I know about a given language, library or framework. They're not complete.
Even though they are not complete, this repository should provide a rough idea of how much I know about a given language, library, or framework.

## Structure

I've organized the snippets by language, library or framework, each having its own directory. The title of each file should give a clue about its purpose. Keep in mind, however, that some of these are written quickly and aren't necessarily well documented. _They're "prototype" or "experimental" code._
I've organized the snippets by language, library, or framework, each having its own directory. The title of each file should give a clue about its purpose. Keep in mind, however, that some of these are written quickly and aren't necessarily well documented. They're "prototype" or "experimental" code.

## Disclaimer

I make no guarantee of any of this code functioning or serving any specific need. _I do try to mark code that doesn't work, though._ These programs are here primarily for educational or reference value.
I take no guarantee of any of this code functioning or serving any specific need. I do try to mark code that doesn't work, though. These programs are here primarily for educational or reference value.

That being said, I do hope you find them useful. _I'd love to hear from you if so._
I do hope you find them useful. I'd love to hear from you if so.