Skip to content
View Tinkidinki's full-sized avatar

Highlights

  • Pro

Block or report Tinkidinki

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

Pinned Loading

  1. Compiler Compiler Public

    Created a language Tinki* similar to the Decaf programming language, and wrote a compiler and interpreter for it.

    C++ 2

  2. scaledWikiSearch scaledWikiSearch Public

    A search engine for large data dumps from Wikipedia. Takes as input a large data dump from Wikipedia and indexes it. After indexing, quickly returns the top 10 titles of articles that best match va…

    Python

  3. neural-network neural-network Public

    A neural network implemented from scratch, with a few tests. Accompanies a blogpost: https://tinkidinki.github.io/2020/12/20/yet-another-backpropagation-blogpost.html which explains backpropagation.

    Jupyter Notebook

  4. moodle-random-questions moodle-random-questions Public

    A small script for the creation of questions with the same template but varying numerical values for quizzes on Moodle. For numerical type questions only.

    Python 5

  5. cvenn-codes cvenn-codes Public

    Contains the programs used to generate the results in the paper: Witnessing Negative Conditional Entropy

    MATLAB 1

  6. global-deadlock-detection global-deadlock-detection Public

    Simulates a wait-for graph specified by the input by spawning processes that have dependencies in accordance with the graph. Then runs global deadlock detection algorithms on these processes and re…

    Erlang