Skip to content
View biojet1's full-sized avatar

Block or report biojet1

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
biojet1/README.md

Apps

Circle Calculator Circle Calculator Angle Converter Angle Converter

☕ Support

If you find this project helpful, consider supporting me:

ko-fi

Languages

Python JavaScript TypeScript

Frontend

React HTML5 CSS3

Backend

Node.js Django

Pinned Loading

  1. The function `toFixedPretty()` is a ... The function `toFixedPretty()` is a smarter version of JavaScript's native `Number.toFixed()`. It avoids trailing decimal zeros and unnecessary decimal points for cleaner number formatting.
    1
    ### **Key Steps**:  
    2
    1. **`value.toFixed(decimals)`**  
    3
       - First, the number is converted to a string with exactly `decimals` decimal places (e.g., `5.00` for `5.toFixed(2)`).  
    4
    
                  
    5
    2. **Check for a Decimal Point**  
  2. mendec mendec Public

    Message encryption using RSA algorithm

    Python