Skip to content
View NinoScript's full-sized avatar
🎩
Working my way to FI/RE
🎩
Working my way to FI/RE

Block or report NinoScript

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. replay-frames Public

    Replay Frames from a PCAP File Interactively to a different destination

    Shell 1

  2. lift-result Public

    Lifts the error of a fallible function's result to a bigger error type.

    Rust 1

  3. Explicación sobre el Ahorro Previsio...
    1
    # Ahorro Previsional Voluntario (APV)
    2
    
                  
    3
    El APV es un instrumento para incentivarte a ahorrar más de lo que ahorras en la AFP.
    4
    
                  
    5
    Este incentivo tiene dos regímenes, el A y el B.
  4. You can use this generator to get ni...
    1
    // TIL that a `function *` in JavaScript makes a generator.
    2
    // Generators "yield" values and their execution is paused until next() is called.
    3
    
                  
    4
    function * randomColorGenerator(initialHue, saturation, lightness) {
    5
      const phi = 0.618033988749895;
  5. my-setup Public

    What I need to setup a new computer

  6. github/stack-graphs Public

    Rust implementation of stack graphs

    Rust 823 147