An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: bitwise-operators

malikljalid/cpp_practice01

Intermediate C++ topics to familiarize myself with high-level C++ features

Language: C++ - Size: 84 KB - Last synced at: 1 day ago - Pushed at: 2 days ago - Stars: 0 - Forks: 0

Innocentsax/DSA_IN_JAVA

Data Structure and Algorithm in Java

Language: Java - Size: 1.27 MB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 19 - Forks: 3

Stationeers-ic/exact-ic10-math

Bitwise Operations in TypeScript (JavaScript) for Stationeers

Language: TypeScript - Size: 144 KB - Last synced at: 15 days ago - Pushed at: 18 days ago - Stars: 2 - Forks: 0

mariuszgromada/MathParser.org-mXparser

Math Parser: Java, C#, C++, Kotlin, Android, and all .NET platforms (Nuget, Maven, CMake). Supports .NET Framework, .NET Core, .NET Standard, Xamarin, and more. Features: rich built-in library of math functions, operators, constants. Flexible in user-defined arguments, functions. Expressions provided as plain text. Easy to use. Well documented.

Language: C++ - Size: 35.1 MB - Last synced at: 21 days ago - Pushed at: about 2 months ago - Stars: 935 - Forks: 158

dvvvjula/ue-tiok

Size: 2.63 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

inflated-goboscript/bstr

binary string operations

Language: JavaScript - Size: 6.84 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

fielding/redstone-university

An interactive course on computer science and digital architecture, built from the ground up. (Minecraft and CircuitVerse tracks available)

Language: Python - Size: 276 MB - Last synced at: about 1 month ago - Pushed at: 2 months ago - Stars: 9 - Forks: 2

AlbyCosmy99/base64-conversion-algorithm-unipd

C implementation of the Base64 encoding algorithm, developed as an exercise to practice bitwise operations and data encoding, in preparation for the Computer Networks exam (UNIPD).

Language: C - Size: 5.86 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

uraimo/Bitter

A Swift Bits Manipulation/Bitwise Operations Toolkit

Language: Swift - Size: 267 KB - Last synced at: 17 days ago - Pushed at: over 5 years ago - Stars: 209 - Forks: 16

vitalij555/bitops

Bit manipulation library

Language: Python - Size: 20.5 KB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

cair/fast-tsetlin-machine-with-mnist-demo

A fast Tsetlin Machine implementation employing bit-wise operators, with MNIST demo.

Language: C - Size: 5.79 MB - Last synced at: 2 months ago - Pushed at: about 6 years ago - Stars: 69 - Forks: 12

Soham-1220/Experiment-1

LAB MANUAL CONTENT

Language: C++ - Size: 17.6 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

DanielFonsecaa/Push_swap-42

push_swap is a classic algorithmic project. The main objective is to sort a stack of integers using a limited set of operations, implemented in C, with the goal of using the fewest possible moves.

Language: C - Size: 72.3 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

annie444/xod

A tiny calculator REPL for bitwise arithmetic and expression evaluation.

Language: Rust - Size: 128 KB - Last synced at: 23 days ago - Pushed at: 23 days ago - Stars: 0 - Forks: 0

pandyamihir/Car_Black_Box

This smart black box monitors speed, acceleration, braking, and engine vitals in real-time, alerting to dangerous driving. AI predicts mechanical issues and detects rash driving/speeding. Fleet managers get encrypted insights via cloud dashboards, reducing accidents by 40% and maintenance costs by 25%. A proactive safety solution for vehicles.

Language: C - Size: 0 Bytes - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

AkikoAkaki/java-ecb-file-encryption

A Java-based file encryption and decryption tool using simplified ECB block cipher logic.

Language: Java - Size: 18.6 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

danylo-macelai/BitwiSEcurity

Uma POC enxuta, focada em demonstrar o controle de permissões utilizando operações bitwise + Spring Security. Ideal para quem busca otimizar o armazenamento de permissões e proteger rotas de forma simples, minimalista e performática.

Language: Java - Size: 110 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

nilostolte/Sudoku

Simple 9x9 Sudoku brute force solver with intrinsic parallel candidate set processing using bits to represent digits in the [1, 9] range, and bitwise operations to test a candidate against the candidate set, all at once.

Language: Zig - Size: 269 KB - Last synced at: 2 months ago - Pushed at: 10 months ago - Stars: 5 - Forks: 0

mbdanielcrespo/Minitalk

Inter-process communication (IPC) using UNIX signals project. It involves creating a client-server system where the client sends messages to the server by encoding characters bit-by-bit using SIGUSR1 and SIGUSR2 signals.

Language: C - Size: 236 KB - Last synced at: 2 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

oguzkaran/JavaApp1-Jun-2022

JavaApp1-Jun-2022

Language: Java - Size: 34 MB - Last synced at: 6 months ago - Pushed at: over 1 year ago - Stars: 21 - Forks: 30

michaeljclark/bignum

C++ bignum with support for arbitrary precision integer arithmetic.

Language: C++ - Size: 80.1 KB - Last synced at: 7 months ago - Pushed at: almost 5 years ago - Stars: 29 - Forks: 3

aylaaouf/minitalk

Language: C - Size: 28.3 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

keyu-tian/Cpp-Gomoku-with-AI

C++ Gomoku with a strong AI based on minimax search and alpha-beta pruning with Qt5 GUI. *Dozens of C++ tricks & hacks are used to improve efficiency.* Come and try to see if you can beat the powerful AI!

Language: C++ - Size: 12.5 MB - Last synced at: 7 months ago - Pushed at: over 5 years ago - Stars: 81 - Forks: 20

Tariqindher/Java-Practise-Basic-Level

This repository contains Java programming exercises and projects to reinforce my understanding of core concepts. It includes problem-solving with data structures, object-oriented programming (OOP), file handling, multithreading, and more.

Language: Java - Size: 17.6 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

LuMarans30/dec2bin-c

Three simple algorithms in C that convert a number from decimal to binary.

Language: C - Size: 13.7 KB - Last synced at: 8 months ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

giladreich/BitwiseCalculator

Simple tool for calculating a long bitwise expression which will show the result in a form of decimal, hex and binary.

Language: C# - Size: 30.3 KB - Last synced at: 30 days ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 0

qluana7/BitScript

Rule - Only bitwise operators allow

Language: C# - Size: 11.7 KB - Last synced at: 12 days ago - Pushed at: about 4 years ago - Stars: 3 - Forks: 0

Shaldonbarnes10/power_of_two

This repository contains a solution to the Power of Two problem, where the goal is to determine if a given integer is a power of two. The problem is solved using efficient bitwise operations in C++.

Language: C++ - Size: 4.88 KB - Last synced at: 8 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

gowthamrajk/InterviewPreparationKit

This module consists of various Interview Preparation Materials and Possible Programming Questions on various Topics to be covered.

Language: C - Size: 371 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 56 - Forks: 20

chrisrink10/bitcalc

Visual calculator for bitwise expressions

Language: Python - Size: 5.86 KB - Last synced at: 3 days ago - Pushed at: almost 10 years ago - Stars: 1 - Forks: 0

danprince/tiny-binary-format

Memory efficient binary formats instead of objects.

Language: JavaScript - Size: 17.6 KB - Last synced at: 22 days ago - Pushed at: over 9 years ago - Stars: 142 - Forks: 11

pin3dev/42_Minitalk

inter-process communication, using UNIX signals to transmit messages from a client to a server. Explores asynchronous communication using SIGUSR1 and SIGUSR2 signals.

Language: C - Size: 31.3 KB - Last synced at: 7 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

redowl-exe/fq_minitalk

Minitalk is a small project to create a connection between client and server using UNIX signals.

Language: C - Size: 2.93 KB - Last synced at: 13 days ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

madhusudan-mandal/BitManipulation

Bit Manipulation is a technique used in a variety of problems to get the solution in an optimized way. This technique is very effective from a Competitive Programming point of view.

Language: Java - Size: 9.77 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

sidharthjuyal/basic-cpp

some basic concepts of C++

Language: C++ - Size: 553 KB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 5 - Forks: 2

EmrD/bitwise-operations-with-csharp

Language: CSS - Size: 215 KB - Last synced at: 9 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

DanIsraelMalta/GLSL-CPP

A generic, modern and extensible numerical toolkit following the syntax and functionality of the GLSL shading language, but it packed with extra goodies

Language: C++ - Size: 141 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 15 - Forks: 4

LouAntonio/minitalk

42Luanda Minitalk

Language: C - Size: 55.7 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

rpxpx/bitshift

Logical operation bitmaps. Bitmap images formed by taking the Boolean (zero/non-zero) value for each pixel from a chain of simple logical and arithmetic operations on pixel (x,y) coordinates and a constant K.

Language: C - Size: 3.09 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

subhamhada/CDS.EXP-4

c++ programs using bitwise operators

Language: C++ - Size: 13.7 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Aliance/InfiniteBitmask

Infinite bitmask implementation

Language: PHP - Size: 49.8 KB - Last synced at: about 2 months ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 0

Shivam1432/Bitwise-Operators

solutions to some common bitwise operator questions

Language: C - Size: 12.7 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

barbarj/fillit-bitwise

An implementation of my fillit project, using bitwise operators.

Language: C - Size: 200 KB - Last synced at: over 1 year ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0

Manvi008/Cpp_Programmiing

A program book of C++ programs,

Language: C++ - Size: 61.5 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

uraimo/Swift-Playgrounds

Collection of Swift playgrounds used in my posts: From functional aspects of Swift to C interoperability.

Language: Swift - Size: 572 KB - Last synced at: 6 months ago - Pushed at: over 6 years ago - Stars: 139 - Forks: 14

uyarahmet/COMP201

COMP201 - Computer Systems and Programming

Language: C - Size: 1.18 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 1

avagordon01/bitarray

c++ bitarray with more simplicity, functionality (and possibly performance) than std::bitset

Language: C++ - Size: 85 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 11 - Forks: 0

mtumilowicz/java12-fundamentals-hash-map-implementation-workshop

Implementation of HashMap.

Language: Java - Size: 134 KB - Last synced at: 9 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

pavithracr1111/Pavithra_C_R___STEGO_Project

LSB Image Steganography is a C command-line application enabling seamless embedding of text messages into bitmap (.bmp) images using LSB steganography. Users can encrypt and decrypt messages, validate message and image size compatibility, and optionally include a magic string for identification.

Language: C - Size: 1.4 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Fanmade/laravel-bitwise-trait

Simple trait to use bitwise operators on any class

Language: PHP - Size: 21.5 KB - Last synced at: about 1 month ago - Pushed at: almost 4 years ago - Stars: 13 - Forks: 2

youssef-saaed/BooleanArray

A C++ class for storing boolean values efficiently using a single bit instead of byte per value

Language: C++ - Size: 27.3 KB - Last synced at: 8 months ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

mgalang229/Codeforces-1775C-Interesting-Sequence

Language: C++ - Size: 1.95 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

wudi/bitwise

Bitwise Operations Online

Language: HTML - Size: 13.7 KB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

jhg023/BitBuffer

A data type similar to ByteBuffer, but can read/write bits as well as bytes to improve throughput and allow for optional compression.

Language: Java - Size: 79.1 KB - Last synced at: 4 months ago - Pushed at: almost 7 years ago - Stars: 12 - Forks: 2

hunteryavitz/Data-Conversion

This repository contains java projects pertaining to data conversions including Character to Byte, Byte to Hex, Hex to Oct, etc. Most of these projects demonstrate the utility and robustness of bitwise operators.

Language: Java - Size: 2.93 KB - Last synced at: over 1 year ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

TheRealPad/creditCardValidator

Program using Luhn algorithm to validate or not credit card number

Language: C++ - Size: 9.77 KB - Last synced at: 8 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

seigtm/BitwiseAddition 📦

Addition of two integers using only bitwise operators (C++).

Language: C++ - Size: 4.88 KB - Last synced at: 7 months ago - Pushed at: almost 4 years ago - Stars: 3 - Forks: 0

nomnomab/BitCalculator

This asset allows users to convert formulas into a bit output, and allows for easy bit flipping in-editor.

Language: C# - Size: 21.5 KB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 4 - Forks: 2

simpmadi320/BitwiseTrivia

Bitwise Operator Trivia for AND, OR, XOR, One's Complement, and Shift Left/Right

Language: C++ - Size: 7.81 KB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

Leticia-Franca/push_swap

Push_swap is a project to get to know and practice sorting algorithms.

Language: C - Size: 27.3 KB - Last synced at: over 1 year ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 1

exc-jdbi/Steganography

Simple tool that shows how steganography works.

Language: C# - Size: 5.36 MB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

ratamranjith/ProblemSolving-Ruby

Ruby Tricky Logical Problems

Language: Ruby - Size: 40 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 1

JuliaBFleming2024/Nand2Tetris-Computer-Organization-Projects

This repository contains all project work associated with the Nand2Tetris course on Computer Organization and Architecture.

Language: Python - Size: 29.3 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

Yukisschu/tideman_algorithm

Tideman election simulation algorithms using adjacency list, adjacency matrix, and bitwise operations.

Language: C - Size: 61.5 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

cair/fast-tsetlin-machine-in-cuda-with-imdb-demo

A CUDA implementation of the Tsetlin Machine based on bitwise operators

Language: Cuda - Size: 38.1 KB - Last synced at: about 1 month ago - Pushed at: about 6 years ago - Stars: 26 - Forks: 2

avagordon01/bit

C++11/14/17 equivalent for C++20s <bit> https://en.cppreference.com/w/cpp/header/bit

Language: C++ - Size: 11.7 KB - Last synced at: almost 2 years ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

penguin-teal/utf8encoder

Two simple functions to encode and decode UTF-8 using bitwise operators.

Language: C - Size: 27.3 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

c3rebro/ByteArray

Bitwise Manipulation on Byte Arrays

Language: C# - Size: 9.77 KB - Last synced at: over 1 year ago - Pushed at: over 7 years ago - Stars: 2 - Forks: 0

whitehorsesoft/Simple-bitchart

Ruby function that displays bitchart to console, given precision and if using twos-complement for negative integers

Language: Ruby - Size: 16.6 KB - Last synced at: almost 2 years ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0

BernhardZat/pure-lua-5.1-crypto

Crypto library written in pure Lua 5.1 which includes X25519, ChaCha20, Shamir's Secret Sharing and more.

Language: Lua - Size: 13.7 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 0

mvcuccaro/angular-crudbits

Angular directive for setting bitwise values for common crud type bits

Language: JavaScript - Size: 58.6 KB - Last synced at: about 2 years ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0

tgymnich/BitwiseRotate

🔄 Safe and efficient bitwise rotation in Swift

Language: Swift - Size: 50.8 KB - Last synced at: 5 months ago - Pushed at: almost 4 years ago - Stars: 3 - Forks: 0

oguzkaran/JavaApp1-Oct-2021

JavaApp1-Oct-2021

Language: Java - Size: 72.2 MB - Last synced at: 6 months ago - Pushed at: almost 3 years ago - Stars: 16 - Forks: 24

MrAlexSee/Fingerprints

A proof-of-concept program for lightweight fingerprints for fast approximate keyword matching using bitwise operations.

Language: C++ - Size: 12.5 MB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

SoulFlareStudio/python-bitwise_test

Performance testing of various Python packages on bitwise operations

Language: Python - Size: 19.5 KB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

MrAlexSee/sopang

SOPanG, a simple tool for pattern matching over an elastic-degenerate string, a recently proposed simplified model for the pan-genome.

Language: C++ - Size: 733 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 10 - Forks: 2

tyger2020/Arduino_Num_Display

This program causes the number display on an Arduino DUE board to light up and count to 9,999 using only latches and clocks in the DigitalWrite() function..

Language: Arduino - Size: 1000 Bytes - Last synced at: about 2 years ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 0

mixed-farming/C-culminate

All my C programs since 2021. This repository contains 250+ C programs, spanning from basic "Hello, World!" to intricate data structures and algorithms.

Language: C - Size: 418 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 3 - Forks: 0

badhonparvej481/Python_Operators

Language: Jupyter Notebook - Size: 3.91 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

SejalCh/Bitwise-Operators-in-CPP

Language: C++ - Size: 2.93 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

reinder83/binary-flags

Simple BinaryFlags class to extend from

Language: PHP - Size: 67.4 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 12 - Forks: 2

loganmay/PicCrypt

Basic Steganography

Language: Java - Size: 50.8 KB - Last synced at: about 2 years ago - Pushed at: over 8 years ago - Stars: 0 - Forks: 0

ManuelBlanc/lua-bit64 Fork of tst2005/lua-bit64

Lua bitwise operators on 64-bit integers

Language: Lua - Size: 8.79 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 4 - Forks: 0

pksh-23514/C-Programming

Solutions to selected problems implemented on C.

Language: C - Size: 43.9 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

ExtReMLapin/luajit_bit_extended

Extending the LuaJIT BitOp lib

Language: Lua - Size: 8.79 KB - Last synced at: over 2 years ago - Pushed at: almost 6 years ago - Stars: 3 - Forks: 0

mihaighidoveanu/laborator-pp

Teaching materials for Procedural Programming Lab

Language: C - Size: 40.6 MB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 5 - Forks: 1

wecet/CPP-Bitwise-Operators-and-Quadtrees

This repository consists of 2 folders. The first folder consists of a quadtree implementation in Cpp with Boolean and 'Black and White' representation. The second folder consists of an implementation of the bitwise operators on a binary string stored as an object of a big integer.

Language: C++ - Size: 29.3 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

keithstellyes/csproofs

Just some of my CS Proofs, things like why `k << 1 == k * 2`

Language: TeX - Size: 390 KB - Last synced at: over 2 years ago - Pushed at: over 8 years ago - Stars: 6 - Forks: 2

alaattinyilmaz/advanced-programming

Advanced Programming (CS204) course in Sabanci University coding assignments in C++ programming language.

Language: C++ - Size: 3.84 MB - Last synced at: over 2 years ago - Pushed at: almost 7 years ago - Stars: 2 - Forks: 0

YousefSameh25/Data-Security

The project have following algorithms of encryption-and-decryption (AES , DES , DiffieHellman,RSA ,RC4, Autokey , Ceaser, columnar, HillCipher ,Monoalphatic, play Fair, Rail Fence, Reapeating keys)

Language: C# - Size: 289 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

mathias-mrsn/minitalk

Client that communicates with a server using 2 shell signals

Language: C - Size: 1.27 MB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

oleggromov/magipack

Pack any number of bool or integer values into a single BigInt - save traffic, save the planet 🌏

Language: TypeScript - Size: 135 KB - Last synced at: about 2 months ago - Pushed at: about 4 years ago - Stars: 4 - Forks: 0

griffi-gh/const-twiddle 📦

Bitwise utility functions

Language: Rust - Size: 8.79 KB - Last synced at: 21 days ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

karisti/42_minitalk

Small client / server communication program only using UNIX signals. 42 Madrid cursus project.

Language: C - Size: 125 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

MIDHUNGRAJ/bitwise-example

bitwise-example

Language: C - Size: 1000 Bytes - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

mzusin/js-bit-manipulation

A collection of bit manipulation helpers written TypeScript.

Language: TypeScript - Size: 181 KB - Last synced at: 7 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

rajh-phuyal/42minitalk

A small data exchange program using UNIX signals between a server and a client in C.

Language: C - Size: 1.86 MB - Last synced at: 9 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

duevil/BitwiseTicTacToe

A simple implementation of a Game of TicTacToe using bitwise operations and the Negamax algorithm

Language: Java - Size: 8.79 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

tmurakami/btkt

A Kotlin library that provides extensions for bit-twiddling.

Language: Kotlin - Size: 276 KB - Last synced at: 9 months ago - Pushed at: about 6 years ago - Stars: 1 - Forks: 0

wzid/sudoku-solver

Sudoku Solver using bitmasks and bit-manipulation with Rust 🦀 and egui 🎨

Language: Rust - Size: 1.73 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 25 - Forks: 3