Skip to content
View Thubs's full-sized avatar
💭
Phear the penguin
💭
Phear the penguin
  • Melbourne, Victoria
Block or Report

Block or report Thubs

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
Thubs/README.md

(I use Arch btw)

  o
    o
      o 
         ,'``.._   ,'``.
        :,--._;)\,:,._,.;
        :`--,@@@;`...';\
         `,'@@@@@@@`---'@@`.
         /@@@@@@@@@@@@@@@@@:
        /@@@@@@@@@@@@@@@@@@@\
      ,'@@@@@@@@@@@@@@@@@@@@@:\.___,-.
     `...,---'``````-..._@@@@|:@@@@@@@\
       (                 )@@@;:@@@@)@@@\  _,-.
        `.              (@@@//@@@@@@@@@@`'@@@@\
         :          .     `.//@@)@@@@@@)@@@@@,@;
         |`.            _,'/@@@@@@@)@@@@)@,'@,'
         :`.`-..____..=:.-':@@@@@.@@@@@_,@@,'
        ,'\ ``--....-)='    `._,@@\    )@@@'``._
       /@_@`.       (@)      /@@@@@)  ; / \ \`-.'
      (@@@`-:`.     `' ___..'@@_,-'   |/   `.)
       `-. `.`.``-----``--,@@.'
         |/`.\`'        ,',');
             `         (/  (/

Your Repository's Stats

Pinned

  1. Omegle location grabber Omegle location grabber
    1
    function copyToClipboard(text) {
    2
        var dummy = document.createElement("textarea");
    3
        document.body.appendChild(dummy);
    4
        dummy.value = text;
    5
        dummy.select();
  2. Unix-Time-Panel Unix-Time-Panel Public

    Adding the current unix time to the toolbar

    Makefile