About this
This file contains 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
#!/usr/bin/env node | |
/* | |
Auto drop for pixelplush.dev :) | |
Usage: | |
node index.js start [username] [oauthToken] [channel_name] | |
*/ | |
const tmi = require('tmi.js'); |
This file contains 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
<html> | |
<head> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/fingerprintjs2/1.8.1/fingerprint2.min.js"></script> | |
</head> | |
<body> | |
<pre id="content"></pre> | |
<script> | |
setTimeout(function() { | |
new Fingerprint2().get(function(result, components) { |
This file contains 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
<template> | |
<h1>${message}</h1> | |
</template> |
This file contains 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
<template> | |
<require from="comp"></require> | |
<p> | |
<comp items.two-way="items"></comp> | |
</p> | |
</template> |
I hereby claim:
- I am hfitzwater on github.
- I am hfitzwater (https://keybase.io/hfitzwater) on keybase.
- I have a public key whose fingerprint is D43C 8150 8FFA 0BA1 F216 4FB0 A7A6 934A A514 40C6
To claim this, I am signing this object:
This file contains 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
<template> | |
<div class="page-host"> | |
<router-view></router-view> | |
</div> | |
<br> | |
<div> | |
<strong>Results:</strong> | |
</div> |
This file contains 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
// Welcome! require() some modules from npm (like you were using browserify) | |
// and then hit Run Code to run your code on the right side. | |
// Modules get downloaded from browserify-cdn and bundled in your browser. | |
let fecha = require('fecha'); | |
let moment = require('moment'); | |
require('datejs'); // modifies Date | |
console.log( moment ); |
This file contains 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
<template> | |
<require from="./fancy-select"></require> | |
<fancy-select | |
display-key="name" | |
left-items.bind="state.potentialItems" | |
right-items.bind="state.selectedItems"> | |
</fancy-select> | |
</template> |
NewerOlder