Skip to content
View AmyAlvarez's full-sized avatar
  • Florida Institute of Technology
  • Miami-Fort Lauderdale
  • 20:21 (UTC -04:00)
  • LinkedIn in/amybalvarez
Block or Report

Block or report AmyAlvarez

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
AmyAlvarez/README.md

Pinned Loading

  1. CaesarCipher-Encryption CaesarCipher-Encryption Public

    A simple program that can encrypt or decrypt a file using a generic encryption algorithm, such as Caesar cipher.

    Python 2 1

  2. FS-Analyzer FS-Analyzer Public

    A program that analyzes a file system, such as calculating the total file size, finding duplicate files, or identifying the largest files and folders.

    C++ 1

  3. fcomp-tool fcomp-tool Public

    A file compression tool. FComp is a program that can compress and decompress files using algorithms like Huffman coding or Lempel-Ziv-Welch (LZW) compression. Measuring the compression ratios achie…

    Python