Skip to content
View ThinkSalat's full-sized avatar

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 Loading

  1. 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 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...
    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
    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 Public

    JavaScript

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

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

    JavaScript 10