Code Monkey home page Code Monkey logo

userscripts's Introduction

excigma.vercel.app

This the the repo containing the code for a website containing some notes. I was kinda bored that year and decided to take a dip in Next.js and React. Needless to say, the code quality is not the best.

Next.js's slow transpilation time along with the fact that I struggled to take notes fast enough in Markdown in class caused this project to kinda fade out.

Powered by:

userscripts's People

Contributors

excigma avatar histefanhere avatar minelarka14 avatar notalkonlyprox avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

userscripts's Issues

Events shift after Daylight Savings

I know UoA has (finally) an alternative to UoACal, but it's missing some of my classes, the events that it exports aren't very clean and littered with useless information. Also, I don't think it's even linked anywhere from UoA (the "Dowload Your Semester Timetable" link in SSO is still a dead link) so for the moment, your script is still the best calendar export method ๐Ÿ˜

There seems to be an issue with how it deals with daylight savings however, because all events during and after the week of Sep 29th are scheduled for an hour later than they should be. Confirmed to be an issue on multiple calendar clients (nextcloud, thunderbird, gnome calendar).

It seems like the timezone is not being specified in the ics file, and because of that recurring events that cross the daylight savings time change are broken. I think the solution involves specifying the NZ timezone in the calendar file, and this could be useful for that: How to compensate for daylight savings time in the future for ICS file calendar downloads (stackoverflow) .

Implement caching for bonk.io Code Injector by hashing injector function contents

  • .toString() respective injector functions, then hash (xxHash?), compare hashes with stored hashes and replace stored hash if needed, otherwise load cached copy
  • Allow mods to opt-out of caching (how do we handle this? - probably fallback to not caching anything - check before running injectors)
  • localStorage might not be enough to store the entire cached code. The spec recommends 5MB, but Chrome and Firefox allow 10MB. kklee uses indexedDB

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.