Omgili - forum search, search forums  
  

Discussions about human readable

Displaying 1 - 10 out of 6,461 discussions.  
RSS Feed Options
Time Frame: (Any time)   Minimum number of replies: (2)   Minimum number of discussing users: (0)
  |  

Page: 1   2   3   4   5   6   7   8   9   10  
Keep this page open to be updated with the newest discussions automatically.
There are various snippets on the web that would give you a function to return human readable size from bytes size: >>> human_readable(2048) '2 bytes' >>> But is there a Python library that provides this?
Started by on , 5 posts by 3 people.  
Def human_readable_data_quantity(quantity.
DiveIntoPython3 also talks about this function.
Hi, anyone know how to transform a enum value to a Human readable value. Sample: ThisIsValueA to "This is Value A".
Started by on , 7 posts by 7 people.  
Here's an old blog post about it: http://geekswithblogs.net/rakker....
Most examples of this that I've seen involve marking your enum values up with [Description] attributes and using reflection to do the "conversion" between the value and the description .
For the documents stored in the database, I would like to create a human readable key to uniquely identify the document. e.g. PO20090110-001. How do I go about doing that?
Started by on , 5 posts by 5 people.  
You can create agent, which checking number on domino server and if agent find conflict then notify application ... .
Create field for uniquely key and this key saving onSave (or other event), but you must protect this number to be unique .
It's not simply.
Ask your Facebook Friends
What is the smallest way to store a UUID that is human readable and widely database compatible? I am thinking a char array of some sort using hex values?
Started by on , 5 posts by 5 people.  
So this is the scenario: You have a bunch of data that needs to end up in SQL. It needs to entered by hand. It is not an "enter once and you're done" scenario: it will need to be modified and expanded by humans in an ongoing iterative way. Comments will...
Started by on , 5 posts by 5 people.  
Look at YAML as a way to represent the data as plain, human-readable, and human-fixable text.
Is there a way in .NET 2.0 (C#) to serialize object like you do using XmlSerializer in a simple / customizable human readable format thats for instance looks like PXLS or JSON? Also I know that XML is human readable, I'm looking for something with less...
Started by on , 3 posts by 3 people.  
When rolling your own.
Xml and binary is definitely not human readable, you'll have to roll your own.
Why should I use a human readable file format in preference to a binary one? Is there ever a situation when this isn't the case? EDIT: I did have this as an explanation when initially posting the question, but it's not so relevant now: When answering ...
Started by on , 24 posts by 24 people.  
Uhm… because human-readable file formats can be read by humans? Seems like a pretty good by humans....
And even then debugging is troublesome so we added a human readable equivalent.
Format if speed is an issue.
I am using Quartz with Java to schedule jobs. One thing is that i store cron expressions on a database and i would like to present them to a user but in a more readable form. So i was wondering if there is a utility that could convert a cron expression...
Started by on , 3 posts by 2 people.  
No I don’t know any tool that will help you get a cron expression in “humanreadable form to the CronExpression object, you can create your own "human" explenation..
Better.
How can I sort a list using a human-readable file-size sort, numerical sort that takes size identifier (G,M,K) into account? Can I sort " du -sh " output for example? Problem: Consider the problem of listing files/folders and sorting them by their size...
Started by on , 5 posts by 5 people.  
Here's another one: $ du -B1 | sort -nr | perl -MNumber::Bytes::Human=format_bytes -F'\t' -lane 'print format_bytes($F[0])."\t".$F[1]' You might have to do a $ cpan Number::Bytes::Human first.
Choice.
In a SQL-database I make some selects, that get an duration (as result of a subtraction between two dates) in seconds as an int. But I want to format this result in a human-readable form like 'hh:mm' or 'dd:hh'. Is that possible in SQL and how can I realize...
Started by on , 4 posts by 4 people.  
It is better to be doing formatting-for-human-readability work in your application's presentation layer.
Page: 1   2   3   4   5   6   7   8   9   10  

Related Message Boards & Forums

  • Stack Overflow
  • Super User
More Information


Forum Search About Omgili Help Plugins Forum/Board Owners Privacy

i
In Title
In Topic
In Reply
Exclude
Boost