Showing 298 open source projects for "x86_64-posix"

View related business solutions
  • Digital Payments by Deluxe Payment Exchange Icon
    Digital Payments by Deluxe Payment Exchange

    A single integrated payables solution that takes manual payment processes out of the equation, helping reduce risk and cutting costs for your business

    Save time, money and your sanity. Deluxe Payment Exchange+ (DPX+) is our integrated payments solution that streamlines and automates your accounts payable (AP) disbursements. DPX+ ensures secure payments and offers suppliers alternate ways to receive funds, including mailed checks, ACH, virtual credit cards, debit cards, or eCheck payments. By simply integrating with your existing accounting software like QuickBooks®, you’ll implement efficient payment solutions for AP with ease—without costly development fees or untimely delays.
  • Simplify Purchasing For Your Business Icon
    Simplify Purchasing For Your Business

    Manage what you buy and how you buy it with Order.co, so you have control over your time and money spent.

    Simplify every aspect of buying for your business in Order.co. From sourcing products to scaling purchasing across locations to automating your AP and approvals workstreams, Order.co is the platform of choice for growing businesses.
  • 1
    GoAWK

    GoAWK

    A POSIX-compliant AWK interpreter written in Go, with CSV support

    ... it over 40 years old! Not bad for a domain-specific language that’s still used for one-liners on Unix command lines everywhere. GoAWK is a POSIX-compatible version of AWK, and additionally has a CSV mode for reading and writing CSV and TSV files. This feature was sponsored by the library of the University of Antwerp. Read the CSV documentation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Cobra

    Cobra

    A Commander for modern Go CLI interactions

    Cobra is a library for creating powerful modern CLI applications, and at the same time a program to generate applications and command files. It provides a simple interface for creating powerful CLI interfaces, and will also generate application scaffolding so you can quickly develop your Cobra-based application. This scaffolding includes easy subcommand-based CLIs, fully POSIX-compliant flags, global, local and cascading flags, among many others. The structure of Cobra is based on commands...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Just JavaScript

    Just JavaScript

    the only javascript runtime to hit no.1 on techempower

    The only javascript runtime to hit no.1 on techempower.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Kata Containers

    Kata Containers

    Build a standard implementation of lightweight Virtual Machines (VMs)

    ... of Intel Clear Containers with Hyper.sh RunV and scaled to include support for major architectures including AMD64, ARM, IBM p-series, and IBM z-series in addition to x86_64. Kata Containers also supports multiple hypervisors including QEMU, Cloud-Hypervisor, and Firecracker, and integrates with the containerd project among others.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Nectar: Employee Recognition Software to Build Great Culture Icon
    Nectar: Employee Recognition Software to Build Great Culture

    Nectar is an employee recognition software built for the modern workforce.

    Our 360 recognition & rewards platform enables everyone (peer to peer & manager to employees alike) to send meaningful recognition rooted in core values. Nectar has the most extensive rewards catalog so users can choose from company branded swag, Amazon products, gift cards or custom reward types. Integrate with your other tools like Slack and Teams to make sending recognition easy. We support top organizations like MLB, SHRM, Redfin, Heineken and more.
  • 5
    Amazon EC2 Instance Selector

    Amazon EC2 Instance Selector

    A CLI tool and go library which recommends instance types

    A CLI tool and go library which recommends instance types based on resource criteria like vcpus and memory. There are over 270 different instance types available on EC2 which can make the process of selecting appropriate instance types difficult. Instance Selector helps you select compatible instance types for your application to run on. The command-line interface can be passed resource criteria like vcpus, memory, network performance, and much more and then return the available, matching...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    TBOX

    TBOX

    A glib-like multi-platform c library

    ... for gzip, charset. etc. Implements stream transfer. Implements the static buffer stream for parsing data. Supports coroutine and implements asynchronous operation. The coroutine library. Provides high-performance coroutine switch. Supports arm, arm64, x86, x86_64. Provides channel interfaces. Provides semaphore and lock interfaces. Supports io socket and stream operation in coroutine. Provides some io servers (http ..) using coroutine. Provides stackfull and stackless coroutines.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Lance

    Lance

    Modern columnar data format for ML and LLMs implemented in Rust

    Lance is a columnar data format that is easy and fast to version, query and train on. It’s designed to be used with images, videos, 3D point clouds, audio and of course tabular data. It supports any POSIX file systems, and cloud storage like AWS S3 and Google Cloud Storage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    AWS IoT Fleet Provisioning Library

    AWS IoT Fleet Provisioning Library

    Client library for using AWS IoT Fleet Provisioning service

    The Fleet Provisioning library enables you to provision IoT devices without device certificates using the Fleet Provisioning feature of AWS IoT Core. For an overview of provisioning options available, see Device provisioning. This library has no dependencies on any additional libraries other than the standard C library, and therefore, can be used with any MQTT library. This library is distributed under the MIT Open Source License. This library has gone through code quality checks including...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    tree-sitter

    tree-sitter

    An incremental parsing system for programming tools

    ... of Tree-sitter’s parsing functionality is exposed through C APIs. Applications written in higher-level languages can use Tree-sitter via binding libraries like node-tree-sitter or the tree-sitter rust crate, which have their own documentation. To build the library on a POSIX system, just run make in the Tree-sitter directory. This will create a static library called libtree-sitter.a as well as dynamic libraries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • The next chapter in business mental wellness Icon
    The next chapter in business mental wellness

    Entrust your employee well-being to Calmerry's nationwide network of licensed mental health professionals.

    Calmerry is beneficial for businesses of all sizes, particularly those in high-stress industries, organizations with remote teams, and HR departments seeking to improve employee well-being and productivity
  • 10
    s2n

    s2n

    An implementation of the TLS/SSL protocols

    s2n-tls is a C99 implementation of the TLS/SSL protocols that is designed to be simple, small, fast, and with security as a priority. It is released and licensed under the Apache License 2.0. If you are building on OSX, you can use build tools like Ninja. The s2n-tls I/O APIs are designed to be intuitive to developers familiar with the widely-used POSIX I/O APIs, and s2n-tls supports blocking, non-blocking, and full-duplex I/O. Additionally there are no locks or mutexes within s2n-tls. s2n-tls...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Filesystem Component

    Filesystem Component

    The Filesystem component provides basic utilities for the filesystem

    The Filesystem component provides platform-independent utilities for filesystem operations and for file/directory paths manipulation. The component contains two main classes called Filesystem and Path. mkdir() creates a directory recursively. On POSIX filesystems, directories are created with a default mode value 0777. You can use the second argument to set your own mode. exists() checks for the presence of one or more files or directories and returns false if any of them is missing. copy...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Click

    Click

    Python composable command line interface toolkit

    Click is a Python package for creating beautiful command line interfaces in a composable way with as little code as necessary. It’s the “Command Line Interface Creation Kit”. It’s highly configurable but comes with sensible defaults out of the box. It aims to make the process of writing command line tools quick and fun while also preventing any frustration caused by the inability to implement an intended CLI API. Click in three points, arbitrary nesting of commands, automatic help page...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Super UEFIinSecureBoot Disk

    Super UEFIinSecureBoot Disk

    Super UEFIinSecureBoot Disk: Boot any OS or .efi file

    Super UEFIinSecureBoot Disk is a proof-of-concept (not actively maintained or enhanced) bootable image with GRUB2 bootloader designed to be used as a base for recovery USB flash drives. Key feature: disk is fully functional with UEFI Secure Boot mode activated. It can launch any operating system or .efi file, even with untrusted, invalid or missing signature.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 14
    Ufficio Zero Linux OS

    Ufficio Zero Linux OS

    Linux Desktop OS for professionals

    Ufficio Zero Linux OS is a desktop operating system offered in many versions based on PCLinuxOS, Linux Mint and Devuan. We also have created Duplica, a Bare Metal Restore Solution. This distro has many packages for professional use. The project is managed by the Italian company SIITE SRLS. Ufficio Zero Linux OS is trademarked through the Linux Mark Institute. All rights reserved. Linux® is the registered trademark of Linus Torvalds in the U.S. and other countries. website...
    Leader badge
    Downloads: 5,262 This Week
    Last Update:
    See Project
  • 15
    tmpmail

    tmpmail

    A temporary email right from your terminal written in POSIX

    tmpmail is a command-line utility written in POSIX sh that allows you to create a temporary email address and receive emails to the temporary email address. It uses 1secmail's API to receive emails. By default w3m is used to render the HTML emails on the terminal. But if you prefer another text-based web browser or would rather view the email in a GUI web browser such as Firefox, simply use the browser argument followed by the command needed to launch the web browser of your choice. A temporary...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Eipg Mos64

    Eipg Mos64

    EIPG Multi Operating System 64 BIT

    Eipg Mos64 is a freeBSD / Linux Operating system with Wine. Wine (originally an acronym for "Wine Is Not an Emulator") is a compatibility layer capable of running Windows applications on several POSIX-compliant operating systems, such as Linux, macOS, & BSD. Instead of simulating internal Windows logic like a virtual machine or emulator, Wine translates Windows API calls into POSIX calls on-the-fly, eliminating the performance and memory penalties of other methods and allowing you to cleanly...
    Leader badge
    Downloads: 6,742 This Week
    Last Update:
    See Project
  • 17
    Develop EFI applications for ARM-64, ARM-32, x86_64, IA-64 (IPF), IA-32 (x86), and MIPS platforms using the GNU toolchain and the EFI development environment.
    Leader badge
    Downloads: 2,367 This Week
    Last Update:
    See Project
  • 18
    SCons

    SCons

    A software construction tool

    SCons is a software construction tool that is a superior alternative to the classic "Make" build tool that we all know and love. SCons is implemented as a Python script and set of modules, and SCons "configuration files" are actually executed as Python scripts. This gives SCons many powerful capabilities not found in other software build tools. We make SCons available in three distinct packages, for different purposes. - The scons package is the basic package to install SCons. You don't...
    Leader badge
    Downloads: 3,695 This Week
    Last Update:
    See Project
  • 19
    DragonOS_Focal
    *Until you install the operating system, the default user = live / no password. DragonOS FocalX (22.04) and DragonOS Focal (20.04) are out-of-the-box Lubuntu based x86_64 operating systems for anyone interested in software defined radios. All source installed software is located in the /usr/src directory while the remaining software was installed by package managers. What is DragonOS and why do you want it? The shortest distance between two points is a straight line. DragonOS...
    Leader badge
    Downloads: 1,872 This Week
    Last Update:
    See Project
  • 20
    RocksCuster Local Installation Server

    RocksCuster Local Installation Server

    Rockscluster Linux VirtualBox Install Server

    Rocks Cluster Linux Install Server is a ova virtualbox image witch contain all of the rolls available on Rocksclusters website for easy installation. Like Local install mirror to reduce installation time and saves you bandwidth. The project is a ubuntu virtual machine with DHCP enable that is contain all the rolls. You only need to download "kernel-7.0-0.x86_64.disk1.iso" whitch is a bootable iso to start your frontend node. The "kernel-7.0-0.x86_64.disk1.iso" is available as iso...
    Leader badge
    Downloads: 325 This Week
    Last Update:
    See Project
  • 21
    This is one of the most popular Doom source ports. It is available for DOS, Windows, Linux and Mac OS X, and should build on any POSIX platform which supports SDL. It enhances Doom with things like TCP/IP networking, OpenGL renderer, Heretic support and much more.
    Leader badge
    Downloads: 213 This Week
    Last Update:
    See Project
  • 22
    WinDiskWriter

    WinDiskWriter

    🖥 A macOS app that creates bootable USB drives for Windows. 🛠

    ... is written in Objective-C, a programming language that ensures high compatibility with older versions of macOS. Despite supporting multiple architectures (x86_64 and ARM64), WinDiskWriter has a small application size, thanks to the efficiency of Objective-C, which is supported by all versions of Mac OS X.
    Downloads: 139 This Week
    Last Update:
    See Project
  • 23

    laz4android

    lazarus for android package

    Laz4Android is a Lazarus for Android Package. Thanks the FreePascal team and the Lazarus team. Now Laz4Android is only run on Windows.Sorry for this! Last update:2024-07-17 FPC: 3.2.2 (win32/win64/arm-android/aarch64-android/i386-android/x86_64-android/jvm-android) Lazarus:3.4 Android NDK: r19c 1.Update to Lazarus 3.4 source + FPC 3.2.2 I recommend using laz4android + LAMW(Lazarus Android Module Wizard) to develop android apps. LAMW on this: https://github.com/jmpessoa
    Leader badge
    Downloads: 43 This Week
    Last Update:
    See Project
  • 24
    di

    di

    advanced disk information utility

    'di' is a disk information utility, displaying everything (and more) that your 'df' command does. It features the ability to display your disk usage in whatever format you prefer. 'di' also checks the user and group quotas, so that the user sees the space available for their use, not the system wide disk space. 'di' is designed to be portable across many platforms and is great for heterogenous networks.
    Downloads: 34 This Week
    Last Update:
    See Project
  • 25
    DAE Tools Project

    DAE Tools Project

    Object-oriented equation-based modelling and optimisation software

    DAE Tools is a cross-platform equation-based object-oriented modelling, simulation and optimisation software. It is not a modelling language nor a collection of numerical libraries but rather a higher level structure – an architectural design of interdependent software components providing an API for: - Model development/specification - Activities on developed models, such as simulation, optimisation, sensitivity analysis and parameter estimation - Processing of the results, such as...
    Leader badge
    Downloads: 16 This Week
    Last Update:
    See Project