Skip to content
View germanf's full-sized avatar
🚀
🚀

Block or report germanf

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. agent-os agent-os Public

    Generic environment for AI-assisted software development with Claude Code — roles, pipeline, Docker sandbox, interface features

    Python 2

  2. omniexplorer omniexplorer Public

    Forked from OmniLayer/omniexplorer

    Block Explorer for Omni Protocol

    JavaScript 3

  3. detached detached Public

    Evitar que comandos y procesos queden a medio ejecutar cuando se trabaja en una conexión SSH

    Shell

  4. omnibolt-sdk-test omnibolt-sdk-test Public

    Lightning wallet using Omnibolt JS sdk

    JavaScript 1

  5. microgpt microgpt
    1
    """
    2
    The most atomic way to train and run inference for a GPT in pure, dependency-free Python.
    3
    This file is the complete algorithm.
    4
    Everything else is just efficiency.
    5
  6. Debian slim Docker container Debian slim Docker container
    1
    # Usa una imagen base de Debian
    2
    FROM debian:stable-slim
    3
    
                  
    4
    # Instala wget, sudo, jq, bash-completion, git, iputils-ping, cat, less, y bc
    5
    RUN apt-get update && \