Skip to content
View juparave's full-sized avatar

Highlights

  • Pro

Block or report juparave

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to 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 dotfiles

    Python 1

  2. gotodo gotodo Public

    A simple, filesystem-aware todo CLI tool written in Go. Manage your todos with colors, Git repository integration, and per-project lists.

    Go

  3. photoptim photoptim Public

    Photoptim is a fast and flexible tool for optimizing images. It supports various formats and optimization techniques.

    Go

  4. mylogger mylogger Public

    Custom go logger wrapper

    Go

  5. myqrcode myqrcode Public

    A Go library for generating QR codes in the exact visual style of Chrome's QR generator, featuring rounded finder patterns, circular dots, and smart logo embedding with proper error correction.

    Go

  6. A UUID generator ala youtube id A UUID generator ala youtube id
    1
    # -*- coding: utf-8 -*-
    2
    """The application's uuid model
    3
    .. Usage:   
    4
       # on declarative table definition
    5
       user_id = Column(CHAR(12), primary_key=True, nullable=False, default=short_uuid_gen)