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 secuirty. Auth0 now, thank yourself later.
Try free now
Deliver secure remote access with OpenVPN.
Trusted by nearly 20,000 customers worldwide, and all major cloud providers.
OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
GnuCash is a personal and small-business finance manager with a check-book like register GUI to enter and track bank accounts, stocks, income and expenses. GnuCash is designed to be simple and easy to use but still based on formal accounting principles.
This is a simple demo software that shows how to use GnuCash C API.
When executed the program will:
- open the book located at "data/testBook.gnucash"
- print the first level account names
- print "Income" account transaction details
- create a new transaction between "Checking Account" and "Expenses" accounts
- save the modified file and release the lock
You can check the book file using GnuCash and change the code to test the API.
I made this sinmple example because I found...