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.
Start Free
Fully Managed MySQL, PostgreSQL, and SQL Server
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.
Bash script to download 3sat videos (req. pkg: curl)
Bash-Skript um Videos aus der 3sat Mediathek herunterladen.
Aufruf: ./3sat_download.sh <VIDEO-ID>
Notwendige Argumente: VIDEO_ID = Nummer aus der Video-URL im Browser (z.B. 64293, siehe Screenshot)
Beispiel: ./3sat_download.sh 64293
Hinweise:
-Das Paket "curl" muss installiert sein (in gängigen Distributionen vorhanden).
-Die Videos werden im Verzeichnis $HOME/Videos/ gespeichert, welches bereits existieren muss!
-Es empfiehlt sich einen Alias in der $HOME/.bashrc Datei zu...
...It serves media files using Roku Server Protocol (RSP) and Digital Audio Access Protocol (DAAP).
http://en.wikipedia.org/wiki/Firefly_Media_Server
For Debian users:
https://packages.qa.debian.org/m/mt-daapd.html
https://tracker.debian.org/pkg/mt-daapd
For FreeBSD users:
http://home.introweb.nl/d/dodger/itunesserver.html
https://www.tnpi.net/wiki/FreeBSD_iTunes_Server
cd /usr/ports/audio/firefly
make install clean
echo 'firefly_enable="YES"' >> /etc/rc.conf
service mt-daapd start
==>> http://127.0.0.1:3689
Simple SSH forward e.g. thourgh the internet:
ssh -L3689:iMac.Local:3689 MyDomain.TLD
Please also note https://sourceforge.net/projects/mt-daapd/
A small library to create SDL 2 - OpenGL applications.
The purpose of the library is to help the programmer to easily create an application with an OpenGL context and to help monitoring keyboard and mouse input .
The library may be appropriate to start learning to code in opengl but not for big projects.
This version is like a small glut replacement but without routines for drawing geometric primitives or for creating pop-up menus.