Showing 24 open source projects for "setup"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Context for your AI agents Icon
    Context for your AI agents

    Crawl websites, sync to vector databases, and power RAG applications. Pre-built integrations for LLM pipelines and AI assistants.

    Build data pipelines that feed your AI models and agents without managing infrastructure. Crawl any website, transform content, and push directly to your preferred vector store. Use 10,000+ tools for RAG applications, AI assistants, and real-time knowledge bases. Monitor site changes, trigger workflows on new data, and keep your AIs fed with fresh, structured information. Cloud-native, API-first, and free to start until you need to scale.
    Try for free
  • 1
    NVIDIA Isaac Lab

    NVIDIA Isaac Lab

    Unified framework for robot learning built on NVIDIA Isaac Sim

    Isaac Lab is an open-source modular robotics learning framework built atop Isaac Sim. It simplifies research workflows across reinforcement learning, imitation learning, and motion planning by offering robust, GPU-accelerated simulation with realistic sensor and physics fidelity—ideal for sim-to-real robot training. Compatible and optimized for use with Isaac Sim versions (e.g., Sim 5.0 and 4.5). GPU-accelerated, high-fidelity physics and sensor simulation suitable for complex learning...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 2
    Amazon Braket Default Simulator

    Amazon Braket Default Simulator

    An implementation of a quantum simulator that you can run locally

    ...You can use the simulator to test quantum tasks that you construct for the Amazon Braket SDK before you submit them to the Amazon Braket service for execution. You must have the Amazon Braket SDK installed to use the local simulator. Follow the instructions in the README for setup. If you want to contribute to the project, be sure to run unit tests and get a successful result before you submit a pull request. The execution times for the performance tests are affected by the other processes running on the system. In order to get stable results, stop other applications when running these tests.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3

    42

    Simulation for spacecraft attitude control system analysis and design

    42 is a comprehensive general-purpose simulation of spacecraft attitude and orbit dynamics. Its primary purpose is to support design and validation of attitude control systems, from concept studies through integration and test. 42 accurately models multi-body spacecraft attitude dynamics (with rigid and/or flexible bodies), and both two-body and three-body orbital flight regimes, modelling environments from low Earth orbit to throughout the solar system. 42 simulates multiple spacecraft...
    Leader badge
    Downloads: 11 This Week
    Last Update:
    See Project
  • 4

    BEDS - Bed Evaluation & Design System

    A system for designing and evaluating patient flow in hospitals.

    ...Several scientific studies have shown that this simple setup is an adequate approximation for describing the occupancy in inpatient wards.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Desktop and Mobile Device Management Software Icon
    Desktop and Mobile Device Management Software

    It's a modern take on desktop management that can be scaled as per organizational needs.

    Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
    Learn More
  • 5
    Astronomy CCD Calculator

    Astronomy CCD Calculator

    Plan and preview your astronomical shots

    A handy tool designed to help beginner Astronomers. The software Astronomy CCD Calculator uses NASA/SkyView survey resource which provides CCD images of the night sky.It helps you plan an observation by letting you play with different instruments resulting various "Fields Of View" so you can see what your camera will capture and choose the best target for the session.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    SPINS
    GDS2HFSS is a circuit design utility to convert 2-dimensional layout file in GDS stream format into a 3-dimensional structure in electromagnetic (EM) simulator - ANSYS High Frequency Structure Simulator (HFSS).
    Downloads: 4 This Week
    Last Update:
    See Project
  • 7

    2d Heat advection Parallelized

    MPI based Parallelized C Program code to solve for 2D heat advection.

    Type - 2D Grid - Structured Cartesian Case - Heat advection Method - Finite Volume Method Approach - Flux based Accuracy - First order Scheme - Explicit, QUICK Temporal - Unsteady Parallelized - MPI (for cluster environment) Inputs: [ Length of domain (LX,LY) Time step - DT Material properties - Conductivity (k or kk) Density - (rho) Heat capacity - (cp) Boundary condition and Initial condition. ] Setup: The left and top edges are heated to 100 C and the right and bottom boundaries are heated to 0 C. The flow is along the main diagonal.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    3D Heat advection C code

    A C Program code to solve for Heat advection in 3D Cartesian grid.

    Type - 3D Grid - Structured Cartesian Case - Heat advection Method - Finite Volume Method Approach - Flux based Accuracy - First order Scheme - Explicit, QUICK Temporal - Unsteady Parallelized - No Inputs: [ Length of domain (LX,LY,LZ) Time step - DT Material properties - Conductivity (k or kk) Density - (rho) Heat capacity - (cp) Boundary condition and Initial condition. ] Setup : The left, top and inside plane boundary is at 100 C and the right, bottom and outside plane boundary is at 0 C. The flow is along the main diagonal.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    2D Heat advection C code

    A C Program code to solve for Heat advection in 2D Cartesian grid.

    Type - 2D Grid - Structured Cartesian Case - Heat advection Method - Finite Volume Method Approach - Flux based Accuracy - First order Scheme - Explicit, QUICK Temporal - Unsteady Parallelized - No Inputs: [ Length of domain (LX,LY) Time step - DT Material properties - Conductivity (k or kk) Density - (rho) Heat capacity - (cp) Boundary condition and Initial condition. ] Setup : The left and top boundary is at 100 C and the right and bottom boundary is at 0 C. The flow is along the main diagonal.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Dragonfly | An In-Memory Data Store without Limits Icon
    Dragonfly | An In-Memory Data Store without Limits

    Dragonfly Cloud is engineered to handle the heaviest data workloads with the strictest security requirements.

    Dragonfly is a drop-in Redis replacement that is designed for heavy data workloads running on modern cloud hardware. Migrate in less than a day and experience up to 25X the performance on half the infrastructure.
    Learn More
  • 10

    3D Heat convection C code

    A C Program code to solve for Heat convection in 3D Cartesian grid.

    Type - 3D Grid - Structured Cartesian Case - Heat convection Method - Finite Volume Method Approach - Flux based Accuracy - First order Scheme - Explicit, QUICK Temporal - Unsteady Parallelized - No Inputs: [ Length of domain (LX,LY) Time step - DT Material properties - Conductivity (k or kk) Density - (rho) Heat capacity - (cp) Boundary condition and Initial condition. ] Setup : The top, bottom, front and back boundaries are heated to 100 C. The left boundary is inlet (Velocity = 1m/s along X direction) and at an Inlet temperature of 30 C and the right boundary is outlet.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    2D Heat convection C code

    A C Program code to solve for Heat convection in 2D Cartesian grid.

    Type - 2D Grid - Structured Cartesian Case - Heat convection Method - Finite Volume Method Approach - Flux based Accuracy - First order Scheme - Explicit, QUICK Temporal - Unsteady Parallelized - No Inputs: [ Length of domain (LX,LY) Time step - DT Material properties - Conductivity (k or kk) Density - (rho) Heat capacity - (cp) Boundary condition and Initial condition. ] Setup : The top and bottom boundaries are heated to 100 C. The left boundary is inlet (Velocity = 1m/s along X direction) and at an Inlet temperature of 30 C and the right boundary is outlet.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    3d axisymmetric heat diffusion C code

    A C Program code to solve for Heat diffusion in 3D Axi-symmetric grid.

    Type - 3D Grid - Axisymmetric Case - Heat diffusion Method - Finite Volume Method Approach - Flux based Accuracy - First order Scheme - Explicit Temporal - Unsteady Parallelized - No Inputs: [ Length of domain (LR,LZ,LH) Time step - DT Material properties - Conductivity (k or kk) Density - (rho) Heat capacity - (cp) Boundary condition and Initial condition. ] Setup - Periphery heated to 500 C Top to 500 C Bottom to 500 C
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    2d axisymmetric heat diffusion C code

    A C Program code to solve for Heat diffusion in 2D Axi-symmetric grid.

    Type - 2D Grid - Axisymmetric Case - Heat diffusion Method - Finite Volume Method Approach - Flux based Accuracy - First order Scheme - Explicit Temporal - Unsteady Parallelized - No Inputs: [ Length of domain (LR,LZ) Time step - DT Material properties - Conductivity (k or kk) Density - (rho) Heat capacity - (cp) Boundary condition and Initial condition. ] Setup - Periphery heated to 200 C Top to 300 C Bottom to 100 C
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    3d heat conduction parallelized

    MPI based Parallelized C Program code to solve for 3D heat conduction.

    Type - 3D Grid - Structured Cartesian Case - Heat conduction Method - Finite Volume Method Approach - Flux based Accuracy - First order Scheme - Explicit Temporal - Unsteady Parallelized - Yes Inputs: [ Length of domain (LX,LY,LZ) Time step - DT Material properties - Conductivity (k or kk) Density - (rho) Heat capacity - (cp) Boundary condition and Initial condition. ] Setup : The six boundaries are heated to 100 C, 200 C, 300 C, 400 C, 500 C, 600 C respectively.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    3d Heat conduction C code

    A C Program code to solve for Heat conduction in 3D Cartesian grid.

    Type - 3D Grid - Structured Cartesian Case - Heat Conduction Method - Finite Volume Method Approach - Flux based Accuracy - First order Scheme - Explicit Temporal - Unsteady Parallelized - No Inputs: [ Length of domain (LX,LY,LZ) Time step - DT Material properties - Conductivity (k or kk) Density - (rho) Heat capacity - (cp) Boundary condition and Initial condition. ] Setup : The six boundaries are heated to 100 C, 200 C, 300 C, 400 C, 500 C and 600 C respectively.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    OptFerm

    OptFerm

    A computational platform to study fermentation processes

    ...Also, contains a module for the estimation of kinetic and yield parameters, allowing the use of experimental data obtained from batch or fed-batch fermentations to reach the best possible model setup.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    CommandCentre

    CommandCentre

    Command Centre

    ...This is my research project from 2003, which I recently updated with acceleration- and console changes (Surround Sound, Doppler Effects, Device Updates, Physics) in a long weekend but project should be considered abandoned. Additionally, the Performer libraries have been abandoned by Silicon Graphics. Minor setup- and make reconfiguration bugs, no changes planned. The Command Centre is a Simulation Programming Framework for advanced Command and Control Simulators on Linux/Windows using C/C++ and Java. The Framework integrates with Leading Tools like Visual Paradigm (UML), Net Beans 7.0 (Java), and Code Warrior (C/C++). The codebase supports building Heterogenous Command and Control Consoles and Accelerated User Attached Audiovisuals. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    MIST

    MIST

    A MATLAB toolbox to simulate optical systems

    Modal Interferometer Simulation Tool (MIST) is a MATLAB toolbox that can simulate arbitrary resonant optical systems in the paraxial beam approximation. It allows the user to define any optical setup (composed typically of laser sources, mirrors, lenses, electro-optical modulators and detectors) and to compute the static laser field at any point. It uses a Hermite-Gauss modal decomposition to simulate diffraction limited optics. This tool is being developed mainly for simulation of large scale interferometers with resonant cavities used for the detection of gravitational waves. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    PID Simulator

    Version 2 is out!

    Try version 2! Total separation of physical simulation, PID algorithm and GUI. The setup is intended to realistically mimic a physical body with a specific heat capacity, a measurement delay, and an input delay + low pass filter (heater delay) for more realism. This is a simple PID simulator I wrote in .NET, created to get a feel of how to tune a PID by adjusting the various properties.
    Downloads: 15 This Week
    Last Update:
    See Project
  • 20
    Mizar

    Mizar

    N-body gravitational simulator

    Mizar is an N-body gravitational simulator. Given a starting setup consisting of the masses, positions, and velocities of any number of objects (conceptually, planets and stars), Mizar calculates and draws how they subsequently move according to their velocities and the influence of each other's gravity. Requirements: * KDE 4.4.5 * Qt 4.6.2 Requirements to build: * KDE 4.4.5 dev files (e.g., provided by kdelibs5-dev in Ubuntu 10.04) * Qt 4.6.2 dev files (e.g., libqt4-dev on Ubuntu 10.04) * libgsl (e.g., libgsl0-dev on Ubuntu 10.04) * cmake * gcc, g++ 4.4.3 * python 2.6
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Netkit
    Netkit is a network emulation environment that allows the user to set up complex scenarios on a single PC with little effort and at no cost. In itself, Netkit aims at integrating different other open source products to provide an easy-to-use interface.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 22
    thvortex-vmlab

    thvortex-vmlab

    VMLAB User Components for AVR peripherals and external components

    ...The "AVR Peripheral" components should be installed to the "mculib" directory; all other components are installed in the "userlib" directory. A few components include a "readme.txt" with additional setup instructions. Most components are licensed under the LGPLv2 (or higher). A few of the older components are released into the Public Domain.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Yans is a extensible, mixed-level, Monte-Carlo Method based, discrete event network simulator. Yans is divided into interacting layers, namely: core, topology, nodes, monitors; and is driven by a config-file that describes the setup of the network.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    DisCoBotS

    DisCoBotS is a Distributed Collective Robotics Simulator

    DisCoBotS (Distributed Collective Robotics Simulator) aims to be a robotics simulator with a focus on swarm and modular robotics that can be run in parallel on multiple computers to speed up calculations of sensor values. Other features are: Fast calculation of sensor values by using graphics hardware, physics, integrated python shell, simple xml-based scene setup. Site is currently under construction. Repository will be setup soon. Stay tuned.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next