Showing 27 open source projects for "bitwise"

View related business solutions
  • AlertBot: Website Monitoring of Uptime, Performance, and Errors Icon
    AlertBot: Website Monitoring of Uptime, Performance, and Errors

    For IT Professionals and network adminstrators looking for a web application monitoring solution

    AlertBot monitors your website's full functionality around the clock so you can focus your time on more important things.
  • Easy management of simple and complex projects Icon
    Easy management of simple and complex projects

    We help different businesses become digital, manage projects, teams, communicate effectively and control tasks online.

    Plan more projects with Worksection. Use Gantt chart and Kanban boards to organize your projects, get your team onboard and assign tasks and due dates.
  • 1
    Magic Enum C++

    Magic Enum C++

    Static reflection for enums (to string, from string, iteration)

    Static reflection for enums (to string, from string, iteration) for modern C++, work with any enum type without any macro or boilerplate code. magic_enum does not pretend to be a silver bullet for reflection for enums, it was originally designed for small enum. If you are using vcpkg on your project for external dependencies, then you can use the magic-enum package. If you are using Conan to manage your dependencies, merely add magic_enum/x.y.z to your conan's requires, where x.y.z is the...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Neptune

    Neptune

    A calculator like programming language

    Neptune is a simple programming language indented for quick mathematical calculations, e. g. shape field calculation or budget analysing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Rhubarb

    Rhubarb

    A WebSocket library optimized for multiplayer JS games

    Rhubarb is a lightweight WebSocket library for multiplayer HTML5 games. It is originally designed to be used by the ROYGBIV Engine. However, it can be used outside of ROYGBIV as well. Javascript is slow, therefore we want to have as much main-process-power as we can in order to do game related calculations, graphics rendering and achieving 60 FPS. For multiplayer games achieving 60 FPS gets even more complicated given that transferring data over WebSockets is a slow operation. It also...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Number Base Converter

    Number Base Converter

    Instantly convert between number systems and do basic operations

    With this Java application values of arbitrary length can be converted between Dec, Hex and Bin number base. Additionally, bitwise and numeric operations can be performed on the main value (also of arbitrary size). The main feature is the visual buttons representing the appropriate bit value, which can show and change the respective bit position. Also, bit group values (eg. W0, H0, etc) can be displayed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Comet Backup - Fast, Secure Backup Software for MSPs Icon
    Comet Backup - Fast, Secure Backup Software for MSPs

    Fast, Secure Backup Software for Businesses and IT Providers

    Comet is a flexible backup platform, giving you total control over your backup environment and storage destinations.
  • 5

    CRC

    CRC algorithms, test code, libraries and tables

    This is a modified version of the CRC algorithms by Lammert Bies. It supports more algorithms and has been ported to several languages. It's also useful for learning how to do hexadecimal calculations and bitwise operations in various programming languages. Disclaimer: These test programs demonstrate the calculation of CRC. I made these translation with a basic knowledge of each language. They may or may not be appropriately formatted / secured / robustified / idiot proofed or any similar...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    Eye candy showing parallel Conway's Life games in the bit planes of the screen, using boolean BitBlt operations. (Independently rediscovered algorithm given already in Smalltalk-80 Blue Book, by the inventors of BitBlt.)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Heap Variable

    Declare 1 byte to 4,294,967,295 byte variables.

    This libary gives programmers the ability to define variables from the range of 1 byte to 4,294,967,295 bytes. You have the assignment operators, boolen, and basic math functions, along with bitwise operations. Version 3.2 brings a faster print_heapvar_decimal function. It is still slow, but much faster than the old function.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    bitrate-xls

    calculator for avi-file streams

    A "bitwise precision tool" bitrate calculator using MS-EXCELL programming. The results are used for DVD Video to audio-video streams. It helps compute VIDEO- & AUDIO-Bitrates, aspect ratio, screen size, choose audio format cbr. Has units MB,pixel,d:h:m:s, kbps, etc
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    MOTE CSPRNG & Stream Cipher

    MOTE CSPRNG & Stream Cipher

    A family of small-state CSPRNGs and Stream Ciphers

    ... lines of code: Ten arithmetic and bitwise operations in all. It's called MOTE because a PRNG can't be made much smaller (or faster) without introducing bias or severely reducing avalanche. MOTE alternates its shift and rotation constants unpredictably, and has passed the most stringent industry-standard tests for randomness and security, including NIST & DIEHARD.
    Downloads: 0 This Week
    Last Update:
    See Project
  • JobNimbus Construction Software Icon
    JobNimbus Construction Software

    For Roofers, Remodelers, Contractors, Home Service Industry

    Track leads, jobs, and tasks from one easy to use software. You can access your information wherever you are, get everyone on the same page, and grow your business.
  • 10

    JavaBitWise

    A bitwise calculator for two integers.

    A two's compliment calculator designed for specifically for Java, but is still effective for just about any other language. It will accept two integer values and will show the binary, octal, and hexadecimal equivalence, and show how the bits interact with the logical operators not, and, or, and xor, and how primitive types are cast into other types. If there is a feature that you would like to see, let me know and I will see what I can do. I am working on a major update to how the interface works.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Cloudture

    Cloudture is encryption using xor and one-time pads

    How does CLOUDTURE work? Cloudture is basically just a wrapper around the xor bitwise operator, in C this is the circumflex ^. It makes working with xor safer and fun. Why CLOUDTURE? The news has made us aware that the intelligence services are storing huge amounts of data. The question is, how can we make good use of this huge storage capacity? I suggest to use the real, possibly subliminal, message as the key to encode your "secret" messages, with the full expectation
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Topal: Organic Parsing Language

    Topal: Organic Parsing Language

    Syntactic script interpreter

    Topal: Organic Parsing Language is a functional scripting language with non-strict semantics. It's designed for parsing (as opposed to lexing) with a focus on usability. The language uses procedures rather than functions. Procedures can contain conditional expressions and very basic data storage / bitwise operations. Additionally you can import DLL files and run their functions within the procedures. Procedure names and their argument names are not static; they are defined via a regular...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    An advanced Web Framework build in PHP, flexible and very fast
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    A portable in-place bitwise binary Fredkin trie algorithm which allows for near constant time insertions, deletions, finds, closest fit finds and iteration. Is approx. 50-100% faster than red-black trees and up to 20% faster than O(1) hash tables.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    swet: sustained workload efficiency test

    swet: sustained workload efficiency test

    multi-trhead workload efficiency test

    swet (sustained workload & efficiency test) is a portable benchmark for POSIX and BSD operating systems with multi-thread and multi-process capabilities and flexible, powerful report options.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 16

    fqpack

    FASTQ compression

    Provides bitwise, context-based 2nd generation data compression for large FASTQ-based files
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    lualubit

    LUA native bitwise operators

    Project LUALUBIT implements bitwise operators into Lua programming language directly into core code instead of library module. Based on : http://www.lua.org/ftp/lua-5.2.0.tar.gz, http://www.lua.org/work/lua-5.2.0-beta.tar.gz 2011-07-08 and http://www.wra1th.plus.com/lua/risclua.html. More detailed description: http://www.sbmintegral.sk/lua/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    10.1109/CCNC.2010.5421745

    10.1109/CCNC.2010.5421745

    Decoding Superimposed BPSK Modulated Wireless Transmissions

    The introduction of physical layer network coding gives rise to the concept of turning a collision of transmissions on a wireless channel useful. In the idea of physical layer network coding, two synchronized simultaneous packet transmissions are carefully encoded such that the superimposed transmission can be decoded to produce a packet which is identical to the bitwise binary sum of the two transmitted packets. This paper explores the decoding of superimposed transmission resulted by multiple...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Big Numbers Calculator
    Arithmetic, bitwise and base conversion operations over the big integers.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 20
    Obfuscapery
    Obfuscapery - an email obfuscator that combines human interaction, the power of JQuery, and the nearly mystical properties of the XOR bitwise operator. The result is a simple, lightweight and portable plug-in.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Class for working with variable length fields of bits. Common operations as set or get a bit on a position as well as bitwise operations are implememted.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    **Plugin is deprecated**
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Strong cypher with unique recursive alghorythm of bitwise gamma with good avalanche and diffusion. Recurse allow explore quality and parameters at short sequences of data and keys and extrapolate it on very long data and keys.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    SSEPlus is a SIMD function library. It provides optimized emulation for newer SSE instructions. It also provides a rich set of high performance routines for common operations such as arithmetic, bitwise logic, and data packing and unpacking.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    The Brunswick Science Fair Project is an attempt to evolve code snippets into complex organisms. Programmed in Java
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next