Git Product home page Git Product logo

obs-plot-wpe's Introduction

Bonus Drop #23 Companion Repo

The live site is at https://rud.is/wpe/2023-08-27/.

The entire site is written in Vanilla JS with Lit webcomponents. All you need is a web server to kick the tyres. No "npm".

Consider using one from Drop #145.

img

Directory layout:

.
├── README.md
├── components
│   ├── plot-element.js
│   └── shiki-element.js
├── css
│   └── index.css
├── data
│   ├── ip-bytes.json
│   ├── mtcars.csv
│   └── tags-ips.json
├── dist
│   └── onig.wasm
├── favicon.ico
├── index.html
├── js
│   ├── d3.js
│   ├── plot.js
│   └── shared.js
├── languages
│   ├── abap.tmLanguage.json
│   ├── actionscript-3.tmLanguage.json
│   ├── ada.tmLanguage.json
│   …
│   └── zenscript.tmLanguage.json
├── preview.png
├── shiki
│   ├── LICENSE
│   ├── README.md
│   ├── dist
│   │   ├── index.browser.mjs
│   │   ├── index.d.ts
│   │   ├── index.esm.js
│   │   ├── index.js
│   │   ├── index.jsdelivr.iife.js
│   │   ├── index.unpkg.iife.js
│   │   └── onig.wasm
│   ├── package.json
│   └── samples
│       ├── Marko.sample
│       ├── abap.sample
│       ├── actionscript-3.sample
│       … 
│       └── zenscript.sample
└── themes
    ├── css-variables.json
    ├── dark-plus.json
    ├── dracula-soft.json
    …
    └── vitesse-light.json

obs-plot-wpe's People

Contributors

hrbrmstr avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.