Skip to content
View cristina479's full-sized avatar
  • The MITRE Corporation
  • Florida, United States

Block or report cristina479

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 Loading

  1. caret caret Public

    Forked from mitre/caret

    CARET - A tool for viewing cyber analytic relationships

    JavaScript

  2. unfetter unfetter Public

    Forked from jburns12/unfetter

    The main project for the Unfetter-Discover application. This is the project that will hold the configuration files, the docker-compose files, issue tracking, and documentation

  3. unfetter-ui unfetter-ui Public

    Forked from jburns12/unfetter-ui

    The front end Angular repository for Unfetter-Discover

    TypeScript

  4. Closest-Pair Closest-Pair Public

    Closest Pair (Brute Force & Divide-n-Conquer)

    Java

  5. TuringMachine TuringMachine Public

    TM Supported Binary Unsigned Operations: Summation, Subtraction, Multiplication

    Java

  6. Quicksort Quicksort Public

    Quicksort using a normal partitioning process (last element as pivot) and a median-of-three partitioning process (median-of-three element as pivot).

    Java