Skip to content
View rroberrt's full-sized avatar

Organizations

@ScopeMarkets @kerig-org @karlsonn-ou

Block or report rroberrt

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 250 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
rroberrt/README.README
React & Svelte developer with three years of commercial experience in full stack development in the finance sector, including IaC/infrastructure management and setting up CI/CD pipelines. Co-founder of www.kerig.org.

Pinned Loading

  1. dark mode userscript dark mode userscript
    1
    // ==UserScript==
    2
    // @name         Dark mode
    3
    // @namespace    http://tampermonkey.net/
    4
    // @version      2.0.0
    5
    // @description  A userscript that darkens websites programmatically.
  2. Deep-merges two sets of JSON files Deep-merges two sets of JSON files
    1
    import fs from 'node:fs';
    2
    import os from 'node:os';
    3
    import path from 'node:path';
    4
    import readline from 'node:readline';
    5