[go: up one dir, main page]

Showing 78 open source projects for "low level"

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
  • Apify is a full-stack web scraping and automation platform helping anyone get value from the web. Icon
    Apify is a full-stack web scraping and automation platform helping anyone get value from the web.

    Get web data. Build automations.

    Actors are serverless cloud programs that extract data, automate web tasks, and run AI agents. Developers build them using JavaScript, Python, or Crawlee, Apify's open-source library. Build once, publish to Store, and earn when others use it. Thousands of developers do this - Apify handles infrastructure, billing, and monthly payouts.
    Learn More
  • 1

    CANopen for LabVIEW

    LabVIEW CANopen client library

    A collection of VIs for easier interface with basic CANopen client operations such as SDO download, SDO upload and PDO messages. Helper VIs for arbitrary mapping of dictionary objects to specific PDOs are also implemented. The project includes a quite crude implementation of the DSP 402 profile for handling motor drives in velocity and/or in position mode.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    JNanoLog

    A tiny (nano) logging API that can replace the largely used System.out

    JNanoLog aims to be used during development process to log different messages to the console. In contrary to the quick System.out, JNanoLog display a full log with the message number, logging level, logged message and details if there is any. This API does not aim to replace large advanced APIs like Log4J which aims production but it can replace it in small and during first stage of development because it does not need any configuration and start with low logging level. The API is hard to extend and does not intend to be extended but it can, with some effort, support other output streams than System.out. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    RaspiGFX

    RaspiGFX

    A simple 2D FrameBuffer graphics library in C/C++ for the Raspberry PI

    Based on my previous work a while ago on Solaris workstations (and the great work at http://raspberrycompote.blogspot.co.uk) I have put together a simple library to make use of the RaspberryPI's frame buffer for unaccelerated 2D graphics. The Library supports graphics primatives such as: Pixel, Line, Ellipse, Rectangle, Fill, Triangle, Polygon, CopyRect, Images, DoubleBuffering/Page Flips, XY origin, TTF Fonts (via public domain code) Using 16-bit (R5-G6-B5) colour mode (at all...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    PowerNex

    PowerNex

    An operating system written in D

    PowerNex is a microkernel operating system written entirely in the Nim programming language. Designed as a learning and research project, it explores OS development using a modern high-level systems language while still offering low-level control. PowerNex focuses on modularity, simplicity, and code clarity. While still in its early stages, the project includes basic kernel functionality, including memory management, task switching, and a custom bootloader, offering insight into building an OS from the ground up using newer programming paradigms.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Wiz: #1 Cloud Security Software for Modern Cloud Protection Icon
    Wiz: #1 Cloud Security Software for Modern Cloud Protection

    Protect Everything You Build and Run in the Cloud

    Use the Wiz Cloud Security Platform to build faster in the cloud, enabling security, dev and devops to work together in a self-service model built for the scale and speed of your cloud development.
    Learn More
  • 5
    FlingOS

    FlingOS

    An educational operating system written in C#

    FlingOS is an educational operating system and framework aimed at teaching students and developers how operating systems work, using C# and a bit of C++ and assembly. It allows developers to build kernels in a managed, high-level language and understand the entire bootstrapping and runtime process from scratch. FlingOS is particularly focused on making OS development more accessible by bridging the gap between high-level languages and low-level hardware programming.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Serial Wire Debug (SWD) Open Library for low level Debug Access Port (DAP) on new ARM Cortex CPU devices. PROJECT HAS MOVED TO https://GitHub.com/CeDeROM/LibSWD PLEASE UPDATE YOUR LINKS! :-)
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Low-level operations such as file system operations and some useful functions like sorting or working with text and binary files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Sharpulator

    A multithreaded, test-driven electronics emulator for .net 4.0.

    ...It's initial focus will be on emulating gaming consoles, with the GameBoy as a starting point. It will be written using modern software development methodologies, with the TPL Dataflow library as a backbone. It will simulate hardware functionality at a low level without sacrificing performance. The end goal for this project is to allow the ability to simulate hardware by simply dropping common components onto a virtual integrated circuit.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    How to Make a Computer Operating System

    How to Make a Computer Operating System

    How to Make a Computer Operating System in C++

    A practical guide and GitHub-hosted project by Samy Pesse that walks you through building a very simple UNIX-based operating system in C++, designed to boot, launch a userland shell, and remain extensible. It’s more than a proof of concept—it’s meant to be functional and educational. All the system source code will be stored in the src directory. Each step will contain links to the different related files. This course is open to contributions, feel free to signal errors with issues or...
    Downloads: 1 This Week
    Last Update:
    See Project
  • ManageEngine Endpoint Central for IT Professionals Icon
    ManageEngine Endpoint Central for IT Professionals

    A one-stop Unified Endpoint Management (UEM) solution

    ManageEngine's Endpoint Central is a Unified Endpoint Management Solution, that takes care of enterprise mobility management (including all features of mobile application management and mobile device management), as well as client management for a diversified range of endpoints - mobile devices, laptops, computers, tablets, server machines etc. With ManageEngine Endpoint Central, users can automate their regular desktop management routines like distributing software, installing patches, managing IT assets, imaging and deploying OS, and more.
    Learn More
  • 10
    PROS

    PROS

    Custom firmware and IDE for the VEX Cortex Microcontroller

    This project has been moved to http://pros.cs.purdue.edu/ PROS is a lightweight and fast alternative operating system for the VEX Cortex Microcontroller. It features multitasking, low-level control, and Wiring compatible functions to harness the full power of the Cortex. With a real-time kernel based on FreeRTOS and a development environment built on Eclipse CDT, PROS uses proven software to increase the reliability and usability of the VEX development system across all three major computing platforms. PROS is currently under active development to make it usable for VEX high school and middle school teams. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Store and verify MD5 checksums within file's extended attributes. Operational on individual files as well as entire directory trees of files. Using this routinely will detect if bit-rot or other unwanted modification of low level file content has occurred.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    libmylcd is a frame & font rendering library and toolkit designed to provide low level access to 2D hardware via a video framebuffer. Supported devices include SED133x, T6963C, PCD8544, S1D15G10, USBD480, PCF8833, PCF8814, USB13700, S1D15G14.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 13
    A software toolkit for using the EPCglobal Low Level Reader Protocol (LLRP) to communicate with conforming RFID readers.
    Downloads: 25 This Week
    Last Update:
    See Project
  • 14
    libosdk stands for operating system development kit, which is simply a library containing low-level architecture dependent assembly procedures you can use to develop your own os without using assembly language or even know about it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Porcupine2 is a small wearable sensory unit for logging motion data and doing low-level activity recognition. The project includes electronic schematics for the hardware, software for the microcontroller and client-side software for hardware-interaction.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    FoxController is a cross-platform application wich allows to control etherogeneous devices through a general pupose web service interface. FoxController uses a plug-in architecture in order to implement the low level communication with the devices
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    This software is used to delete files securely in the Linux operating system using low level system calls.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    JMS/Joram implementation of the Bully election algorithm. It is a library to be used by a process' implementation to make it transparently manage coordinator's elections, while it carries out business logic. A sample application is included.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    FormulaOneSDK is a open source project which provides low level SDK including FormulaOneCommon Project, FormulaOneConcurrent Project, FormulaOneGUI Project, FormulaOneJ2EE Project, FormulaOneLog Project and FormulaOneThread Project to other projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    DyConnect is a cross-platform networking library for C++. Features include: synchronized variables for rapid development of networked games, multi-threaded TCP/IP, low-level UDP sockets, support for IPv4 and IPv6, and data compression.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    socklib++ is a light-weight cross-platform C++ socket library. It provides both a high-level interface over iostreams if you want convenience, and a low-level interface if you just want portability.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Low-level processor benchmark for x86 and amd64 processors: measures exact latency and throughput for each assembly instruction, and automatically finds execution units. Special focus on SIMD (MMX, SSE) instructions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    simplified, portable interface to several low-level networking routines, including network address manipulation, kernel arp and route table manipulation, firewalling, interface configuration, IP tunnelling, and raw Ethernet and IP datagram transmission.
    Downloads: 21 This Week
    Last Update:
    See Project
  • 24
    libosdk stands for operating system development kit, which is simply a library containing low-level architecture dependent assembly procedures you can use to develop your own os without using assembly language or even know about it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    The Pyrasun Libraries Project is a collection of high-performance Java libraries for use in both stand-alone and J2EE environments. This includes the EmberIO Library for managing low-level I/O, and PyraLog, the Pyrasun binary transactional log.
    Downloads: 0 This Week
    Last Update:
    See Project