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.
A module for arithmetic with mixed radix numbers like time
A module for arithmetic with mixed radix numbers like time.
Ex: 1:20 + 2 hours & 41 mins = 4:01 or how it's represented in the code, [1, 20] + [2, 41] = [4, 1]
This module can handle digits of given numbers that are greater than the given bases
Ex: 9,000 minutes + 1 hour & 20 minutes = 6 days, 7 hours, & 20 minutes. 9,000 is beyond base 60, but [9000] + [1, 20] will still give the correct result, [6, 7, 20].
Numbers are represented as lists. 10 and -99 need to be converted into [1, 0...
JackFX is a pythonmodule for midi control and realtime audio effects processing built using the Jack Audio Connection Kit. Effects are stackable, and can be chained in any configuration with only a few lines of python code.
Unfixed bugs delaying your launch? Test with real users globally – check it out for free, results in days.
Testeum connects your software, app, or website to a worldwide network of testers, delivering detailed feedback in under 48 hours. Ensure functionality and refine UX on real devices, all at a fraction of traditional costs. Trusted by startups and enterprises alike, our platform streamlines quality assurance with actionable insights. Click to perfect your product now.
Titivullus is a simple Gedit plugin to integrate Language Tool's proofreading abilities. It will take every line in the document, pass it to Language Tool and show the errors in the bottom panel.
This program is designed to help organize ones home life and the multiple media that it includes. Things such as Books, DVDs, CDs, too whats in the cupboards, Your contacts. etc. This will have a web interface based on the django module for python.
Sonar 2D is a live signal processing application where an audio signal is used to navigate between 'zones' in a virtual 2d space. Each zone represents a given processing module, which when activated will be applied to the sound.
Trusted by nearly 20,000 customers worldwide, and all major cloud providers.
OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
ApeSmit is a very simple Pythonmodule to create XML sitemaps as defined at http://www.sitemaps.org. ApeSmit doesnt contain any web spider or something like that, it just writes the data you provide to a file using the proper syntax.
Wrapper of Tkinter pythonmodule. Provides useful widgets created especially with sw-developers and electronic engineers in mind, who need simple and functional GUI for controlling statuses, logging events, or testing programs at the initial stage.
This project allow to test network availability on multiple nodes. It is built as a plugin architecture in order to use it on multiples networks. Test is based on three steps : module status, local visibility of network, and interconnection between nodes
Archangel is meant to be a sort of 'improved' version of dansguardian and uses the same default lists as dansguardian. It is basically dansguardian rewritten in python as an ICAP server as opposed to a proxy front-end. The benefits of archangel over dansguardian include:
1. Because it is an ICAP filter, it interfaces with squid and can do HTTPS filtering as well as regular HTTP.
2. Because it uses blocking modules and is written in python, it is extremely easy to write new modules for very...