TLDR:
This is a repository for projects that dosen't need their own repository.
At times i watch Brady Haran's and simmalar channels or read intresting
coding-articles and decides to create a program (or rather function) to
use my newly gained knowlage to something so that is is not useless in-
formation.
This repository do contains sparetime-/oneday-/weekend-projects of code-
snippets. With inspiration from videos, code-articles or curiosity, and
in whatever language I feel like coding (usally JavaScript) therefor co-
de from my non-primary programming languages might appere here also.
Feel free to use any code or challenge yourself to do your own version.
Happy coding! 😎
Every Folder contains a seperate project, each with their own README.md
Not content? Here is a table of content:
| Project | Languages |
Decription |
|---|---|---|
| 2Dbarcode generator | JS |
VIP: Encrypt text to Quick-response(QR) or matrix codes |
| Circle inversion | JS |
VIP: Math with Circles |
| Floyds triangle | JS, Lua |
Floyds-triangle (Printing integers > 0 with n-elements in th n-row |
| Gapful numbers | JS, Lua |
Numbers with a remainder after division by the 1st and last digit combined. |
| Huffman encoding | JS |
'Smallest possible' lossles encoding for text (Optimization needed) |
| Latin square | Lua |
How to arrange a list so that there is only one entry in each row and cloumn |
| Neat loop in JS | JS |
RequestFrameAnimation packed into: loop({ body }, fps); and loop.unloop(); |
| Pascals triangle | JS, Lua |
Pascals trinagle |
| Primes | JS, Lua |
Prime number finder |
| The 15-puzzle | JS, Lua |
The classic square sliding puzzle |