An open API service indexing awesome lists of open source software.

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

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)