Skip to content
View mihkuno's full-sized avatar
🧩
still looking for answers
🧩
still looking for answers

Highlights

  • Pro

Organizations

@Quaxode @USTP-GDSC @CS3-USTP

Block or report mihkuno

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

Matrix SVG

Hello world, <πšŒπš˜πšπšŽπš›πšœ/>!

πŸ‘‹ I'm JoeniΓ±o Cainday (a.k.a mihkuno):

    🏫 University of Science and Technology of Southern PH

Β Β Β  πŸŽ“ 3rd Year Computer Science Student

    🌱 Pioneer CS lead of Google Developer Student Clubs USTP

Β Β Β  πŸ§ͺ CTFs, Neural Networks, AIoT, ML, Web & Mobile DevOps

✨ I like Slice of life, Minecraft, Left 4 Dead, Watch Dogs

πŸ’¬ Ask me about literally anything!

Gmail Facebook LinkedIn

TryHackMe

Languages and Tools πŸ› 

Stackoverflow profile

Programming Languages:

JavaScript C# Python Java

Utilities:

React Docker NodeJS Git

OpenCV Selenium Express.js Expo

Raspberry Pi Arduino Ubuntu Zrok

Fun fact: I solved the world's oldest question with a single line of Javascript code
# Which came first: the chicken or egg?
print(['πŸ₯š', '🐣', 'πŸ₯', 'πŸ”'].sort())

>>> [ 'πŸ”', '🐣', 'πŸ₯', 'πŸ₯š' ]

Pinned Loading

  1. CLAFNIST CLAFNIST Public

    Efficient Clustering-Based Algorithm for Grayscale Image Classification Without Deep Learning

    Jupyter Notebook

  2. USTP-GDSC/TRAILMAP USTP-GDSC/TRAILMAP Public

    USTP CDO Mobile Map Application Using React Native And Three.js

    JavaScript 2 3

  3. TETRIX TETRIX Public

    A remake of my first JavaFX Tetris game to Processing Core for the final project of my Object Oriented Programming course.

    Java

  4. CONTOURS CONTOURS Public

    Using OpenCV to calculate bounding boxes for objects in plain background without using deep learning models.

    Python

  5. HUNTMIPS HUNTMIPS Public

    Assembly treasure hunter game using mars mips for the final project of my Computer Organization & Architecture course

    Assembly

  6. MAZERUN MAZERUN Public

    A maze game implemented in Pygame. Includes depth-first search layout generation, shortest path solver using Dijkstra's algorithm, and accuracy statistics.

    Python 2 2