[go: up one dir, main page]

Showing 115 open source projects for "generics"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Project Planning and Management Software | Planview Icon
    Project Planning and Management Software | Planview

    Connect programs, projects, resources, and financials with business outcomes using portfolio management software from Planview.

    Planview® Portfolios enables enterprises to accelerate strategic execution by seamlessly integrating business and technology planning, optimizing resources, and leveraging the power of embedded AI — Planview Anvi™ — to deliver breakthrough products, services, and customer experiences. This unified approach aligns strategy with execution, driving enhanced business performance across the organization.
    Learn More
  • 1
    SGL - Pascal Generic Library

    SGL - Pascal Generic Library

    An experimental generic library based on STL

    SGL was an experimental library I wrote to see what a STL style library would look like in Pascal. The code requires FreePascal 3.1.1 which is yet to be released as a binary. As the name says, the code is heavily based on generics (AKA templates), so is not polymorphic. The style of the code has been written to match STL, so I was able to copy/edit code from STL straight into SGL. Personally, I think this was a cool experiment, but isn't overly useful or better than more traditional Pascal coding libraries. But... in order to see what such a library would look and feel like, I felt it was necessary to write it. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    CASE-COMPILER

    We wish to design a compiler that runs off of a mobile device

    We wish to revolutionize the process of coding. To do so, we wish to design a compiler that will run on a mobile app, and use google drive and google's extensions to effectively emulate a sit-down, desktop PC programming environment, but in this case, we are able to use a tablet to perform our computing needs. That is the CASE IDE. We are also designing a language specifically for the CASE IDE called simply, CASE. CASE features the newest in Software Engineering and Computer Science. CASE...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    CoreTML framework
    CoreTML framework is an open-source template-based configuration system allowing the developer to create parametrized templates by inserting special content to any text files. Its main purpose is to serve as a toolkit for semiconductor IP core creation (based on VHDL/Verilog).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    cowbel (obsolete)

    An experimental programming language

    cowbel is a minimalist experimental programming language. It features strict types, static compilation into real machine code (via C), an object oriented system based on interfaces and composition, generics, no null, and a global garbage collector. It is intended to produce fast, tight code for use in systems programming, and to show that you don't need a complex language to be expressive and usable. We've moved! Go to http://cowlark.com/cowbel instead.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Hightouch is a data and AI platform for marketing and personalization. Icon
    Hightouch is a data and AI platform for marketing and personalization.

    Marketing needs data and AI. Give them Hightouch.

    Find insights, run real-time campaigns, and build AI agents with all your data.
    Learn More
  • 5
    gen Go

    gen Go

    Type-driven code generation for Go

    gen is an attempt to bring some generics-like functionality to Go. It uses type annotations to add “of T” functionality to your packages. gen generates code for your types, at development time, using the command line. It is not an import; the generated source becomes part of your package and takes no external dependencies. Typewriters are where templates and logic live for generating code.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Bean2Bean
    Concise and fast Java library for object transformations: * Object mapper between classes, using annotations * Type converter for any class (or Type, even Generics) Supporting dynamic languages as OGNL or Groovy for custom expressions Maven dependency: <dependency> <groupId>net.sf.kfgodel</groupId> <artifactId>bean2bean</artifactId> <version>1.1.2</version> </dependency> Don't forget to add custom repository: <repository> <id>tenpines_repo</id> <name>Repositorio 10pines</name> <url>http://services.10pines.com:8081/artifactory/repo</url> </repository>
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    elise-ebay

    elise-ebay

    Simulate ebay ecosystem - N clients bid on M items

    ... - impl1: blocking priority queue - impl2: blocking list + 1 peak value - impl3: concurrent linked queue+1 CAS peak value Uses Guice for Dependency Injection. Makes heavy use of generics for entities, keepers, factories, & DAOs. Performance Peaks - impl1: 1.6 M bids/sec - impl2: 2.5 M bids/sec - impl3: 2.,6 M+ bids/sec Throughput increased and jitter reduced by setting init capacity of maps to 1k. see README MEMORY MODEL
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Data Structures

    Simple library for generic data structures

    A simple library containing data structures for C. The structures are designed using "generics"; C does not formally support generics however generics are emulated using a #define macro.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Download the most trusted enterprise browser Icon
    Download the most trusted enterprise browser

    Chrome Enterprise brings enterprise controls and easy integrations to the browser users already know and love.

    Chrome Enterprise is ideal for businesses of all sizes, IT professionals, and organizations looking for a secure, scalable, and easily managed browser solution that supports remote work, data protection, and streamlined enterprise operations.
    Learn More
  • 10
    SPARGEL

    SPARGEL

    An opensource Java graph library. Abandoned, ignore.

    Spargel is a Java graph library that puts its effort in having a rather small but powerful code basis. This is achieved by extending graphs via properties in form of vertice and edge maps. Because these maps are an individual implementation depending on the graph datastructure used, they are more memory efficient than using a Java HashMap. Currently spargel is in its early stages, but will soon support more tasks. As now, implemented are: * Adjecency graph data structures * Algorithms:...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Simplex tableau parser

    Parses text representing simplex expressions.

    Parses simplex expressions: simplex: objective function & constraints, objective function: the objective only, constraints: a set of inequalities and equalities, equality: a single equality, inequality: a single inequality. The parser is built on Antlr4. Requires Java7 or greater to build, because of the use of the <> diamond shortcut for generics.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Blue Basin

    General template for expressions using Lisp-like structures.

    A group of generic tools and containers for using in logical and mathematical terms. Lisp like type-safe n-Trees.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    ClojureCollections

    Java wrappers (with generics) for clojure collections

    ClojureCollections offers straight forward generic wrapper classes for the Persistent collection types in clojure so these can be readily used in Java. So far, PersistentVector, PersistentMap and PersistentList have been implemented. The source code is hosted on GitHub: https://github.com/cornim/ClojureCollections For usage examples see the unit tests.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Aliza Gaming API

    An extensible development framework for roleplay games.

    AlizaGameAPI is a robust, open-source Java-based framework designed to streamline and enhance the development of 2D and 3D games. It offers a comprehensive set of tools, utilities, and libraries, empowering developers to create immersive and dynamic gaming experiences with ease. Key Features: Modular Architecture, Rich Graphics and UI Components, Comprehensive Game Logic and Character Management, Environment and World-Building Tools, Statistical and Mathematical Utilities, Enhanced...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    Graham's Utility for Magic Porting provides a pluggable framework for automated solutions for porting mobile Java applications. Now with NewForME - use Java 5, 6 and 7 language features on CLDC - generics, Enums, autoboxing, for-each loops, etc!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Java Dynamic Component Framework

    This is a lightweight java dynamic component framework

    ...Contracts are expressed using simple software mechanism as interfaces and/or reflection (from middleware to application). A single small jar hosts the code dedicated to data, event and services management over the network, using contracts, reflection and generics. The main goal of the Java Dynamic Component Framework (jdcf) is to simplify the writing (and reuse) of individual Java components, parts of distributed networked application. The model of the application is described in an XML file. The components are pure Java classes file using a pure Java middleware. Each component may be packaged in a jar or several related components may be packaged together. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Pegon

    Optional type system for Smalltalk-80

    Pegon extends Smalltalk with type annotations and is completely optional. It associates a type with each Smalltalk expression and enables type checking. It is inspired by Strongtalk but implemented as an extension to Cincom VisualWorks at the company AG5. It is completely open source under a BSD license. The project is published in the Cincom Public Respository(load the bundle named 'Pegon' to get al the prerequisites).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    This project aims to provide an extensible Tree interface to supplement the Java Collections framework, making full use of Java 5 generics. At least one reference implementation will be provided as part of the scope of this project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Delphi CouchDB Client

    CouchDB client for Delphi XE2

    This is the code samples that were used during my talk at the 2012 ADUG symposium on REST. CouchDB was one of the systems I demonstrated connected to and since there was no known CouchDB clients available I wrote this one that allowed for Generics support so a simple persistence mechanism is in place. While this client can be used it is not tested exhaustively and but I am hopeful that others can use it. A few well deserved references. http://www.adug.org.au for allowing me to speak, otherwise I would not have written these units. http://code.google.com/p/superobject/ for providing a neat library for using JSON
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    A MOF 2 for Java is an implementation of the new OMG MOF 2 Recommandations. It provides an enhanced JMI interface to utilize new Java features, such as generics, and new MOF/UML features, like property redefinitions and subsettings.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    This library provides funcionalities to lead with typesafe tuples in a Java 5 Generics fashion. You can also use it in the client side of your GWT project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Simple/efficient recursive property mapper for Java. Copies/converts/coalesces properties from external beans to target beans and vice-versa. Generics/types aware. Implicitely converts between arrays and collections and between configured classes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A collection of Data Structures and Algorithms designed to be both efficient and easy to use.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    MVC-Prototype
    MVC-Prototype is a lightwight prototype framework for the MVC-Pattern. It helps to easily create a clean application that follows the MVC pattern. MVC-Prototype makes excessive use of Java Generics to bring maximum flexibility.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Javaruntype is a library which offers a runtime objectual representation of the Java type system
    Downloads: 0 This Week
    Last Update:
    See Project