Skip to content

Instantly share code, notes, and snippets.

Avatar

nopjmp nopjmp

  • United States
View GitHub Profile
View keybase.md

Keybase proof

I hereby claim:

  • I am nopjmp on github.
  • I am jmp (https://keybase.io/jmp) on keybase.
  • I have a public key ASDJGLwhAAdeGhpFaDJFXmWrWjILy-wGVb4XfqYRI-aLUwo

To claim this, I am signing this object:

View enable-hevc-ffmpeg.patch
# Enable ffmpeg to parse hevc aka h265
--- a/third_party/ffmpeg/ffmpeg_generated.gni.orig
+++ b/third_party/ffmpeg/ffmpeg_generated.gni
@@ -679,3 +679,33 @@ if (is_linux && current_cpu == "arm" && arm_use_neon && ffmpeg_branding == "Chro
]
}
+# TODO: android and non x86 platforms are not included
+if ((is_win || is_mac || is_linux) && (current_cpu == "x86" || current_cpu == "x64")) {
@nopjmp
nopjmp / default.vcl
Last active October 27, 2016 16:22
Varnish config for WordPress
View default.vcl
#
# This is an example VCL file for Varnish.
#
# It does not do anything by default, delegating control to the
# builtin VCL. The builtin VCL is called when there is no explicit
# return statement.
#
# See the VCL chapters in the Users Guide at https://www.varnish-cache.org/docs/
# and http://varnish-cache.org/trac/wiki/VCLExamples for more examples.
View keybase.md

Keybase proof

I hereby claim:

  • I am nopjmp on github.
  • I am jmp (https://keybase.io/jmp) on keybase.
  • I have a public key whose fingerprint is 63D6 74A2 BE18 30F5 4A6E 5F64 849A 496A 67F5 88FB

To claim this, I am signing this object:

View colorchange.lsl
/* DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE