transposition
There are 39 repositories under transposition topic.
springer13/hptt
High-Performance Tensor Transpose library
crybot/Napoleon
Re-designed Chess engine and converted in C++
ohdongha/OrthNet
CLfinder-OrthNet, a pipeline to encode orthologs from multiple genomes and their evolutionary history into networks (OrthNets) based on co-linearity between them. OrthNets enable detection of all orthologous gene groups that share the same evolutionary history, using a search based on network topology
torin-carey/simple-matrix
Simple C++ library for dealing with matrices.
Adamishere/Fuzzymatching
Matching records based on imperfect strings using string distances to assign the closest match. Optimized for large files on a single computer.
AnotherKamila/songbook-web
Awesome Songbook / Sheet Music Web App. Wheeeee!
HolzerSoahita/Cracking_code_python
This is an implementation of all famous cryptography algorithms in python. There are several algorithm of cipher in this like Caesar, Transposition, Substitution, Vigenere, AES and RSA
luizaugustogarcia/tdp1375
State-of-art algorithm for sorting by transpositions based on an algebraic approach with guarantee of approximation ratio of 1.375
drostlab/retrocombinator
An R/C++ package for simulating the evolution of retrotransposons over time.
gsiddhad/Cryptography
Implementation of Ciphers
KIRAN-KUMAR-K3/CHIPER
CHIPER is an interactive web platform for learning classical cryptographic techniques, featuring demos of algorithms like Monoalphabetic, Hill, Playfair, and more
Tearth/Proxima-b
Chess engine based on min-max algorithm, iterative deepening and transposition tables
Tearth/Proxima-b-2.0
Chess engine written in C# based on popular chess algorithms. Supports Chess Engine Communication Protocol and FICS.
ahmadfantastic/chess_checkmate_puzzle_solver
Solves Chess Checkmate Puzzles using simple AI search techniques
jancajthaml-go/luhn
luhn check-digit validator and generator
AbdullahRFA/140_Python_basic_program
This repository contains a collection of 140+ Python programs covering a wide range of fundamental concepts and problem-solving techniques. It is designed to help beginners and intermediate learners strengthen their Python skills through hands-on practice.
desgeeko/kryptos
A practical introduction to Kryptos K1-K3 brute-force decryption
desmonHak/SimpleOfuscator
Libreria para ofuscación simple de datos
fvilers/array-transpose
A Rust package to help transpose flat arrays as if they were 2D arrays
shamiul94/Transposition-Cipher-and-DES-Encryption-And-Decryption
This is a C++ implementation of Transposition Cipher and DES Encryption And Decryption for Network Security course sessional of CSE BUET.
stdlib-js/blas-base-transpose-operation-enum2str
Return the BLAS transpose operation string associated with a BLAS transpose operation enumeration constant.
stdlib-js/blas-base-transpose-operation-resolve-enum
Return the enumeration constant associated with a supported BLAS transpose operation value.
stdlib-js/blas-base-transpose-operation-resolve-str
Return the transpose operation string associated with a supported BLAS transpose operation value.
stdlib-js/blas-base-transpose-operation-str2enum
Return the enumeration constant associated with a BLAS transpose operation.
stdlib-js/blas-base-transpose-operations
List of BLAS transpose operations.
stephantul/trnsps
transpose words
TomJamesGray/cipher-crack
Crack traditional ciphers through dictionary attacks
AwesomeMc101/MatrixPlusPlus
C++ Library for matrices. Supports linear algebra formulas and functions
eearhart/Taylor-Swift-Song-Structure
My first data analysis project investigating the song structure patterns in Taylor Swift's first 11 albums.
HeartDisk/Transposition
The piano keyboard is divided into octaves, each octave has 12 notes.
MarcinMier/Matrix-calculator
The program compute the following operations: matrix addition, matrix multiplication by a constant, matrix multiplication by another matrix, transposition along the main diagonal, the side diagonal, the vertical line and the horizontal line, The program compute the following operations: matrix addition, matrix multiplication by a constant, matrix multiplication by another matrix, transposition along the main diagonal, the side diagonal, the vertical line and the horizontal line, calculation of the determinant and the inverse of the matrix.
progmatix21/North
A trie-based ASCII sequence checker/suggester.
Andres-Hernandez-Mata/Encryption-Transposition
Cifrado y descifrado por transposición
artnc/clef-fairy
Convert treble clef PDFs to bass clef :musical_note:
ianfabs/swapie.vim
Swapping lines 😎
SisyphusRex/Maze
Solve a maze array using recursion and transposition.