Jump to content
View in the app

A better way to browse. Learn more.

Tuts 4 You

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Do you know any file size info & calculation tools?

Featured Replies

31 minutes ago, Stuttered said:

The code is getting increasing complex...

just imagine for a sec how complex is Human DNA! ! !

new bug report -

image.png

Hi,

  • Added some lazy codes

  • Fixed some bugs (and added new ones 😅) .

ShowFileSize__4.rar

2 hours ago, jackyjask said:

just imagine for a sec how complex is Human DNA! ! !

new bug report -

image.png

Should be fixed. Added the auto-type-calc option for LCF-AT requested. Calc button has been removed. Once I'm done or get exhausted from this, I'll add the SRC. ;)

FileSizeCALC_v0.0.5.rar

thanks

but :)

image.png

4 minutes ago, jackyjask said:

thanks

but :)

image.png

Update: Found why it's crashing. Again, same issue. I would somehow need to mix between using Decimal and BigInteger to make the input value longer, which I'm not sure I can do at this point. Appreciate the testing feedback...

Edited by Stuttered

  • Author

OK thanks for new versions guy's. @Stuttered, looks good that you removed the calc button and to calc the results on fly but its not working if I change the format 1000 / 1024. That's bad. Maybe you can fix that too.

I have another request / question about 1000 decimal and 1024 binary. Is there a quick way to get results to see of values I enter of 1000 dec & 1024 binary?

Example: I enter 1 GB / 1024 and I get this...

File Size Breakdown (Binary (1024-based)):

Unit         Size                     Description

------------ ------------------------ --------------------------------

Bits 8,589,934,592 1 Bit = 1/8 Byte

Bytes 1,073,741,824 1 Byte = 8 Bits

Kilobytes 1,048,576 1 KB = 1024 Bytes

Megabytes 1,024 1 MB = 1024 KB

Gigabytes 1 1 GB = 1024 MB

Terabytes 9.766e-4 1 TB = 1024 GB

Petabytes 9.537e-7 1 PB = 1024 TB

...its showing all results of 1024 what sizes they have. If I change now the format to 1000 decimal I get this...

File Size Breakdown (Decimal (1000-based)):

Unit         Size                     Description

------------ ------------------------ --------------------------------

Bits 8,000,000,000 1 Bit = 1/8 Byte

Bytes 1,000,000,000 1 Byte = 8 Bits

Kilobytes 1,000,000 1 KB = 1000 Bytes

Megabytes 1,000 1 MB = 1000 MB

Gigabytes 1 1 GB = 1000 MB

Terabytes 1.000e-3 1 TB = 1000 GB

Petabytes 1.000e-6 1 PB = 1000 PB

...what shows me same in decimal. But now I want to know how large is 1 GB / 1000 decimal in 1024 binary is but I don't get to see the results of it and I need to do this manually.

  • 1,000,000,000 Byte of decimal results / copy

  • Paste value into edit control

  • Change format to 1024

  • Change unit to Bytes and I get this results out

File Size Breakdown (Binary (1024-based)):

Unit         Size                     Description

------------ ------------------------ --------------------------------

Bits 8,000,000,000 1 Bit = 1/8 Byte

Bytes 1,000,000,000 1 Byte = 8 Bits

Kilobytes 976,562.5 1 KB = 1024 Bytes

Megabytes 953.674316 1 MB = 1024 KB

Gigabytes ---> 0.93132257 1 GB = 1024 MB <---

Terabytes 9.095e-4 1 TB = 1024 GB

Petabytes 8.882e-7 1 PB = 1024 TB

...and now I know the results I want to know. 1 GB / 1000 decimal = 0.93132257 GB / 1024. You know what I mean? I want to get those results too without doing that manually copy / past etc steps. Maybe you guy's could add something for this too to get the results right away. Or you show all results at once. One more time about the DOT & Comma thing. You see the results of 0.93132257 GB but the DOT is a problem. If I enter this value via copy / paste into a calculator its showing "93.132.257" instead what means the calculator did not handle the DOT as Comma. Maybe you can correct that too anyhow to set the Comma where it belongs too. So I hope my requests are not too demanding. 🙂 Thanks.

greetz

2 hours ago, LCF-AT said:

OK thanks for new versions guy's. @Stuttered, looks good that you removed the calc button and to calc the results on fly but its not working if I change the format 1000 / 1024. That's bad. Maybe you can fix that too.

I have another request / question about 1000 decimal and 1024 binary. Is there a quick way to get results to see of values I enter of 1000 dec & 1024 binary?

Example: I enter 1 GB / 1024 and I get this...

File Size Breakdown (Binary (1024-based)):

Unit         Size                     Description

------------ ------------------------ --------------------------------

Bits 8,589,934,592 1 Bit = 1/8 Byte

Bytes 1,073,741,824 1 Byte = 8 Bits

Kilobytes 1,048,576 1 KB = 1024 Bytes

Megabytes 1,024 1 MB = 1024 KB

Gigabytes 1 1 GB = 1024 MB

Terabytes 9.766e-4 1 TB = 1024 GB

Petabytes 9.537e-7 1 PB = 1024 TB

...its showing all results of 1024 what sizes they have. If I change now the format to 1000 decimal I get this...

File Size Breakdown (Decimal (1000-based)):

Unit         Size                     Description

------------ ------------------------ --------------------------------

Bits 8,000,000,000 1 Bit = 1/8 Byte

Bytes 1,000,000,000 1 Byte = 8 Bits

Kilobytes 1,000,000 1 KB = 1000 Bytes

Megabytes 1,000 1 MB = 1000 MB

Gigabytes 1 1 GB = 1000 MB

Terabytes 1.000e-3 1 TB = 1000 GB

Petabytes 1.000e-6 1 PB = 1000 PB

...what shows me same in decimal. But now I want to know how large is 1 GB / 1000 decimal in 1024 binary is but I don't get to see the results of it and I need to do this manually.

  • 1,000,000,000 Byte of decimal results / copy

  • Paste value into edit control

  • Change format to 1024

  • Change unit to Bytes and I get this results out

File Size Breakdown (Binary (1024-based)):

Unit         Size                     Description

------------ ------------------------ --------------------------------

Bits 8,000,000,000 1 Bit = 1/8 Byte

Bytes 1,000,000,000 1 Byte = 8 Bits

Kilobytes 976,562.5 1 KB = 1024 Bytes

Megabytes 953.674316 1 MB = 1024 KB

Gigabytes ---> 0.93132257 1 GB = 1024 MB <---

Terabytes 9.095e-4 1 TB = 1024 GB

Petabytes 8.882e-7 1 PB = 1024 TB

...and now I know the results I want to know. 1 GB / 1000 decimal = 0.93132257 GB / 1024. You know what I mean? I want to get those results too without doing that manually copy / past etc steps. Maybe you guy's could add something for this too to get the results right away. Or you show all results at once. One more time about the DOT & Comma thing. You see the results of 0.93132257 GB but the DOT is a problem. If I enter this value via copy / paste into a calculator its showing "93.132.257" instead what means the calculator did not handle the DOT as Comma. Maybe you can correct that too anyhow to set the Comma where it belongs too. So I hope my requests are not too demanding. 🙂 Thanks.

greetz

Hmmm... Not sure I can do that, but I'll take a look. Here is v0.0.7.

FileSizeCALC_x86_v0.0.7.rar

not a bug just curiuos -

why TB, PB lines are always showing e+-xxx scientific format?

also would be nice to allow resizing the window as for big values one need to use scroller.....

image.png

wow!

why is that? :)

image.png

nice to have - actual build -

image.png

Create an account or sign in to comment

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.