Skip to content
View knowthebird's full-sized avatar
  • Warrenton Virginia
Block or Report

Block or report knowthebird

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. NoninvasiveGlucometer NoninvasiveGlucometer Public

    Engineering Competition to Design the Most Accurate Noninvasive Glucometer

    C++ 2

  2. Prioritize Prioritize Public

    A helper module for generating every possible string, within a range of lengths, from a set of substrings. The order the strings are returned is determined by the order of substrings in the set.

    Python

  3. KernelDensityEstimator KernelDensityEstimator Public

    Non parametric Kernel Density Estimator / Classifier. Allows user to input bandwidth but does not find it. Can classify for N dimensions, but can only plot class / decision boundaries for 2.

    Python 1

  4. bitting_check bitting_check Public

    Module with tools to assess security of a locks key bitting. Can provide alternative bittings that will work for a given lock, or can list how many of a locks total combinations use bittings which …

    Python

  5. side-channel-attack-countermeasures side-channel-attack-countermeasures Public

    For side channel attack countermeasures. Currently script to prevent power analysis or timing analysis of password comparison.

    C

  6. AdventOfCode AdventOfCode Public

    Code used to solve https://adventofcode.com/ puzzles.

    Python