Skip to content
View Danori's full-sized avatar

Block or report Danori

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
Danori/README.md

header

Hi there 👋

Popular repositories Loading

  1. MatrixTraverser MatrixTraverser Public

    Dynamic programming algorithm design project to calculate the maximum score when traversing a matrix column-by-column, obeying certain penalty rules. Refer to the README for more detail.

    C++

  2. PerformanceMetricsApp PerformanceMetricsApp Public

    Application which interfaces with EMOTIV Insight devices to display the client's performance metrics (alpha waves, theta waves, etc.) in real time in a spline graph representation. Uses the CanvasJ…

    JavaScript 1

  3. 3DMazeTraverser 3DMazeTraverser Public

    Simple program which finds the shortest path through a 3D maze, where the maze is represented as a graph. Outputs the path in terms of 6 directions (North, East, South, West, Up, Down).

    C++

  4. SystemCallContextSwitchBenchmarks SystemCallContextSwitchBenchmarks Public

    Benchmarks the average overhead for a Linux system to request a system call, or context switch to another process.

    C

  5. SurvivalRPG SurvivalRPG Public

    An ASCII based wave survival RPG. The premise of the game is you are the sole defender of your town, when there is an apocalyptic event that brings many monsters into your world. As the protector, …

    C++

  6. PageTableSimulator PageTableSimulator Public

    Simulates a page table under various eviction policies. Uses trace files from the execution of various real world applications such as the widely used GCC compiler.

    C