I like discovering new things. Examples of my findings: security vulnerabilities in Kubernetes, Podman and Singularity.I've also created a SIMD algorithm that efficiently loads and shifts columns into diagonals. Here are the three first iteration steps of the algorithm:
v7 = a a a a a a a a v0 = b b b b b b b b v1 = c c c c c c c cv6 =v7 = a a a a a a a av0 = b b b b b b b bv5 =v6 = v7 = a a a a a a a av4 =v5 = v6 = v3 = a a a av4 = b b b bv5 = c c c cv2 =v3 = a a a av4 = b b b bv1 = a av2 = b bv3 = a a c cv0 = av1 = a bv2 = a b c
See how the diagonals fall into place.
PinnedLoading
- diagonalsw
diagonalsw PublicC/C++ implementation of the Smith-Waterman algorithm by using SIMD operations (e.g SSE4.1)
- slurm-container-cluster
slurm-container-cluster PublicForked fromgiovtorres/slurm-docker-cluster
Container-based Slurm cluster with support for running on multiple ssh-accessible computers. Currently it is based on podman, systemd, norouter and sshocker (sshfs).
- compile-time-simd-blend-mask
compile-time-simd-blend-mask PublicCompile-time blend masks that unifies _mm256_blend_epi8, _mm256_blend_epi16, _mm256_blend_epi32
C++
- osd-spot-viewer
osd-spot-viewer PublicDemonstrating how to use OpenSeadragon to create a viewer for displaying colored circles on top of a high resolution photo. The photo tiles and the circle colors are retrieved from a single data fi…
JavaScript
- podman-nginx-socket-activation
podman-nginx-socket-activation PublicDemo of how to run socket-activated nginx with Podman. Source IP address is preserved.
- podman-networking-docs
podman-networking-docs Publicrootless Podman networking documentation with examples
If the problem persists, check theGitHub status page orcontact support.