Showing 406 open source projects for "level set"

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
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 1
    Toolsverse ETL Framework

    Toolsverse ETL Framework

    Open source Extract Transform Load engine written in Java

    ETL Framework is a standalone Extract Transform Load engine written in Java. It includes executables for all major platforms and can be easily integrated into other applications. Key Features: * embeddable, open source and free * fast and scalable * uses target database features to do transformations and loads * manual and automatic data mapping * data streaming * bulk data loads * data quality features using SQL, JavaScript? and regex * data transformations Requirements *...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    SMTHPlayer

    SMTHPlayer

    smthplayer is a cross-platform player for the smooth streaming format

    SMTHPlayer is a universal cross-platform player for the smooth streaming format. It supports ism/isml and csm manifests as well as VC-1, H.264, WMAv2, WmaPro and AAC codecs. It uses mplayer to play streams and it's written in php. I provide preconfigured versions of smthplayer for both Windows and Linux (even if Windows support is not guaranteed). However, you can configure the program by yourself by reading the "Configuration" section in the README file. I also provide a preconfigured...
    Downloads: 13 This Week
    Last Update:
    See Project
  • 3
    iLAND Modeling Tool Suite

    iLAND Modeling Tool Suite

    The MTS guides the development of iLAND applications

    The Modeling Tool Suite is the set of tools that supports the development cycle of the service oriented applications targeted by the iLAND project (http://sourceforge.net/projects/iland-project/): from the specification to the execution through code generation, focusing on application logic and reconfiguration at application level.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    GWT Uploader

    GWT library that encapsulates the browser's file upload capabilities.

    GWT Uploader is a freely available open source GWT library that encapsulates the file upload capabilities provided by the File and XMLHttpRequest Level 2 APIs as well as the SWFUpload library. Using GWT Uploader allows for enhanced file upload dialogs (multiple uploads, drag and drop, queues, parallel streams, etc.) and interactive interfaces (upload progress indicators, real-time throughput display, etc.) within GWT applications using pure Java code that provides a consistent experience...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 5

    Black Hole Cortex

    Sphere surface layers of visual cortex approach maximum info density

    ...SphereSurfaces outside it recursively have more neurons, more surface area, but less density since it has to eventually dimension-reduce to high level ideas, like there are 10000 Wikipedia page names that cover most parts of the world. We can think of Wikipedia as a layer above our brains, a global SphereSurface of large surface area (a cortex layered on billions of minds) and small (10000 most important pages) density.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Demon Kingdom

    The final quest has started... The Demon of Gar-noth has risen.

    The Demon of Gar-noth has risen. The whole land is in danger! You bravely set out to face it. You must defeat the demon and his forces. *** In the side-scrolling arcade game you must kill monsters, collect gems, and cast spells to level up and beat The Demon of Gar-noth (and bonus levels!). *** Uses the python library pygame (pygame.org)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    bob calculates rheological properties of polymer melt of arbitrary structures in the linear regime by considering a large set of polymers at the segment level in the framework of tube theory and its extensions.
    Leader badge
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    Script to improve the PlayStation 3 performance when using linux. Works with official otherOS and other methods for booting linux (asbestOS, bootOS, otherOS++...) and as well as a wide range of distros.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Simple Stop-motion Time-lapse Toolkit

    Short bash script to create Stop Motion and Time-Lapse videos

    This is a simple but powerful bash script to create stop motion and time-lapse videos from an Internet URL or an attached video device (see examples). Simply point it at an image source, set the capture frequency, and starting recording stillframes. You can view your stillframes as a video, or convert to a true video format at any point. Bad frames can be browsed/removed with the operating system file browser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10

    Advanced Mass File renamer

    This is a mass file renamer utilizing regular expression power.

    This is a python based UI application that can rename a part of a set of files inside a directory based on the provided regular expression. This gives a lot more flexibility compared to other renaming files since it used grouping principle. This had two level of applying the rename, first stage shows who it will be when you rename it, if you are fine with the change you can make it permanent by clicking commit.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    ETHNOS

    ETHNOS

    ETHNOS - Expert Tribe in a Hybrid Network Operating System

    The ETHNOS environment is composed of: 1) ETHNOS-6, a dedicated distributed real-time operating system (developed as an extension to Linux), from which the overall environment takes its name, supporting different high level representation, communication, and execution requirements, 2) a dedicated network protocol designed for both the single robot and the multi-robot environment, specifically designed for noisy wireless communication, 3) an object oriented Application Programming Interface (API) based on the C++ language (and a subset based on Java), 4) a set of additional development tools (a robot simulator, a Java-applet template, etc.). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Zebra_Pagination

    Zebra_Pagination

    A generic pagination class written in PHP

    ...The advantage is that it can be used to paginate over records coming from any source (arrays, database, etc). The appearance is customizable through CSS. Zebra_Pagination's code is heavily commented and generates no warnings/errors/notices when PHP's error reporting level is set to E_ALL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Zebra_Image

    Zebra_Image

    A lightweight image manipulation library written in PHP

    ...It doesn't require any external libraries other than the GD2 extension (with which PHP usually comes pre-compiled with). Zebra_Image's code is heavily commented and generates no warnings/errors/notices when PHP's error reporting level is set to E_ALL. With this library you can rescale, flip, rotate and crop images. It supports loading and saving images in the GIF, JPEG and PNG formats and preserves transparency for GIF, PNG and PNG24.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Zebra_Session

    Zebra_Session

    A wrapper for PHP’s default session handler, using MySQL for storage

    ...Storing sessions in a database makes them available to all of the servers! Zebra_Session's code is heavily commented and generates no warnings/errors/notices when PHP's error reporting level is set to E_ALL. Starting with version 2.0, Zebra_Session implements row locks, ensuring that data is correctly handled in a scenario with multiple concurrent AJAX requests.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Zebra_Database

    Zebra_Database

    A MySQL database wrapper written in PHP

    ...It encourages developers to write maintainable code and provides a better default security layer by encouraging the use of prepared statements, where parameters are automatically escaped. Code is heavily commented and generates no warnings/errors/notices when PHP's error reporting level is set to E_ALL
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Zebra_MPTT

    Zebra_MPTT

    A PHP implementation of the modified preorder tree traversal algorithm

    Zebra_MPTT is a PHP class that provides an implementation of the modified preorder tree traversal algorithm making it easy for you to use MPTT in your PHP applications. It provides methods for adding nodes anywhere in the tree, deleting nodes, moving and copying nodes around the tree and methods for retrieving various information about the nodes. Zebra_MPTT uses table locks making sure that database integrity is always preserved and that concurrent MySQL sessions don’t compromise data...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Zebra_Form

    Zebra_Form

    A jQuery augmented PHP library for creating and validating HTML forms

    A PHP class that simplifies the process of creating and validating HTML forms. Its object-oriented structure promotes rapid HTML forms development and encourages developers to write clean and easily maintainable code. It frees the developers from the repetitive task of writing the code for validating forms by offering powerful built-in client-side and server-side validation. Has an integrated cross-site scripting prevention mechanism that automatically strips out potentially malicious...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    IncrediBots
    Build custom robots in your browser with IncrediBots! Design your robot by drawing shapes, joints, motors, and more! Then, pilot your machine using your own custom key bindings. NOTE: OPEN SOURCE VERSION CAN BE DOWNLOADED FROM "FILES" TAB!
    Downloads: 14 This Week
    Last Update:
    See Project
  • 19
    Tidal Analysis Program in PYthon (TAPPY) uses the least squares optimization function from scipy to perform a harmonic analysis (calculate amplitude and phases of a set of sine waves) of a hourly time series of water level values.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Loewen Exchange Pay-to-View Without PayPal IPN MOD
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Tix is a powerful high-level widget set that expands the capabilities of your Tk/Tcl and Python applications.
    Leader badge
    Downloads: 79 This Week
    Last Update:
    See Project
  • 22
    LiverSegm
    LiverSegm has been developed with the processing of liver images in mind. This software implements a level set based variational approach that incorporates shape priors and appearance models. It uses ITK Snap as interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    The MESH (Modeling Environment for Software and Hardware) Simulator is a tool for high level (above instruction set simulation) modeling and performance estimation of heterogeneous Systems on Chips (SoCs?).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    git-flow

    git-flow

    Git extensions to provide high-level repository operations

    git-flow is the original set of Git extensions that implements Vincent Driessen’s well-known branching model via a convenient command-line interface. Instead of memorizing the choreography, you run high-level commands like git flow init, git flow feature start/finish, git flow release start/finish, and git flow hotfix to create, merge, and tag branches following a consistent structure.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 25
    A set of python programs for forward modelling of marine notch formation, along with an pseduo-inverse model for obtaining relative sea level curves from notch data.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB