Showing 21 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
  • 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
    OpenRGB

    OpenRGB

    Open source RGB lighting control

    OpenRGB is a cross-platform, vendor-agnostic RGB lighting controller that frees you from proprietary motherboard or peripheral utilities. It talks directly to supported devices and exposes a unified interface for setting colors, animations, and per-LED layouts across brands. The app supports running as a standalone GUI, a headless server, or a networked client so multiple machines can synchronize lighting. Profiles make it easy to save and switch complex scenes, and a graphical LED map helps...
    Downloads: 105 This Week
    Last Update:
    See Project
  • 2
    Open Source Routing Machine

    Open Source Routing Machine

    Open Source Routing Machine - C++ backend

    High-performance routing engine written in C++14 designed to run on OpenStreetMap data. There are several services available via HTTP API, C++ library interface and NodeJs wrapper. Nearest, snaps coordinates to the street network and returns the nearest matches. Route finds the fastest route between coordinates. Table computes the duration or distances of the fastest route between all pairs of supplied coordinates. Match snaps noisy GPS traces to the road network in the most plausible way....
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    WinMerge

    WinMerge

    Windows visual diff and merge for files and directories

    WinMerge is a Windows tool for visual difference display and merging, for both files and directories. It is highly useful for determining what has changed between file versions, and then merging those changes. WinMerge has Unicode support, Flexible syntax coloring editor, Visual SourceSafe integration, and Windows Shell integration. Regexp filtering for filenames and lines. Side-by-side line difference and highlights differences inside lines. A file map shows the overall file differences in...
    Leader badge
    Downloads: 32,466 This Week
    Last Update:
    See Project
  • 4
    USB Test

    USB Test

    A lightweight Windows CLI utility for testing USB drives

    USB Test is a lightweight and portable utility written in C++ for checking removable drives. One of the main use cases is sector health verification, but the tool also provides additional functionality. ⬇️ DOWNLOAD UTILITY: https://sourceforge.net/projects/usb-test/files/latest/download ⬇️ 📊 Test RESULTS: - DISK MAP with visualization of healthy and damaged sectors - REAL DISK CAPACITY (detects fake drives with overstated size) - Write and read SPEED MEASUREMENTS - Test...
    Leader badge
    Downloads: 86 This Week
    Last Update:
    See Project
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 5
    Linux Air Combat

    Linux Air Combat

    Combat Flight Simulator for LINUX. WW2. Network and VOIP. Open-source.

    WW2 Combat Flight Simulator. Free. Current Version: 9.88. This is now the world's leading open-source combat flight sim for LINUX. Linux Air Combat ("LAC") runs on almost any desktop LINUX system (even Steam Deck & Raspberry Pi) and generates smooth, high-performance flight. If it runs TOO fast on your hardware (framerates beyond 100 FPS), you should activate LAC's built-in FrameRate Limiter as documented...
    Leader badge
    Downloads: 94 This Week
    Last Update:
    See Project
  • 6
    Annoy

    Annoy

    Approximate Nearest Neighbors in C++/Python optimized for memory usage

    Annoy (Approximate Nearest Neighbors Oh Yeah) is a C++ library with Python bindings to search for points in space that are close to a given query point. It also creates large read-only file-based data structures that are mmapped into memory so that many processes may share the same data. There are some other libraries to do nearest neighbor search. Annoy is almost as fast as the fastest libraries, (see below), but there is actually another feature that really sets Annoy apart: it has the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    CDC File Transfer

    CDC File Transfer

    Tools for synching and streaming files from Windows to Linux

    cdc-file-transfer is a bandwidth-efficient file transfer and sync tool that uses content-defined chunking to detect and transmit only the parts of files that actually changed. Unlike fixed-size blocks, content-defined chunks are cut at data-dependent boundaries, which means shifts and insertions don’t invalidate the rest of the file’s delta map. The tool maintains chunk fingerprints and a manifest so it can de-duplicate across versions and even across different files that share regions of...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    FastFlow: programming multi-core

    FastFlow: programming multi-core

    Pattern-based multi/many-core parallel programming framework

    FastFlow is a C/C++ programming framework supporting the development of pattern-based parallel programs on multi/many-core, GPUs and distributed platforms. FastFlow run-time is built upon non-blocking threads and lock-free queues. Thanks to its very efficient CAS-free communication/synchronization support (e.g. few clock cycles core-to-core latency), FastFlow effectively supports the exploitation of fine grain parallelism, e.g. parallel codes managing very high frequency streams on...
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    OPTOSS NG-NetMS

    OPTOSS NG-NetMS

    OPTOSS Next Gen Network Management System (NG-NetMS)

    Why to pay tens of thousands $$$ for your network management software? Get visibility into your networks and complex processes inside with NG-NetMS now! NG-NetMS is a new end-to-end network management platform for your Linux servers, Cisco, Juniper, HP and Extreme routers, switches and firewalls. NG-NetMS is precise, quick and efficient. It collects most complete information about the network inventory, topology, map of IPv4 addresses quickly and with minimum hassle. Most...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    More flexibility. More control.

    Generate interest, access liquidity without selling, and execute trades seamlessly. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 10
    fmstream

    fmstream

    Read-write access to memory-mapped files on Windows and POSIX systems

    fmstream provides an interface to read data from memory-mapped files as input/output streams. File mapping is the association of a file's contents with a portion of the virtual address space of a process. The system creates a file mapping object (also known as a section object) to maintain this association. A file view is the portion of virtual address space that a process uses to access the file's contents. File mapping allows the process to use both random input and output (I/O) and sequential I/O. It also allows the process to work efficiently with a large data file, such as a database, without having to map the whole file into memory. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    nagacfg

    Linux frontend for evrouter to map the Razer Naga buttons

    nagacfg is a frontend for evrouter to map the Razer Naga buttons. It supports multiple profiles of mappings and allows the selection of the symbols assigned to the buttons.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    NET USE GUI is designed to be used in conjunction with Windows PE 3.0 to map drives with a GUI. It can also be used with Windows XP/Vista/7. It is written in C++ because .NET is not available in Windows PE yet.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    用c实现了常用的容器,如果rbtree,hashtable,list,vector,deque,heap,map,以及定时器,os api,应用开发框架。 实现了一个基于btree索引算法的文件数据库,提供了断电保护,以及事务提交与回滚等接口
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Wiimaestro is a program that allows you to map custom actions to every button of the device. Useful to remotely control your PC, you can start, pause and stop music and video players, switch your screen off, or whatever comes to your mind.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    WPA-Compatible WLAN-Scanner for PocketPCs (wm2003+). Supports GPS-Receivers to track AP´s. Outputs NetDetect-Database files and will be able to triangulate AP´s positions. Coming with List-View, Map-View and AP-Details.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Open Source Remote Sensing OSSIM project, pronounced "awesome", will leverage existing algorithms/tools/packages from the open source community in construction of the ultimate Remote Sensing/Image Processing/GIS package. osgPlanet extends OSSIM and Op
    Downloads: 6 This Week
    Last Update:
    See Project
  • 17
    Map local drive to remote Windows network share (or Samba server) on the Internet. Connection is secured by using an encrypted SSH connection as transportation.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    This is a project to maintain maps updated on a server of HalfLife, currently map developers stores their maps on a web page or on ftp, now the developers have a repository common to all and server admins have a program to update the maps.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    MapDownloader

    Downloader for map tiles

    MapDownloader is a customizable, utility for dowloading map tiles from various web services. Written in C++ using Qt Framework, it is cross-platform. Developed and tested on Windows 7 and Kubuntu 12.04. It's under DWYW License v1.0 (Do whatever you want)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    DoubleCommand is a Mac OS X kernel extension that allows you to map keys on your keyboard to the way you want them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Personal Weather Station

    My Weather: Personal weather station for educational purpose

    Personal Weather Station is a simple educational project used for learning various skills in electronics and programming. The station will collect the data using a couple of sensors connected to a micro-controller. Collected data will be uploaded to an online weather server where visitors can see the collected data. Multiple stations can send data to the weather website and visitors can select which station to see using a simple search or selecting from a map. Sensors: - Precipitation...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB