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
Cloud tools for web scraping and data extraction
Deploy pre-built tools that crawl websites, extract structured data, and feed your applications. Reliable web data without maintaining scrapers.
Automate web data collection with cloud tools that handle anti-bot measures, browser rendering, and data transformation out of the box. Extract content from any website, push to vector databases for RAG workflows, or pipe directly into your apps via API. Schedule runs, set up webhooks, and connect to your existing stack. Free tier available, then scale as you need to.
This was an assignment when I finished learning to work with arrays with C language. It uses a 5D array to simulate a warehouse complex and uses various techniques to do some basic warehousing tasks like updating inventory, calculating the inventory value. It is fully modularized and uses C's random function to fill warehouse items with a conditioned random values.
A simple phone billing console-based app (C language)
This simple console-based programme will launch an imaginary phone billing system. It is fully modularized with plain C functions to:
1) store number of calls to be billed (processed), 2) know call types to apply call type rate later, 3) know and act upon to apply extra charges, 4) store call duration and finally report a simple phone bill.