🔱
Pinned Loading
-
color-recognition
color-recognition PublicMachine Learning model (Neural Network) capable of classifying the colors in any supplied image
Jupyter Notebook 1
-
-
Traffic-Simulation
Traffic-Simulation PublicDominican style traffic simulation made in Unity and C#.
C#
-
Custom React hook to detect if the s...
Custom React hook to detect if the screen width is within the specified bounds 1import { useEffect, useState } from "react";
23const defaultSize = 640;
45export const useScreenSize = (sizeToCheck = defaultSize) => {
-
Custom React hook with stopwatch beh...
Custom React hook with stopwatch behavior 1import { useState, useEffect } from "react";
23export const useStopwatch = () => {
4const [time, setTime] = useState(0);
5const [isRunning, setIsRunning] = useState(false);
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.