Showing 62 open source projects for "apache 64"

View related business solutions
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
  • With Boozang, you can write tests, debug visually, perform root cause analysis and automate your CI builds. Icon
    With Boozang, you can write tests, debug visually, perform root cause analysis and automate your CI builds.

    Empower your whole team to build and maintain automated tests, not just developers.

    Our natural-language tests are extremely stable to code changes. When tests break our AI will repair it in minutes.
  • 1
    xrdp

    xrdp

    An open source RDP server

    ... to a Linux desktop using RDP from anywhere (requires xorgxrdp Xorg module). Reconnect to an existing session. Session resizing (both on-connect and on-the-fly). RDP/VNC proxy (connect to another RDP/VNC server via xrdp). xrdp primarily targets GNU/Linux operating system. x86 (including x86-64) and ARM processors are most mature architecture to run xrdp on. Most Linux distributions should distribute the latest release of xrdp in their repository.
    Downloads: 110 This Week
    Last Update:
    See Project
  • 2
    Aeron

    Aeron

    Efficient UDP unicast, UDP multicast, and IPC message transport

    Efficient reliable UDP unicast, UDP multicast, and IPC message transport. Java and C++ clients are available in this repository, and a .NET client is available from a 3rd party. All three clients can exchange messages across machines, or on the same machine via IPC, very efficiently. Message streams can be recorded by the Archive module to persistent storage for later, or real-time, replay. Aeron Cluster provides support for fault-tolerant services as replicated state machines based on the...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    WAL-G

    WAL-G

    Archival and Restoration for databases in the Cloud

    ... for Linux AMD 64 of the latest version of WAL-G can be obtained under the Releases tab. To configure the compression method used for backups. Possible options are lz4, lzma, zstd, brotli. The default method is lz4. LZ4 is the fastest method, but the compression ratio is bad. LZMA is way much slower. However, it compresses backups about 6 times better than LZ4. Brotli and zstd are a good trade-off between speed and compression ratio, which is about 3 times better than LZ4.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    LibChecker

    LibChecker

    An app to view libraries used in apps in your device

    This app is used to view the third-party libraries used by applications in your device. It can view the ABI architecture of the application's native library (in general, whether the application is 64-bit or 32-bit). It can also view well-known libraries marked by The Rule Repository, and can even sort and view them according to the number of libraries references.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Secure Online Fax and Business Text Messaging Service Icon
    Secure Online Fax and Business Text Messaging Service

    Elevate your business communications with Notifyre's secure SMS and fax solutions.

    Send and receive SMS and fax online, from email, app or with our developer friendly SMS & fax API. HIPAA compliant & ISO 27001 certified. Outstanding value and 5-star service.
  • 5
    AMP Servers For Windows 32 Bit ( x86 )

    AMP Servers For Windows 32 Bit ( x86 )

    Apache v2.4, MariaDB v10.4, PHP v8.1 With Automated Service Installers

    Please watch the video below for a sample library software installation, which uses this same server. After watching / installing the services, you may copy your new application folder, to the C:\slims9-x86\httpd\htdocs directory and change the DocumentRoot value in the following files : 1. C:\slims9-x86\httpd\conf\httpd.conf 2. C:\slims9-x86\httpd\conf\extra\httpd-ssl.conf Restart the services for applying the new configuration. You may now access your install.php /...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 6
    go-datastructures

    go-datastructures

    A collection of useful, performant, and threadsafe Go datastructures

    ... to resort to hashing with hashmaps. Requires entities have a uint64 unique identifier. Two implementations exist, regular and sparse. Sparse saves a great deal of space but insertions are O(log n). There are some useful functions on the BitArray interface to detect intersection between two bitarrays. This package also includes bitmaps of length 32 and 64 that provide increased speed and O(1) for all operations by storing the bitmaps in unsigned integers rather than arrays.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    RoaringBitmap

    RoaringBitmap

    A better compressed bitset in Java

    Bitsets, also called bitmaps, are commonly used as fast data structures. Unfortunately, they can use too much memory. To compensate, we often use compressed bitmaps. Roaring bitmaps are compressed bitmaps which tend to outperform conventional compressed bitmaps such as WAH, EWAH or Concise. In some instances, roaring bitmaps can be hundreds of times faster and they often offer significantly better compression. They can even be faster than uncompressed bitmaps.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    oneDNN

    oneDNN

    oneAPI Deep Neural Network Library (oneDNN)

    ... architectures: Arm* 64-bit Architecture (AArch64), NVIDIA* GPU, OpenPOWER* Power ISA (PPC64), IBMz* (s390x), and RISC-V. oneDNN is intended for deep learning applications and framework developers interested in improving application performance on Intel CPUs and GPUs. Deep learning practitioners should use one of the applications enabled with oneDNN.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    ShellHub

    ShellHub

    Get seamless remote access to any Linux device

    ... the SSH communication protocol to allow data exchange with the guarantee of privacy and integrity. Support multiple devices connected at the same time, different networks, and integration with architectures, including ARM (32 and 64 bits), which is used in most embedded devices, like Raspberry Pi, and i.MX6.
    Downloads: 0 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.
  • 10
    GoVCL

    GoVCL

    Cross-platform Go/Golang GUI library

    Cross-platform Golang GUI library, The core binding is liblcl, a common cross-platform GUI library created by Lazarus. GoVCL is a native GUI library, not based on HTML, let alone DirectUI library, everything is practical. If you want to support linux arm and linux 32bit, you need to compile the corresponding liblcl binary. Designed in Lazarus, code written in Golang. Depending on whether the compiled binary is 32 or 64 bits, copy the corresponding liblcl.dll to the current executable file...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    fast_float

    fast_float

    Implementation of the C++ from_chars functions for number types

    The fast_float library provides fast header-only implementations for the C++ from_chars functions for float and double types as well as integer types. These functions convert ASCII strings representing decimal values (e.g., 1.3e10) into binary types. We provide exact rounding (including round to even). In our experience, these fast_float functions many times faster than comparable number-parsing functions from existing C++ standard libraries. It parses the character sequence [first,last) for...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    roaring

    roaring

    Roaring bitmaps in Go (golang)

    This library is used in production in several systems, it is part of the Awesome Go collection. There are also Java and C/C++ versions. The Java, C, C++ and Go version are binary compatible: e.g, you can save bitmaps from a Java program and load them back in Go, and vice versa. We have a format specification. Sets are a fundamental abstraction in software. They can be implemented in various ways, as hash sets, as trees, and so forth. In databases and search engines, sets are often an...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    WampServer

    WampServer

    A Windows Web development environment for Apache, MySQL, PHP databases

    WampServer is a Web development platform on Windows that allows you to create dynamic Web applications with Apache2, PHP, MySQL and MariaDB. WampServer automatically installs everything you need to intuitively develope Web applications. You will be able to tune your server without even touching its setting files. Best of all, WampServer is available for free (under GPML license) in both 32 and 64 bit versions. Wampserver is not compatible with Windows XP, SP3, or Windows Server 2003.
    Leader badge
    Downloads: 35,118 This Week
    Last Update:
    See Project
  • 14
    Uniform Server

    Uniform Server

    A free lightweight Windows Apache MySQL and PHP Server Solution.

    Uniform Server is a free lightweight WAMP server solution for Windows. Build using a modular design approach, it includes the latest versions of Apache, MySQL or MariaDB, PHP (with version switching), phpMyAdmin or Adminer. No installation required! No registry dust! Just unpack and fire up! ------- Note: The latest version of Uniform Server requires a **64-bit version** of Windows. -------
    Leader badge
    Downloads: 1,170 This Week
    Last Update:
    See Project
  • 15
    FrostWire

    FrostWire

    Search, Download, Play, Share on Bittorrent and the cloud

    FrostWire http://www.frostwire.com/ is a media player and Peer to Peer (P2P) information sharing client for the BitTorrent network. This project is not affiliated with LimeWire LLC. FrostWires' source code is Licensed under the GNU GPL and Apache Open Source licenses. System Requirements Any of the following operating systems: ● Windows 10, 8, 7, Vista for Intel processors (64-bit only) ● Mac OS X 10.11 (El Capitan) or later (64-bit) ● Linux, Unix such as Solaris (64-bit...
    Leader badge
    Downloads: 772 This Week
    Last Update:
    See Project
  • 16
    Pearl Linux 13 (Preslee)

    Pearl Linux 13 (Preslee)

    Complete Audio Workstation on Rolling Release

    For those who want the most current releases of their favorite software. Easily manage your repositories between bookworm, testing as well as unstable and experimental with Pearl Sources. Both XFCE and MATE 64 bit Desktop Environments just released. Running the Debian Bookworm, Debian's next Release, as the base. Enjoy all the standard Pearl Apps including update manager and the software manager with OS X and Windows layouts and theming + many new Pearl Apps. We've included and preinstalled...
    Leader badge
    Downloads: 182 This Week
    Last Update:
    See Project
  • 17
    VCT - Video Converter & Transcoder

    VCT - Video Converter & Transcoder

    Transcode or convert files to H.264 or H.265 HEVC MKV/MP4 - FFmpeg GUI

    ... tasks Pause/resume encoding queue Play files Record AV streams from Internet (Record tab) FFmpeg command is exposed so FFmpeg command is fully editable 64-bit version is now default. 32 bit and XP version as separate downloads For more details on usage, please check README Short video demonstration: https://user-images.githubusercontent.com/10812743/103661971-a568b900-4f6f-11eb-8c11-ac92ea41944b.mp4 NOTE: Windows will warn you about security. Scan then click "Run anyway
    Leader badge
    Downloads: 74 This Week
    Last Update:
    See Project
  • 18
    NebiOS Alternative Mirror (Official)

    NebiOS Alternative Mirror (Official)

    An Ubuntu-based Linux distribution that aims to end user.

    NEBIOS 3 IS OUT NOW! Official NebiOS alternative mirror. You can use here if you have issues when downloading the NebiOS from official site. PLEASE DON'T DOWNLOAD NEBIOS FROM UNKNOWN SOURCES! NebiOS is an Ubuntu Linux-based secure, privacy-respectful, universal operating system for your daily life, enterprise, gaming that can replace macOS and Windows. Mininum System Requirements: - 64-bit 1.5 GHz 2-core x86 (Intel/AMD) or ARM (any ARM including Apple M1/M2/M3) CPU. - 2 GB RAM...
    Downloads: 37 This Week
    Last Update:
    See Project
  • 19
    CerberusCMS5

    CerberusCMS5

    Cerberus Content Management System

    Cerberus Content Management System is a dynamic, secure and infinitely expandable CMS designed after a Unix-Like model. It is a custom written Web Application Framework ( W.A.F. ) with a consistent and custom written Pre-Hyper-Text-Post-Processor Programming Code Framework ( P.C.F. ). This Web Application Software Project' aim is to be the fastest and most secure Web Application Framework, Web Application Programming Code Framework, Text, Voice and Video Communications Platform and Content...
    Downloads: 23 This Week
    Last Update:
    See Project
  • 20
    Triton

    Triton

    Triton is a dynamic binary analysis library

    Triton is a dynamic binary analysis library. It provides internal components that allow you to build your program analysis tools, automate reverse engineering, perform software verification or just emulate code. Linux, Windows and OS X compatible. You can directly compile source code from our Github repository. The Triton library is Linux, Windows and OS X compatible. A potential way to getting started is to see our Python examples already bootstrapped.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21
    Easy Database Forms For All

    Easy Database Forms For All

    Create Web Based Forms Quickly, With In-built DB, For All Your Teams

    Please watch the video/screenshots below for easy installation steps. This video is taken from my other project, with many similarities and some naming differences. After installation, login to the Administrator Page with : Username : root Password : change_this and look at the team1 database and the sample_table in it. You can now create your own required tables/forms. Also, login into the team1 user page ( from homepage ) with : Username : team1 Password :...
    Downloads: 14 This Week
    Last Update:
    See Project
  • 22
    Remove Duplicate Lines

    Remove Duplicate Lines

    Remove duplicate lines in text file

    A handy tool with graphical interface that remove/delete duplicate lines in a text file. GitHub source: https://github.com/ahmed-fathy/remove-duplicates/
    Downloads: 3 This Week
    Last Update:
    See Project
  • 23
    ZampGUI

    ZampGUI

    WAMP Stack portable for windows

    ZampGUI is a Portable WAMP Stack (ex Manzamp) with Apache, PHP, MariaDB for windows 64 bit.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    rhubarb pi

    rhubarb pi

    Scripts for setting up a pi

    Scripts for setting up a pi including re-packaging where no armhf/arm64 package exists.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25

    Totally Built Linux Distro

    build linux from termcap to GTK-4.7 100% non-stop

    Build all of a light linux distro non-stop and no buildfails "with just a few commands". It's all automatic from Termcap to Gtk-4 and making new USB, it's new enough run firefox-99 or 109* and Mathematica 13.1. Minimal commandlines and configuration required; just a few in itself, several end-to-end. makes chroots 1) re-build 32; insures compiling of last self 2) 32 to 64 "cross compile" 3) apps build 3b) makes USB cross compiles the cross compiler every time (harder than crossing...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next