Skip to content
View schuyler-j's full-sized avatar
🕹️
Focusing
🕹️
Focusing

Block or report schuyler-j

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. db db
    1
    FILE=unknown_data.txt; grep -E -o "\b[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Za-z]{2,6}\b" $FILE | grep -F '+' | sed 's/.*+\([^@]*\).*/\1/' | sort | uniq -c  | awk '{array[$2]=$1; sum+=$1} END { for (i in array) printf "%-20s %-15d %6.2f%%\n", i, array[i], array[i]/sum*100}' | sort -r -k2,2 -n | head -n5
  2. kudos kudos Public

    remix, prisma, mongodb, tailwindcss

    CSS

  3. biscuit.java biscuit.java
    1
    import java.util.Scanner;
    2
    
                  
    3
    public class Bis {
    4
    
                  
    5
        public static void main(String[] args) {
  4. lefth-nd.github.io lefth-nd.github.io Public

    Archival

    HTML

  5. avg_vimrc_nvim_gui avg_vimrc_nvim_gui
    1
    set relativenumber
    2
    set number
    3
    set wildmenu
    4
    set showcmd
    5
    set hlsearch
  6. dbsb dbsb Public

    discord

    JavaScript