Skip to content
View cytronicoder's full-sized avatar
:shipit:
Debugging
:shipit:
Debugging

Highlights

  • Pro

Organizations

@hackclub @buildingblocs @alphamind-club

Block or report cytronicoder

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

Hi, I'm Peter! (ノ ◕ ヮ ◕)ノ*:・゚ ✧

I’m a student interested in math, CS, and bioinformatics—especially where they intersect. I love solving hard problems, whether through AI-driven research, competitive programming, or mathematical modeling. Lately, I’ve been working on computational biology research to improve drug discovery and gene expression analysis.

Right now, I’m refining ProLiDE to integrate multi-source biological data for drug discovery and improving BioRSP to analyze gene expression heterogeneity. When I’m not coding, you can find me reading sci-fi, playing the guitar, or exploring new places. I’m also passionate about education and mentorship, helping students worldwide access STEM opportunities and develop their skills. 🔮(๑•̀ㅂ•́)و

If you want to connect, find me on:
Instagram: @cytronical Twitter: @cytronicoder LinkedIn: linkedin.com/in/cytronicoder
Email: novodoodle@gmail.com

Per aspera ad astra. ✨(ᵔ◡ᵔ)

...Oh, you're still here? Here's my life story in a nutshell!

Pinned Loading

  1. hackclub/high-seas Public

    🏴‍☠️ It's better to be a pirate than join the navy!

    TypeScript 118 33

  2. singapore-taxified Public

    🚕 Visualize Singapore taxi locations using real-time taxi availability data from data.gov.sg (submission to STEMist Hacks 2022)

    HTML 4

  3. slack-pfp-updater Public

    🦾 Slowly automating everything... like my Slack profile picture rotation

    JavaScript 2

  4. aidharbor Public

    ⛱️ Aptos-powered platform for transparent disaster relief coordination and eco-conscious cross-border payments

    TypeScript 1 1

  5. butterfly-classification Public archive

    🦋 Classify the species of butterflies using Jetson Nano (final project for iD Tech's AI ML course with NVIDIA)

    Python 1

  6. Implementation of Kolmogorov-Arnold ...
    1
    import torch
    2
    import torch.nn as nn
    3
    import torch.optim as optim
    4
    import matplotlib.pyplot as plt
    5
    import numpy as np