Showing 1978 open source projects for "linux-kernel-webassembly"

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
    rmachine is a register machine simulator (the complexity theory version), programmed in python, complete with a module to be used in your programs and a (PyQt4) GUI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Famms is a Python module for applying the method of manufactured solutions (MMS) to PDE simulators written in C/C++, Fortran, and Python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    MBSim has been moved to GoogleCode: http://code.google.com/p/mbsim-env/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    SMMP (Simple Molecular Mechanics for Proteins) is a program library for protein simulations with an emphasis on advanced Monte Carlo algorithms. It includes various force fields to calculate the energy of a protein and protein-protein interactions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Smart Business Texting that Generates Pipeline Icon
    Smart Business Texting that Generates Pipeline

    Create and convert pipeline at scale through industry leading SMS campaigns, automation, and conversation management.

    TextUs is the leading text messaging service provider for businesses that want to engage in real-time conversations with customers, leads, employees and candidates. Text messaging is one of the most engaging ways to communicate with customers, candidates, employees and leads. 1:1, two-way messaging encourages response and engagement. Text messages help teams get 10x the response rate over phone and email. Business text messaging has become a more viable form of communication than traditional mediums. The TextUs user experience is intentionally designed to resemble the familiar SMS inbox, allowing users to easily manage contacts, conversations, and campaigns. Work right from your desktop with the TextUs web app or use the Chrome extension alongside your ATS or CRM. Leverage the mobile app for on-the-go sending and responding.
    Learn More
  • 5
    3D -Darstellung von Gebäuden mit Hilfe von OpenGL
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    This project has moved to http://sourceforge.net/projects/ngspice-ext.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    A sleep research experiment manager, EDF (EEG, EMG etc) with power spectrum analysis and visualisation, and Process S ('sleep pressure') estimation following Achermann et al (1993).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Tina's Random Number Generator Library (TRNG) is a state of the art C++ pseudo-random number generator library for sequential and parallel Monte Carlo simulations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    TuringIDE is an integrated development environment (IDE) for simulating Turing Machines with multiple tapes and states. It offers debugging tools, XML import/export, and other advanced features for scientific experiments on formal symbol allocations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • A Call Center Platform that makes ten times more calls at a fraction of the costs! Icon
    A Call Center Platform that makes ten times more calls at a fraction of the costs!

    We offer calling, texting, and email solutions for political campaigns, advocacy groups, nonprofits, and businesses of all sizes.

    Whether you’re a political campaign, an advocacy, a nonprofit, or a business, CallHub is the only campaigning & digital organizing platform you’ll require to Connect, Organize & Win – at scale.
    Learn More
  • 10
    NetLogo is a software platform for agent-based modelling. Here we present an R extension of NetLogo. It adds new NetLogo primitives … New locations: R-Extension: http://r-ext.sourceforge.net Rserve-Extension: http://rserve-ext.sourceforge.net
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    This project has been moved to GoogleCode: http://code.google.com/p/hdf5serie/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    DIFFR is a menu-driven graphical software whereby the problem of a plane wave diffraction on a rough surface can be solved using several numerical and approximate methods.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    representation by relations vs data storage. pile unifies the contradicted qualities of tables/trees (databases) and complex networks, order and flexibility. dynamical data generation on call. fast. natively compressing similarities. search across scopes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    CUDA-SPHERE-FWD-MEEG

    CUDA accelerated spherical model forward solution for EEG/MEG

    CUDA-SPHERE-FWD-MEEG is a CUDA C based toolkit which provides a GPU based implementation of the spherical model forward solution for the 306 channel Elekta Neuromag MEG system and the EEG. The 1-Sphere forward solution for the MEG and the 4-Sphere forward solution for the EEG is implemented in CUDA C and an accelerated solution is obtained using the NVIDIA GPU when the solution is calculated for a large number of dipoles (on the order of 15000 and above) and sensor locations. Speedup by a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    gvpp - Velocity Prediction Program

    VPP - Velocity Prediction Program

    VPP - Velocity Prediction Program - a Matlab library for sailing boat performance simulation. Based on DSYHS or user provided data. ###### A python version is currently under development and available upon request, please contact me at gianmail+gvpp@gmail.com ###### The new beta version replaces the previous alpha version after some bugs fixing and enhancements in the postprocessing output.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16

    Noisy Channel Simulator

    Demonstrate errors in transmission of a file over a noisy channel.

    This program was written to dimonstrate errors in transmission for a presentation on Claude Shannon's Noisy Channel Coding Theorem. It takes an input file, the probability of a bit being flipped, and, if specified, the size of the header of the file. The program was intended to take monochrome bitmap files as input, so that each bit refers to a pixel in the image and thus, it would be easy to see errors in the output file, as some of the pixels would be flipped; however, it will work on any...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Celeste Cellular Automaton Simulator

    Celeste Cellular Automaton Simulator

    A tiny and very simple cellular automata simulator. Abandoned, ignore.

    Celeste is a tiny and simple Cellular Automata simulator written in Java. It is a command line application that writes an image of each simulation step. Celeste was designed to run Conway's Game of Life but other rulesets can be implemented as well. It is released under the extremely permissive WTFPL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Java Micro Benchmark (Desktop/Server)
    Java Micro Benchmark - control tasks required to determine the comparative performance characteristics of the computer system on different platforms. Can be used to determine the effect of different software on the performance of a computer system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    iES is a interactive emergency simulator that displays maps and resources to emulate and study a mass-casualty event.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    ***** Discontinued (may still work but will not be updated and supported anymore) ***** This extension connects the simulation platform NetLogo with the statistical analysis software R via Rserve. It adds some new primitives to NetLogo, which offers the interchange of data with R and the call of R functions from NetLogo. See the documentation for more details. There is a similar extension, which use a direct connection to R via rJava/JRI, see http://r-ext.sourceforge.net. This...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    WEST (Wind Energy Simulation Toolkit) is a wind simulation application. It can be use to obtain high resolution results at various altitudes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    NeMo is a high-performance spiking neural network simulator which simulates networks of Izhikevich neurons on CUDA-enabled GPUs. NeMo is a C++ class library, with additional interfaces for pure C, Python, and Matlab.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    SimuSpace

    SimuSpace

    Simuspace is an realistic environnement simulator

    The first goal of this project is to create a realistic environnment simulator including most of the last scientist discovery. The domain are astrophysics, geophysics, electromagnetics, ... The second goal of this project is the creation of an interface to use this environnment. In particular the fact that it is possible to connect/command/control some automatic tools (robot, sensor, ... ) note : les images utilisés proviennent de http://www.photo-libre.fr
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    SFish

    SFish

    Basic real-time simulation engine in C++

    In SFish you can model simulation objects with attributes and behaviour (continuous over time and not-continuous over time, latter one being events) and the communication between objects; then you can run simulations (real-/non-real-time) given a set of objects with specific attributes and see what happens in cause of their behaviour.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    ***** Discontinued (may still work but will not be updated and supported anymore) ***** This is the MultiView-Extension for NetLogo which enables you to visualize more than one patch variable at a time in additional view windows which represent the world. _______________________________________ Please have also a look on our info page about other NetLogo extensions at http://www.uni-goettingen.de/en/315075.html.
    Downloads: 0 This Week
    Last Update:
    See Project