Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.
Build, govern, and optimize agents and models with Gemini Enterprise Agent Platform.
Start Free
Our Free Plans just got better! | Auth0
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.
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...
Sample of a Tab based GUI för micro business ERP-systems
Visual ERP is a light front-end aproach as a template for Micro business ERP-systems . The aim is to provide a base template for ERP software vendors, and to make Business 2 Business dataexchange easy.
The thinking is from the users point of view in a very small (e.g. a Micro Company). Any user needs to work with different business processes and stakeholders every day. The user needs to quickly change focus from one very important issue to another equally important matter, without losing...
Image Processing Library is a complete image processing package.
The main features is to support many image formats.
By utilizing Object Oriented Programming concept, many image conversion filters are written in a neat, and clear way.