Skip to content

Instantly share code, notes, and snippets.

View xenoscopic's full-sized avatar

Jacob Howard xenoscopic

View GitHub Profile

Keybase proof

I hereby claim:

  • I am xenoscopic on github.
  • I am xenoscopic (https://keybase.io/xenoscopic) on keybase.
  • I have a public key whose fingerprint is C9DC 35A8 F7CF 7486 ED0F 6091 8BD4 1D95 B16E B124

To claim this, I am signing this object:

42351a2c4c3a997afb42db3ed3805f010bd349b7
@xenoscopic
xenoscopic / src_CMakeLists.txt.diff
Last active August 29, 2015 14:25
libssh2 VS2015 snprintf/strtoll detection patch
0a1,4
> # Patched version of (one of) libssh2's CMakeLists.txt. Overrides finding of
> # strtoll and snprintf for MSVC 14+, because CMake doesn't seem to find
> # functions or symbols, either due to them being inlined, the new universal CRT,
> # or something...
275a280,286
> # HACK: These aren't detected correctly for MSVC 14
> if(MSVC)
> if(NOT MSVC_VERSION VERSION_LESS 1900)
> SET(HAVE_STRTOLL 1)
@xenoscopic
xenoscopic / blog-semver
Last active April 28, 2017 19:35
Comparing Program Versions in POSIX Shell
http://havoc.io/blog/post/comparing-program-versions-in-posix-shell
@xenoscopic
xenoscopic / blog-clebschgordan
Last active August 29, 2015 14:00
Clebsch-Gordon Coefficient Calculator
http://havoc.io/blog/post/clebsch-gordon-coefficient-calculator
@xenoscopic
xenoscopic / blog-xeno
Last active August 29, 2015 14:00
xeno
http://havoc.io/blog/post/xeno
@xenoscopic
xenoscopic / blog-parallelport
Last active August 14, 2017 13:00
How to Monitor Parallel Port Interrupts in User Space in Linux
http://havoc.io/blog/post/how-to-monitor-parallel-port-interrupts-in-user-space-in-linux