Skip to content

Instantly share code, notes, and snippets.

View Kovah's full-sized avatar
🏝️
On vacation

Kevin Woblick Kovah

🏝️
On vacation
View GitHub Profile
@Kovah
Kovah / keybase.md
Created February 18, 2016 20:41
keybase.md

Keybase proof

I hereby claim:

  • I am kovah on github.
  • I am kovah (https://keybase.io/kovah) on keybase.
  • I have a public key ASD11u_YSmsDGX_tb73XzbMUIgBk6CVNwhrhZqSa58Ciywo

To claim this, I am signing this object:

@Kovah
Kovah / hn-theme-sky.md
Last active February 25, 2016 11:40
Hacker News Theme Sky

Hacker News Theme Sky

Preview

More information

=======================

*, *:before, *:after {
@Kovah
Kovah / hn-theme-celadon.md
Last active February 25, 2016 14:23
Hacker News Theme Celadon

Hacker News Theme Celadon

Preview

More information

=======================

*, *:before, *:after {
@Kovah
Kovah / hn-theme-special.md
Last active April 28, 2016 10:18
Hackernews Theme Special

Hacker News Theme Special

Preview

A Hackernews theme that uses Tampermoney and Stylish to overhaul the frontpage styling.

=======================

CSS for Stylish

@Kovah
Kovah / hn-theme-amber.md
Last active September 22, 2016 15:45
Hacker News Theme Amber
@Kovah
Kovah / batch-add-btns-to-wp-tinymce.php
Last active January 19, 2017 16:48
Batch add Custom Buttons to the Wordpress TinyMCE editor
<?php
/**
* Module loader for custom buttons that need advanced TinyMCE support
* @link https://kovah.me/en/programmatically-add-custom-buttons-wordpress-tinymce-editor/
*/
function kvh_tinymce_module_loader()
{
$tinymce_modules = [
'youtube_player' => 'youtube-player',
'review' => 'review',
@Kovah
Kovah / build.sh
Created June 8, 2017 08:44
InvoicePlane build script
#!/bin/bash
##
# InvoicePlane download package build script
# v0.0.1
#
# Usage
# ./build-ipv1.sh [-l|-b branch|-f filename.zip]
##
App docker-sync Min Max Median Difference
Laravel 5.8 off 1035ms 2158ms 1386ms
on 234ms 303ms 251ms -81%
Wordpress 5.2 off 2467ms 3942ms 2722ms
on 881ms 1589ms 1271ms -53%
String length Time Algorithm 2nd fastest Algorithm
2^13 0.0088215 ms adler32 (raw) fnv164 (0.0119209 ms)
2^17 0.0741482 ms adler32 (raw) md4 (0.1289845 ms)
2^21 1.9049644 ms adler32 (hex) md4 (1.9161701 ms)
2^25 17.7400112 ms adler32 (raw) md4 (30.8220387 ms)
String length Time Algorithm 2nd slowest Algorithm
2^9 0.0751019 ms gost (raw) snefru (0.0660419 ms)
2^13 0.8158684 ms md2 (raw) sha3-512 (0.4711151 ms)
2^17 13.1139755 ms md2 (raw) sha3-512 (7.2920322 ms)
2^21 204.2510509 ms md2 (raw) sha3-512 (113.0850315 ms)
2^25 3277.1139145 ms md2 (raw) sha3-512 (1859.3208790 ms)