Showing 164 open source projects for "error"

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
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 1
    RPA for Python

    RPA for Python

    Python package for doing RPA

    Python package for doing RPA. RPA for Python's simple and powerful API makes robotic process automation fun! You can use it to quickly automate away repetitive time-consuming tasks on websites, desktop applications, or the command line. See sample Python script, the RPA Challenge solution, and RedMart groceries example. To send a Telegram app notification, simply look up @rpapybot to allow receiving messages. To automate Chrome browser invisibly, use headless mode. To run 10X faster instead...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    swagger-stats

    swagger-stats

    API Observability. Trace API calls and Monitor API performance

    Swagger-stats is a middleware for monitoring REST APIs, offering real-time metrics, detailed performance analysis, and request tracking.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Webfunny

    Webfunny

    Front-end performance monitoring and user analytics platform

    ...It combines real-time client-side monitoring with customizable event tracking, allowing teams to collect both technical performance metrics and business interaction data from web applications. The system provides dashboards for error analysis, page performance, API latency, and user behavior, enabling comprehensive visibility into frontend health. Its architecture is intentionally simple to deploy, requiring only a few setup steps to run a fully self-hosted monitoring stack. In addition to performance insights, the platform includes flexible data visualization and funnel analysis tools that support product and operations teams. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    DirSize

    DirSize

    DirSize - The command line directory reporting tool

    DirSize is a directory reporting tool. It recursively scans the provided (or current) directory, and reports the number of files and director sizes of each subdirectory present. It also defaults to sorting by by directory size, but there are other options. One of the interesting things about DirSize is it shows a visual representation of the file sizes of counts. I call this a SizeMap or FilesMap and it's the area to the right of the output. If you sort by size (default or -ss) or...
    Downloads: 12 This Week
    Last Update:
    See Project
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Let your crypto work for you

    Put idle assets to work with competitive interest rates, borrow without selling, and trade with precision. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 5
    RAWImaging

    RAWImaging

    Graphical frontend to work with binary images (RAW) of media

    Forensic (but not only) graphical frontend to work with binary images (RAW) of media in GNU/Linux. These images are universal and can be installed using both standard operating systems and popular forensic software such as Encase, Sleuthkit/Autopsy, etc. in all operating systems). The idea of the project is to implement a fast, convenient and safe making of legal copies and manipulating with images, by means of GNU/Linux, without the need for expensive hardware write lock on the media, it...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    bcacheMonitor

    Version: 0.0.4 01/05/2023

    Bash script to monitor and adjust dirty cache size, writeback speed, bcache, device disk load. Simple to use, various options, good error handling and usage and debug information, and it can be used as a service. Example start bcacheMonitor --backend sdb --action setusage,waitlog shutdown bcacheMonitor --action sendzero setusage,waitlog Sets writeback optimizations and (default) mininum writeback rate, reads disk usage, and (deafult) sets the writeback rate so as not to overload the disks. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Overboot

    OverlayFS toolkit composing system layers at boot time

    The Overboot project uses manageable read-only layers to compose the system image at boot time. The general concept can be compared to Docker, but run earlier and on a system-wide basis. The two main components are obinit, written in C and run at boot time, and the extensible C++ obctl application that provides administration tools (CLI, API, management panel, etc.). Possible applications: - creating, testing, and distributing update packages, - creating and managing system...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    redaxios

    redaxios

    The Axios API, as an 800 byte Fetch wrapper

    ...The library favors standards and simplicity, avoiding legacy shims where the platform already provides the capability. Despite its size, it covers the common 90% of use cases—GET/POST helpers, timeouts, and error normalization—making it a pragmatic default for new projects. For teams chasing performance budgets, redaxios offers a familiar developer experience with less payload and fewer dependencies.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9

    Cisco IOS Device Manager

    Cisco IOS Device Management (backup, update image, save conf, reboot)

    ... - To save the running-config to the startup-config (write memory) - To transfer a new image to the device with SCP (with built-in MD5 hash comparison check) - To change the boot target to the new image (boot system flash:/) It has got the following features: - Error handling - information and error logging to log file (Log will be appended) - information and error logging to CSV file (Log will be overwritten each run) - Transfers retry 3 times - MD5 checks after file transfers to be sure the file is transferred without problems
    Downloads: 4 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 10
    PJON

    PJON

    Experimental, arduino-compatible, multi-master, multi-media network

    PJON® (Padded Jittering Operative Network) is an experimental, Arduino-compatible, multi-master, multi-media, software-defined network protocol that can be easily cross-compiled on many microcontrollers and real-time operative systems like ATtiny, ATmega, SAMD, ESP8266, ESP32, STM32, Teensy, Raspberry Pi, Zephyr, Linux, Windows x86, Apple and Android. PJON operates on a wide range of media, data links and existing protocols like PJDL, PJDLR, PJDLS, Serial, RS485, USB, ASK/FSK, LoRa, UDP,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    node-elm

    node-elm

    Backend system based on node.js + Mongodb

    ...The server demonstrates how to structure a project with routing, controllers, and middleware to keep logic testable and readable. It typically includes authentication flows, input validation, and error handling that mirror production patterns. Data seeding or mock datasets provide a stable playground for front-end integration and end-to-end testing. As a teaching tool, it helps developers learn how front-end and back-end contracts evolve together and how to design APIs that are both pragmatic and maintainable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Fixed drivers for Wacom Bamboo

    Fixed drivers for Wacom Bamboo

    Fixes the Wacom Bamboo, Graphire, Intuos 1+2+3 and Cintiq 1st gen

    ...This doesn't apply to the Windows driver, or to the drivers for their newer tablets. When you try to open the Wacom preference pane with a Bamboo tablet, you'll get an error message saying "Waiting for synchronization", then finally "There is a problem with your tablet driver. Please reboot your system. If the problem persists reinstall or update the driver". For an Intuos 3 or Cintiq 1st gen tablet, the preference pane will open, but clicking anything will cause it to crash with the message "There was an error in Wacom Tablet preferences." ...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 13

    YADE (SOSFTP)

    A Batch and API oriented application for managed file transfer.

    YADE (former SOSFTP) is a batch file transfer solution for FTP, FTPS, SFTP, WebDAV and other protocols. It provides a configurable command line client, an API and a bridge to the SOS JobScheduler. YADE comes with advanced error handling and logging capabilities. YADE is able to create and maintain a transfer history in a central database. Product Knowledge Base at https://kb.sos-berlin.com Change Management System at https://change.sos-berlin.com
    Downloads: 7 This Week
    Last Update:
    See Project
  • 14

    pyrpl

    PyRPL turns your Red Pitaya into a powerful analog feedback device.

    The Red Pitaya is a commercial, affordable FPGA board with fast analog inputs and outputs. This makes it useful for quantum optics experiments, in particular as a digital feedback controller for analog systems. Based on the open source software provided by the board manufacturer, PyRPL (Python RedPitaya Lockbox) implements many devices that are needed for optics experiments with the Red Pitaya. PyRPL implements various digital signal processing (DSP) modules (see features below). It allows...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 15
    AIO Boot

    AIO Boot

    AIO Boot is a tool that can help you create a bootable USB with Grub2,

    AIO Boot is a tool that can help you create a bootable USB with Grub2, Grub4dos, Syslinux, Clover and rEFInd. AIO Boot can boot Windows and most Linux distributions and boot via LAN using Tiny PXE Server. AIO Boot is constructed from a variety of sources, certainly still a lot of flaws, eager for sympathy. I would love to hear from you so that I can improve this tool better.
    Leader badge
    Downloads: 384 This Week
    Last Update:
    See Project
  • 16

    9660-Storage

    9660 Storage is a Proof of Concept for Mission Critical Storage ...

    ...The concept here is to use a Linux Distro, this being OpenSUSE Tumbleweed to run as a Live USB and to have a Mission Critical use for file storage ... 9600 has the oddest File Allocation Tables and is not a common fs ... The write out continues on and on, unlike others that error out until it hits some super-block, Windows has been known to format itself ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    PHP mini vulnerability suite

    Multiple server/webapp vulnerability scanner

    github: https://github.com/samedog/phpmvs
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    BackupPC

    BackupPC

    BackupPC is a high-performance, enterprise-grade system

    BackupPC is a high-performance, enterprise-grade system for backing up Linux, Windows, and macOS systems to a central server using rsync, tar, SMB, or FTP. It uses hard-linking and compression to efficiently store multiple backups of the same files and offers a web interface for administration and restore. BackupPC is suitable for environments where centralized, disk-based backups are needed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    This is Live CD gives its users an easy graphical interface to configure Linux systems, that are no longer "bootable" due to a configuration error, or broken X server. Its similar to the ERD Commander disk, only for Linux.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Loup ROM

    Loup ROM

    Unofficial LOS builds compiled against Clang 4.0/uberTC 6 for santoni

    ...It includes Loup Kernel with custom compilation flags =). **Starting from 2018-02-06 zip, Delta OTA updates are enabled!** **Old OTA server was deprecated and deleted!!!. If you get an error while checking for updates, please download the latest release and flash it manually** If you only want the kernel go here: https://sourceforge.net/p/loup-kernel/ Device Tree (forked from nikesh001): https://github.com/bitrvmpd/android_device_xiaomi_santoni Kernel Tree: https://github.com/bitrvmpd/msm-3.18 Update: I disabled reviews because I don't want people requesting features in the comments. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    StateOS

    StateOS

    Free real-time operating system designed for microcontrollers

    Free, extremely simple, amazingly tiny and very fast real-time operating system (RTOS) designed for deeply embedded applications. Target: ARM Cortex-M, STM8. It was inspired by the concept of a state machine. Procedure executed by the task (task state) doesn't have to be noreturn-type. It will be executed into an infinite loop. There's a dedicated function for immediate change the task state.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    IP-Array

    An iptables IPv4 firewall and traffic shaping program

    A Linux IPv4 iptables firewall and traffic shaper. It allows flexible rule creation, while also shipping with presets for common needs. Rules are written in simple XML, allowing various ways to group and nest the arguments. An interactive mode is available in order to build configuration files in a wizard based manner. Extensive documentation is also included.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    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
  • 24
    ...Version 2.0 adds ink-level reporting and improved out-of-paper detection. Version 2.0.1 is now released under GPLv2 or later to be compatible with the changed cups license. No other changes. Version 2.0.2 fixes a compile error with GCC9 Version 2.0.3 Fix GCC10 compile errors. increase status buffer size for newer printers that send larger status messages
    Leader badge
    Downloads: 33 This Week
    Last Update:
    See Project
  • 25
    Project's goal is to create better tools for diagnosing Linux systems. Diagnostics include first failure data capture, error log analysis, preventative testing, and system inventory gathering. You can now find Power System specific packages on github. libservicelog : https://github.com/power-ras/libservicelog servicelog : https://github.com/power-ras/servicelog lsvpd : https://github.com/power-ras/lsvpd libvpd : https://github.com/power-ras/libvpd ppc64-diag : https://github.com/power-ras/ppc64-diag sysfsutils is moved to github. ...
    Leader badge
    Downloads: 57,063 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB