Re: [CentOS] Gulliver

2017-10-31 Thread Gordon Messmer
On 10/31/2017 12:06 PM, Warren Young wrote: This problem is*solved*. Well, yes.  But if endian data is the problem, then it's pretty clear that none are in use, and I'm suggesting the absolute minimum-effort solution to the problem. ___ CentOS

Re: [CentOS] Gulliver

2017-10-31 Thread Warren Young
On Oct 31, 2017, at 12:47 PM, Gordon Messmer wrote: > > If this is an application that you've developed in-house, you should be using > htonl() to convert your 32-bit values to network byte order …or its superset, XDR [1] …or use a text format (XML, JSON, YAML, SQL,

Re: [CentOS] Gulliver

2017-10-31 Thread Gordon Messmer
On 10/30/2017 10:07 AM, Chris Olson wrote: All files are loaded or moved from one machine to another with sftp. The intern noticed right a way that the documents will transfer perfectly from our PPC and SPARC machines to our Intel/CentOS platforms.  The raw data files, not so much.  There is

Re: [CentOS] Gulliver

2017-10-30 Thread Stephen John Smoogen
On 30 October 2017 at 13:07, Chris Olson wrote: > We have been fortunate to hang onto one of our summer interns > for part time work on weekends during the current school year. > One of the intern's jobs is to load documents and data which > are then processed. The

Re: [CentOS] Gulliver

2017-10-30 Thread Peter Kjellström
On Mon, 30 Oct 2017 17:07:31 + (UTC) Chris Olson wrote: > We have been fortunate to hang onto one of our summer interns > for part time work on weekends during the current school year. > One of the intern's jobs is to load documents and data which > are then

[CentOS] Gulliver

2017-10-30 Thread Chris Olson
We have been fortunate to hang onto one of our summer interns for part time work on weekends during the current school year. One of the intern's jobs is to load documents and data which are then processed.  The documents are .txt, .docx, and .pdf files. The data files are raw sensor outputs