One platform to build, fine-tune, and deploy ML models. No MLOps team required.
Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
Try Free
Our Free Plans just got better! | Auth0
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.
Small tool written in Perl for synchronizing file archives based on MD5 sum comparison (e.g. it detects when a file has just been renamed or moved to a new location inside of the archive). Best suited for offline synchronization, e.g. for mp3 archives.
This script corrects vowel mutation (Umlaut) errors in filenames
I have written this short script to correct vowel mutation (Umlaut) errors in filenames.
This errors typically occur when you copy files to a system with UTF-8 charset from a system using another charset.
One typical case is when a Windows-Client transfers files via FTP on a server using UTF-8.
Such errors can't be corrected using convmv.
A perl daemon to create a "timemachine" lookalike backup with Dirvish.
A perl daemon loosely based on iWatch, used to create a "timemachine" lookalike backup with Dirvish.
iWatch2 is based on iNotify.
The daemon can monitor (and exclude) various sets of directories - defined in an XML file - and calls a command or script after a preset time passed (eg, starts a Dirvish backup after 1 hour).
Of course not limited to execute Dirvish commands.
hierarchical directory tree sizer - perlscript. this pure perlscript scans a directory tree, and outputs standard ascii, tree-like directory size report. should work on any OS once it has perl installed.
Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
This is a small script for changing large numbers of filenames at once. Change any part of the filename or extension. Rename the files or copy them to the new name and retain the original. There's a switch for testing the results before committing.
A set of perlscript to be used with Hobbit or Big Brother monitoring system. netapp.pl - check netapp storage via rsh beastat.pl - use weblogic.jar to check BEA WLS Server dbcheck.pl - use DBI/DBD perl libraries to check Oracle/Informix/SQLServer
File dupe-check and semi-automatic pruning. Stores hashes between runs so you needn't rehash every file every time you run the script. Good for large, static file collections.
The script generates an automounter map with all blockdevices found in the system.
The file systems on the partitions were detected automatically.
And it creates a HTML-File with all entries for an easy access to the devices and partitions. It also wo
dl is a perlscript which offers a quick solution to the difficulty of recovering deleted files in UNIX. Files given to dl are compressed, moved to a private directory, and deleted only when they haven't been recovered for a configurable amount of time.
'dirsize' is a simple perlscript that displays the size of a given directory recursively... Now, I *KNOW* there must be some other way to do that but hey, it was faster writing down about 40 lines of perl...