Skip to content
View stuller's full-sized avatar
Block or Report

Block or report stuller

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

  1. rotate point around origin rotate point around origin
    1
    function rotate(x, y, angle) {
    2
        const originX = 0;
    3
        const originY = 0;
    4
        var radians = (Math.PI / 180) * angle,
    5
            cos = Math.cos(radians),
  2. formatNumber.js formatNumber.js
    1
    
                  
    2
    // console.log('US', formatNumber(" #,###.##", 1234.56)) //US
    3
    // console.log('US', formatNumber(" #,###.##", 12345.67)) //US
    4
    // console.log('US', formatNumber(" #,###.##", 123412345.67)) //US
    5
    // console.log('DE', formatNumber(" #.###,##", 1234.56)) //DE
  3. Autofill Detect Autofill Detect
    1
    <!DOCTYPE html>
    2
    <html lang="en">
    3
    <head>
    4
        <meta charset="UTF-8">
    5
        <title>Autofill Detection</title>
  4. HelloKitty HelloKitty Public

  5. randomKnit randomKnit Public

    JavaScript

  6. DigitalRiver/react-atlas DigitalRiver/react-atlas Public

    Composable React components with CSS Modules.

    JavaScript 38 26