Skip to content

Instantly share code, notes, and snippets.

View pmunin's full-sized avatar
🏠
Working from home

Philipp Munin pmunin

🏠
Working from home
View GitHub Profile
@pmunin
pmunin / DictionaryDynamicWrapper.cs
Created September 3, 2019 18:39
Dynamic wrapper for Dictonary
using System;
using System.Collections.Generic;
using System.Dynamic;
using System.Linq;
public class DynamicDictionaryWrapper<TValue> : DynamicObject
{
/// <summary>
/// Instance of object passed in
@pmunin
pmunin / convert-2jpg.bat
Last active December 20, 2022 15:17
Script allowing to Sort double sided scanned files. Requires Node.js 10+ to be installed and convert files (pdj->jpg)
node %~dp0convert-2jpg.js %*
pause
@pmunin
pmunin / index.js
Last active March 29, 2022 02:45 — forked from zkat/index.js
npx is cool
#!/usr/bin/env node
console.log('yay gist')