This file contains 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
//!DESC hyperview | |
//!HOOK MAIN | |
//!WHEN OUTPUT.width OUTPUT.height / MAIN.width MAIN.height / / 0.667 > | |
//!WIDTH OUTPUT.width | |
//!BIND HOOKED | |
vec4 hook() { | |
float r = (target_size.x / target_size.y) / (HOOKED_size.x / HOOKED_size.y); | |
// y = (r - 1) * x^3 + x |
This file contains 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
*.mp4 | |
*.mov | |
*.png | |
*.txt |
This file contains 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
//!DESC acme-0.5x | |
//!HOOK LUMA | |
//!BIND HOOKED | |
//!WIDTH HOOKED.w 2 / | |
//!HEIGHT HOOKED.h 2 / | |
//!WHEN HOOKED.w 2 % ! HOOKED.h 2 % ! * | |
//!OFFSET 0.25 0.25 | |
vec4 hook() { | |
return HOOKED_texOff(vec2(-0.25,-0.25)); | |
} |
This file contains 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
*.spv |
This file contains 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
// {{{ | |
#include <algorithm> | |
#include <bitset> | |
#include <cassert> | |
#include <cctype> | |
#include <climits> | |
#include <cmath> | |
#include <complex> | |
#include <cstdint> | |
#include <cstdio> |
This file contains 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
FROM alpine:3.12 | |
ENV GHC_VERSION=9.4.4 | |
RUN apk add --update --no-cache shadow ca-certificates curl tar libc-dev libffi-dev zlib-dev zlib-static linux-headers git openssh xz perl bash alpine-sdk gmp-dev binutils-gold && \ | |
update-ca-certificates | |
RUN (curl -L https://www.stackage.org/stack/linux-x86_64 | tar xz --wildcards --strip-components=1 -C /usr/local/bin '*/stack') | |
RUN (curl -L https://downloads.haskell.org/~ghc/${GHC_VERSION}/ghc-${GHC_VERSION}-x86_64-alpine3_12-linux-static-int_native.tar.xz | tar xJ -C /tmp) && \ |
This file contains 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
*.hi | |
*.o | |
/calc |
This file contains 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
<!-- | |
Lookup musicbrainz and freedb by EAC log. | |
Copyright 2010, kolen | |
Released under the MIT License | |
--> | |
<html> | |
<head> | |
<title>Look up musicbrainz disc id and freedb id from EAC/XLD log</title> | |
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script> |
This file contains 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
/ipv4_inv |
NewerOlder