Skip to content
View Kagre's full-sized avatar
  • USA

Block or report Kagre

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. Example: Calculating the Median Abso... Example: Calculating the Median Absolute Deviation in SQL Server for Item level PO pricing and usage
    1
    declare @Items as table(
    2
       item         varchar(35) primary key
    3
       ,MedianPrice decimal(20,6)
    4
       ,MADprice    decimal(20,6)
    5
       ,AvgPrice    decimal(20,6)
  2. FIPS_PUB_202 FIPS_PUB_202 Public

    Full implementation of FIPS PUB 202 in JavaScript

    JavaScript