Skip to content
View homerflander's full-sized avatar
  • San Jose, CA. / Tucson, AZ.

Highlights

  • Pro
Block or Report

Block or report homerflander

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

Popular repositories

  1. AES-Encryption-Python AES-Encryption-Python Public

    Two scripts in Python to encrypt/decrypt using the 128 bits AES algorithm, ECB mode with hex "00" as padding for each character. For the encryption, an ascii plaintext file is taken as the input, t…

    Python 25 21

  2. List-All-File-Names-In-Directory List-All-File-Names-In-Directory Public

    This is a more complex script that creates a list of names for the every files/folder within the directory, this includes sub files/ sub folders, using recursion. Next, the script outputs the list …

    Python 2 4

  3. One-Time-Pad-FPGA One-Time-Pad-FPGA Public

    64-Bits One-Time Pad on FPGA Board (Nexys 4 DDR Artix-7).

    Verilog 1 1

  4. List-Main-Directory-File-Names List-Main-Directory-File-Names Public

    This is a simple script that creates a list of names for the files/folder within the same directory and outputs it to a text file. The name of the output text file is needed as a parameter. Created…

    Python 1

  5. Timed-Web-Scraper Timed-Web-Scraper Public

    Script takes in a url, class type, and class name and uses this information to scrape a list. In time intervals, the script will check to see if the site has updated that particular list.

    Python 1

  6. create-list-of-files-from-usb create-list-of-files-from-usb Public

    This script waits for a new USB device to be plugged into the computer running Windows OS to create a list of names for the every files/folder within the directory of that device, this includes sub…

    Python