Skip to content

Instantly share code, notes, and snippets.

@kkasaei
kkasaei / Git Commands
Created March 1, 2016 03:54
Git commands i refer to them time to time
# User Config
git config user.name "<your name>"
git config user.email "<your email>"
git config --globaluser.name "<your name>"
git config --global user.email "<your email>"
<!doctype html>
<html>
<head>
<title>Index DB DEMO</title>
<!-- https://code.tutsplus.com/tutorials/working-with-indexeddb--net-34673-->
</head>
<body>
<script>
@kkasaei
kkasaei / sqlite3-cheat-sheet.md
Created February 16, 2016 08:01 — forked from vincent178/sqlite3-cheat-sheet.md
sqlite3 cheat sheet
@kkasaei
kkasaei / meta-tags.md
Created January 28, 2016 23:20 — forked from kevinSuttle/meta-tags.md
List of Usable HTML Meta and Link Tags

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

Basic HTML Meta Tags

<meta charset='UTF-8'>
<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'>