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
Build Securely on AWS with Proven Frameworks
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.
This pythonscript takes an exported wordpress xml file and outputs a single html document containing all posts in order of entry, and a table of contents broken down by Category. CSS tags added for easy formatting.
A short pythonscript to monitor filesize changes and to email the file contents to a gmail user once the file is no longer being changed. Useful for keeping track of data-generating programs and as an early alert system for data collection problems.
Secure remote access solution to your private network, in the cloud or on-prem.
Deliver secure remote access with OpenVPN.
OpenVPN is here to bring simple, flexible, and cost-effective secure remote access to companies of all sizes, regardless of where their resources are located.
Simple pythonscript for keeping a backup set with an arbitrary frequency and any number of surviving snapshots. Uses the rsync reference directory feature to minimize space by using file hard links. Launch it from /etc/crontab.
A web script for counting unique hits and stores the http header information for each hit in a MySQL database. The script also creates a .html document for viewing all hits contained in the database. The script is written in python.
Pythonscript to test your Linux install for proper graphics drivers, wine, msfonts etc. and for installing/updating EVE-Online. Script will give log with explanation what need to be installed - will ask if you want it to install proper stuff.
Build gen AI apps with an all-in-one modern database: MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
MOSE MakeObj Script Engine is a scripting engine for the Simutrans Tool "makeobj". With a Shell like scripting language big addons (called paks) set could be compiled for Simutrans.
Pythonscript which emulates an IP camera. Currently acts as Axis 223M, supports only MJPEG format and some VAPIX parameters ('fps' and 'resolution'). Based on this project: http://sourceforge.net/projects/axisemulator/, some serious bugs fixed.
Simple Pythonscript to save files(and now directories, too!) into "frozen directories". "Frozen Directories" are directories that hold incremental changes to documents being worked on. Creating an archive of your work is easily done with this script
Pythonscript to help manage wpa_supplicant configuration files. Uses a curses interface to display accessible networks and allows users to associate each network with a configuration file, which they can directly edit from a provided template.
A highly flexible music player which makes your own layout creation easy! Set up what you believe is intuitive! Pythonscript support, multiplatform native look and feel, gstreamer sound engine!
A script to generate shapes representing colors, using the ColorAdd code developped by Miguel Neiva: http://coloradd.net The ColorAdd code is a monochromatic Graphical Code allowing colorblind to recognize colors.
Logtool is a pythonscript that takes the output from any logfile that has a repeated format from line to line and formats it in a number of ways, including column customisation, colour and search term highlighting.
This project is made because the default package manager of Ubuntu really sucks at downloading speeds. So, this pythonscript basically uses a download manager AXEL to download the packages and then installs it. Also, copies the URIs into the clipboard.