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

Block or report awesomebjt

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

    A content management system for creating ClaimReview objects

    Ruby 1

  2. mycroft_spaceflightnow_skill mycroft_spaceflightnow_skill Public

    A skill that lets Mycroft answer the question, "When is the next space launch?" He does this by scraping the page at SpaceflightNow.com/launch-schedule

    Python 1 1

  3. praxeo custom Arch Linux bash prompt... praxeo custom Arch Linux bash prompt coloring in bold, with teal username and white path
    1
    # Put this into /etc/bash.bashrc
    2
    
    
    3
    if [[ ${EUID} == 0 ]] ; then
    4
        PS1='\[\033[01;31m\]\u\[\033[0;37m\]@\h \[\033[01;37m\]\W \$ \[\033[00m\]'
    5
    else
  4. JeffBelgum/statistical JeffBelgum/statistical Public

    A simple statistics library that draws inspiration from python

    Rust 31 8

  5. euler-rust euler-rust Public

    Project Euler puzzles solved in Rust

    Rust