Skip to content
View redbar0n's full-sized avatar

Block or report redbar0n

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

    Forked from reactjs/react.dev

    The React documentation website

    JavaScript

  5. 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 Public

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

    Shell 22 2