Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.
Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
Try It Free
Train ML Models With SQL You Already Know
BigQuery automates data prep, analysis, and predictions with built-in AI assistance.
Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
An XML metadata driven PL/SQL based reporting tool. Data is extracted from the database as XML using Oracle’s XML SQL functionality and transformed into XHTML using XSL and displayed in a browser using Oracle’s built in HTTP listener. [Demo version]
Collection of various scripts to automate development with Oracle RDBMS. Includes SQL, PL/SQL and Java. Some are related to Oracle Applications Development.
A PL/SQL package to map and populate XML metadata to a PL/SQL nested table record type. It is a very useful utility for implementing XML data driven functionality into a PL/SQL based application.
Learn how to protect your Microsoft 365 data, with simple, actionable tips today.
Watch this on-demand demo series and learn how to protect your Microsoft 365 data with clear, simple, actionable steps that are easy to implement for businesses of all sizes.
Assembly of classe to help asp.net 2.0 web designer.
Developer can inherits from this assembly for building page.
Error handling, translation, standard workflow (search, list, detail) must be implemented in framework.
Developer just override function
A collaboration web site for software engineers to find and contribute code. The goal is to have users of the system to be able to not only get code from the system but also be able to update and fix specific code segments.
Apps Unit toolkit is a library to help testing your Oracle® e-business suite code. The kit helps testing views, pl/sql packages, concurrent request and more in a Multi-Org e-business setup. No software needs to be installed on the Applications server.
Datagenerator is a library and GUI for generating rule based test data for various databases like Mysql, Firebird, Interbase, MSSQL, Oracle, SQLite and PostgreSQL.
The Simple Light-weight Infrastructure for Network Computing (SLINC) is a framework for developing Public Resource Computing (PRC) projects. The main goal of SLINC is to make the PRC project development process as easy and flexible as possible.
This Oracle Forms Framework is designed for Forms Developers, who start creating a new application and need help in establishing style guides, templates or prototypes The new location is : http://code.google.com/p/forms-framework/
The Lighting Framework is a framework for rapidly designing, developing and deploying Windows Forms Smart Client applications using Microsoft’s .NET framework. The Framework frees the developer from the mundane task of creating the application shell.
A coldfusion based Oracle interface for schema discovery (SQL Create scripts, Indexes, Constraints, referential etc), Data browsing and exporting. Woodi includes CF code generation tools for various SQL functions, JS validation and CFC code generation.
LobAccessor is an Ant task that allows you to upload/download into Oracle one or more blob/clob values from/to files in your filesystem. It solves the problem of uploading/downloading lob values to complement what plain sql scripts cannot do.
DSP stands for Data Server Pages, the APACHE HTTP server module, that provides PL/SQL Server scripting with variable injection preprocessor and features an efficient authorization and authentication framework on the Oracle database backend.
huiwen4net is a .net framework that combined iBATIS.NET,NHibernate,Spring Framework .NET,Lattis ,Maverick.NET,NVelocity,Report.NET,NAnt,NUnit,NMock,Logging framework for .NET and other opensource framework.make developer develop webapp and gui app easyly
GUI Generator creates screens folks can use 2 do CRUD (create, review, update, delete) on tables in a DB. Makes fully internationalized & accessible screens so users can search, edit, run reports & much more. Help buttons work! Uses any DB w/JDBC drivers
kassiope is a tool for developing business applications. It is designed to be a repository-based program-generator in the future. At the present state it is a framework that simplifies development of true "write-once-run-anywhere"-applications.
Seed is a ZendFramework-based comprehensive and mainly PHP-based API to assist developing web-based applications on a solid space of modern features such as DBMS abstraction, AJAX and XML.
Pony is an object-relational mapper. The most interesting feature of Pony is its ability to write queries to the database using generator expressions. Pony works with entities which are mapped to a SQL database. Using generator syntax for writing queries allows the user to formulate very eloquent queries. It increases the level of abstraction and allows a programmer to concentrate on the business logic of the application.
Following is an example of a query in Pony:
select(p for p in Product if p.name.startswith('A') and p.cost <= 1000)
Pony translates queries to SQL using a specific database dialect. ...