Skip to content
View elav000's full-sized avatar
  • Microsoft
  • Redmond, WA
Block or Report

Block or report elav000

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. microsoft/FluidFramework microsoft/FluidFramework Public

    Library for building distributed, real-time collaborative web applications

    TypeScript 4.7k 520

  2. microsoftgraph/microsoft-graph-toolkit microsoftgraph/microsoft-graph-toolkit Public

    Authentication Providers and UI components for Microsoft Graph 🦒

    TypeScript 924 288

  3. A small PowerShell script to get the... A small PowerShell script to get the en-US Bing image of the day and update the current user's profiles.json's default backgroundImage setting
    1
    # $TODO: - These should be cmdlet parameters if you go that far...
    2
    $bingRootUrl = "https://www.bing.com"
    3
    $marketLocale = "en-US"
    4
    $numberOfImages = 1
    5
    $bingImageInfoUrl = "$bingRootUrl/HPImageArchive.aspx?format=js&idx=0&n=$numberOfImages&mkt=$marketLocale"