някъв рус
VTIvanov20
Follow
Pinned Loading
-
SMTashev20/geonomy
SMTashev20/geonomy PublicThis is our second school project in HTML 5, CSS 3 and JS. In this website you can find very interesting information about the countries around the world.
-
codingburgas/cup-2022-yottabyte
codingburgas/cup-2022-yottabyte PublicIntroducing our "AI for Earth" solution - using AI to clean polluted beaches, by organising social cleanup events. Repo for Imagine Cup Junior 2022!
-
codingburgas/atmos-adventure
codingburgas/atmos-adventure PublicThis repository is about our final school project (2021-2022)! In this repo you can find the source code for our adventure-themed game and website.
-
eight-ball-pool
eight-ball-pool PublicA physics-based 8 ball pool game, made with C++ raylib, later turned into a separate game engine.
C 17
-
Script for renaming SVG files to fit...
Script for renaming SVG files to fit convention in design icon library 1import os
2import re
34def to_pascal_case(name):
5return ''.join(word.capitalize() for word in re.split(r'[-_\s]', name) if word)
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.