Skip to content
View n0connect's full-sized avatar
đź’­
Not Here
đź’­
Not Here

Block or report n0connect

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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. Prime-Slicer Prime-Slicer Public

    My project supported by high performance parallel programming to find the prime numbers in the specified range. In this project, I used NumPy and Multiprossesing modules in my performance and speed…

    Python 1

  2. RSA RSA Public

    RSA is a review project that I have developed to have an idea about the structure of one-way functions, where I examine how the RSA algorithm works mathematically, which I am open to development. I…

    C++ 1

  3. C-MATRIX C-MATRIX Public

    C-MATRIX is a detailed and customizable Matrix calculation and creation library written entirely in C language.While creating the matrix, the library uses a vector library that I have written befor…

    C

  4. C-KMEANS C-KMEANS Public

    To visualize how the Standard algorithm (naive k-means) algorithm works in C language with the help of the RAYLIB library

    C 1

  5. C-SOCKET C-SOCKET Public

    A starting point for designing a low-level server-client communication “socket” in C, setting up client-server connections and constructing structures for data transmission.

    C 1

  6. C-VECTOR C-VECTOR Public

    The C-VECTOR Library is a simple but customizable and extensible vector creation and computation project written entirely in C. By default there is no library for vector operations in the C languag…

    C