Skip to content
View brendacs's full-sized avatar
🎯
Focusing
🎯
Focusing

Organizations

@transistorsoft @webdesigndecal @cscareerhub
Block or Report

Block or report brendacs

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. desktop-update desktop-update Public

    A new and improved version of my 2018 Mac desktop-themed personal portfolio, this time built with Vue.

    Vue

  2. stop-bot stop-bot Public

    A message moderation bot that automatically "stops" and deletes messages for Discord server admins and mods. Uses Node/Express, Discord.js, Postgres

    JavaScript 4 1

  3. perks perks Public

    React app for comparing company perks (redesign of http://perks.guide/)

    JavaScript 3

  4. referobot referobot Public

    Referral bot created for referral-based Discord servers. Uses Node/Express and Discord.js

    JavaScript 18 12

  5. cscareerhub/megabot cscareerhub/megabot Public

    A megabot for everything CS Career Hub needs, created with Discord.js

    JavaScript 9 8

  6. Switch git branches by number Switch git branches by number
    1
    # Get all branch names
    2
    all_branches=`git for-each-ref --shell \
    3
    --format='%(refname:strip=2)' refs/heads | \
    4
    cut -d "'" -f 2`
    5