Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.
Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
Start Free Trial
Build Agents and Models on One Platform
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.
Image to ASCII converter that takes character shape into account
im2ascii is a small python script that converts images to ascii-art.
Unlike common ascii-art generators, it does not only use each character's mean brightness, but matches the full character shape.
Pro: Better ascii-art quality
(see screenshots for examples)
Con: Matching is very resource intensive
Dependencies: Python2.7, PIL, numpy, scipy
The nagios-statd daemon allows a Nagios server to monitor and alert about various resources on remote Linux machines.
If using python >= 2.6 on the remote server, nagios-statd stops accepting connections after 39 consecutive requests in a short period of time.
This patch can be applied to any nagios-statd 3.12 version released by April King on 11/17/2005. It's been tested to work with python 2.3 - 2.7.
Unlimited organizations, 3 enterprise SSO connections, role-based access control, and pro MFA included. Dev and prod tenants out of the box.
Auth0's B2B Essentials plan gives you everything you need to ship secure multi-tenant apps. Unlimited orgs, enterprise SSO, RBAC, audit log streaming, and higher auth and API limits included. Add on M2M tokens, enterprise MFA, or additional SSO connections as you scale.
Create your own zinc finger protein sequences using the Python2.7 program created by Kristin Barclay and Nida Naushad for Harvard iGEM 2011.
Email Kristin Barclay (kri.barclay at gmail) for the password to the zip archive.
A classroom polling application implemented server-side using Python2.7 and Cherrypy 3.2. Provides the ability to add, delete, import, and export questions with the following response types: true/false, free text, and multiple choice.
Command line dictionary Python dictionary,uses the unofficial google dictionary API (makes a JSON request ), To install python http://www.python.org/download/releases/2.5/ (Install Python 2.5) If you are using Python2.7, click View All Files>src>
A simple graphical tool made in Python that can graph your current Nvidia GPU temperature, fan speeds, usage, and memory. (Chartable information varies between GPU models).
* This project is under development, not fit for end users *
The project consists of the infrastructure to remotely control apliances (eg. turn the cofee maker on from a web page)
Needed parts:
- an arduino uno board (www.arduino.cc).
- a circuit board for the relays.
- a PC connected to the arduino.
- python2.7 to run the server.
- port forwarding to the PC for remote access.