Transform your applications and workflows into powerful agentic systems at global scale.
Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
Get Started Free
Stop vibe-debugging.
Plug Claude into your app's actual errors.
AppSignal's MCP server hands Claude, Cursor, or Zed your real errors, traces, and the deploy that shipped them. AI writes the fix; you review the diff.
Shell script to run a command for many files selected with wildcards
....$2'
# Symbolic links from vmlinuz.new to vmlinuz-5.12.6-foo, similarly config.new System.map.new
doall 'ln -s /boot/*-5.12.6-* /boot/$1.new'
# Hard link 3-character abbreviations for file extensions
doall 'ln *.???* $1.$2'
As shown above, instead of '=' to indicate insertions, doall uses either * or $1 etc.
doall -p (pretend mode) shows a list of commands instead of executing them
doall -i (interactive mode) asks for confirmation for each command in turn
doall -k (keep-running mode) ignores failing commands
pfm is a curses-based file manager in Perl.
PLEASE NOTE: this project has moved to github. Find the latest version at: https://github.com/ruittenb/p-f-m
A lot of fish in a shoal, in a gigantic scientific ocean.
...The Shoal shell needs your professional advice.
Try get some help (if you want build the shoal library by yourself):
https://sourceforge.net/p/shoal/wiki/Shoal%20Developer%20Guide/
(almost)-Perfect-Personal-Server/Gateway, a base-unit(P-homeSVR) +/ portable-extentions(CarSVR/G.Body-G..), serving its Remote(intrnt,Gx-cell..) +local-R(Wlan,blth..) -thinClient-users(PDA,M-media,VOIP/comm,controler,rem-Disp..) throe a friendly-gui(web
With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
shebang-wrapper... workaround sillyness with #!<p>
the #! mechanism has some wierdness and shortcomings which this wrapper works around... like that you can only pass a single argument to the interpreter, and that it ignores the PATH variable.