Skip to content
View audunolsen's full-sized avatar
🌷
Made a new avatar with Midjourney lmao
🌷
Made a new avatar with Midjourney lmao
Block or Report

Block or report audunolsen

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

I like code

i

** like **

code

Pinned

  1. dotfiles dotfiles Public

    My humble beginnings at a dotfiles journey

    Vim Script

  2. neovim neovim Public

    Forked from neovim/neovim

    Vim-fork focused on extensibility and usability

    Vim Script 1

  3. woff2-subsetting woff2-subsetting Public

    Use Google fonts to download highly optimized woff2 font files with all of the font's available language and/or script subsets

    TypeScript 5

  4. use-reducer-with-effects.ts use-reducer-with-effects.ts
    1
    import { useReducer, type Reducer, useEffect, useRef, useMemo } from 'react';
    2
    import { useConst } from '../hooks';
    3
    
    
    4
    /**
    5
     * For when side effects are needed using React's built in useReducer.