Skip to content
View jjmaestro's full-sized avatar

Organizations

@python-madrid
Block or Report

Block or report jjmaestro

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. pkl pkl Public

    Forked from apple/pkl

    A configuration as code language with rich validation and tooling.

    Java

  2. whisper-calculator.py: Calculates t... whisper-calculator.py: Calculates the size of the whisper storage for the given retention (in frequency:history format)
    1
    #!/usr/bin/env python
    2
    # -*- coding: utf-8 -*-
    3
    
                  
    4
    
                  
    5
    def archive_to_bytes(archive):
  3. pkl-neovim pkl-neovim Public

    Forked from apple/pkl-neovim

    Pkl language support for Neovim

    Scheme