AI-powered service management for IT and enterprise teams
Enterprise-grade ITSM, for every business
Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
Try it Free
Build AI Apps with Gemini 3 on Vertex AI
Access Google’s most capable multimodal models. Train, test, and deploy AI with 200+ foundation models on one platform.
Vertex AI gives developers access to Gemini 3—Google’s most advanced reasoning and coding model—plus 200+ foundation models including Claude, Llama, and Gemma. Build generative AI apps with Vertex AI Studio, customize with fine-tuning, and deploy to production with enterprise-grade MLOps. New customers get $300 in free credits.
Artridis is an OpenGL application meant to display wavefront objects in a 3D world.
The finality of this project is to be able to take "artistic" snapshot of this world.
allows java objects to be serialized with their class information. this way they can be de-serialized in an environment where the class files are not originally present.
I-Java is an extension of Java for implementing "incomplete objects" and "object composition". I-Java implements a preprocessor that produces standard Java code.
Migrate from Snowflake, Databricks, or Redshift with free migration tools. Exabyte scale without the Exabyte price.
BigQuery delivers up to 54% lower TCO than cloud alternatives. Migrate from legacy or competing warehouses using free BigQuery Migration Service with automated SQL translation. Get serverless scale with no infrastructure to manage, compressed storage, and flexible pricing—pay per query or commit for deeper discounts. New customers get $300 in free credit.
myjson is a small java library that operates with object literals expressed in JSON notation. It can not only convert from java objects to JSON and back, but also compare or even update a java object with the information contained in a JSON string.
jDummy is an extension to jMock, a library for testing Java code with mock objects. jDummy reduces the code needed to express relevant expections by generating the dummy values and intermediate mocked objects needed to express them.
...With Jief you will only need a couple lines of code to import data from a file (xml and csv supported out of the box). You can reuse the transformation code for your business objects.
This small C package is made of an independent AVL tree library, and of an extension module for Python that builds upon it to provide objects of type 'avl_tree' in Python, which can behave as sorted containers or sequential lists.
This API enables objects to be easily passed from Java to JavaScript via XML. It consists of a Java library and a JavaScript file. The Java recursively turns any bean or collection into XML. The JavaScript returns an object similar to the Java object.
New to Google Cloud? Get $300 in free credit to explore Compute Engine, BigQuery, Cloud Run, Vertex AI, and 150+ other products.
Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query exabytes in BigQuery, or build AI apps with Vertex AI and Gemini. Once your credits are used, keep building with 20+ products with free monthly usage, including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. Sign up to start building right away.
FunctionalJ is a library which makes it easy to use functional programming patterns in Java, such as representing functions as objects, partial function application, higher-order functions, mapping, folding, and more.
The Soft N' tic Toolkit API (SNTTk API) is a Java API, designed to simplify access to Business Objects Enterprise Platform,by making an abstraction on BOE SDK. You may implements defined functionalities or obtain an existing implementation.
Amber.net is a lightweight R/O mapper framework for .net, which easy database access without XML descriptors. It uses reflection and annotations for the CRUD cycle of c# objects. Amber.net is dot net version of original java version of Amber
...Through Java Reflection it allows simple usage. The keys are defined as standard, overloadable methods, and are transparently managed by the engine. No need to use library-defined objects or enums. Developer has the power!
PHP Collections is a handful of interfaces and reference implementation classes that provide a common API for collection objects (sets, maps, lists, etc.) in PHP.
GrayMocks is a dynamic mock object framework for unit testing in PHP. It makes it easier to create mock implementations of objects to verify their interactions with the system under test in your unit tests.
This project has a set of simple objects and aspects (AspectJ) to make the code of tests with Selenium-RC (Java) easier to understand and debug. It separates all methods of Selenium in appropriate classes and adds new methods useful for testing.
JQTree4PHP is a PHP library that allows the creation of an expandible tree of items ( treeview ) in an easy way and totally directed to objects (OOP) to be used in User Interfaces, implementing the JQuery javascript library and its plugin jQuery.treeview
A set of lightweight SPECIFIC purpose reusable Java componentes.
Examples are: file parsers, simple communication protocols, logging, formatters, directory pollers, file filters, queue management, objects pool managers, etc.
Efficient JUnit testing when you have database dependencies
The DOF enables efficient JUnit testing and Test Driven Development against code that depends on objects that are persisted (e.g., database), more efficiently than alternative techniques such as SQL scripts.
Please visit us at https://github.com/justin808/dof
iScreen is a Java Object Validation Framework to be used to validate Java objects (i.e. JavaBeans and POJOs) and object graphs. Configuration is XML, and supports reuse, conditionals, dynamic error messages, internationalization, and much more.
BizBlox is a simple to use Object Relational Mapper API for .Net. On top of the usual features you expect from an ORM it provides native support for web services using transfer objects and partial transfer objects.
OOWeb is a small Java HTTP server/library to allow superfast standalone web applications, mapping URL directories to objects, pages to methods and GET/POST arguments to method parameters. This offers true OO web development with no bulky container!
getter and setter tester is a simple java class, useful to automatically test getter and setter methods of a class with a single line of code. It also includes utility methods to allow those test on "non-trivial" objects.