Skip to content
View andreadiiorio's full-sized avatar

Block or report andreadiiorio

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Sp3MM4AMG Sp3MM4AMG Public

    Sparse triple matrix multiplication for Algebraic multigrid coarsening phase

    C

  2. SpMV_openMP_CUDA SpMV_openMP_CUDA Public

    Implementation and performance evaluation of SparseparallelMatrixVectorMultiplication implementations, considering: several kinds of partitioning schemes and options for CSR and ELL in openMP vario…

    C 1 1

  3. redblackTree_linux_userspace redblackTree_linux_userspace Public

    Userspace porting of linux kernel LTS 5.10.85 redblack trees core functionality (everything but RCU) and minimalized of them with only core functionalities, easy to integrate in a project

    C

  4. FFmpegVideoScripts FFmpegVideoScripts Public

    Shell

  5. cryptsetup cryptsetup Public

    Forked from mbroz/cryptsetup

    Cryptsetup with 64G memory limit

    C

  6. create a qemu bootable virtual machi... create a qemu bootable virtual machine disk (MBR) from scratch using archlinux
    1
    #!/bin/bash
    2
    #Copyright 2025 Andrea Di Iorio
    3
    #Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
    4
    #1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
    5
    #2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.