similar to: Gulliver

Displaying 20 results from an estimated 5000 matches similar to: "Gulliver"

2017 Oct 31
1
Gulliver
On Oct 31, 2017, at 12:47 PM, Gordon Messmer <gordon.messmer at gmail.com> 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, CSV?) ?or use a binary serialization of same (BSON, CBOR, Binary XML?) ?or use
2017 May 24
11
System Time Source
One of our STEM interns recently observed that there are inexpensive clocks that sync via radio to standard time services.? This begged a question about why every computer would not have a radio module to receive time.? Our senior staff did not have a good answer or if time from such a radio module would be supported by the operating system. When I was a student, such questions would have earned
2017 Oct 31
0
Gulliver
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 always > an Endian (Thanks Gulliver) issue, which we assume is due to >
2004 Aug 06
1
[Fwd: They want to close the biggest European network]
-------- Original Message -------- From: "Gulliver Riviera" <gulliver.riviera@tiscalinet.be> Subject: They want to close the biggest European network To: <niouz@reseaucitoyen.be> <p><p>I know this is somehow off-topic but I think it is important to bring to your attention that the Ebone European network is ready to collapse ... http://live.ebone.net/
2016 Sep 09
2
[XRay][RFC] Tooling for XRay Trace Analysis
On Thu, Sep 8, 2016 at 11:34 PM Dean Michael Berris <dean.berris at gmail.com> wrote: > > > On 9 Sep 2016, at 12:35, Dean Michael Berris <dean.berris at gmail.com> > wrote: > > > > > > > >> On 7 Sep 2016, at 01:21, David Blaikie <dblaikie at gmail.com> wrote: > >> > >> But I take it you mean (as detailed later) to have a
2016 Sep 27
2
Experiments with a replacement for the bitcode format
Hello, Disclaimer: I have no plan to break 3.x bitcode compatibility in any way. I’m experimenting with ideas to improve the current bitcode serialization and deserialization in general. I’m interested in improving the speed and the flexibility of the reader/writer, as well as making the code easier to deal with. My current griefs against our bitcode format are mainly the lack of built-in
2016 Sep 28
2
Experiments with a replacement for the bitcode format
> On Sep 28, 2016, at 2:03 PM, Xinliang David Li <xinliangli at gmail.com> wrote: > > > > On Tue, Sep 27, 2016 at 12:56 PM, Mehdi Amini via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: > Hello, > > Disclaimer: I have no plan to break 3.x bitcode compatibility in any way. > > I’m experimenting with ideas to
2016 Sep 09
2
[XRay][RFC] Tooling for XRay Trace Analysis
> On 7 Sep 2016, at 01:21, David Blaikie <dblaikie at gmail.com> wrote: > > (sorry for the delay) > All good, thanks Dave! > On Tue, Aug 23, 2016 at 1:05 AM Dean Michael Berris <dean.berris at gmail.com <mailto:dean.berris at gmail.com>> wrote: > Hi llvm-dev, > > I've been implementing a tool for analysing XRay traces. A recap of XRay's
2017 May 24
2
System Time Source
Warren, one slight correction on an other wise nicely written bit of info: The time transmitted from WWV is not Mountain Time. Even though the WWV transmitter farm is located in the Mountain time zone, the signals are transmitted as "Coordinated Universal time", UTC, or 'Zulu' time. Here, you can listen to a recording made at the transmitter site for the 5Mhz signal:
2015 Sep 29
4
sobre fread {data.table}
Buenas tardes, intento almacenar el contenido de un archivo .docx en un data.table, pero solo me devuelve 1855 filas cuando deberñian ser 6821. Sin embargo, el mismo archivo se me descarga completo usando read_docx {qdapTools}, pero este devuelve un vector carácter y no es lo que quiero. ¿Alguien sabe donde puede estar el problema? Nota: El docx procede de un archivo .rel que descargué de
2009 Nov 25
8
Docx format ?
Hi, Is there any way I can read a .docx file on my CentOS desktop ? Cheers, Niki
2012 May 07
2
FileFormatConverters: no equations in docx documents?
Hello. I need to view some docx files that embed equations. I installed wordviewer, then FileformatConverters in wine 1.5.3. Both install ok, and I can view docx files, except that the equations don't appear at all. Does anybody have a solution? Thanks! -- F. Delente
2016 Sep 27
1
omega issues/notes
All, I've run into a couple of things using omega/omindex under cygwin. I don't think I'd attribute them to xapian, omega or omindex, but wanted to get them out to the list so that if anyone else should run into these things down the road, hopefully someone will remember and be able to help. 1) after compiling and building omega, and doing make install, I get a set violation when
2023 Dec 29
2
Help request: Parsing docx files for key words and appending to a spreadsheet
Hi Andy: I don?t have an answer but I do have what I hope is some friendly advice. Generally the more information you can provide, the more likely you will get help that is useful. In your case you say that you tried several packages and they didn?t do what you wanted. Providing that code, as well as why they didn?t do what you wanted (be specific) would greatly facilitate things. Happy
2009 Feb 09
2
un'stat'able files - fs corruption?
Hello list, I have some serious problems on my ext3 filesystem. Several folders contain files, which cannot be accessed in any way, not even a stat() on these files is possible: [~]$ ls -l -rwxrwxr-x 1 yvonne users 30208 2007-09-16 12:49 Stoffverteilungsplan tw kl4 07.doc ?--------- ? ? ? ? ? Teddyb?r.docx ?--------- ? ? ? ? ?
2009 Jun 09
3
OT: Viewer for .docx M$ WORD files?
Is there a Viewer for .docx M$ WORD files? If so, where can I get it? This file type cannot be opened with OpenOffice.org 2.3. TIA!
2012 Jul 06
2
Graph showing fitted values obtained by binomial GLM
I have completed a binomial GLM in R (details attached (finalModel.docx)) and I am trying to create a graph of observed and fitted values using the following commands: > MyData<-data.frame(time=seq(from=0,to=1323,by=1)) > Pred<-predict(M2,newdata=MyData,type="response") > plot(x=turtle$time,y=turtle$success) > lines(MyData$time,Pred) However, I get the following
2012 Oct 19
3
saving to docx
hi all, how can i saving R output to docx or Jpeg format? [[alternative HTML version deleted]]
2023 Dec 30
2
Help request: Parsing docx files for key words and appending to a spreadsheet
Hi Eric Thanks for that. That seems to fix one problem (the lack of a separator), but introduces a new one when I complete the function Calum proposed:Error in docx_summary() : argument "x" is missing, with no default The whole code so far looks like this: # Load libraries library(tcltk) library(tidyverse) library(officer) filepath <- setwd(tk_choose.dir()) filename <-
2023 Dec 29
1
Help request: Parsing docx files for key words and appending to a spreadsheet
help(read_docx) says that the function only imports one docx file. In > order to read multiple files, use a for loop or the lapply function. > I told you people will suggest better ways to loop!! > > docx_summary(read_docx("Now they want us to charge our electric cars > from litter bins.docx")) should work. > Ivan thanks for spotting my fail! Since the OP is new to