Skip to content
View clementcampagna's full-sized avatar
🚀
sharing with the community through open-source contributions
🚀
sharing with the community through open-source contributions
Block or Report

Block or report clementcampagna

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. Hash-Calculator Hash-Calculator Public

    Hash Calculator lets you calculate the cryptographic hash values of any file using CRC32, MD5, SHA-1, SHA-256, SHA-384, and SHA-512 algorithms.

    C#

  2. Credit-Card-Verifier-Luhn-s-algorithm- Credit-Card-Verifier-Luhn-s-algorithm- Public

    Credit Card Verifier is a small open-source Java console application that can be used to verify if a credit card number appears to be valid or not. It does not check the credit card number anywhere…

    Java

  3. Good-Vibes-Music-Player Good-Vibes-Music-Player Public

    Good Vibes Music Player is a small open-source C# .NET music player. It uses the Media Foundation API (called through the NAudio library) and is capable of playing all the most common audio formats…

    C# 1 1

  4. Visual-TraceRoute Visual-TraceRoute Public

    Visual TraceRoute is aptly named as it is a software which provides a visual representation of the traceroute (tracert) command in Windows. However, it does not rely on the tracert command itself b…

    C# 1

  5. Discount-Calculator-Demo-Using-Rules-Design-Pattern Discount-Calculator-Demo-Using-Rules-Design-Pattern Public

    This is my take on Steve Smith (@ardalis)'s discount calculator that combines the rules design pattern with a bit of reflection and ordering to automatically detect and sort new rules to avoid havi…

    C#

  6. Secure-Password-Generator Secure-Password-Generator Public

    This password generator uses MS Windows rand_s function to generate secure seeds before providing new passwords to the user. It is a lightweight console based application which works on Windows XP …

    C++