Skip to content
View smallsimple's full-sized avatar

Block or report smallsimple

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. CoreInterpreter-CSE5341 CoreInterpreter-CSE5341 Public

    A core interpreter project contains parser, printer and executor. it parses a C-like grammar program.

    C++ 2

  2. Lisp-Interpreter-Implementation Lisp-Interpreter-Implementation Public

    •Independently built an interpreter for the Lisp language with Java. •Used LL(1) grammar to parse the valid input for lisp •Basic built-in functions and new function define method are provided.

    Java 1 1

  3. Surface-Ray-Caster Surface-Ray-Caster Public

    This project contains the C/C++ and Matlab code to implement ray-casting ( a technique used in computer graphics) to create pictures of a 3D scalar function. MatLab code used to explore the Gaussia…

    C 1 1

  4. Shell-History-OS Shell-History-OS Public

    C built small UNIX shell, that accepts user commands, creates a child process, executes the user commands in the child process. It also has the history feature.

    C 1

  5. ParallelizationOfMDAlgorithm ParallelizationOfMDAlgorithm Public

    A vectorization method to parallelize the molecular dynamics algorithm

    C++

  6. Space-Volume-detector-MonteCarlo Space-Volume-detector-MonteCarlo Public

    Monte Carlo method is used to detect the volume of space

    C++