Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.
Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
Start Free Trial
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.
...Old BusyBox v1.38.0.git (2026-05-05 12:53:35 ChST) multi-call binary.
added fstrim
Change bz2 compression with zstd compress is test script
Add prepdisk option to clean ext type file systems using fstrim and with zerofree.
remove linuxrc from busybox and /linuxrc since initrd no longer used, so not needed for initramfs
thoggen is a DVD backup program based on GStreamer/Gtk+. It encodes into ogg/theora video files, but additional formats (avi, matroska + mpeg4/xvid/mp2/mp3) are planned for the future. thoggen aims to provide a clean and easy to use interface.
Clean is a program that searches for backup files and such identified by regular expressions in a ~/.cleanrc, and deletes them: possibly interactively with a per-file y/n decision, or in a batch mode. Clean is written in C and targets Unix/POSIX.
BDwrap is a template for writing stackable block device drivers on Linux. It's clean interface hides the complexity of device handling, asynchronous calls, buffer cache interaction, etc. It is a great tool to develop stacked block drivers quickly.
Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.
Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
Polymorph is a commandline utility designed to clean up *nix filesystems after downloading binaries from Usenet. It renames files with names like C:\\My%20Documents\\pix\\Eagle\ Nebula\ 0359.JPG to a more managable name like eagle_nebula_0359.jpg...
A human-readable ISC-Licensed implementation of the LZO1X algorithm.
LZO is a compression library which is widely used around the world. The main problem with LZO is that it is absolutely not human readable.
People have done crazy stuff to get LZO to run in their language. Usually it implies inline assembly or trying to execute data which actually contains machine code. This is sick. Whoever is responsible for this sorry situation ought to be ashamed.
So I'm going to deobfuscate LZO and provide a ISC implementation of this algorithm in Python and C. In...