Showing 62 open source projects for "sys"

View related business solutions
  • Stop Storing Third-Party Tokens in Your Database Icon
    Stop Storing Third-Party Tokens in Your Database

    Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.

    Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
    Try Auth0 for Free
  • 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
  • 1
    File system notifications for Go

    File system notifications for Go

    Cross-platform file system notifications for Go

    ...Unless you are creating a library, it is recommended that you copy fsnotify into vendor/github.com/fsnotify/fsnotify within your project, and likewise for golang.org/x/sys. fsnotify requires support from underlying OS to work. The current NFS protocol does not provide network level support for file notifications.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Lightning Design System for React

    Lightning Design System for React

    Salesforce Lightning Design System for React

    Accessible, localization-friendly, presentational React components. The Lightning Design System for React is an implementation of the Lightning Design System with accessible patterns and established best practices. The source code is licensed under BSD 3-Clause. For a no hassle setup and compatibility with Create React App, transpiled ES6 and CommonJS module versions have been included within the NPM package. If using this setup, please re-write the import statement in the documentation site...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    baru

    baru

    A system monitor written in Rust and C

    Baru gathers the information from /sys and /proc filesystems (filled by the kernel). Except for audio and network modules that use C libraries. There is no memory leak over time. All modules are threaded. Thanks to this design (as well as Rust and C), baru is lightweight and efficient. It can run at a high refresh rate with a minimal processor footprint. The audio module communicates with the PipeWire/PulseAudio server through client API to retrieve its data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Powerful App Monitoring Without Surprise Bills Icon
    Powerful App Monitoring Without Surprise Bills

    AppSignal starts at $23/month with all features included. No overages, no hidden fees. 30-day free trial.

    Tired of monitoring tools that punish you for scaling? AppSignal offers transparent, predictable pricing with every feature unlocked on every plan. Track errors, monitor performance, detect anomalies, and manage logs across Ruby, Python, Node.js, and more. Trusted by developers since 2012 with free dev-to-dev support. No credit card required to start your 30-day trial.
    Try AppSignal Free
  • 5
    Qiling

    Qiling

    Qiling Advanced Binary Emulation Framework

    ...Supported OS: Linux, MacOS, Windows, FreeBSD, DOS and UEFI. Support Arch: x86(16/32/64), ARM(64) MIPS, EVM and WASM. It also support Linux Kernel Module(.ko) , Windows Driver(.sys) and MacOS Kernel(.kext) via Demigod. Binary instrumentation and API are Qiling Framework's main focus and priority. It is designed for reverse engineers - thus there is no need to rebuild another sand boxing tool. Using Qiling Framework saves you time. The API-rich Qiling Framework brings reverse and instrument binary to the next level quicker. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    JeeSite

    JeeSite

    A basic enterprise information development platform

    JeeSite is a high-efficiency, high-performance, and strong security open source Java EE rapid development platform based on a number of excellent open source projects, highly integrated and packaged. JeeSite is the best basic platform solution for you to quickly complete your project. JeeSite is the best study case for you to learn the Java platform. JeeSite is also the best assistant for private work. JeeSite is a Java-based development platform built on the Spring Framework, with Spring...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    ...This process only needs to be performed once, and XDrx API will be automatically loaded when AUTOCAD is started later =================================================== 1. 解压缩文件到指定目录 2. 进入sys目录 3. 根据你的AutoCAD版本,32位版本AutoCAD对应的是x86,64位版本AutoCAD对应的是x64。找到对应的ARX文件 比如:AutoCAD 2025 对应的arx文件是:xdrx.2025.x64.arx 4. 用鼠标拖拽文件到ACAD窗口,如果出现提示,选择加载 5. 完毕。该过程仅需要执行一次,以后AU
    Downloads: 12 This Week
    Last Update:
    See Project
  • 8
    The phones I have: Xiaomi Mix 2s (polaris) (Discontinued) OnePlus 7 Pro (guacamole) OnePlus 7T Pro (hotdog) RedMagic 9 Pro (tiro)
    Leader badge
    Downloads: 502 This Week
    Last Update:
    See Project
  • 9

    ui-utilcpp

    C++ utility library

    A toolbox-like C++ library, with a diverse set of utilities: . * Exception: Generic Exception classes and THROW macros. * Sys: C++ "exception" wrappers for a wide range of system C functions. * Cap: Capabilities C++ wrapper. * CharsetMagic: Charset guessing. * Recoder: Charset recoding. * Time: Misc date and time utilities. * File: Misc file utilities. * Text: Misc string utilities. * http/: Minimal HTTP implementiation. * PosixRegex: Simple wrapper for C 'regexec'...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10
    The programming purpose of a blood banking system is to create a robust and secure software solution that enhances the overall efficiency, accuracy, and safety of blood bank operations, ensuring that the right blood products are available for patients in need.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    xRxTx - Uart/Com

    xRxTx - Uart/Com

    Rxtx/Uart GUI

    ...USE, select a connected serial port for which the command is transmitted only. 5. Start p2p communication with each other, ex: SCPI... 6. If you want to make other Settings on the system, you can USE SYS to change
    Downloads: 6 This Week
    Last Update:
    See Project
  • 12

    Lnkdlst

    Single sided linked list (kind of lib with test-code, C, C++ and java)

    Use own (user) data section for each Linked-List-Element (LLEl) including a fix Identifier which is for search via basic Lnkdlst function (fast ID-part-search, e.g. to find all elements with a specific bit in the ID set). Main list-linkage-change functions: append, insert, delete. - Examples: use of flexible variable ArgList (OnePointerArg, optional valid if not NULL, Argument-Type by ID-Number is easy to get), key-value pairs, build FIFO{queue}/LIFO{stack}, auto-list with max....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Xone

    Xone

    Linux kernel driver for Xbox One and Xbox Series X|S accessories

    xone is a Linux kernel driver for Xbox One and Xbox Series X|S accessories. It serves as a modern replacement for Xpad, aiming to be compatible with Microsoft's Game Input Protocol (GIP). Installing Xone will disable the Xpad kernel driver. If you are still using Xbox or Xbox 360 peripherals, you will have to install xpad-noone as a replacement for Xpad.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 14
    Amazon EC2 System Monitor for macOS

    Amazon EC2 System Monitor for macOS

    Amazon EC2 System Monitor for macOS is the on instance agent

    Amazon EC2 System Monitor for macOS is a small agent that runs on every mac1.metal instance to provide on-instance metrics in CloudWatch. Currently the primary use case for this agent is to send CPU utilization metrics. This uses a serial connection attached via the AWS Nitro System and is forwarded to CloudWatch for the instance automatically. The agent is installed and enabled by default for all AMIs vended by AWS. It logs to /var/log/amazon/ec2/system-monitoring.log and can be updated via...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Admin11 Kernel

    Custom Android Kernel For Poco f1

    ...Admin11 kernel releases channel: https://t.me/rilisadmin11 *Note: Please see version (r-xx) before downloading, if you use mobile browser, sometimes sourceforge.net tag wrong version for my latest kernel. **Note : Fast charging (full speed charging) is disabled by default, to enable it copy paste this on terminal and then enter: echo "Y" > /sys/module/smb_lib/parameters/skip_thermal
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16

    MySQLGlance

    a lightweight mysql performance monitor tool

    ...It will only focus on most important metric . you can easily run it without any prerequisite. It will ask for few permission: grant select on performance_schema.* to $USERNAME; grant select,execute on sys.* to $USERNAME; grant process on *.* to $USERNAME; flush privileges; MySQLGlance is free software , use it as you like.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    pysourceinfo

    pysourceinfo

    RTTI for Python Source and Binary Files

    The 'pysourceinfo' package provides source information on Python runtime objects based on 'inspect', 'sys', 'os', and 'imp'. The covered objects include packages, modules, functions, methods, scripts, and classes by two views: - File System View - packages, modules, and linenumbers - based on files and paths - Runtime Object View - callables, classes, and containers - based on in-memory RTTI / introspection The supported platforms are: - Linux, BSD, Unix, OS-X, Cygwin, and Windows - Python2, Python3 - CPython, PyPy Object addresses within modules - Object Identifier OID - and the display of the runtime call flow are supported by 'PyStackInfo'. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    libaco

    libaco

    A blazing fast and lightweight C asymmetric coroutine library

    ...It is extremely memory-efficient, 10,000,000 coroutines simultaneously to run cost only 2.8 GB physical memory (run with tcmalloc, each coroutine has a 120B copy-stack size configuration). The phrase "fastest" in above means the fastest context switching implementation which complies to the Sys V ABI of Intel386 or AMD64.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Fira System Font Replacement

    Fira System Font Replacement

    Modified version of the Fira Sans fonts to replace the default system

    These fonts are intended as a system font replacement on Mac OS X 10.12 Sierra. If you are looking for a Fira Sans for Mac OS X 10.11 El Capitan, please use the old release 4.106.1. The fonts are based on version 4.106 of the Fira Sans font family by Erik Spiekermann and Ralph du Carrois, and are licensed under the Open Font License version 1.1 or later. This package has been prepared by Jens Kutilek. Download and unzip the installer file from the Releases section. Right-click Fira System...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    ...app-admin/sudo app-editors/vim app-portage/gentoolkit dev-vcs/git net-fs/nfs-utils net-misc/dhcpcd net-misc/openntpd net-vpn/openvpn net-wireless/bluez net-wireless/bluez-tools net-wireless/iw net-wireless/wireless-tools net-wireless/wpa_supplicant sys-apps/usbutils sys-kernel/linux-firmware Please see the README file for a full description and wiki installation page https://sourceforge.net/p/gentoo-raspberrypi3-64bit-img/wiki/Installation
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    New Terrain and 3D Map System

    New Terrain and 3D Map System

    a very lightweight advanced terrain-rendering and 3D map rendering sys

    A very lightweight advanced terrain-rendering and 3D map rendering system. Minimal dependencies: OpenGL, SDL. It's distrib in 2-3 separate modules: 1. the C++ implementation of the terrain- and/or surface- rendering Algorithms I have developed: both a multithread and a non-multithread variant is relaeased. 2. Seme as at point 1. , but with a road-network rendering and collision-detection module I wrote before. It also adds some trees at the top of the terrain. (multitread vesion not...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Kankin Linux

    Kankin Linux

    Distribuição baseada no Funtoo Linux para arquitetura ARM

    O Kankin Linux é uma distribuição Stage4 do Funtoo Linux compilado para para uso em hardwares opensource com arquitetura ARM, * Preparada pra compilação distribuída * Sistema de ebuilds Portage, contendo todas as possibilidades de um sistema PORTS based, que só um sistema (Fu|Ge)ntoo faz por vc. :)))))))) * Primeira distribuição Linux Brasileira com releases para hardware opensource com processadores ARM * Suporte a redes DTN (Delay-Tolerant Networking) * Ferramentas da...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25

    Smart POS System

    Sales database application developed using PWCT

    Free open source project for sales management developed using Programming Without Coding Technology (PWCT).
    Downloads: 6 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next
MongoDB Logo MongoDB