Skip to content
View AkinAguda's full-sized avatar
  • Nigeria

Block or report AkinAguda

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. fluid-simulation-rust fluid-simulation-rust Public

    A rewrite of my fluid simulation project entirely in Rust

    Rust 16 2

  2. unop-react-dropdown unop-react-dropdown Public

    Unopinionated dropdown for react

    TypeScript 7 3

  3. A gradient color slider in the conte... A gradient color slider in the context of Next.js + Typescript + tailwind
    1
    "use client";
    2
    
                  
    3
    import { memo, useState } from "react";
    4
    
                  
    5
    import classes from "./colorSlider.module.css";
  4. A `Range` type in typescript that en... A `Range` type in typescript that ensures that a value is within a certain range of positive values (not inclusive of the last)
    1
    // Convert string to number
    2
    type ToNumber<S> = S extends `${infer N extends number}` ? N : never;
    3
    
                  
    4
    // Creates an array with a particular length
    5
    type ArrayWithLength<
  5. playstation playstation Public

    Attempt at building out a PS4 UI concept

    TypeScript 20 2