You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lightweight HTTP server and client pair for remote command execution. Inspired by the BusyBox model: one client script invoked under multiple names via symlinks, each forwarding to a different command on the server. Original use case: run gp (PARI/GP) remotely from a machine that doesn’t have it installed.