Skip to content

Instantly share code, notes, and snippets.

View Javvadilakshman's full-sized avatar

Lakshman.Javvadi Javvadilakshman

View GitHub Profile
@Javvadilakshman
Javvadilakshman / disable_multiple_tabs.js
Created July 29, 2017 03:17 — forked from thewinterwind/disable_multiple_tabs.js
Detect website being accessed in a new tab
<script>
// helper function to set cookies
function setCookie(cname, cvalue, seconds) {
var d = new Date();
d.setTime(d.getTime() + (seconds * 1000));
var expires = "expires="+ d.toUTCString();
document.cookie = cname + "=" + cvalue + ";" + expires + ";path=/";
}
// helper function to get a cookie
@Javvadilakshman
Javvadilakshman / meta-tags.md
Created August 11, 2016 15:21 — 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'>
@Javvadilakshman
Javvadilakshman / #Bootstrap.md
Last active September 4, 2015 11:45
#Bootstrap

php

Bootstrap Snippets Collections

@Javvadilakshman
Javvadilakshman / #Git.md
Created August 19, 2015 08:38
new branch with git and manage branches

Git Commands

@Javvadilakshman
Javvadilakshman / chrome-refresh.sh
Last active August 29, 2015 14:27 — forked from razius/chrome-refresh.sh
Watches the folder or files passed as arguments to the script and when detects a change it automatically refreshes the current selected Chrome tab or window.
#!/bin/bash
#
# Watches the folder or files passed as arguments to the script and when it
# detects a change it automatically refreshes the current selected Chrome tab or
# window.
#
# http://razius.com/articles/auto-refreshing-google-chrome-on-file-changes/
#
# Usage:
# ./chrome-refresh.sh /folder/to/watch /some/folder/file_to_watch.html
We couldn’t find that file to show.
@Javvadilakshman
Javvadilakshman / .Android.md
Last active August 29, 2015 14:26
Droid Stufff

Collection of Android & Related Codes,Concepts

Android

Android.com
@Javvadilakshman
Javvadilakshman / Bootstrap Timeline.md
Last active August 29, 2015 14:23
Bootstrap Timeline