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
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.
This program aids in TaqMan genotyping across various platforms (ABI7300, LC480, Biorad). The algorithm utilizes an insight into the dynamics of amplification, using run data viewed from different aspects.
Opus+ is free music software that creates novel musical compositions using an algorithm called 'Constrained Random Generation' (CRG). Outputs a LilyPond file, a PDF file of the musical score, and an audio performance in a MIDI file.
C++ Min Heap where you can change the priority of the node and it reorders itself in the heap. I couldn't find a STL equivalent for use in my Dijkstra's algorithm.
OpenForecast is a package of general purpose, forecasting models written in Java that can be applied to any data series. No knowledge of forecasting is required. Using this package, the most appropriate algorithm for your data will be selected.
Sales CRM and Pipeline Management Software | Pipedrive
The easy and effective CRM for closing deals
Pipedrive’s simple interface empowers salespeople to streamline workflows and unite sales tasks in one workspace. Unlock instant sales insights with Pipedrive’s visual sales pipeline and fine-tune your strategy with robust reporting features and a personalized AI Sales Assistant.
A PC-based fingerprint recognition project which is mainly featured with a fast FFT algorithm for convolution in ridge enhancement. It is a remarkable for study or any commercial purposes.
SeaMo is an implementation of seamless handoffs across heterogeneous wireless access networks. It is developed on Linux and uses NetworkManager for a few of its chores. SeaMo uses a fuzzy logic based decision algorithm to decide when to handoff.
This is a simple ray tracing algorithm implementation. The same algorithm is implemented on CPU and GPU with CUDA, and the performance of the GPU based ray tracing is much better than the naive CPU one. cuda and directx sdk are required.
A library help for signing data with PKCS11 token (certificates with SHA1withRSA Sign Algorithm) and create CMS packages.
It uses Bouncy Castle Crypto API and SUNPKCS11.
Also it verify the signed data and verify signing certificate's OCSP control.
Ruby computational geometry library. Shape/Line/Point classes, methods to test shape intersection (using ray-casting algorithm); includes XML parsing script (& sample xml file) to test intersection of shapes documented as ordinal point set in xml.
GeneThello (read jə-ˈne-ˈthe-lō), is an acronym for genetic othello, an othello (reversi) playing program which based on Genetic Algorithm (GA). In principle GeneThello consist of an othello program and a genetic algorithm system.
This Netfilter module implements the IVI translation algorithm. IVI is a stateless way to provide a bridge between the IPv6 world and the IPv4 world. More information here: http://datatracker.ietf.org/doc/rfc6219/ You need DNS64 to get this work
FM-index is a compressed text index appeared in 2000 (http://pizzachili.dcc.uchile.cl/indexes/FM-indexV2/). A recent algorithm allows to update a FM-index (http://dx.doi.org/10.1016/j.jda.2009.02.007). Here, you'll find the implementation.