Showing 23 open source projects for "radix"

View related business solutions
  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
  • Control remote support software for remote workers and IT teams Icon
    Control remote support software for remote workers and IT teams

    Raise the bar for remote support and reduce customer downtime.

    ConnectWise ScreenConnect, formerly ConnectWise Control, is a remote support solution for Managed Service Providers (MSP), Value Added Resellers (VAR), internal IT teams, and managed security providers. Fast, reliable, secure, and simple to use, ConnectWise ScreenConnect helps businesses solve their customers' issues faster from any location. The platform features remote support, remote access, remote meeting, customization, and integrations with leading business tools.
  • 1
    Gin Web Framework

    Gin Web Framework

    The fastest full-featured web framework for Go

    Gin is an incredibly fast web framework written in Golang that can perform up to 40 times faster, thanks to its martini-like API and custom version of httprouter. It’s got a very small memory footprint, no reflection and Radix tree based routing as well. For those looking for unprecedented speed and good productivity, Gin is the way to go. Gin is packed with great features, including middleware support, JSON validation and more. It gives an easy to use API for JSON, XML and HTML rendering...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Elementary Algorithms

    Elementary Algorithms

    Book of elementary algorithms and data structures

    This book introduces elementary algorithms and data structure. It includes side-by-side comparison of purely functional realization and their imperative counterpart. From 2020/12, I started re-writing this book. The PDF can be downloaded for preview (EN, 中文). The 1st edition in Chinese (中文) was published in 2017. I recently switched my focus to the Mathematics of programming, the new book is also available in (github). To build the book in PDF format from the sources, you need the following...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    find-my-way

    find-my-way

    A crazy fast HTTP router

    A crazy fast HTTP router, internally uses a highly performant Radix Tree (aka compact Prefix Tree), supports route params, wildcards, and it's framework is independent. You can set a custom length for parameters in parametric (standard, regex and multi) routes by using maxParamLength option, the default value is 100 characters. If you are using a regex-based route, find-my-way will throw an error if detects potentially catastrophic exponential-time regular expressions (internally uses safe...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    re2

    re2

    Alternative to backtracking regular expression engines

    RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library. This is the source code repository for RE2, a regular expression library. There is a fair amount of documentation (including code snippets) in the re2.h header file. Unless otherwise noted, the RE2 source files are distributed under the BSD-style license found in the LICENSE file. In POSIX mode, RE2 accepts standard POSIX (egrep) syntax...
    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
  • 5
    exchange-core java

    exchange-core java

    Ultra-fast matching engine written in Java based on LMAX Disruptor

    Exchange-core is an open source market exchange core based on LMAX Disruptor, Eclipse Collections (ex. Goldman Sachs GS Collections), Real Logic Agrona, OpenHFT Chronicle-Wire, LZ4 Java, and Adaptive Radix Trees. HFT optimized. Priority is a limit-order-move operation mean latency (currently ~0.5µs). Cancel operation takes ~0.7µs, placing new order ~1.0µs. Pipelined multi-core processing (based on LMAX Disruptor): each CPU core is responsible for certain processing stage, user accounts shard...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    exchange-core

    exchange-core

    Ultra-fast matching engine written in Java based on LMAX Disruptor

    Exchange-core is an open-source market exchange core based on LMAX Disruptor, Eclipse Collections (ex. Goldman Sachs GS Collections), Real Logic Agrona, OpenHFT Chronicle-Wire, LZ4 Java, and Adaptive Radix Trees. Designed for high scalability and pauseless 24/7 operation under high-load conditions and providing low-latency responses. Single order book configuration is capable to process 5M operations per second on 10-years old hardware (Intel® Xeon® X5690) with moderate latency degradation. HFT...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    List

    List

    An immutable list with unmatched performance and functional API

    An immutable list with unmatched performance and a comprehensive functional API. List is a purely functional alternative to arrays. It is an implementation of a fast persistent sequence data structure. Compared to JavaScript Array List has three major benefits. List is immutable. This makes it safer and better suited for functional programming. It doesn't tempt you with an imperative API and accidental mutations won't be a source of bugs. Since List doesn't allow mutations it can be heavily...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    HttpRouter

    HttpRouter

    A high performance HTTP request router that scales well

    HttpRouter is a lightweight high performance HTTP request router (also called multiplexer or just mux for short) for Go. In contrast to the default mux of Go's net/http package, this router supports variables in the routing pattern and matches against the request method. It also scales better. The router is optimized for high performance and a small memory footprint. It scales well even with very long paths and a large number of routes. A compressing dynamic trie (radix tree) structure is used...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    This takes a data stream and converts the radix from x to y. Radices can be anything from 2 up to about 4294967296...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Gain insights and build data-powered applications Icon
    Gain insights and build data-powered applications

    Looker is an enterprise platform for BI, data applications, and embedded analytics that helps you explore and share insights in real time.

    Chat with your business data with Looker. More than just a modern business intelligence platform, you can turn to Looker for self-service or governed BI, build your own custom applications with trusted metrics, or even bring Looker modeling to your existing BI environment.
  • 10
    bel_fft

    bel_fft

    FFT co-processor in Verilog based on the KISS FFT

    bel_fft is a FFT co-processor that can calculate FFTs with arbitrary radix. It is a hardware implementation of the free software Kiss FFT ("Keep it simple, Stupid!"). The target was to allow a simple replacement of the software code with the hardware implementation. Therefore bel_fft comes with a software driver that is compatible with the Kiss FFT routines. bel_fft also has a modular architecture and allows interfacing different bus architectures. So far AMBA AXI, Altera's Avalon bus...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11

    FFTL

    Templated Fast Fourier Transform in C++

    ... the existing code to any other platform with different SIMD intrinsics by simply implementing a small number of inlines that map to a small number of intrinsics. The algorithm currently used is Radix-2, so there's easily room for speed improvements.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Radix converter

    Radix converter

    This program converts numbers between Binary, Octal, Decimal and Hex.

    You must have Java installed in your computer, Download the Radix Converter.jar (The latest version). And double click the downloaded file. then the program should be running. Type in the number in to the corresponding text field. The program will automatically display the number in rest of radix. Visit my website for more programs!!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    StFFT

    FFT on Structured text

    Fast fourier transform algorithm written on IEC-61131-3 Structured text programming language for programmable logic controllers. Algorithm is split-radix FFT. StFFT is iterative contrary to more common recursive approach. Iterative solution was chosen because PLCs don't have support for recursion. For compatibility with as many as possible PLC models, algorithm have dependency only on sine and cosine functions. Dual licenced under LGPL and Commercial licence. For commercial licencing...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 14

    Java Radix Library

    A java library fully dedicated to radixes and number bases.

    A library dedicated to radixes, their conversion, arithmetic, and manipulation. It can handle numbers with fractions/decimals and arithmetic can easily be done on the numbers making it far better than the conversion methods found in the Long, Integer, Short, and Byte classes. It is helpful to many mathematical areas, those making games, and just to play around with.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    ... specified other radix. Due to the nature non-power-of-two encodings, padding is normally necessary for handling the fractional digits (citation needed). Though in the encoder, I made sure there's no nasty little padding bytes. Fractional digits are accounted for by the nature of the encoding. I'd rather not go into my original motivations for why I needed Base94 specifically when Base64 was such a nice looking encoding, did I really need the 30 extra digits? I did. Made in Java 7.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Ascending Radix Sorting.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    ExtraDix (EXTended RADIX) is a sorting algorithm based on radix sort. It can sort by all basic types, it is stable; sorting time increases linear with number of records. From a few hundred records onwards it is faster than Quicksort.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    FastFrequency API written entirely in Java ME, is able to provide to obtain the frequency of a sound signal using the FFT algorithm implemented by the radix-2 after the windowing signal via Hamming windows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    J-Astro
    J-Astro is a utility for astrological calculations. Beeing developed under linux, binaries are available for Linux, Mac OSX and for Win (XP / Win7). The user interface is built using the Qt4 libraries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    jAlgorithms is a project mainly for educational purposes. It contains some of the popular algorithms and data structures.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Spreadsort is a fast general-case in-place hybrid radix/comparison algorithm, which tends to be roughly twice as fast as std::sort. This library has calls to sort integers, floats, or strings, or other data types based upon integer, float, or string keys
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    jBaseChange converts values between number systems of radix 2-36, or it can convert the input value to all the supported number systems. Also included is a random number generator. This could be used to generate a strong password.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Radix is a RAD framework for creating native XML web applications. Complete web applications can be created without programming knowledge using XML, XSLT, XPath and related technologies. Radix can be extended using Java, JavaScript, Python, and Tcl.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next