Showing 449 open source projects for "system map"

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
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 1
    Earth Enterprise

    Earth Enterprise

    Google Earth Enterprise - Open Source

    ...Unlike Google Maps or Google Earth, Earth Enterprise does not include Google’s proprietary imagery but instead provides the tools needed to manage and visualize private geospatial datasets. The system is composed of three main components: Fusion, which processes and integrates imagery, vector, and terrain data into unified map layers; Server, which hosts the resulting globes or maps via Apache or Tornado-based web servers; and Client, which includes the Google Earth Enterprise Client (EC) for 3D visualization and the Google Maps JavaScript API V3 for 2D viewing. ...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 2

    Inscript

    Inscript keyboard for Tamil, Devanagari

    Inscript Keyboard Layout for Tamil and DevaNagari Unicode fonts. Utf8 Encoding. Same keys for similar chars across languages. . Map files are simple arrays.
    Downloads: 23 This Week
    Last Update:
    See Project
  • 3
    Mire Engine

    Mire Engine

    2D Game Engine

    A Cross Platform 2d Rpg Game Engine for mobile and Console.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    DRT

    DRT

    Dataflow Run Time

    This software aims at demonstrating that we can easily provide a very small and powerful runtime for running programs that are coded in whatever programming model, but that could be *executed* in a DATAFLOW style. The Dataflow Run Time (DRT) provides the runtime support for that The first benefit of this software is to allow a rapid development of such programs in the context of the TERAFLUX project http://teraflux.eu The runtime API has been designed in such way to allow for a future...
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 5
    DensePose

    DensePose

    A real-time approach for mapping all human pixels of 2D RGB images

    ...DensePose is widely used in augmented reality, motion capture, virtual try-on, and visual effects applications because it enables real-time 3D human mapping from 2D inputs. The model architecture builds on Mask R-CNN, using additional regression heads to predict UV coordinates that map image pixels to 3D surfaces.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    SLAMBook-en

    SLAMBook-en

    The English version of 14 lectures on visual SLAM

    ...Within the repository you’ll find organized subfolders (e.g. chapters, latex, resources) containing the lecture contents, references, figures, and supporting assets for each part of the course. The material covers both foundational theory—geometry, camera models, feature matching, pose estimation—and practical systems components such as optimization, map representation, loop closure, and real-time factors. It aims to bridge academic rigor with hands-on implementation: readers are encouraged to implement algorithms, read code, and follow along with the mathematical derivations and system design decisions.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7

    MASLua

    Multi-agent system modeling with Lua

    A framework to simulate systems of agents in Lua on a 2D grid map, with modules for describing agent behavior and communication. A working example of a taxi fleet is given. The "basic" version uses conventional belief-desire-intention module (BDI.lua) for agent programming and a textual I/O. The "basic_EFSSM" version uses only state-oriented programming for agents. (Available soon.) --- Ribas-Xirgo, Ll.: Multi-agent system model of taxi fleets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Spatial plugins for Dokuwiki
    A collection of Dokuwiki plugins that will enable the user to spatially enable and use the wiki, currently we have: openlayersmap (a map), geotag (ways of geotagging a page)
    Downloads: 4 This Week
    Last Update:
    See Project
  • 9
    Trigger Rally

    Trigger Rally

    A fast-paced free software rally racing game

    A 3D rally simulation with a great physics engine for drifting, over 200 maps, different terrain materials like dirt, asphalt, sand, ice etc. and various weather, light and fog conditions give this rally simulation the edge over many other free games. You need to make it through the maps in often tight time limits and can further improve by beating the recorded high scores. All attached single races must be finished in time in order to win an event, unlocking additional events and cars. Most...
    Leader badge
    Downloads: 58 This Week
    Last Update:
    See Project
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | 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
  • 10
    OzGIS free open-source  mapping system

    OzGIS free open-source mapping system

    Analysis and display of Census, business, government attribute data

    OzGIS is an extensive mapping system for the analysis and display of geographically referenced data. Map data are downloaded from Census bureaux and map agencies or extracted from your own databases. The system can be used to to support management decisions associated with, for example, government planning, marketing, sales, site and personnel location, advertising and research.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    ÖbEngine

    ÖbEngine

    2D Game Engine with Lua Scripting made on top of SFML

    ...Built on top of the Simple and Fast Multimedia Library (SFML), the engine gives developers access to rendering, input, audio, and windowing systems while they write gameplay logic in Lua, a lightweight scripting language that simplifies interaction with game objects and behavior. ObEngine includes tools like a map editor, plugin system, and asset management features that streamline the creation of complex 2D games such as platformers, RPGs, racers, and visual novels without reinventing low-level systems. Its architecture encourages modularity, letting developers extend or customize engine features through plugins and scripting while still benefiting from the speed and control of native C++ performance.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 12
    Fast Elixir

    Fast Elixir

    Writing Fast Elixir. Collect Common Elixir idioms

    Fast Elixir is a curated collection of performance-focused best practices, idioms, and code snippets for writing efficient Elixir programs. The project documents common patterns in Elixir and compares their relative performance using benchmarks to guide developers toward faster and more memory-friendly code. By showcasing side-by-side examples, it highlights not only which approaches are faster but also why certain functions or techniques should be preferred in different scenarios. The...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13

    MSFS Assistant

    Navigation-System for Microsoft Flightsimulator 2020

    This tool helps you to navigate your aircraft using a BING map. In addition, the tool shows you the current altitude, flight speed and GPS coordinates. Das Tool nutzt folgende DLLs: Microsoft FlightSimulator SDK: SimConnect.dll Microsoft.FlightSimulator.SimConnect.dll Microsoft Map Control (BING-Map): Microsoft.Maps.MapControl.WPF.dll
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Key Transparency

    Key Transparency

    A transparent and secure way to look up public keys

    Key Transparency is a system for accountable public-key discovery that lets users and senders verify the keys associated with an account over time. It combines an append-only log with a verifiable map so changes to a user’s keys produce cryptographic proofs, enabling clients to detect malicious insertions or undetected key rotations. The architecture separates operators from verifiers: even if the service is compromised, independent clients can audit inclusion and consistency proofs to maintain trust. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    KBall

    KBall

    KBall, game of skill and reflexes, non violent, suitable for all age

    A game of skill and reflexes, non violent, suitable for all ages, hours of fun! 100 % FUN Move the ball around the level map, without falling, without running out of time, and getting the prizes, in order to reach the exit. Full map editor included!
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    BitcoinBOSS COIN

    BitcoinBOSS COIN

    BitcoinBOSS Scrypt PoW PoS COIN

    BitcoinBOSS is the 100 x 100 alternative proposal of the Block-chain Operating System Series BOSS to return the illusion of mining a coin with prospects to all users from our operating system or any other. We have created a new coin by cloning scrypt pow-pos algo. The transactions are fast and secure and the rewards to the staking period are quite interesting. There are few details that we can give now about the future of BOSS, we are now facing a release and we are going to set a period of 1-3 months to launch a definitive road-map, the development of BitcoinBOSS runs proportionally to that of our operating system and both are in very early stages of development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    DragonOS_10
    ...Aircrack-ng GQRX Kalibrate-hackrf wireshare gr-gsm rtl-sdr HackRF IMSI-catcher zen map firmware-iwlwifi/ralink/atheros/b43 inspectrum qspectrumanalyzer LTE-Cell-Scanner CubicSDR Limesuite ShinySDR SDRAngel SDRTrunk Kismet
    Downloads: 3 This Week
    Last Update:
    See Project
  • 18

    smsmap

    Simple reporting system SMS to sqlite3 and web clustering display

    Designed as quick coronavirus infrastructure for feature phones and simple non-app users. One can use it as self-isolation notification, requests for help (both therefore map clustered) etc. The 0.9-4 version will now work with a local SIM card and gammu-smsd, no need for an SMS supplier. There's a demo with a UK number, contact me, if you want to try it out. Also since it's Perl one can add a great deal of sophisticated message parsing on the application side. It'll run comfortably on a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    HttpReports APM

    HttpReports APM

    HttpReports is an APM (application performance monitor) system

    HttpReports is an APM (application performance monitor) system for Net Core. Based on MIT open-source protocol, The main functions include statistics, analysis, visualization, monitoring, tracking, etc. It is very suitable for use in microservices.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Dynamic Robot Localization

    Dynamic Robot Localization

    Point cloud registration pipeline for robot localization and 3D

    The dynamic_robot_localization is a ROS package that offers 3 DoF and 6 DoF localization using PCL and allows dynamic map update using OctoMap. It's a modular localization pipeline, that can be configured using yaml files (detailed configuration layout available in drl_configs.yaml and examples of configurations available in guardian_config and dynamic_robot_localization_tests). Even though this package was developed for robot self-localization and mapping, it was implemented as a generic,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    lm-sensors

    lm-sensors

    lm-sensors repository

    lm-sensors is the canonical Linux project for reading motherboard and peripheral hardware sensors—temperatures, fan speeds, voltages—and exposing them to userspace. It ships a probing utility (sensors-detect) that identifies I²C/SMBus chips and kernel drivers, then a runtime tool (sensors) that prints human-readable readings for quick diagnostics. The companion library, libsensors, gives applications a stable API to query sensor values, enabling desktop applets, monitoring daemons, and...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 22
    Java Games and Graphics is meant to be a fun project. The goal here is to have fun with JAVA graphics and JAVA games. There is no specific goal as to what kind of graphics or games.This project features an RPG Role Playing, MUD, and Turn Based Combat gam
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Uncap

    Uncap

    Map Caps Lock to Escape or any key to any key

    Map Caps Lock key to Escape key, or any to any key, on Windows systems. Apart from documenting how Uncap works on Windows, this README contains detailed documentation about how to remap keys on Linux and Mac as well. Map Caps Lock key to Escape key on a new Windows system with almost no effort. Just download and double-click. This is the primary reason why Uncap was written.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24
    Project Fluent

    Project Fluent

    Fluent — planning, spec and documentation

    Fluent is a localization system designed to unleash the expressive power of the natural language. This repository contains the specification, the reference implementation of the parser and the documentation for Fluent. FTL is the syntax for describing translation resources in Project Fluent. FTL stands for Fluent Translation List. The syntax/ directory contains the reference implementation of the syntax as a LL(infinity) parser.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    gitnote

    gitnote

    A modern note taking app based on GIT

    ...Supports multiple images hosting uploads, automatically inserts into the notes, and provides API to freely customize your own image hosting. Supports multiple images hosting uploads. Supports markdown writing app for presentations. Supports diagram editor. Supports thinking brain map. Git is the world's most advanced distributed version control system. GitNote has all the features of Git and does not need to rely on the local GIT environment.
    Downloads: 3 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB