Omgili - forum search, search forums  
  

Discussions about human readable

Displaying 1 - 10 out of 5,644 discussions.  
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.
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.
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.  
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.
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.
Let's say we have 0.33, we need to output "1/3". If we have "0.4", we need to output "2/5". The idea is to make it human-readable to make the user understand "x parts out of y" as a better way of understanding data. I know that percentages is a good substitute...
Started by on , 18 posts by 18 people.  
] / (double) m[1][0])); } If the the output is to give a human reader a fast impression of the order.
So let's say we have a string that is like this: ‰û]M§Äq¸ºþe Ø·¦ŸßÛµÖ˜eÆÈym™ÎB+KºªXv©+Å+óS—¶ê'å‚4ŒBFJF󒉚Ү}Fó†ŽxöÒ&‹¢ T†^¤( OêIº ò|<)ð How do I turn it into a human readable string of chars, cuz like it was a wierd output of HTML from a webserver...
Started by on , 3 posts by 3 people.  
If that is in fact supposed to be a human-readable string, you'll need to figure out what character the human readable text..
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