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

learn more… | top users | synonyms

18
votes
4answers
319 views

Make big and small numbers human-readable [duplicate]

I would like to print my very small numbers in C# in a human friendly way, such as: 30µ for 3E-5 or 456.789n for 0.000000456789. I know of the Humanize_number() function from BSD in C, but only ...
0
votes
0answers
28 views

json to english

Does anyone know of any sites ( online tools ), or soucces, that converts json to english.. for examples { "id": "0001", "type": "donut", "name": "Cake", ...
1
vote
1answer
33 views

htaccess human readable

I have a site which already defined htaccess for making url nice DirectoryIndex index.php RewriteEngine On RewriteBase / Options -indexes RewriteCond %{REQUEST_FILENAME} !-f RewriteCond ...
1
vote
1answer
88 views

Is there any support for a Python program to be able to write a human-readable configuration file from which it can restore its state later?

Update: Based on the responses as of 3/16/2013 (or lack thereof), I get the impression that nothing anything like what I have in mind exists already. Thus I will build such a mechanism for myself ...
0
votes
1answer
96 views

Printing dictionaries (JSON) human readable

I know this question have been asked before and I have checked those answer before asking this question. Lets say I have a (nested) dictionary like this (notice the lists-values): dic = {'level1': ...
0
votes
4answers
74 views

Improve readability of large attr_accessor

What should I do when defining constants or attr_accessor symbols that are very large? For example, something like this: ATTRIBUTES = %w(id name full_name owner private html_url description fork url ...
0
votes
0answers
38 views

Hand-off between copywriter and UI Developers [closed]

As I copywriter, my primary tool is Word. I use it to create master copy documents for site content and user interface elements. One of the reasons I still use Word is because many of my clients are ...
0
votes
1answer
143 views

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 human sensing files like text, configuration, html, source-code etc. files. ...
0
votes
3answers
94 views

How to tell if a file is text-readable in C#

Part of a list of projects I'm doing is a little text-editor. At one point, you can load all the sub directories and files in a given directory. The program will add each as a node in a TreeView. ...
-2
votes
1answer
49 views

From Object To Human Readable Text [closed]

I am working on a small function which will convert objects to strings. It is easy if object has values as arrays. But I want this function to work even my object or array has some values as another ...
0
votes
0answers
336 views

application listed as EXE file name in Win8 Task Manager rather than it's Window Caption [closed]

It looks like there is a problem with Windows 8 task manager and XE2. Here is the problem i have seen: Executable: test.exe Title: My Test App When I look at task manager, i see test.exe and i can ...
0
votes
1answer
80 views

Python - Writing white space to imported CSV data

I want to: Import CSV formatted data into a python list/array Right justify a 8 space field for the string Write the output as a text file For example, I want to turn csv data such as: 11111, 22, ...
0
votes
2answers
27 views

Localising grammar and date representations

Many times in my UI programming career I have wanted to represent things like numbers, times, dates and lists correctly according to a given locale. Are there any libraries that can help? Cocoa and ...
-3
votes
2answers
75 views

Is possible, in PHP, serialize array in “human-readable language” and then unserialize it? [closed]

I ask serialization and unserialization by PHP script. Only sometimes I edit the array manually (in database.txt).
3
votes
2answers
321 views

bytes to human readable, and back. without data loss

I need to convert strings which contain the memory usage in bytes, like: 1048576 (which is 1M) into exactly that, a human-readable version, and visa-versa. Note: I looked here already: Reusable ...
0
votes
0answers
28 views

Human-readable representation for content-less trees

I tried the classical in-order representation for binary trees like (a + (b * c)) representing a tree with root + and children a and (b * c), etc... nice and readable and easy to do. But for my ...
0
votes
1answer
102 views

C# human readable formating of a special syntax [closed]

Hi all i kinda need some help at creating a function for turning a plain syntax in human readable format: Syntax looks like this: [OPENTAG] (type)name:value [OPENTAG] (type)name:value ...
1
vote
1answer
88 views

How do I write/format HTML with RDFa to be easily human-readable in source?

Adding RDFa is quite fun, but tends to make my source almost impossible to read, (even when the editor has decent syntax highlighting.) For instance: <div id="me" prefix="foaf: ...
3
votes
0answers
161 views

Getting symbolicated stack traces from backtrace_symbols() in iOS 6

Prior to iOS 6, calling callStackSymbols() (also what -[NSException callStackSymbols] uses) would provide human readable stack frames. However, with iOS 6, this no longer the case and only addresses ...
4
votes
4answers
91 views

Safe to use human readable primary keys in SQL?

I want to know if I can use human readable primary keys for a relatively small number of database objects, which will describe large metropolitan areas. For example, using "washington_dc" as the pk ...
0
votes
3answers
157 views

Rails - Humanize attribute globally

Let's say I have a User model with a name attribute. If a @user has name 'CAIO' I can call the humanize method to make it nicer: @user.name =======> CAIO @user.name.humanize =======> ...
0
votes
1answer
85 views

should log messages be more human readable or computer readable?

I can see advantages to both. human readable quickly solving a problem is easy, because you can easily find out what's going on when you make a computer readable form, you're usally also sticking ...
2
votes
1answer
95 views

human readable schedule syntax like functionality in my app?

cron in google app engine have human readable syntax for cron job scheduling. https://developers.google.com/appengine/docs/python/config/cron#The_Schedule_Format How do I implement similar ...
2
votes
2answers
110 views

More readable way for null reference checks

In a lot of apps I write, I find myself assigning a default value for a subclass of a DBML object. Here is an example of the current way I'm having to do it: var viewModel = new RandomViewModel { ...
0
votes
2answers
103 views

Encode data into user-typed code, like an old game's password-save system

I tried searching for information on this, but must not know the right terms to use... What would be the simplest way to store information in a human-readable and -writeable passcode, with enough ...
1
vote
2answers
92 views

Is there something like csv or json but more graphical and better to read for humans?

For example CSV and JSON are human and machine readable text formats. Now I am looking for something similar even more graphical for table data representation. Instead of: 1,"machines",14.91 ...
7
votes
3answers
2k views

converting file size in bytes to human readable

I'm using this function to convert file size in bytes to a human readable file size: function getReadableFileSizeString(fileSizeInBytes) { var i = -1; var byteUnits = [' kB', ' MB', ' GB', ' ...
-1
votes
2answers
54 views

Is there a standard file naming convetion for key-value pairs in filename?

I have multiple data files that are named after what they contain. For example machine-testM_pid-1234_key1-value1.log There are keys and values separated by - and _. Is there a better syntax for ...
3
votes
0answers
68 views

Encoding that minimizes misreading / mistyping / misspeaking?

Let's say you have a system in which a fairly long key value can be accurately communicated to a user on-screen, via email or via paper; but the user needs to be able to communicate the key back to ...
0
votes
1answer
177 views

fixed point fx notation and converting

I have a fx1.15 notation. The underlying integer value is 63183 (register value). Now, according to wikipedia the the complete length is 15 bits. The value does not fit inside, right? So assuming it ...
7
votes
1answer
238 views

A minimalistic human-readable serialisation format parser for an embedded system

By "human-readable serialisation format" I mean YAML, JSON, INI or like. Please note, XML is too verbose and too inconvenient for my purposes, so let's leave it alone as the last resort. The format ...
2
votes
2answers
910 views

Human-readable representations in protobuf-net

Does protobuf-net have any APIs to dump a protobuf into human readable form? I was hoping for something like TextFormat.
0
votes
2answers
482 views

Human readable date into timestamp

I am trying to parse a logfile, using human readable dates without a year into a timestamp. I have looked over the function strtotime() but haven't had any success with it. Example time: ...
3
votes
6answers
1k views

Actual numbers to the human readable values

I have data in bytes. I need to draw this values as human readable labels on a chart (like 2.5KB, 14MB etc.) and need to help with function (input data - actual value, output - human readable string). ...
3
votes
4answers
780 views

Parse human readable dates with JS?

I'm working on a web project that uses Django, jQuery and Google App Engine. I need an option to parse raw, human readable date texts into JavaScript Date objects. I found this library - ...
5
votes
2answers
1k views

objective-c NSFilePosixPermissions to human readable NSString

is there a way to get human readable string (@"drwxr-xr-x" for example) from an NSFilePosixPermissions integer ?
4
votes
1answer
553 views

Human-readable URLs: preferably hierarchical too?

In a now migrated question about human-readable URLs I allowed myself to elaborate a little hobby-horse of mine: When I encounter URLs like http://www.example.com/product/123/subpage/456.html I ...
1
vote
1answer
44 views

Generating a url that I can use in a sign-off-email

So I have a service where you sign up for events. When you sign up, you get an email with an url where you can sign off the event. The given parameter of the url should be something that not anyone ...
0
votes
1answer
87 views

Is there a 3rd party library that knows to convert a linq expression to a human readable string representation?

I have a linq expression and I wish to display it in the log in a human readable form. Any one knows any library that can do it? I saw this entry ...
6
votes
11answers
340 views

Are there any basic standards and practices for making human readable code?

More specifically making HTML, Java, and python more readable? Does anyone have suggestions for this programming student?
2
votes
7answers
345 views

How to measure the “understandability” of a language?

I have often read that some programming languages are clear than others and I asked myself several times if there is an objective way to measure the clarity of a language in order to design, given an ...
1
vote
3answers
967 views

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', 'ACTAGAAACTAG']] I write the information to a ...
2
votes
2answers
3k views

MongoDB geo distance/radius to useful units

I'm using MongoDB geospatial queries -- $near, geoNear, etc. -- and I'd like to know how to turn the 'dis' result of the 'geoNear' command as well as the 'radius' argument for $within queries to/from ...
1
vote
3answers
550 views

Formatting PHP time() from mysql table

I'm creating comments stored in a MySQL database. I'm logging the php time function time() as the comment is posted. That way it's displaying a message such as... "comment... posted 4 seconds ago" ...
25
votes
9answers
2k views

Code-Golf: Friendly Number Abbreviator [closed]

Based on this question: Is there a way to round numbers into a friendly format? THE CHALLENGE - UPDATED! (removed hundreds abbreviation from spec) The shortest code by character count that will ...
11
votes
5answers
534 views

I Need a Human Readable, Yet Parse-able Document Format

I'm working on one of those projects where there are a million better ways to accomplish what I need but I have no choice and I have to do it this way. Here it is: There is a web form, when the user ...