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
<i class="noun_project_865"></i> |
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
var noun_project_865 = '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="100px" height="100px" viewBox="0 0 100 100" enable-background="new 0 0 100 100" xml:space="preserve"><g><polygon points="35.009,97.063 35.009,97.063 47.875,50.553 25.601,51.904 42.521,7.001 67.758,2.937 49.133,36.511 74.399,33.256 "></polygon></g></svg>'; |
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
<div class="knockout"><a href="http://mksht.crisnoble.com" rel="Like cool shit? visit my site">mksht</a></div> |
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
//todos: 1) moar than just <p>s, just words. 2)strip out &s and stuff 3)Order by top use | |
//via: https://www.squarefree.com/bookmarklets/seo.html | |
javascript:(function(){ | |
var T={},W=[],C=0,s,i; | |
function F(n){ | |
var i,x,a,w,t=n.tagName; | |
if(n.nodeType==3){ | |
a=n.data.toLowerCase().split(/[\s\(\)\:\,\.;\<\>\&\'\"]/); | |
for(i in a)if(w=a[i]){ | |
w=" "+w;T[w]=T[w]?T[w]+1:1;++C;} |
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
//Export Chrome bookmarks as html | |
//Manually add a id="target" to the <d1> under the <h3> of the folder you want to import | |
//Initialize your list | |
var list = ''; | |
//save the children of your target | |
var target = document.getElementById('target').children; | |
//grab all the titles and links, format them for easy importation to Kippt API |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
/ | |
// | |
/ | |
////////////// | |
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> | |
<head> | |
<script type="text/javascript" src="http://mbostock.github.com/d3/d3.js?1.27.1"></script> | |
</head> | |
<body> | |
<script type="text/javascript"> | |
var w = 400, | |
h = 200; |
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
/* Animated QR Code or Where it Goes Nobody Knows */ | |
body { | |
background: #f5f5f5; | |
} | |
#container { | |
height: 210px; | |
width: 210px; | |
background: grey; |
NewerOlder