Skip to content
View pribeiro89's full-sized avatar

Block or report pribeiro89

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. Magician Raccoon Magician Raccoon
    1
    <div class="racoon">
    2
      <div class="racoon-bottom">
    3
        <div class="right-hand">
    4
          <div class="arm">
    5
            <div class="hand--dark"></div>
  2. Powershell script to Compile, Interp... Powershell script to Compile, Interpret or Disassemble programs in Triangle language.
    1
    ##
    2
    ## Powershell script to Compile, Interpret or Disassemble programs in Triangle language.
    3
    ## To execute Powershell scripts you need to give the required permissions in Powershell:
    4
    ##      1. Open Powershell as Admin
    5
    ##      2. Run the following command: Set-ExecutionPolicy -ExecutionPolicy RemoteSigned