This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html dir="ltr" lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
| <meta name="viewport" content="width=device-width"> | |
| <title> Randomise Element's Position </title> | |
| <style type="text/css" media="screen"> | |
| .randomizeme { | |
| position:absolute; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html dir="ltr" lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | |
| <meta name="viewport" content="width=device-width"> | |
| <title>Randomize Element</title> | |
| <style type="text/css" media="screen">/* mininal style {{ */ | |
| html, body { height: 100%; overflow: hidden;} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // it will only work until harvester is a crawler | |
| // "human" harvesters can't be prevented from this | |
| // | |
| // write your email address and put some extra weird | |
| // characters in it, e.g. [email protected] | |
| // now replace your weird characters with "nothing". | |
| var link = document.getElementById('email'); | |
| link.href = link.href.replace(/NOSPAM/,''); | |
| link.title = link.title.replace(/NOSPAM/,''); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [core] | |
| editor = vii # See : http://unix.stackexchange.com/a/45877/22240 | |
| whitespace = nowarn | |
| pager = less | |
| diff = vimdiff | |
| excludesfile = ~/.gitignore_global | |
| [user] | |
| name = # Santosh Kumar | |
| email = # {Email Here} | |
| [github] |
NewerOlder