https://github.com/myterminal/cute-snippets
A few (cute) snippets implementing a few small features commonly found in software
https://github.com/myterminal/cute-snippets
snippets
Last synced: over 1 year ago
JSON representation
A few (cute) snippets implementing a few small features commonly found in software
- Host: GitHub
- URL: https://github.com/myterminal/cute-snippets
- Owner: myTerminal
- License: other
- Created: 2017-08-13T22:45:13.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-08-19T02:04:12.000Z (almost 6 years ago)
- Last Synced: 2025-01-17T05:29:42.597Z (over 1 year ago)
- Topics: snippets
- Language: JavaScript
- Homepage:
- Size: 58.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: history/README.md
- License: LICENSE
Awesome Lists containing this project
README
# cute-snippets
[](https://creativecommons.org/licenses/by-nc-sa/4.0)
A few (cute) snippets implementing a few small features commonly found in software
## Background
I've made a collection of a few interesting, small, re-usable code-snippets that I've either wrote myself or have come across from somewhere over the internet while working with computer software professionally as well as a programming enthusiast.
These are no way designed to be drop-in solutions for a typical production code, but have mostly been preserved as a memory in their most original form possible, which is also evident from the fact that they contain a lot of language features and constructs that are pretty out-dated for their respective languages.