Skip to content
View danny-cpp's full-sized avatar

Organizations

@CMPUT301W21T11 @CapstoneProjectQPP
Block or Report

Block or report danny-cpp

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

Header

Hey there! You found my archive! 👋

Things I worked on

  • Software development
  • Parallelization (CUDA, Pthread, OpenMP,...)
  • Machine Learning
  • Learning and adopting new techs (Yeah that's a thing ;D)

Need help with com. sci. projects?

I open-source many of my projects throughout my university time. Check out the pinned projects if you need a starting point for your own. They cover topics above and more. Please cite if you wish to use them.

Pinned

  1. CapstoneProjectQPP/QuantumPermutationPad CapstoneProjectQPP/QuantumPermutationPad Public

    A symmetric encryption algorithm comparable to AES but resistant to Shor's algorithm with quantum computer

    C++ 1

  2. Bounded_Buffer Bounded_Buffer Public

    A bounded-buffer (multi-threaded queue) implementation in C++. This project demonstrates synchronization and thread-safety that should have for a multi-threaded object.

    C++

  3. IBM_Data_Science_Capstone IBM_Data_Science_Capstone Public

    Testing Machine Learning models to predict severity of traffic collisions.

    Jupyter Notebook

  4. Naive_Bayes Naive_Bayes Public

    Step-by-step construction of the Naive Bayes classification model.

    Jupyter Notebook

  5. CMPUT301W21T11/Appraisal CMPUT301W21T11/Appraisal Public

    Introduction to Software Engineering, University of Alberta. Team 11's project. Android tracker app.

    HTML 3

  6. Dijkstra-algorithm Dijkstra-algorithm Public

    Dikstra algorithm, to find least cost path in a graph.

    C++