bitwise
Here are 101 public repositories matching this topic...
An arbitrary size Bit-Vector implementation in JavaScript
-
Updated
Sep 23, 2020 - JavaScript
Common data structures and algorithms implemented in JavaScript
-
Updated
Jan 13, 2020 - JavaScript
Can you please implement bit shift operations like logical shift, arithmetic shift and cyclic shift ?
- Logical Shift (#45 — currently stuck)
- Arithmetic Shift (#47 — currently stuck)
- Cyclic Shift (#49)
Fix Naming
-
Updated
Apr 2, 2021 - TypeScript
RPN command-line calculator
-
Updated
Jul 20, 2021 - Python
-
Updated
Oct 4, 2020 - JavaScript
C STL - a Simple Template Library for C
-
Updated
Jul 22, 2021 - C
Radeon Performance Primitives (RPP) library is a comprehensive high performance computer vision library for AMD (CPU and GPU) with HIP and OpenCL back-ends.
-
Updated
Jul 23, 2021 - C++
Gulliver is a C# utility package and library engineered for the manipulation of arbitrary sized byte arrays accounting for appropriate endianness and jagged byte length.
-
Updated
Sep 18, 2020 - C#
A data type similar to ByteBuffer, but can read/write bits as well as bytes to improve throughput and allow for optional compression.
-
Updated
Feb 3, 2019 - Java
Native B compiler for the Ti89
-
Updated
Apr 19, 2019 - C
Utility which creates json/xml and image templates for blob tilesets (wang tiles with corners) written in C#. Also assembles tilesets from micro or subblobs.
-
Updated
Oct 28, 2017 - C#
Topic Wise Implementation, Details and Questions based on Data Structures and Algorithms
-
Updated
Jul 23, 2021 - C++
Just some of my CS Proofs, things like why `k << 1 == k * 2`
-
Updated
Apr 22, 2017 - TeX
c++ bitarray with more simplicity, functionality (and possibly performance) than std::bitset
-
Updated
Aug 9, 2020 - C++
Bitmask class helps you to use all might of bit masks and don't care about what bitwise operations are. It represents a high-level abstraction that looks like simple and manageable object and behaves like collection.
-
Updated
Mar 19, 2017 - PHP
Tired of paying a subscription service to access an API to resolve geoIP data? Look no further! Resolving locally and maintaining your own database is easier than ever. This repo is everything IP: 32-bit/128-bit calculations, ping monitoring across multiple nodes, IPv4/IPv6 network calculations, geoip lookups.
-
Updated
Feb 3, 2021 - Batchfile
Fast, easy to calculate Bitwise operations. No need to click & wait to get an answer.
-
Updated
Jan 27, 2020 - JavaScript
An all-in-one library that dedicated to provide more functions mostly focus on game development (and dumb things)
-
Updated
Oct 9, 2018 - JavaScript
Bitwise Calculator Language for easily integration into code editors
-
Updated
Mar 27, 2019 - Go
A Bitwize Operation Visualizer
-
Updated
Dec 11, 2020 - JavaScript
abstracted byte sequence calculator for node.js
-
Updated
May 3, 2019 - JavaScript
Improve this page
Add a description, image, and links to the bitwise topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bitwise topic, visit your repo's landing page and select "manage topics."


I use dark background themes on my terminals. In VIM I
set bg=dark. The color palette that bitwise uses makes it difficult to see some things (e.g., those in dark blue) on dark bg terms.Nice tool though!