https://github.com/vjai/recipes
Compendium of code secrets
https://github.com/vjai/recipes
code-snippets csharp css css3 html5 javascript
Last synced: 3 months ago
JSON representation
Compendium of code secrets
- Host: GitHub
- URL: https://github.com/vjai/recipes
- Owner: VJAI
- License: mit
- Created: 2020-02-07T17:06:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-14T07:28:40.000Z (over 3 years ago)
- Last Synced: 2025-02-02T01:24:16.498Z (5 months ago)
- Topics: code-snippets, csharp, css, css3, html5, javascript
- Size: 20.5 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Code Recipes
Collection of code recipes from different languages like JavaScript, C#, CSS, SQL etc.
## HTML5
- [HTML5 Startup Template](https://gist.github.com/VJAI/9466c5f2317c0f7aeb9d0938eb0539a0)
- [Font Size Calculator](https://gist.github.com/VJAI/f4240f0353bf992d967f52f74844d963)## JavaScript
- [A Simple Global Event Emitter](https://gist.github.com/VJAI/0aac309b5c2816c14b0eab498441d19e)
- [Random UniqueId Calculator](https://gist.github.com/VJAI/6fac050b1553ec63eca340b82696f997)
- [Fake Object](https://gist.github.com/VJAI/a02abd57f192eb36d04ddfdbb75881ba)
- [Regexes](https://gist.github.com/VJAI/15248cb3fe492e76c8aa31497dc692b7)
- [Utility Functions](https://gist.github.com/VJAI/180575c3059983e4000b864240547412)