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.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Generic environment for AI-assisted software development with Claude Code — roles, pipeline, Docker sandbox, interface features
Python 2
Forked from OmniLayer/omniexplorer
Block Explorer for Omni Protocol
JavaScript 3
Evitar que comandos y procesos queden a medio ejecutar cuando se trabaja en una conexión SSH
Shell
Lightning wallet using Omnibolt JS sdk
JavaScript 1
"""
The most atomic way to train and run inference for a GPT in pure, dependency-free Python.
This file is the complete algorithm.
Everything else is just efficiency.
# Usa una imagen base de Debian
FROM debian:stable-slim
# Instala wget, sudo, jq, bash-completion, git, iputils-ping, cat, less, y bc
RUN apt-get update && \
There was an error while loading. Please reload this page.