Showing 32 open source projects for "radix"

View related business solutions
  • Red Hat Ansible Automation Platform on Microsoft Azure Icon
    Red Hat Ansible Automation Platform on Microsoft Azure

    Red Hat Ansible Automation Platform on Azure allows you to quickly deploy, automate, and manage resources securely and at scale.

    Deploy Red Hat Ansible Automation Platform on Microsoft Azure for a strategic automation solution that allows you to orchestrate, govern and operationalize your Azure environment.
  • 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
  • 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
  • Cybersecurity Management Software for MSPs Icon
    Cybersecurity Management Software for MSPs

    Secure your clients from cyber threats.

    Define and Deliver Comprehensive Cybersecurity Services. Security threats continue to grow, and your clients are most likely at risk. Small- to medium-sized businesses (SMBs) are targeted by 64% of all cyberattacks, and 62% of them admit lacking in-house expertise to deal with security issues. Now technology solution providers (TSPs) are a prime target. Enter ConnectWise Cybersecurity Management (formerly ConnectWise Fortify) — the advanced cybersecurity solution you need to deliver the managed detection and response protection your clients require. Whether you’re talking to prospects or clients, we provide you with the right insights and data to support your cybersecurity conversation. From client-facing reports to technical guidance, we reduce the noise by guiding you through what’s really needed to demonstrate the value of enhanced strategy.
  • 5
    RAD

    RAD

    Engine remake of the game "Radix: Beyond the void"

    This is an engine remake of the 1995 game "Radix: Beyond the void". You will need data from original game to play it (RADIX,DAT). Source code repository: https://github.com/jval1972/Rad-X
    Downloads: 14 This Week
    Last Update:
    See Project
  • 6
    Terrain Generator

    Terrain Generator

    A tool for creating Terrains.

    Exports RAD (Radix game remake) maps in WAD format and Doom maps in UDMF format for advanced source ports. RAD engine: https://sourceforge.net/projects/rad-x/ Source code repository: https://github.com/jval1972/DD_TERRAIN
    Downloads: 6 This Week
    Last Update:
    See Project
  • 7
    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
  • 8
    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
  • 9

    ZiteCalculator

    A simple Windows Calculator with Radix conversion and Memory Storage

    A simple Windows Calculator with Radix conversion, bit-wise operations(with 32-bit numbers only), other operations with 64-bit numbers. All radices from 2 to 10 & 16, binary, Decimal, Hex, Octa etc supported. The current operation will shown in a separate part to keep track. Multiple answers can be stored in Memory variables for further use. All Memory items stored, can be viewed in a separate window and its operation details also viewable, to help users select correct part and substitute...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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.
  • 10
    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
  • 11
    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
  • 12
    Sort and Threads test

    Sort and Threads test

    Test Application for sorting algorithms and multithreading functions.

    Test Application for sorting algorithms and multithreading functions. Sort tests are focusing in vissprite sorting efficiency of the Doom Game Engine (1993). More information at https://www.doomworld.com/forum/topic/102482-potential-for-improvement-in-vissprites-sorting/
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    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
  • 14
    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
  • 15
    Dens PC

    Dens PC

    Periodontal and Dental charting - All in one

    .... Fracture 16. Furcation 17. Hypoplasia 18. Intrusion 19. Mesial movement 20. Missing tooth 21. Mobility 22. Odontomy 23. Overhanging crown margins 24. Overhanging filling margins 25. Periapical abscess 26. Post&Core 27. Radix 28. Recession on pocket 29. Root canal filling 30. Sensitivity 31. Suppuration on probing 32. Telescopic crown 33. Veener
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Multiprecision Calculator
    The calculator of big numbers This program was created for basic arithmetic operations with signed integer numbers. Each number represents the following data structure: array of 1024 unsigned integer numbers (digits), the number of significant digits, the radix (from 2 to 36 inclusive) and the sign of this number (-1 or 1). The program is written in C language and has Russian interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    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
  • 18
    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
  • 19

    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
  • 20

    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
  • 21
    ... 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
  • 22

    LuaCalc

    Crossplatform stack calculator with very fast usage.

    Crossplatform calculator based on preprocessor to Lua language (CLua). CLua have a hybrid syntax between C-style and Lua and have some additions like inline condition operator etc. Easy and very fast in use. Helpful for debugging and analysing data. Enjoy! Get code on homepage (bitbucket. Link below) of project or download win exe from here or homepage.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    Ascending Radix Sorting.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    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
  • 25
    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
  • Previous
  • You're on page 1
  • 2
  • Next