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
Test your software product anywhere in the world
Get feedback from real people across 190+ countries with the devices, environments, and payment instruments you need for your perfect test.
Global App Testing is a managed pool of freelancers used by Google, Meta, Microsoft, and other world-beating software companies.
HcryptoJ (Historical cryptology in Java) is a Java based programming library for implementing and analyzing historical ciphers. HcryptoJ is designed to support research and teaching in historical cryptography and computer science. Licensed under GPL.
An application to tune your musical instrument. The Tuner using Autocorrelation function or more specifically using SNAC algorithm that proposed by Philip McLeod (http://miracle.otago.ac.nz/postgrads/tartini/papers.html).
CloudBurst is a parallel read-mapping algorithm optimized for mapping next-generation sequence data to the human genome and other reference genomes, for use in a variety of biological analyses including SNP discovery, genotyping, and personal genomics.
A Java package that provides several computations related to the edit distance of strings. Other than the basic Levenshtein, this algorithm can rearange words when comparing. The class can also provide details of how words could be transformed.
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 simple to use free-moving camera motion tracker. This program is designed to output the camera motion to a .py that is used in Blender. Not yet working. Check out our news page!
iDev Blog code examples is intended to help novices by exposing small projects developed in Objective-C, Java and C#. You are free to contribute, fork or maybe criticize my work. It's all about the process of learning.
A program that encrypts multiple files. It uses new encryption algorithms, such as a Three-Block Feistel chiper, ArchFurry's algorithm and a new hash function. Licensed under the ISC.
Jpair is a pure Java Implementation of bilinear pairing, a useful cryptographic primitive underneath crypto schemes such as Identity-Based Encryption (IBE), Attribute-Based Encryption (ABE) and many others.
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 simple encryption program, allows you to virtually encrypt all documents and even decrypt them back using the secure XOR encryptionalgorithm. This program is designed for beginners who know little about encryption.
ProViz is a program visualization framework for Java. It is built as a plugin to the Eclipse IDE. (We are getting close to publishing resources and making this project distributable. Stay tuned!) A video demo: http://www.youtube.com/watch?v=BsoK1n-OM
A Visual Sorter written in Java for the bubblesort-, selectionsort- and insertionsort-algorithm. At the end of the program a log.html is written to the current user's desktop. Tested only on Windows-systems.
This is a ROT-13 Encryption/Decryption Program made by me. It uses the ROT-13 algorithm to encrypt messages;which is very basic. You can use this app to send encrypted messages to your friends and decode them too.
JTalker is an instant messenger system written in Java. Features: - SSL encryption - User-To-User communication - Chatrooms - Plugins (Server and Client) - and much more...
PasSafe is a free & open source password manager for all Operating Systems. Store your passwords in a highly-encrypted database locked with one master password.
X-GAT (XML-based Genetic Algorithm Toolkit) is a Java framework to optimize problems with Genetic Algorithms (GAs). Differently from other frameworks, X-GAT contains ready-to-use GAs implementations and new features can be easily added.
Open Song Composer is a free/open source music generator written in Java that learns through use of a genetic algorithm. It can generate music in all major modes.
GISpatialNet is a Java-based tool for mapping network data (nodes and edges between them) to spatial coordinates; reformatting network and spatial data together; and calculating spatial network measures.
Install by saving to c:\ drive and typing the following in a command line:
java -jar c:\GISpatialNet-0.9b.jar
JConfigura is a library usable in java environments for sharing configuration parameters between different java applications. Moreover it exculpates developers of aspects like property file reading and securing property files with rsa encryption.
XTEA (eXtended Tiny EncryptionAlgorithm) support for db4o open source object database. XTEA is a block cipher that operates on a 64-bit block size with a 128-bit key. An extremely tiny but very fast encryptionalgorithm (with cycles less than 32 rounds)
Mainly include the codes of genetic algorithm, interative genetic algorithm, that are written in Java Applcations also included such as function optimization, simple fashion design optimization, face optimization and so on
IRC gateway for lide.cz chat.Written 100% pure in Java including "Lide API" (package jlidegw),which allows Java developers to make their own applications collaborating with lide.cz server.Some code parts are inspired by Python version of lidegw.