Full-stack observability with actually useful AI | Grafana Cloud
Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
Create free account
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.
The Mars Rover Simulator project is based on the evolutionary robotics paradigm where an artificial agent acquires its skills through the process of artificial evolution. This simulator can be useful to evolve neural network controllers for the rover
Headrand is a static library wrote in c that contains functions to simulate complex systems or make statistical analysis with a new approach called "random function computing"
Streamline Azure Security with Palo Alto Networks VM-Series
Centrally manage physical and virtualized firewalls with Panorama
Improve your security posture and reduce incident response time. Use the VM-Series to natively analyze Azure traffic and dynamically drive policy updates based on workload changes.
Plotgear to narzędzie matematyczne umożliwiające proste i bardzo intuicyjne generowanie wykresów oraz tablicowanie funkcji matematycznych. Posiada również możliwość eksportowania utworzonych danych do różnorakich formatów plikowych.
Writing parameter sets for mutant models coded in BlenX is a tedious procedure that involves the mechanical (and error-prone) process of dealing with textual files. GeMPS offers a GUI that simplifies the generation of combined parameter sets.
General numerical simulation software in C++. Provides a basic and very general library to automate simulation housekeeping details such as configuration file managment. Utilities and examples are also planned. [[WE HAVE MOVED TO GITHUB http://github.com/tgrigera/glsim ]]
This project at NICTA implements a broadcast routing protocol called Shortest Path Tree Broadcast (SPTB) under ns-2. This release also contains our implementation of a benchmark protocol called “TwoHop” which uses 2-hop neighbour information.
VMLAB User Components for AVR peripherals and external components
This is the source code repository for my VMLAB User Components. The Project Website contains detailed descriptions of each component. You can also Download Components as pre-compiled DLL files from this site. 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...
These classes are useful for signal processing in Matlab or C++. They bring together tools and methods which may be used interchangeably for Matlab and C++. Their initial use is in conjunction with work towards my degree at UC Berkeley.
MASyV (Multi-Agent System Visualization) enables one to write agent-based models/cellular automata, eg. in C, visualize them in real time & capture to movie file with MASyVs GUI & message passing lib. Includes examples: Hello World, ants, viral infection
A holistic evolutionary simulator with some support for neural networks, genetic inheritance, and spatial morphologies in simulated organisms. Dedicated to Carl Sagan.
QtNet ("Cute-Net") is a QT-based GUI frontend for the "CWSnet" hydraulic simulation toolkit. Similar in spirit to the EPAnet GUI, it is intended to provide a reasonably complete set of features for visualizing and editing hydraulic networks.
GISpatialNet is a Java-based tool for mapping network data (nodes and edges between them) to spatial coordinates; reformatting network and spatial data together; and calculating spatial network measures.
Install by saving to c:\ drive and typing the following in a command line:
java -jar c:\GISpatialNet-0.9b.jar
Automata editor is a vector editor for drawing finite automata according to VauCanSon-G format with tools for working with finite automata such as basic algorithms, exporting transition table to LaTeX format and automata work simulation.
Crimild Engine is an open source scene graph based engine which purpose is to fulfil the high-performance requirements of typical multi-platform two and tridimensional multimedia projects, like games, simulations and virtual reality.
OnePanel is an Instrument for Flight Simulator (2004 and ). It is a Radio Tuning Unit, remote EFIS control, MCP designed to work specifically with the Boeing737 and Airbus A400M, using FSUIPC library.
PCSIM is a tool for distributed simulation of heterogeneous networks composed of different model neurons and synapses. The development of PCSIM was supported by the FACETS EU project.
The Regional Urban Growth Model (RUG).
RUG Development Team
c/o Todd BenDor
Department of City and Regional Planning
University of North Carolina at Chapel Hill
CB #3140, New East Building
Chapel Hill, NC 27599-3140
bendor AT unc.edu
gnplib is a library that provides functions to simulate network delays using Global Network Positioning. It is based on PeerfactSim (http://sourceforge.net/projects/peerfactsim/) developed at Technische Universität Darmstadt.
An interactive binary search tree. The user may interact with the tree by performing rotations, balancing, insertions, and deletions. For educational purposes