Showing 35 open source projects for "construct 2"

View related business solutions
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Try it free
  • 1
    Delaunator

    Delaunator

    Fast JavaScript library for Delaunay triangulation of 2D points

    Delaunator is a fast library for Delaunay triangulation. It takes as input a set of points. The triangulation is represented as compact arrays of integers. It’s less convenient than other representations but is the reason the library is fast. After constructing a delaunay = Delaunator.from(points) object, it will have a triangles array and a halfedges array, both indexed by half-edge id. What’s a half-edge? A triangle edge may be shared with another triangle. Instead of thinking about each...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Bloom filters

    Bloom filters

    Go package implementing Bloom filters

    A Bloom filter is a concise/compressed representation of a set, where the main requirement is to make membership queries; i.e., whether an item is a member of a set. A Bloom filter will always correctly report the presence of an element in the set when the element is indeed present. A Bloom filter can use much less storage than the original set, but it allows for some 'false positives': it may sometimes report that an element is in the set whereas it is not. When you construct, you need to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    UMAP.jl

    UMAP.jl

    Uniform Manifold Approximation and Projection (UMAP) implementation

    A pure Julia implementation of the Uniform Manifold Approximation and Projection dimension reduction algorithm. The umap function takes two arguments, X (a column-major matrix of shape (n_features, n_samples)), n_components (the number of dimensions in the output embedding), and various keyword arguments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    SmartCopy 2

    Advanced GUI tool for working with large filesystems

    SmartCopy2[026] aims to combine the power and versality of command-line tools with the steerability and ease of use of modern GUI tools. It allows users to construct sophisticated pipelines and to selectively choose the files and folders the pipeline will operate on. Settings and workflows can be saved as presets for easy customisation and re-use. It can also be used for building playlists from a large music collection, (almost) as a side effect, It is the modern replacement for...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 5
    Rotations.jl

    Rotations.jl

    Julia implementations for different rotation parameterizations

    3D rotations made easy in Julia. This package implements various 3D rotation parameterizations and defines conversions between them. At their heart, each rotation parameterization is a 3×3 unitary (orthogonal) matrix (based on the StaticArrays.jl package), and acts to rotate a 3-vector about the origin through matrix-vector multiplication. While the RotMatrix type is a dense representation of a 3×3 matrix, we also have sparse (or computed, rather) representations such as quaternions,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    MLJAR Studio

    MLJAR Studio

    Python package for AutoML on Tabular Data with Feature Engineering

    We are working on new way for visual programming. We developed a desktop application called MLJAR Studio. It is a notebook-based development environment with interactive code recipes and a managed Python environment. All running locally on your machine. We are waiting for your feedback. The mljar-supervised is an Automated Machine Learning Python package that works with tabular data. It is designed to save time for a data scientist. It abstracts the common way to preprocess the data,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    HCL

    HCL

    HCL is the HashiCorp configuration language

    HCL is a toolkit for creating structured configuration languages that are both human- and machine-friendly, for use with command-line tools. Although intended to be generally useful, it is primarily targeted toward DevOps tools, servers, etc. HCL has both a native syntax, intended to be pleasant to read and write for humans, and a JSON-based variant that is easier for machines to generate and parse. It includes an expression syntax that allows basic inline computation and, with support from...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    illness index

    illness index

    illness_index A Computer Program of a Medical Textbook.

    A computer scientist has attempted to program a textbook of British general practice (primary care) medicine, that is, Hodgkin K (1978) "Towards Earlier Diagnosis....", 4th Edition, Churchill Livingstone. If a patient types presenting findings (such as headache, cough), the program prompts the user for expansion/denial of appropriate findings, in order to construct a list of patient findings. The program also calculates a list of likely diseases, which the user can use the web to find out...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Kisekae UltraKiss

    Kisekae UltraKiss

    Kisekae UltraKiss is a full featured integrated development environmen

    UltraKiss is a computer program that implements the Kisekae Set system, KiSS, a Japanese graphics system originally developed to facilitate costume changes on virtual dolls. UltraKiss was developed to help artists build their KiSS sets. It is a full featured viewer for all KiSS dolls, games, and visual applications. It is also a complete graphical development environment for creating KiSS applications. It fully implements the FKiSS event driven programming language up to and including...
    Downloads: 9 This Week
    Last Update:
    See Project
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • 10

    CoolingPower

    Print Steam Tables; Plot diagrams and cycles from equations of state

    CoolingPower is NOT in a condition for use at this time. A couple of bugs have been discovered that severely affect the calculation accuracy. While I troubleshoot, use at your own risk. Once completed, CoolingPower will have the capability to plot diagrams of thermodynamic properties, construct Steam Tables, and plot thermodynamic cycles. Initial fluid will be water/steam, but functionality will extend to include a variety of working fluids. CoolingPower operates in GUI format and, for...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    SmartWAV 2 Windows PC Interface

    SmartWAV 2 Windows PC Interface for use with USB-UART SX

    SmartWAV 2 Windows PC Interface for use with USB-UART SX, this interface generate different serial commands useful to learn how to construct the messages, and debug your applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    snowflake for Go

    snowflake for Go

    A simple to use Go (golang) package to generate or parse snowflake IDs

    ...Otherwise, the custom values you set will not be applied correctly. Import the package into your project then construct a new snowflake Node using a unique node number. The default settings permit a node number range from 0 to 1023.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Killer Keks Train

    Killer Keks Train

    Herzlich Willkommen bei den Killer Keksen

    Herzlich Willkommen bei den Killer Keksen wir sind eine Gamming Community die seit 2007 bestand hat. Seit 2015 sind wir im Bereich Modding unterwegs und haben 2017 dieses Modpack auf den Beinen gestellt es beinhaltet so ziehmlich alle Aspekte im Minecraft. Warum noch 1.7.10 ?? Nun die MC Version 1.7.10 läuft im forge noch am Stabilsten und hat noch mehr Mods als eine 1.12. oder höher und eine 1.7.10 benötigt halb soviel Leistung als eine Neuere Version. Ihr findet unser Modpack unter...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    BNNPT

    A powerful method for nonlinear dependence of two continuous variables

    Testing dependence/correlation of two variables is one of the fundamental tasks in statistics. In this work, we proposed a powerful method for nonlinear dependence of two continuous variables (X and Y). We addressed this research question by using BNNPT (Bagging Nearest-Neighbor Prediction Test, software available at https://sourceforge.net/projects/bnnpt/). In the BNNPT framework, we first used the value of X to construct a bagging neighborhood structure.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    cash-program

    Comprehensive alternative splicing hunting

      CASH (Comprehensive alternative splicing hunting) is visualized and user-friendly software that aims to self-construct AS (alternative splicing) sites and detect differential AS events between samples of RNA-Seq data. CASH consists of two major stages: SpliceCons (Splice site Construction) and SpliceDiff (differential AS detection). By comprehensively reconstructing AS sites from RNA-seq data, SpliceCons increases the recognition of AS events considerably and subsequently, SpliceDiff uses two combined statistical methods to improve the detection of differential AS events.   ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    CuteReport

    CuteReport

    Qt based report solution

    CuteReport is a report solution like Jasper Report, Crystal Reports or FastReport, but based on Qt framework. It can be easily used with any Qt application. In general, CuteReport consists of two parts: core library and template designer. Both are totally modular and theirs functionality can be easily extended by writing additional modules. It's totally abstract of used data and can use as storage: file system, database, version control systems, etc. The project's goal is to provide...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17

    AlignMerger

    A tool for merging two large multiple sequence alignments

    AlignMerger is useful to merge two sets of multiple sequence alignments (MSA). It can greatly reduce the computational time needed to construct a MSA, compare to others commonly used MSA tools. Inputs required for the tool are two MSAs in FASTA format and output of the tool is a merged MSA in FASTA format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Games2Grow

    Games2Grow

    Toying around with free HTML5 games for young children via Construct 2

    Taken offline.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    ColorCross

    ColorCross

    HTML5 Rainbow Spiral Wallpaper Generator (Currently Christian Themed)

    ...A free live wallpaper version is available for Android via the Play Store ("ColorCross Free".) The video is of that live wallpaper in action. Done in 9 events in Construct 2.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    ProgrammingAssignment2

    ProgrammingAssignment2

    Repository for Programming Assignment 2 for R Programming on Coursera

    ...It builds on a worked example that caches the mean of a numeric vector, demonstrating how the operator preserves state across function calls. You then implement analogous logic for matrices via two functions, one to construct the cache-aware object and another to compute or retrieve the cached inverse. The instructions emphasize using solve for inversion and assuming that the supplied matrix is always invertible. The repository outlines the workflow for forking, editing the provided R stub, committing your solution, and submitting your repository URL as the final deliverable.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 21
    Route11

    Route11

    C++ flow-based metaprogramming library

    Route11 is a powerful C++ flow-based metaprogramming library that allows you to create and route complex dataflow systems at compile-time. Route11 uses Template Metaprogramming to construct complex "process systems" defined by static relationships between "process primitives". A process primitive is a generic host class that inherits a "process policy". The process policy defines the specific behavior of a process primitive. The general term: "process" can refer to either one of these abstractions (I.e. "2 processes connected in series" may refer to 2 primitives, 2 systems, or one of each) NOTE: Route11 was written using many new C++11 features, so it is required that a C++11 compatible compiler (e.g Clang or GCC) is used when building this project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    csg.js

    csg.js

    Constructive solid geometry on meshes using BSP trees in JavaScript

    csg.js is a JavaScript library implementing constructive solid geometry (CSG) operations on polygonal meshes using BSP trees. With CSG, you build complex 3D shapes by combining primitives using Boolean operations like union, subtract, and intersect. The library focuses on clarity and correctness: its implementation is intentionally concise and readable so developers can understand the algorithm, while still correctly handling tricky edge cases such as overlapping coplanar polygons. A...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    SXMD

    SXMD

    MultiDistribution with Diagnostics, Recovery, Backup, Cleaning.. tools

    The SXMD (" like Security-X MultiDistribution ") use syslinux, grub4dos and others bootloaders to recover a crashed boot or run many GNU / Linux utilities. The first category is "Antivirus" with editors like Antivir, AVG, Comodo, DrWeb, FSecure, Kaspersky, Panda, VBA ... The second is composed by GNU/Linux's Distro: DSL, CorePlus (+Qemu Starter), Slacko, Slax Custom, Slitaz & XPuD ... After, you can find very good Recovery and Partitioning tools : Redo Backup, Parted Magic,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Jaiom (Java All In One MediaProcessing Server) intends to provide a simple to use webservices based, media processing facade which processes videos, photos, pdf and MS Office media types using many different kind media processing engines.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    3 player Texas Hold'em artificial playing agent using a monte carlo simulation algorithm with dynamic opponent modelling.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB