innateessence
Follow
Software Engineer | Full Stack | Pythonista | *nix Guy | Process Automator
- 127.0.0.1
- in/brenden-rice
Pinned Loading
-
chainable.py - Implement pipe operat...
chainable.py - Implement pipe operator + currying 1#!/usr/bin/env python3
234from typing import Any
5from collections.abc import Callable
-
hashmap.py - custom python hashmap
hashmap.py - custom python hashmap 1#!/usr/bin/env python3
23from typing import Any
45# Consider using the same binary lookup table approach a `switch` statement in C/C++ uses?
-
ask-ollama.py - minimal exampe of co...
ask-ollama.py - minimal exampe of consuming a local LLM on your machine locally 1#!/usr/bin/env python3
234import time
5import json
-
Convert and Compress Leica Q2 raw im...
Convert and Compress Leica Q2 raw images using ImageMagick 1#!/usr/bin/env bash
23# This script converts DNG images to PNG images
4# This should work with any raw image format that ImageMagick supports.
5# And then compresses the PNG.
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.