Skip to content
View ksprptr's full-sized avatar
💭
not available
💭
not available

Highlights

  • Pro

Block or report ksprptr

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
ksprptr/README.md
import { strict as assert } from 'node:assert';

enum Mode {
  Focus = 'focus',
  Flow = 'flow',
}

enum Time {
  Unknown = 'unknown',
}

const state = {
  user: 'ksprptr',
  mode: Mode.Focus,
  time: Time.Unknown,
  process: 'building web apps',
};

assert(state.mode === Mode.Focus);

export default state;

Popular repositories Loading

  1. vaultify vaultify Public

    Lightweight web-based utility for generating secure and unique UUIDs, passwords, MACs, and IPs.

    TypeScript

  2. ksprptr ksprptr Public

    GitHub README file.

  3. postboard-pw1 postboard-pw1 Public

    Simple web application for a PW1 school project, designed to practice working with HTTP requests. It includes a page for viewing posts and another for creating them.

    TypeScript

  4. task-manager task-manager Public

    Simple Discord bot designed to help manage tasks and automate small features for a school project.

    TypeScript

  5. url-shortener url-shortener Public

    A simple, free-to-use URL shortener that respects user privacy by storing no personal data and supports link expiration.

    TypeScript

  6. product-store-pw2 product-store-pw2 Public

    Demo store for a PW2 school project, featuring product filtering, search functionality, and detailed product page.

    TypeScript