Software Engineer. Human Computer Interaction is my passion
Pinned Loading
-
Advanced-Google-Search-Extension
Advanced-Google-Search-Extension PublicThis extension re adds the Advanced Search button to the toolbar to make it more easily accessible.
JavaScript
-
Syncs your Readwise documents, highl...
Syncs your Readwise documents, highlights and annotations to Raindrop. automatically adds new highlights and annotations. Set up the config using the tokens from readwise and raindrop, and leave LASTUPDATE blank as it will gather all your documents and add them to the raindrop collection on the first run. Find RAINDROPCOLLECTIONID using this https://developer.raindrop.io/v1/collections/methods 1const fs = require('fs');
2const path = require('path');
34const filePath = path.join(__dirname, 'config.txt');
5const logFilePath = path.join(__dirname, 'log.txt');
-
Bitwarden backup script
Bitwarden backup script 1@echo off
23:: Set date and time environment variables
4for /f %%# in ('wMIC Path Win32_LocalTime Get /Format:value') do @for /f %%@ in ("%%#") do @set %%@
5 -
-
beakerandjake/advent-of-code-runner
beakerandjake/advent-of-code-runner PublicNode.JS CLI solution generator and runner for advent of code.
JavaScript 10
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.