Skip to content
View OllieJT's full-sized avatar

Organizations

@Battalion1944

Block or report OllieJT

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

Hey, I'm Ollie.

A multiยญdimensional designer with a "healthy" obsession for code.

Skills

TypeScript JavaScript HTML5 Svelte TailwindCSS CSS3 React NodeJS MySQL Figma

Socials

Pinned Loading

  1. schemeta schemeta Public

    TypeScript 4

  2. skills skills Public

  3. A utility script to group and sort v... A utility script to group and sort videos from a YouTube playlist. I hope to make a full featured browser extension someday.
    1
    let rawVideoList = [];
    2
    let videoList = {};
    3
    
                  
    4
    // Taken from angus-c/just: array-group-by
    5
    function groupBy(arr, cb) {
  4. svg-filter.html svg-filter.html
    1
    <svg width={0} height={0}>
    2
    	<filter id="blur-and-scale" x="-50%" y="-50%" width="200%" height="200%">
    3
    		<feGaussianBlur in="SourceGraphic" stdDeviation="20" result="blurred" />
    4
    
                  
    5
    		<feComponentTransfer in="blurred" result="blurred-opacity">