Skip to content

Instantly share code, notes, and snippets.

View mischnic's full-sized avatar
💭
I may be slow to respond.

Niklas Mischkulnig mischnic

💭
I may be slow to respond.
View GitHub Profile

Keybase proof

I hereby claim:

  • I am mischnic on github.
  • I am mischnic (https://keybase.io/mischnic) on keybase.
  • I have a public key ASCk7uh5y-8czcOkWxONsruX4c3o2kcvIl3497qSdwQP9Ao

To claim this, I am signing this object:

@mischnic
mischnic / .parcelrc
Created May 31, 2022 22:05
Elm module groups resolver
{
"extends": "@parcel/config-default",
"resolvers": ["parcel-resolver-elm", "..."]
}
@mischnic
mischnic / # wireshark - 2018-12-04_15-59-15.txt
Created December 4, 2018 15:01
wireshark on macOS 10.13.6 - Homebrew build logs
Homebrew build logs for wireshark on macOS 10.13.6
Build date: 2018-12-04 15:59:15
@mischnic
mischnic / minified.js
Created November 19, 2018 07:00
parcel scope hoisting minify
(function() {
// ASSET: node_modules/hyperapp/src/index.js
function $S39$export$h(name, attributes) {
var rest = [];
var children = [];
var length = arguments.length;
while (length-- > 2) rest.push(arguments[length]);
while (rest.length) {
#include <stdio.h>
#include <string.h>
#include "ui.h"
double width = 0;
double height = 0;
static void handlerDraw(uiAreaHandler *a, uiArea *area, uiAreaDrawParams *p)
{
uiDrawBrush brush;
@mischnic
mischnic / auxdir.patch
Created September 12, 2017 11:12
TeXcount 3.0.1 auxdir patch
diff --git a/texcount.pl b/texcount.pl
index d711133..e70f5de 100755
--- a/texcount.pl
+++ b/texcount.pl
@@ -1248,7 +1248,7 @@ sub include_file {
my $filepath;
if ($type eq '<bbl>' && defined $auxdir) {
$auxdir=~s/([\\\/])*$/\//;
- if (defined $globalworkdir) {@paths=[$auxdir];}
+ if (defined $globalworkdir) {@paths=$auxdir;}