Skip to content
View PrestonII's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report PrestonII

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

Hi there πŸ‘‹

PrestonII/PrestonII is a ✨ special ✨ repository because its README.md (this file) appears on your GitHub profile.

Here are some ideas to get you started:

  • πŸ”­ I’m currently working on ...
  • 🌱 I’m currently learning ...
  • πŸ‘― I’m looking to collaborate on ...
  • πŸ€” I’m looking for help with ...
  • πŸ’¬ Ask me about ...
  • πŸ“« How to reach me: ...
  • πŸ˜„ Pronouns: ...
  • ⚑ Fun fact: ...

Pinned Loading

  1. buildwhatsnext/program_generator_app buildwhatsnext/program_generator_app Public

    TypeScript 2

  2. buildwhatsnext/Next--Website buildwhatsnext/Next--Website Public

    The temporary home of NEXT's landing page

    CSS 2 2

  3. Creates a new Ubuntu Desktop Box usi... Creates a new Ubuntu Desktop Box using Vagrant
    1
    $script = <<-SCRIPT
    2
      yes | sudo apt-get update
    3
      yes | sudo apt-get install ubuntu-desktop
    4
    SCRIPT
    5
    
                  
  4. electron/electron-quick-start electron/electron-quick-start Public template

    Clone to try a simple Electron app

    JavaScript 11k 4.9k

  5. Example of creating a parameter for ... Example of creating a parameter for ventilation
    1
    // in a family document
    2
    if (!CurrentDocument.IsFamilyDocument)
    3
        throw new Exception();
    4
    
                  
    5
    var mgr = CurrentDocument.FamilyManager;