Automatic backups, patching, replication, and failover. Focus on your app, not your database.
Cloud SQL handles your database ops end to end, so you can focus on your app.
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.
TCL script to grab music metadata (album, artist, cover art) using last.fm API.
Packages required to grab metadata:
- tcl8.5 or higher
- tdom package
- imagemagick (convert is used)
api_key.tcl file with user name and Last.fm API key need to be created in the same folder with a following data:
set api_key <some_api_key>
set user <some_last_fm_user>
api_key.tcl is used by main.tcl to authorize request send to last.fm API.
dna2abc turns DNA sequences into musical sequences. The key feature is the rule editor; a rule is a regular expression paired with a Tcl script. dna2abc scans a DNA sequence, testing each regular expression: if it matches, the Tcl script is run.
"BlueKaffeine" is a script programmed in Tcl for Linux systems. It controls basic functions of the KDE's media player Kaffeine (kaffeine.sourceforge.net) with a mobile telephone through a bluetooth connection.
Small TCL script for the eggdrop bot. It's thought for radios with IRC channels to manage their stream, channels, mods/djs, etc. Comes with a nice botnet ability to spread your radio to different IRC networks in the newest version!
aranger.pl aims at organizing mp3 files automatically for you. The idea
is that you should be able to run the script on a large amount of files
to get them organized in a consistent manner according to your desires.
Tclshout is a tcl extention that wraps the libshout functions into tcl commands. The idea is to be able to provide a source for an icecast server through a tcl script.