Search Results for "format low level" - Page 41

Showing 1033 open source projects for "format low level"

View related business solutions
  • 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
  • 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
  • 1
    The Storch XBlast Level Editor is a graphical editor, written in Java, for creating, editing and converting levels for the game XBlast. Storch lets you create your own XBlast levels in just a couple of minutes. Save in 2.6 or TNT format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Fifth is a exciting project to develop a new programming language that has all the capabilityits of C to develop low-level drivers, but uses a postfix syntax and has many high-level features from LISP and ML.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    A framework that takes most of the pain out of writing non-blocking network servers in Java 1.4. It'll shield you from low-level details of output buffering, selector management etc. leaving you to concentrate solely on writing the network protocol.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    This program acts as a filter layer between SAX (The Simple API for XML) and the higher-level RDF (Resource Description Format), an XML-based object-serialization and metadata format. The RDF filter library is used by several RDF-based projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Try it free
  • 5
    Find out where your website visitors are from: generates statistics on hits per top level domain (e.g. .com, .org, .uk, .se, .fr). Currently works with apache log format, but can easily be extended to understand other formats. Written in vanilla Python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Adgali is a library for game programmation. It will provide: GUI interface, 2D graphics management with planes, sound and music management, video streaming. The underlying layer is the SDL library for low level access.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    A WebDAV browser and remote file editing framework written in Java, including an RFC-2518-compliant WEBDAV client library with optional SSL support, a low-level DAV command-line client (written in JPython), and a built-in text editing component.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    This is a C++ glue to SDL (Simple DirectMedia Layer) library- a low-level, cross-platform multimedia library. SDLmm will utilize C++ features while still being close to SDL in syntax (and naming).
    Leader badge
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Linux kernel driver for low-level performance-monitoring counters, and support for virtualised (per-process) counters. User-space glue for use in applications, and by higher-level tools and libraries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • 10
    Sloop is a Sather interface to liboop, which provides a low-level event loop management library for POSIX-based operating systems. It supports the development of modular, multiplexed applications which may respond to events from several sources.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    gpt-oss-120b

    gpt-oss-120b

    OpenAI’s open-weight 120B model optimized for reasoning and tooling

    ...Developers can control the reasoning level (low, medium, high) to balance speed and depth depending on the task. Released under the Apache 2.0 license, it enables both commercial and research applications. The model supports function calling, web browsing, and code execution, streamlining intelligent agent development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    libwifibot

    Linux C++ library to use the wifibot mobile robot.

    This is a small low level library written in C++ to control the wifibot lab mobile robot. More information about the robot here : http://www.wifibot.com/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Jipc (pronounced "gypsy") is a simple Java IPC (Inter-Procecss Communication) library. Jipc supports low-level APIs for building tailor-made command protocols as well as higher-level protocols such as RPC. Jipc it tightly-coupled unlike SOAP or XmlRPC.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    PNG.Net is a free, open source PNG library for the .NET Framework. It supports both high-level access of image pixels and low-level manipulation of PNG chunks and attributes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    python-vimeo is a low-level client library for Vimeo's "Advanced" API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    gpt-oss-20b

    gpt-oss-20b

    OpenAI’s compact 20B open model for fast, agentic, and local use

    GPT-OSS-20B is OpenAI’s smaller, open-weight language model optimized for low-latency, agentic tasks, and local deployment. With 21B total parameters and 3.6B active parameters (MoE), it fits within 16GB of memory thanks to native MXFP4 quantization. Designed for high-performance reasoning, it supports Harmony response format, function calling, web browsing, and code execution. Like its larger sibling (gpt-oss-120b), it offers adjustable reasoning depth and full chain-of-thought visibility for better interpretability. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Opensource implementation of the efficient xml interchange (EXI), a W3C working-draft. EXI is a format for encoding XML at the infoset level. The exi-encoded format of xml is much more compact and efficiently parsed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    C++ Custom Threads Library

    A library enabling concurrency by using threads for a single process.

    This project demonstrates the implementation of a custom thread library using POSIX threads (pthread). The custom library is designed to provide low-level control over thread management and synchronization, offering functionality similar to the C++ Standard Library's <thread> library. The custom thread library includes various features like mutexes, lock guards, condition variables, thread attributes, and thread-local storage, making it robust and flexible for multithreaded programming.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    KerX (Kernel eXplorer) provides a simple way for reading the very low-level data structures of the OS (GDT, IDT, TSSs, Page-Tables, Page-Directories, etc...)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    This is a small library to allow conversion of the vCalendar (iCalendar/iCal) file format to XML, and to provide some level of interpretation of the calendar for use in a larger project. Consider it a parsing engine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    StyxTelegramBotFramework

    StyxTelegramBotFramework

    A modular Telegram bot framework for C++ developers.

    This project is a Telegram bot framework designed for C++ developers, aimed at simplifying the complexities of bot development. By leveraging a highly modular plugin system, you no longer need to worry about low-level network communication or API interactions. Simply focus on developing plugins for your desired features, and you can quickly build powerful and extensible Telegram bots.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Minimal library SDK is a C framework to code quickly for GP2X handheld console while focusing on a low-level context.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    This project is an implementation of a computational framework that addresses general-interest low-level problems such as real-time synchronization, sound communication and spatial agent mobility.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Monk Computer Vision

    Monk Computer Vision

    A low code unified framework for computer vision and deep learning

    Monk is an open source low code programming environment to reduce the cognitive load faced by entry level programmers while catering to the needs of Expert Deep Learning engineers. There are three libraries in this opensource set. - Monk Classiciation- https://monkai.org. A Unified wrapper over major deep learning frameworks. Our core focus area is at the intersection of Computer Vision and Deep Learning algorithms
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Low level Content Management Framework (CMF) for Perl developers. Small, fast and easy to use set of perl packages. Modules development is transparent and fast. Really no one core modules. AJAX based
    Downloads: 0 This Week
    Last Update:
    See Project