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
Automate contact and company data extraction
Build lead generation pipelines that pull emails, phone numbers, and company details from directories, maps, social platforms. Full API access.
Generate leads at scale without building or maintaining scrapers. Use 10,000+ ready-made tools that handle authentication, pagination, and anti-bot protection. Pull data from business directories, social profiles, and public sources, then export to your CRM or database via API. Schedule recurring extractions, enrich existing datasets, and integrate with your workflows.
This software manage different kendo tournaments: from local simple championships to professional tournaments with high number of teams.
The software can manage the registration of competitors, team generation, design of the tournament (simple, championship, manual, ... ). Also allows the creation of accreditations, list of teams and other documents in PDF useful for manage a real kendo tournament.
Finally, it allows to obtain some statistics and feedback from each team and competitors.
Remotely Inventory and Poll UNIX servers in seconds. (without installing extra software on your servers, just by SSH communication plain old UNIX commands).https://sites.google.com/site/ronuitzaandam/
Your entire datacenter can be automatically inventoried by supplying hostname, username & password for each server, either “one by one” or via an automated CSV host-list import file.
This software goes great with other UNIX software like WinSCP and Putty etc !!!
Now stored at https://github.com/gregorydgraham/DBvolution
Available from Maven Central: nz.co.gregs.dbvolution
Makes relational data easy and fast to use with semantic annotations and encapsulated datatypes.
Simple declaration of a DB table:
@DBTableName("mytable")
public class MyTable extends DBRow {
@DBColumn("numeric_code")
@DBForeignKey(Code.class)
private DBNumber numericCode = new DBNumber();
@DBColumn("uid_mytable")
@DBPrimaryKey
@DBAutoIncrement
private...
Run applications fast and securely in a fully managed environment
Cloud Run is a fully-managed compute platform that lets you run your code in a container directly on top of scalable infrastructure.
Run frontend and backend services, batch jobs, deploy websites and applications, and queue processing workloads without the need to manage infrastructure.
Inventarverwaltungsmodul // Inventorymanagement module for Datacrow
Eine Inventarverwaltung kann eben mehr sein, als nur eine bloße Auflistung von Gegenständen! // An inventory-management can be much more than only an ordinary list of things!
Dies ist eine Inventarverwalltungsmodul für die Sammlungsverwaltungssoftware Datacrow // This is an inventorymanagement module for the collectionmanagement software Datacrow
Dies ist mein erstes Datacrow-Modul. Anregungen und Kritik willkommen! // This is my first datacrow-module. Please test it and give me a...
This tiny API aims to facilitate the access to a LDAP server. It can : get attributes in a list, map responses in objects, generate code source of targeting object
UProm Requirement Management System (traceability and requirement coverage). Includes : - An admin module to manage SCRUM Project and tree of requirements - A multi-user Web-based client - Tools for databases management (HSQLDB, PostGreSQL,...) UProm
MovieDB is a movie catalog software. It stores movie details that
can be retrieved from the IMDB. It can also download soundtrack list and the movie's poster. MovieDB is written in Java and uses HSQLDB which makes it extremely portable.
Raptus AG/SA, a swiss company, has released their java / jsp based SiteEditor, CMS, list generator software as opensource. Including: Modules, XML config, Struts, own API, Components, WYSIWYG, multilanguage, multiuser, webbased manager
Our industry-leading Point of Sale (POS) system is made for wash and fold and manages pickup and delivery for laundromats.
Wash and fold POS and pickup and delivery software designed BY laundromat owners FOR laundromat owners. Our easy to use wash and fold software handles in store point of sale (POS), dry cleaning, and pickup/delivery. Our software helps you grow your business, increase customer loyalty, lower your payroll, and make smarter decisions.
ListQuery is a simple tool to read SQL instructions and to list the results in text format (console). You can read an archive (file) with lots of commands (query), separate for ';', the program will list all results one by one.