🏠
Working from home
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?
-
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.
-
calculate the complexity of your pyt...
calculate the complexity of your python files 1import os
2import ast
3from argparse import ArgumentParser, Namespace
45COLORS = {
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.