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
Go from Code to Production URL in Seconds
Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.
Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
Tool to use from Python interactive interpreter or script. Use it to make JSON indexes of all files in a directory, or files of a certain type. Could be used to observe activity in a server directory, to generate JSON to send to clients searching remotely, or to keep an index of files in a directory when the user of that directory does not have permission to probe the files system for files without knowing their names.
Set of python scripts for bulk conversion of media files. The scripts scan directory trees for video and audio files and converting them to avi, ogg, or mp3 appropriately. Relies on mencoder, lame, mplayer, and oggenc.
A simple web gallery script in PHP. Its claim to fame is that it's implemented in a single file that requires no installation - it can simply be copied to a publicly accessible directory containing images on a PHP-enabled web server.
The project was moved to: https://github.com/pawelulita/flac2mp3
Small python script, which converts all flac files in current directory and puts in 'artist - album' directory. Tags (if available) are preserved. Tagpy, flac and lame required.
Learn how to protect your Microsoft 365 data, with simple, actionable tips today.
Watch this on-demand demo series and learn how to protect your Microsoft 365 data with clear, simple, actionable steps that are easy to implement for businesses of all sizes.
This bash-script checks a directory for Matroska video files and uses mkvextract (from the mkvtoolnix package) to extract SSA/ASS-Subtitle files and encodes them in a videofile playable by mobile devices.
Voquad : Video On Quasi Demand. This is a Video on Demand Web Based Application. You have to select your video listed in a web page then click for encoding in Theora format. It's use the "<video>" tag from HTML 5 for streaming.
A fairly simple bash script that runs through every .m4a file in the current directory, converts them to .mp3, then deletes the originals. Depends on faad and lame. Future updates will traverse subdirectories recursively to convert entire libraries.
A Python script that allows you to move files form a Directory to sub-folders based on a Regular expression - useful for managing your monolithic download folder -- Requires PythonCard (http://pythoncard.sourceforge.net/)
This is an image gallery focused on simplicity and ran completely with PHP and jQuery. All you do is edit your config.php, copy folders of images into a directory, run a script to generate thumbnails and metadata, and they are ready for viewing.
A photo gallery that only uses javascript for viewing. No backend scripting language is used; instead, a python script is run on a collection of photos outputting an album in a directory which is dropped into any web server to be served as static content
icaff converts audio file formats. This script allows a user to convert a file or directory of audio files such as .m4a, .mp3, .ogg, .wma from one format to another while preserving meta data wherever possible.
The music server I am developing is a way of providing streaming music over the internet from your own computer/server at home. It uses php as a server side language to provide a dynamic listing of your specified music directory.
Qdig presents your images as a web gallery / photo album. Qdig supports directory navigation, captions, converting of thumbnail and alternate-sized images, flexible configuration, and gallery management. Qdig runs stand-alone or within another script.
pyIH8id3 is a fully graphical pyGTK script that removes id3 tags from mp3 files in a provided directory. The script supports both id3v1 and id3v2 tags. pyIH8id3 is a simple, fast solution to removing thousands of tags at once. pyIH8id3 requires id3lib.
CData Getter 2006 by MiKe is a shell script that will:
1)Get CD info (CDDB FREEDB) for an album of mp3 s (in a Directory)
2)Rename the mp3s based on CDinfo
3)write id3 tags based on CDinfo
It can also do this in every subdirectory.
Lossless2lossy is a conversion script for mass converting your ENTIRE music collection (or just one album) from one format to another whilst mirroring the directory structure and tags of the original format. Supports ape,flac,wavpack(& hybrid),ogg,mp3.
This shell script allows the renaming of MP3 files in a directory according to their id3 (v1 or v2) tag. This uses id2v2 and is command line based, while allowing very easy using, it has a great outuput!
Simple, Fast, Useful!
A PHP script written for Apache 1.3/PHP 4.3 that emulates the Kerbango radio tuning service as used by Apple Computer's iTunes software. The purpose of this script is to allow customization of the integrated radio tuner in iTunes.
An easy to use PHP system, requires no databases. It can display all, or selected files and subdirectories in a specified directory. Comes in both a basic listing version, and a much more extravagant management version with users and permission schemes.
Our Drag'n'Drop Gallery is a free, simple gallery written in PHP. By simply dropping the gallery file into a directory filled with pictures, you can have an online Gallery Page without the need to install or configure any script.
Creates printable covers for your (mp3) CD/DVDs. Creates a LaTeX file with front and back covers listing of artistnames, albumnames and songnames by examining the directory structure and the MP3 tags. The output PS/PDF can then be printed easily.
PHPCast is a little script that streams mp3 files directly from the webserver. It reads mp3 files randomly from a data directory and interprets rather correctly ID3 tags.