Skip to content

Instantly share code, notes, and snippets.

<?php
/**
* @package Tripwire
* @version 0.1
*/
/*
Plugin Name: Tripwire
Plugin URI: http://wordpress.org/plugins/tripwire/
Description: This plugin creates a checksum of all the files in the Wordpress site root. And alerts the site owner if anything has changed.
Version: 0.1
@zenware
zenware / Three Wise Monkeys.md
Last active March 22, 2017 23:34 — forked from malarkey/Three Wise Monkeys.md
Three Wise Monkeys (NDA)

Date: _______

Between us _______________

and you _______________.

Summary:

In short; neither of us will share any confidential information about each-other, by any means, with anyone else.

@zenware
zenware / school_vs_parent_time.py
Last active April 24, 2017 17:45
Can someone find more compelling data that shows students spend more time with their parents than with their teachers? Perhaps even with a live data source?
school_days_per_year = 180 # https://nces.ed.gov/surveys/sass/tables/sass0708_035_s1s.asp - Day & Hour Numbers
hours_per_school_day = 6.5
hours_per_school_year = school_days_per_year * hours_per_school_day
oecd_hours = 6732 # http://www.oecd.org/education/skills-beyond-school/48631122.pdf - Hours for enrolled countries
oecd_start_age = 7
oecd_end_age = 14
oecd_years = oecd_end_age - oecd_start_age
hours_per_oecd_year = oecd_hours / oecd_years
@zenware
zenware / gglwer.markdown
Created September 24, 2017 10:10
gGLWER
if 82 - 82: i1 / Ii11i1iIi - i1IIi1i1iiI
if 84 - 84: IIiIii1iI . Ii % oOoO0Ooo / O0oo / O0oo0OOOOO00
if 49 - 49: o0oooooO / Ii11i1iIi * O0oo
if 21 - 21: Oooo - I11I1Ii
if 39 - 39: i1 . i1IIi1i1iiI - OOOoOooO / o0ooO
if 95 - 95: IIiII - Ii11i1iIi / O0oo0OOOOO00 + o0oooooO
time . sleep ( 3 )
if 20 - 20: Oo0
if 57 - 57: O0oo0OOOOO00 . Oo0 + IIiIii1iI * OOOoOooO . o0ooO * i1
if 93 - 93: Ii11i1iIi - Oo0Oo . Oooo . oOoO0Ooo * IIiII % i1
@zenware
zenware / gource.cfg
Last active March 5, 2019 21:56
I figured out that you can include your options in a configuration file... so that you don't have to have an insanely long command with all of them set.
[display]
multi-sampling=true
output-framerate=25
output-ppm-stream=gource.ppm
viewport=1920x1080
[gource]
auto-skip-seconds=1
bloom-intensity=0.25
bloom-multiplier=0.75
" Automatically setup vim-plug if it doesn't exist
if empty(glob('~/.vim/autoload/plug.vim'))
silent !curl -fLo ~/.vim/autoload/plug.vim --create-dirs
\ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
autocmd VimEnter * PlugInstall
endif
let s:cache_dir = get({}, 'cache_dir', '~/.nvim/cache')
function! s:get_cache_dir(suffix)
@zenware
zenware / organize_files.sh
Last active August 5, 2019 14:27
Organizes Items in my ~/Downloads Directory into their proper locations. Also works in pretty much any shell, I wrote a separate script to test it against all the shells I had installed at the time, in debug mode. I probably should have uploaded that as well.
#!/bin/bash
usage () {
echo >&2 "Usage: $0 [-f orce] [-v erbose] [-i nteractive]"
exit 1
}
confirm () {
# Maybe add Default Y or N, and perhaps switch to using select...
read -r -p "${1:-Are you sure? [y/N]} " response
if 82 - 82: i1 / Ii11i1iIi - i1IIi1i1iiI
if 84 - 84: IIiIii1iI . Ii % oOoO0Ooo / O0oo / O0oo0OOOOO00
if 49 - 49: o0oooooO / Ii11i1iIi * O0oo
if 21 - 21: Oooo - I11I1Ii
if 39 - 39: i1 . i1IIi1i1iiI - OOOoOooO / o0ooO
if 95 - 95: IIiII - Ii11i1iIi / O0oo0OOOOO00 + o0oooooO
time . sleep ( 3 )
if 20 - 20: Oo0
if 57 - 57: O0oo0OOOOO00 . Oo0 + IIiIii1iI * OOOoOooO . o0ooO * i1
if 93 - 93: Ii11i1iIi - Oo0Oo . Oooo . oOoO0Ooo * IIiII % i1
{
"name": "Philips hue",
"zigbeechannel": 20,
"bridgeid": "001788FFFE4EE000",
"mac": "00:17:88:4e:e0:00",
"dhcp": true,
"ipaddress": "192.168.0.112",
"netmask": "255.255.255.0",
"gateway": "192.168.0.1",
"proxyaddress": "none",