Skip to content
View nclv's full-sized avatar
🖥️
Focusing
🖥️
Focusing

Organizations

@Calypt
Block or Report

Block or report nclv

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

  1. ensimag-oprf ensimag-oprf Public

    A simple pseudonymization service. Your data is not shared with the server.

    Go 6 1

  2. ensimag-encodeur_jpeg ensimag-encodeur_jpeg Public

    Encodage d'une image au format PPM ou PGM en JPEG.

    C 2 1

  3. AADInternals AADInternals Public

    Forked from Gerenios/AADInternals

    AADInternals PowerShell module for administering Azure AD and Office 365

    PowerShell 3 1

  4. ensimag-debye-huckel_poisson-boltzmann ensimag-debye-huckel_poisson-boltzmann Public

    Résolution numérique par la méthode des différences finies et la méthode de Newton des équations de Debye-Huckel et de poisson-Boltzmann.

    Python 1

  5. python-tools python-tools Public

    List of tips to develop in Python: pytest, pre-commit, performance and design patterns.

    Shell 1

  6. From `Learn C the Hard Way` From `Learn C the Hard Way`
    1
    #ifndef __dbg_h__
    2
    #define __dbg_h__
    3
    
                  
    4
    #include <stdio.h>
    5
    #include <errno.h>