Skip to content

Instantly share code, notes, and snippets.

View danayel's full-sized avatar
🔬
Hunting Threats, Spam and Abuse

Daniel Chapman danayel

🔬
Hunting Threats, Spam and Abuse
  • Japan
View GitHub Profile
### Keybase proof
I hereby claim:
* I am danayel on github.
* I am danayel (https://keybase.io/danayel) on keybase.
* I have a public key ASBxCjJaRw9qdGZQwq6wmwjlTAYvYCeI3TQ34dh4Liq9Cwo
To claim this, I am signing this object:
@danayel
danayel / test
Last active August 3, 2016 02:02
.highlight {
background-color: #efefef;
padding: 7px 7px 7px 10px;
border: 1px solid #ddd;
-moz-box-shadow: 3px 3px rgba(0,0,0,0.1);
-webkit-box-shadow: 3px 3px rgba(0,0,0,0.1);
box-shadow: 3px 3px rgba(0,0,0,0.1);
margin: 20px 0 20px 0;
overflow: hidden;
}
@danayel
danayel / rouge.css
Created June 14, 2016 22:31
CSS for Jekyll Highlighting
.highlight table td { padding: 5px; }
.highlight table pre { margin: 0; }
.highlight .cm {
color: #999988;
font-style: italic;
}
.highlight .cp {
color: #999999;
font-weight: bold;
}
@danayel
danayel / syntax.css
Created May 24, 2016 06:26 — forked from edwardhotchkiss/syntax.css
Solarized Light Pygments CSS / Jekyll
.highlight {
background-color: #efefef;
padding: 7px 7px 7px 10px;
border: 1px solid #ddd;
-moz-box-shadow: 3px 3px rgba(0,0,0,0.1);
-webkit-box-shadow: 3px 3px rgba(0,0,0,0.1);
box-shadow: 3px 3px rgba(0,0,0,0.1);
margin: 20px 0 20px 0;
overflow: hidden;
@danayel
danayel / 0_reuse_code.js
Created October 28, 2015 04:29
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console