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
<template> | |
<div :id="id"></div> | |
</template> | |
<script> | |
import { ref, toRefs, watch, onMounted, onUnmounted } from "vue" | |
import { v4 as uuidv4 } from "uuid" | |
import Plotly from 'plotly.js-dist-min' |
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
#! /usr/bin/env python | |
# >><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><< # | |
# q3playerdb - Quake 3 Player Database | |
# Author: Aaron Ghent | |
# >><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><<>><< # | |
import socket | |
import select | |
import sqlite3 | |
import re |
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
<html> | |
<body> | |
<iframe allowtransparence="true" width="640" height="360" frameborder="0" src="https://www.shadertoy.com/embed/4slyRs?gui=false&t=10&paused=false&muted=true" frameborder="0" style="overflow:hidden;height:100%;width:100%" height="100%" width="100%"></iframe> | |
</body> | |
</html> |
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
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAUoCAYAAADNEdc+AAAMcElEQVR4Xu3cZ1OWVxDG8bNfJCqKitjBjoolM7H32FtUsEWDFaQL9haxYIldI7Elar7fk9k9k0w+gf8zw3Xe8BLm9+zZve597sG+++FsJYHHvlvWWkmVSkpmifhpuMCIZa2VSqWSzCwhP0MA4vffa0UIYPz/CaSULKXk9/Gb//QaGOYCy1or35z9fx933AKwE6doxazA8jZ4Fgx7gShCdBbQNYALjFze5nno28+Af5vRiGVtFe63p2S8gBcheGzkinNsJhyxvI2dBWUIUJHcM6ELEE9E/7Z/ixrABchrKIEoQvDkWwCeAv6Ale1sH8A/glEr29lpGAJkKs4C2JIsDyN0FoQAmYpHrmivgCWQjBdY2c5mwlGrOuBOKAEXIDMhXgN+DdlZ4LcAPNGIUIGqVR3sLIgiBI9VreqsVJJvaSwhP3mB1Z1sJnQBjN8/+KoiBMhZ4ALM12V5VWpRA7gA2YhGrepkU3HUAHjiGoK/P1nVmi42FUsgBMCHQxu9poudhmUIkPuBqtVdbCeMGkAF1nSx+4HRa7rZVOytGH2DYvTabngWhAD0UOKpGBfwa8jOgqgBrhHEMOIFwExm3ojQNyjGrPVOCL5DEtcQPDZmXQ+biCTgAujTca4B8FuzIgTAW+jjuIdNxV4DrMC6HjYTjlnXW4HeKo81WbRi9CMYs76XTcVZgHsysDIEyA1J9fpedhZEDeACZCb0RgQCJIsaQAXW97KzoHrDeTYVeyNC9wMugL5VGwLkd0ZZgLsGcQ3ZTugC4LHq9efZ/UDUAHgM/wPGbuhjd8W8wMY+dhZkATAVjy1BAJ0FWQDckFRv6GMzoQuAjTBZAQL97H6gemMfm4rHbupnM2EuQrITFiEAPhzauE39bCeMGsAFuMeCZGM39rOpOGoAFdjUz3bCcZsusKnYWzHXB1OycT9eYFNxFgDfoHABdD8QAuSGBB |
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
/* global Trianglify */ | |
import Ember from 'ember'; | |
import ResizeAware from 'ember-resize/mixins/resize-aware'; | |
export default Ember.Component.extend(ResizeAware, { | |
logTag: '[component:trianglifed-background]', | |
tagName: 'div', | |
classNames: ['trianglifed-background'], |
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
package main | |
## Install | |
# sudo apt install golang-go | |
# echo GOPATH=`pwd` | |
# export GOPATH=`pwd` | |
# go get -u -v github.com/appleboy/gin-jwt | |
# go get -u -v github.com/gin-contrib/cors | |
# go get -u -v github.com/gin-gonic/gin | |
# go get -u -v github.com/derekparker/delve/cmd/dlv |
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
# -*- mode: ruby -*- | |
# vi: set ft=ruby : | |
VAGRANTFILE_API_VERSION = "2" | |
ENV["LC_ALL"] = "en_US.UTF-8" | |
ENV["LC_CTYPE"] = "en_US.UTF-8" | |
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| | |
config.vm.box = "ubuntu/trusty64" |
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
#!/bin/bash | |
# requirements: sudo apt-get install lftp | |
# add to crontab -e | |
# */15 * * * * sh ~/bin/sync.sh | while read line; do echo "[$(date -R)] $line" >> ~/.log/sync_cron.log; done; 2>&1 | |
server="<<SSH HOST>>" | |
remote_dir=files/complete | |
local_dir=/media/dump/ | |
log_file=~/.log/sync.log | |
username=$LOGNAME |
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
# -*- mode: ruby -*- | |
# vi: set ft=ruby : | |
VAGRANTFILE_API_VERSION = "2" | |
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| | |
config.vm.box = "ubuntu/trusty64" | |
config.vm.hostname = "nodejs" | |
config.vm.network :forwarded_port, guest: 3000, host: 3000 | |
config.vm.synced_folder "./", "/home/vagrant/srv", create: true, group: "vagrant", owner: "vagrant" |
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
<?php | |
class SlimApp extends \Slim\Slim | |
{ | |
/** | |
* Route Groups | |
* | |
* This is an override for adding the ability to have a callable class | |
* to allow for a pod structure / tree hierarchy with individual classes | |
* containing there own sub routers |
NewerOlder