Skip to content
View ThinkSalat's full-sized avatar
Block or Report

Block or report ThinkSalat

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

  1. Advanced-Google-Search-Extension Advanced-Google-Search-Extension Public

    This extension re adds the Advanced Search button to the toolbar to make it more easily accessible.

    JavaScript

  2. Trendr Trendr Public

    Full Stack Project cloning Tumblr using Rails on the backend and React-Redux on the frontend

    CSS 1

  3. 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
    1
    const fs = require('fs');
    2
    const path = require('path');
    3
    
                  
    4
    const filePath = path.join(__dirname, 'config.txt');
    5
    const logFilePath = path.join(__dirname, 'log.txt');
  4. Bitwarden backup script Bitwarden backup script
    1
    @echo off
    2
    
                  
    3
    :: Set date and time environment variables
    4
    for /f %%# in ('wMIC Path Win32_LocalTime Get /Format:value') do @for /f %%@ in ("%%#") do @set %%@
    5
    
                  
  5. Advent-of-Code-2024-Javascript Advent-of-Code-2024-Javascript Public

    JavaScript

  6. beakerandjake/advent-of-code-runner beakerandjake/advent-of-code-runner Public

    Node.JS CLI solution generator and runner for advent of code.

    JavaScript 10