Host and run your applications without the need to manage infrastructure. Scales up from and down to zero automatically.
Cloud Run is the fastest way to deploy containerized apps. Push your code in Go, Python, Node.js, Java, or any language and Cloud Run builds and deploys it automatically. Get fast autoscaling, pay only when your code runs, and skip the infrastructure headaches. Two million requests free per month. And new customers get $300 in free credit.
Try Cloud Run Free
Build on Google Cloud with $300 in Free Credit
New to Google Cloud? Get $300 in free credit to explore Compute Engine, BigQuery, Cloud Run, Vertex AI, and 150+ other products.
Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query exabytes in BigQuery, or build AI apps with Vertex AI and Gemini. Once your credits are used, keep building with 20+ products with free monthly usage, including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. Sign up to start building right away.
Version 0.7 - 31st October 2024
Added option to specify multiple file wildcards for search criteria, separate multiple by space to use
Font size changes to make the form easier to use
Version 0.6 - 5th September 2024
Increased maximum file count from 100K to 1000K
Any file with EXIF data showing the date will be used for the output folder naming, all other files will use the "LastWriteTime" as the parameter.
Added counter showing the number of files still to be copied to the...
I recovered a hard disk which left me with a bunch of files (mostly .jpg files), some of which were duplicate. All the files were stored in a single directory, I needed a method to quickly identify duplicate files and confirm if the .jpg files could be opened. The DuplicateFileCheck application was created to simplify this process. You can select to either search the top-level directory or all sub directories (default action). All the files are enumerated with an md5 hash created, after this process each file is checked to determine if it is a duplicate. ...