Skip to content
View Ruby20's full-sized avatar

Block or report Ruby20

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. Secure-Dynamic-Password-System Secure-Dynamic-Password-System Public

    CS 6490 project by Amal Hossein, My Kuhn and Shravanthi Manohar - University of Utah

    Java 1

  2. Small-Step-Analyzer Small-Step-Analyzer Public

    The language for which we construct the analyzer is continuation-passing style: <aexp> ::= (lambda (<var> ...) <cexp>) | <var> | halt <cexp> ::= (<aexp> <aexp> ... )

    Scheme

  3. Lexer-Toolkit Lexer-Toolkit Public

    The aim of this project was to develop a lexer toolkit using Generalised regular state machines. We implement a lexer for S-Expressions.

    Scala

  4. Compiling-to-Lamda-Calculus Compiling-to-Lamda-Calculus Public

    Project 0: A compiler from Scheme to lambda

    Scala

  5. MySSL MySSL Public

    Developed a version of SSL implementing the HAndshake and the data phase in Java using the Java Security libraries and

    Java

  6. ExpandedNeedhamSchroeder-Version ExpandedNeedhamSchroeder-Version Public

    Goal of this programming assignment was to build the expanded Needham Schroeder Mediated - Authentication Scheme (Figure 11 - 19 from the Perlman book).Wrote socket programs that run on three nodes…

    Java