Skip to content
View redbar0n's full-sized avatar

Block or report redbar0n

Report abuse

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

Report abuse

Pinned Loading

  1. Clojure readability Clojure readability
    1
    ;; The following example is: 
    2
      "The program that prints the first 25 integers squared."
    3
    
                  
    4
    ;; PS: The example was inspired by this article by C. Martin aka. "Uncle Bob": https://blog.cleancoder.com/uncle-bob/2019/08/22/WhyClojure.html
    5
    
                  
  2. google-sheets-what-if-analysis google-sheets-what-if-analysis Public

    Forked from sajacy/google-sheets-what-if-analysis

    Replicates the Excel "What-If Analysis" feature, Data Tables.

    JavaScript

  3. Ruby: Convert seconds to HH:MM:SS ti... Ruby: Convert seconds to HH:MM:SS time notation without will resetting HH to 00 when crossing 24-hour day boundary.
    1
    # Will take as input a time in seconds (which is typically a result after subtracting two Time objects),
    2
    # and return the result in HH:MM:SS, but instead of resetting HH to 00 when the time exceeds a 24 hour period,
    3
    # it will increase it indefinitely. For other variations, see discussion here: https://gist.github.com/shunchu/3175001
    4
    def formatted_duration(total_seconds)
    5
      total_seconds = total_seconds.round # to avoid fractional seconds to potentially compound and mess up seconds, minutes and hours
  4. reactjs.org reactjs.org Public

    Forked from reactjs/react.dev

    The React documentation website

    JavaScript

  5. spleeter-wrapper spleeter-wrapper Public

    Forked from amo13/spleeter-wrapper

    A script for using spleeter with audio of any length and with limited RAM

    Shell 1

  6. amo13/spleeter-wrapper amo13/spleeter-wrapper Public

    A script for using spleeter with audio of any length and with limited RAM

    Shell 22 2