Skip to content
View innateessence's full-sized avatar

Sponsoring

@Homebrew
@ChristianChiarulli
@neovim

Block or report innateessence

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. dotfiles dotfiles Public

    My cross-platform dotfiles: zsh, lvim, tmux

    Shell 3

  2. pycron pycron Public

    cron in python-land

    Python 1

  3. chainable.py - Implement pipe operat... chainable.py - Implement pipe operator + currying
    1
    #!/usr/bin/env python3
    2
    
                  
    3
    
                  
    4
    from typing import Any
    5
    from collections.abc import Callable
  4. hashmap.py - custom python hashmap hashmap.py - custom python hashmap
    1
    #!/usr/bin/env python3
    2
    
                  
    3
    from typing import Any
    4
    
                  
    5
    # Consider using the same binary lookup table approach a `switch` statement in C/C++ uses?
  5. 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
    2
    
                  
    3
    
                  
    4
    import time
    5
    import json
  6. Convert and Compress Leica Q2 raw im... Convert and Compress Leica Q2 raw images using ImageMagick
    1
    #!/usr/bin/env bash
    2
    
                  
    3
    # 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.