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.
Try free now
Gemini 3 and 200+ AI Models on One Platform
Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.
Build, govern, and optimize agents and models with Gemini Enterprise Agent Platform.
pyfiglet is a full port of the FIGlet specification (http://www.figlet.org/) into pure python. It takes ASCII text and renders it in ASCII art fonts. It can be used on the commandline or as an Object Oriented driver library in your own programs.
MOST4Linux provides a MOST kernel driver supporting synchronous data transfer for PCI hardware and userspace programs to test the driver. The driver can be compiled for Linux 2.6 or for the RTDM which works for the real-time extensions RTAI and Xenomai.
Python DB driver for Java JDBC. Allows CPython programs to use a java JDBC driver to connect with a database server. It's API is Python DB compliant. ZJdbcDA (a zope database adapter) is also included.
This project is a POSIX-compliant driver for the dgt board from dgtprojects. It is intented at acting as a layer between chess engines and the dgt board.
pystim is an open source electrical stimulation device driver and development framework. It features a parallel/sequential block paradigm and supports event-base programming. It also provides a device simulator.
rtusd is a foundation set of real time enabled User Space Devices/Drivers designed to link to HRT high resolution Timer controlled POSIX threads and link re-factored Linux hdw drivers for 2.6.18+. rtusd propogates Linux RT to user space generically.
Spike Asset Manager (SAM) is an open-source cross-platform framework for probing a system for components and reporting them. It includes a driver file that probes for components commonly found in a LAMPJ stack (Apache, MySQL, PHP, Tomcat, etc).
This software registers all the music files stored on CD's, hard drives, DVD's, etc. It will scan every media that you provide, and let you organize the files by artist, album, etc, with search and tagging facilities. Written in Python, GTK and MySQL.
Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.
Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
Driver support for 3D Controller Hardware. We hope to support SDL Input, DirectInput, and other major controller API's including game consoles and embedded systems.
The main goal of this project is to create a system-independent MathML rendering engine in Python. This engine works with an abstract 'plotter' driver class, that can be subclassed for any rendering device needed.
Wifi agent, primarily aimed at laptop users, with possibilty to store network settings in history, scan available networks and connect to them -- all embeded in nice gui.
CoverHunter will scan your digital music albums and try to get the cover image for each one. After that, if more than one cover was found, you can choose wich one will be set as the cover for that album. These covers may be used by XMMS, KDE, GNOME, etc.
Bluemud is a mud server implemented using Java and Jython where the driver/server is in Java and the mudlib and in-game world is in Jython (the Java-based Python interpreter).
Tim Peters' FixedPoint.py
+ Write docs for the Library Reference manual. I expect the existing
module docstring will be a good start.
+ Create a test driver for Python's regression suite.
+ Have fun modernizing it, if you like (for example,
Work it! is a job post fetcher. It can fetch jobs posts on multiple websites, and store in a local database for later reviewing. Setup as an automated process for nightly (or daily) scanning. Then use viewer to scan at your leisure.
A GTK/Glade based management interface for the PODxt (Live and Pro) from Line 6. Written in Python for Linux.
It requires a MIDI connection to the device and the Line6 USB driver from http://www.tanzband-scream.at/line6/
VIDEO DeDup
Find duplicate videos by content. Parse a video directory to create one image every n seconds, then identify duplicate images and show possible video duplicates for manual analysis.
. 1f_parse scan video source folder, replicate with ffmpeg an image folder, then for each image create a fingerprint.
. CompareV2 perform the fingerprints comparison and works in memory with constant memory usage. It is folder agnostic and parse fingerprints ordered by source file name. Since...