Top "Human-readable" questions

Human-readable is a representation of data or information that can be naturally read by humans.

Converting file size in bytes to human-readable string

I'm using this function to convert a file size in bytes to a human-readable file size: function getReadableFileSizeString(fileSizeInBytes) { var …

javascript filesize human-readable
Finding human-readable files on Unix

I'd like to find human-readable files on my Linux machine without a file extension constraint. Those files should be of …

linux find human-readable
htop output to human readable file

I've tried piping htop to a text file (e.g. htop > text.txt) but it gives me text garbled …

formatting ascii human-readable htop
iOS convert large numbers to smaller format

How can I convert all numbers that are more than 3 digits down to a 4 digit or less number? This is …

ios formatting nsnumber data-conversion human-readable
How to use HTTP status code symbols in RSpec?

I use HTTP status code symbols in code in a controller such as: render json: { auth_token: user.authentication_token, …

ruby-on-rails rspec http-status-codes human-readable
Natural/Relative days in Python

I'd like a way to show natural times for dated items in Python. Similar to how Twitter will show a …

python datetime human-readable datetime-parsing humanize
Convert human readable to bytes in bash

So I am trying to analyze very large log files in linux and I have seen plenty of solutions for …

linux bash awk human-readable
Human readable alternative for UUIDs

I am working on a system that makes heavy use of pseudonyms to make privacy-critical data available to researchers. These …

standards uuid human-readable
Java - Convert Human Readable Size to Bytes

I've found lots of information about converting raw byte information into a human-readable format, but I need to do the …

java byte long-integer human-readable
Writing white-space delimited text to be human readable in Python

I have a list of lists that looks something like this: data = [['seq1', 'ACTAGACCCTAG'], ['sequence287653', 'ACTAGNACTGGG'], ['s9', …

python whitespace human-readable