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

GitHub topics: permute

stdlib-js/blas-ext-base-gsortsh

Sort a strided array using Shellsort.

Language: JavaScript - Size: 788 KB - Last synced at: 9 days ago - Pushed at: 17 days ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-dsort2hp

Simultaneously sort two double-precision floating-point strided arrays based on the sort order of the first array using heapsort.

Language: JavaScript - Size: 580 KB - Last synced at: 11 days ago - Pushed at: 17 days ago - Stars: 1 - Forks: 0

stdlib-js/blas-ext-base-gsorthp

Sort a strided array using heapsort.

Language: JavaScript - Size: 569 KB - Last synced at: 11 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/lapack-base-slaswp

Perform a series of row interchanges on an input matrix.

Language: JavaScript - Size: 573 KB - Last synced at: 11 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/blas-ext-base-ssortins

Sort a single-precision floating-point strided array using insertion sort.

Language: JavaScript - Size: 710 KB - Last synced at: 11 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/blas-ext-base-dsort2sh

Simultaneously sort two double-precision floating-point strided arrays based on the sort order of the first array using Shellsort.

Language: JavaScript - Size: 604 KB - Last synced at: 11 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/blas-ext-base-gsort2hp

Simultaneously sort two strided arrays based on the sort order of the first array using heapsort.

Language: JavaScript - Size: 725 KB - Last synced at: 11 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-dsorthp

Sort a double-precision floating-point strided array using heapsort.

Language: JavaScript - Size: 592 KB - Last synced at: 11 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/blas-ext-base-dsort2ins

Simultaneously sort two double-precision floating-point strided arrays based on the sort order of the first array using insertion sort.

Language: JavaScript - Size: 640 KB - Last synced at: 11 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/blas-ext-base-gsortins

Sort a strided array using insertion sort.

Language: JavaScript - Size: 718 KB - Last synced at: 11 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-ssort2ins

Simultaneously sort two single-precision floating-point strided arrays based on the sort order of the first array using insertion sort.

Language: JavaScript - Size: 787 KB - Last synced at: 11 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/blas-ext-base-dsortins

Sort a double-precision floating-point strided array using insertion sort.

Language: JavaScript - Size: 623 KB - Last synced at: 8 days ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/blas-ext-base-ssortsh

Sort a single-precision floating-point strided array using Shellsort.

Language: JavaScript - Size: 688 KB - Last synced at: 11 days ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/blas-ext-base-gsort2sh

Simultaneously sort two strided arrays based on the sort order of the first array using Shellsort.

Language: JavaScript - Size: 669 KB - Last synced at: 11 days ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

stdlib-js/blas-ext-base-gsort2ins

Simultaneously sort two strided arrays based on the sort order of the first array using insertion sort.

Language: JavaScript - Size: 742 KB - Last synced at: 11 days ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

afnanenayet/hashed-permutation

An implementation of Kensler's hashed permutation algorithm

Language: Rust - Size: 71.3 KB - Last synced at: 6 days ago - Pushed at: 3 months ago - Stars: 16 - Forks: 3

stdlib-js/blas-ext-base-ssort2hp

Simultaneously sort two single-precision floating-point strided arrays based on the sort order of the first array using heapsort.

Language: JavaScript - Size: 702 KB - Last synced at: 11 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/lapack-base-dlaswp

Perform a series of row interchanges on an input matrix.

Language: JavaScript - Size: 563 KB - Last synced at: 11 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

stdlib-js/blas-ext-base-ssorthp

Sort a single-precision floating-point strided array using heapsort.

Language: JavaScript - Size: 685 KB - Last synced at: 11 days ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

stdlib-js/ndarray-base-transpose

Transpose a matrix (or a stack of matrices).

Language: JavaScript - Size: 619 KB - Last synced at: 11 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

stdlib-js/blas-ext-base-ssort2sh

Simultaneously sort two single-precision floating-point strided arrays based on the sort order of the first array using Shellsort.

Language: JavaScript - Size: 725 KB - Last synced at: 12 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

stdlib-js/blas-ext-base-dsortsh

Sort a double-precision floating-point strided array using Shellsort.

Language: JavaScript - Size: 563 KB - Last synced at: 11 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

stemangiola/nanny

A tidyverse suite for (pre-) machine-learning: cluster, PCA, permute, impute, rotate, redundancy, triangular, smart-subset, abundant and variable features.

Language: R - Size: 1.32 MB - Last synced at: 9 months ago - Pushed at: over 1 year ago - Stars: 30 - Forks: 1

kokjo/permute

Source code for the permute challenge from 35c3 CTF.

Language: C - Size: 19.5 KB - Last synced at: almost 2 years ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

albertopoljak/FireCracker

Generate word list by combining inputted words or by permutaing characters.

Language: Java - Size: 9.88 MB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 11 - Forks: 1

0joshuaolson1/0joshuaolson1.github.io

List shuffler and random integers: RANDOM.ORG-like utility webpages supporting 'better' randomness (http://qrng.anu.edu.au or bring-your-own entropy) https://0joshuaolson1.github.io

Language: HTML - Size: 132 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 0