Skip to content
View adam-devs's full-sized avatar
✏️
✏️

Block or report adam-devs

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. Website Website Public

    Personal Website Development

    HTML

  2. processing-gifs processing-gifs Public

    A collection of (hopefully) daily processing gifs.

    Processing

  3. miner-game miner-game Public

    IC Hello World Submission

    Java 1

  4. Marbles on a track: https://twitter.... Marbles on a track: https://twitter.com/adamaiiiou/status/1565754717468327938?s=21&t=T_xRtECumXitgjoPxNzEzw
    1
    //Day 3
    2
    class Ball {
    3
      float index, offset, pos;
    4
      float scale = 1;
    5