Skip to content
View PrestonII's full-sized avatar
๐Ÿ 
Working from home
๐Ÿ 
Working from home

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 ๐Ÿ‘‹ - I'm Preston.

Professionally, I'm best described as a generalist. My skillsets range from design to code to buildings and I have a long history in the world of BIM.

I love problem solving, collaboration and teaching.

  • ๐Ÿ”ญ Iโ€™m currently working as the Head of BIM Operations at Integrated Projects
  • ๐ŸŒฑ Iโ€™m currently learning a ton about managing distributed teams, creating BIMs at scale and about various kinds of business models suited for the AEC world
  • ๐Ÿ‘ฏ Iโ€™m looking to collaborate on literally everyting but specifically, folks that are interested in understanding more about HOW people create BIMs whether for design or existing conditions
  • ๐Ÿ“ซ Reach out on LinkedIn , X (Twitter) or here on Github

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 11.2k 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;