Things coded on the clumsy computer stream
clumsy computer is a Twitch stream where we program something from scratch together to better learn how things work! This usually means no libraries and potentially no imports. This repository contains the code for all the things that we coded on stream.
If you find it interesting, please stop by the stream, we'd love to have you around! There's currently no schedule, so you can follow twitch.tv/clumsycomputer and you'll be notified when it's live!
-
From Scratch #1: A full-featured regex engine (Python, no imports) (code) (VOD)
-
From Scratch #2: OCR/image recognition using basic machine learning with k-NN (Python, no imports) (code) (VOD)
-
From Scratch #3: Remaking Vue.js from scratch (coming soon)
-
From Scratch #4: An extensible Twitch bot (Python, no libraries) (code) (VOD)
clumsy computer is vladh.
MIT License.
Copyright 2020 Vlad-Stefan Harbuz
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.