Skip to content
View stuller's full-sized avatar

Block or report stuller

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  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 24