Skip to content
View polltery's full-sized avatar
🤔
hmm
🤔
hmm

Highlights

  • Pro

Block or report polltery

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

Pinned Loading

  1. vue-countdown-app vue-countdown-app Public

    Beyond Countdown is a countdown app that starts a timer after the countdown has ended to let you know how slow you are to stop the timer.

    HTML

  2. wordle-word-finder wordle-word-finder Public

    A word finder for wordle (https://www.powerlanguage.co.uk/wordle/) that uses regular expressions to search for close words.

    JavaScript

  3. IMO generator that generates all pos... IMO generator that generates all possible valid IMO numbers.
    1
    public class Main {
    2
    
                  
    3
        public static boolean isImoValid(String imo) {
    4
            if (imo == null || imo.length() != 7) {
    5
                return false;
  4. YNAB-date-border-browser-plugin YNAB-date-border-browser-plugin Public

    A firefox add on for YNAB web-app for displaying borders around dates (in transaction view).

    JavaScript 1