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
Desktop and Mobile Device Management Software
It's a modern take on desktop management that can be scaled as per organizational needs.
Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
This is a Markdown viewer for java. Primarily it tries to display github styled markdown scripts.
Download the release jar file and run
java -jar jmdviewer-x.y.jar
where x.y is the version number. You can pass the markdown filename on the command line
java -jar jmdviewer-x.y.jar [filename.md]
This application allows user to download chapters from website in 3 ways:
- from table of contents;
- from range: first chapter address, last chapter address;
- by crawling from first chapter to n;
In settings you can customize language, input(website encoding) for simplicity output is in the same encoding. If you want your language add new class into strings package, and new fields into Settings class and GUI menu(initialize method).