Skip to content

Instantly share code, notes, and snippets.

View vishnumaiea's full-sized avatar
🏠
At Work

Vishnu Mohanan vishnumaiea

🏠
At Work
View GitHub Profile
@kuc-arc-f
kuc-arc-f / esp32_getChipVersion.ino
Last active March 30, 2018 23:36
esp32 ,chip Revision check
/*
esp32 ,chip Revision check
thanks:
https://www.esp32.com/viewtopic.php?t=1358
*/
#include "soc/efuse_reg.h"
//
@lukas-h
lukas-h / license-badges.md
Last active July 16, 2025 20:21
Markdown License Badges for your Project

Markdown License badges

Collection of License badges for your Project's README file.
This list includes the most common open source and open data licenses.
Easily copy and paste the code under the badges into your Markdown files.

Notes

  • The badges do not fully replace the license informations for your projects, they are only emblems for the README, that the user can see the License at first glance.

Translations: (No guarantee that the translations are up-to-date)

@PurpleBooth
PurpleBooth / README-Template.md
Last active July 17, 2025 05:44
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

@lancejpollard
lancejpollard / meta-tags.md
Created March 5, 2012 13:54
Complete List of HTML Meta Tags

Copied from http://code.lancepollard.com/complete-list-of-html-meta-tags/

Basic HTML Meta Tags

<meta name="keywords" content="your, tags"/>
<meta name="description" content="150 words"/>
<meta name="subject" content="your website's subject">
<meta name="copyright"content="company name">
<meta name="language" content="ES">