search for: moreover

Displaying 20 results from an estimated 2648 matches for "moreover".

2003 Jan 14
1
Two web servers on DMZ zone with private ad dresses. How to?
That log message looks like someone (or some program) is trying to browse to moreover.com from your web server machine--it''s not a reply to an external request. You''d see messages like that if you were running some sort of HTTP proxy server (like Squid) on that box (although they''d likely be to multiple IPs, unless your users only browsed to p.moreover.com...
2008 Jan 01
7
[LLVMdev] Utilizing gperf for TableGen
The output of TableGen (intrinsics.gen) seems a bit too clunky specifically the switching parts (input the string, output the enum). Moreover, the code makes MSVC barf due to its nesting limit which even applices to if-else statements. One one hand, gperf (http://www.gnu.org/software/gperf/manual/gperf.html) offers a way to map strings to records without much difficulty (and it does its job efficiently). My point is, are there plans to...
2007 Apr 20
2
R: Appending the files
...ot;,sep=",",col.names=NA) write.table(mat2,"foo.csv", sep=",", col.names=NA, append = TRUE) I am getting a warning message: Warning message: appending column names to file in: write.table(mat2, "foo.csv", sep = ",", col.names = NA, append = TRUE) Moreover the data of *mat2* is getting appended to "foo.csv" in the following way V1 V2 V3 1 0 0 0 2 0 0 0 V1 V2 V3 1 1 1 1 2 1 1 1 If data is getting appended then why I am getting the warning message? Moreover is there any way by which i can get the data of *mat2* bes...
2018 May 02
3
[PATCH net-next v9 3/4] virtio_net: Extend virtio to use VF datapath when available
...4:00:b2:a7:f3 >>> RTNETLINK answers: Operation not supported >>> >>> That I did expect to work. I would expect this would change the mac of >>> the master and both standby and primary slaves. >> If a VF is untrusted, a VM will not able to change its MAC and moreover > Note that at this point, I have no VF. So I'm not sure why you mention > that. > > >> in this mode we are assuming that the hypervisor has assigned the MAC and >> guest is not expected to change the MAC. > Wait, for ordinary old-fashioned virtio_net, as a VM user, I...
2018 May 02
3
[PATCH net-next v9 3/4] virtio_net: Extend virtio to use VF datapath when available
...4:00:b2:a7:f3 >>> RTNETLINK answers: Operation not supported >>> >>> That I did expect to work. I would expect this would change the mac of >>> the master and both standby and primary slaves. >> If a VF is untrusted, a VM will not able to change its MAC and moreover > Note that at this point, I have no VF. So I'm not sure why you mention > that. > > >> in this mode we are assuming that the hypervisor has assigned the MAC and >> guest is not expected to change the MAC. > Wait, for ordinary old-fashioned virtio_net, as a VM user, I...
2019 Apr 08
2
Student Introduction
This might be a little late but I was engaged in my university examinations. Moreover, I have an exam even today so apologies for the delay. Also, I had to change my project from weighting schemes to improve to improve estimated total number of results as weighting schemes was demanding a lot of time going through it. I would really appreciate if you could review my proposal asap....
2004 Aug 06
2
bit/bytes <= broadcasting : the state of art ?
...rly broadcasting for 60 simultaneous listeners (and approx. 5000 differents listeners per months)... The problem is the same for everybody : bandwith ! Multicast is not a reliable solution for the moment because operating systems such as Windows doesn't support it yet (Windows 95,95,ME,NT). Moreover, the worldwilde web is not multicast ready yet ! The P2P broadcasting is not the solution, I think... Here (in France), connection speed are 512 Kbps for download and 128 Kbps for upload. So, a listener couldn't re-send correctly the stream to another. Moreover, P2P broadcasting increase del...
2006 Jan 04
4
removal of an element from a vector
Dear All, I have some problem in R which I'm explaining using an example: x<-(120,235,172,95,175,200,233,142) i want to remove the elements which are lesser than 100 and as a result i want two vectors y<-(containing elements <100) z<-(remaining elements) Moreover if I wish to use two different programs for vectors y and z. which command shall I use(will IF-ELSE work ?) Thanks and regards, GS
2007 Aug 17
3
Any parser generator / code assistance for R?
Hi, Is there any parser generator like www.antlr.org? Moreover, how does simple code assistance work currently in R? By 'simple code assistance' I meant things like: Object$M<TAB> --> Object$Method
2006 Dec 31
1
Problem With Big File Transfer on Windows Client
...ver (embedded linux). No problem in the other side. Indeed, windows displays an error saying that "the specified network name is no longer available", the copy process is stopped but it seems that data are still sent to the server but finally the file copied is corrupted (bad checksum). Moreover, we have performed different kinds of tests such as using a Linux client or using a Linux PC as a server (with a Windows client) and everything goes right. We assume that our problem comes from our Linux Embedded system but we cannot find out the critical point. Moreover logs messages do not give u...
2012 Oct 02
4
[LLVMdev] [RFC] Parallelization metadata and intrinsics in LLVM (for OpenMP, etc.)
Sanjoy Das <sanjoy at playingwithpointers.com> writes: > In short, I propose a intrinsic based approach which hinges on the > concept of a "parallel map". The immediate effect of using intrinsics > is that we no longer have to worry about missing metadata. Moreover, > we are still free to lower the intrinsics in a variety of ways -- > including vectorizing them or lowering them to calls to an actual > openmp backend. I'll re-ask here since this is in its own thread. Why can't we just make ordinary function calls to runtime routines?...
2019 Mar 27
2
Student Introduction
...Singh, a computer science undergrad studying in NIT Warangal, India. I am interested to work on the project "Weighting Schemes" under the guidance of Olly Bets and Gaurav Arora; this project requires basic(or better) C++ knowledge and I've done 2 years of basic C++ in my high school. Moreover, this is my 2nd semester pursuing a computer science major in NITW. Although I am new to the open source community, I feel I am a potential candidate for the same and will post my draft proposal asap for your feedback. Regards, Hemant Kumar Singh -------------- next part -------------- An HTML at...
2010 Oct 22
3
R step-by-step execution
...cution. I have written some nested loops and I would like to check on every step what are the values of some variables. Printing all the variables just creates a really big output of numbers. Could you please give some debugging tutorial that included the aforementioned functionalities? |Moreover can you please tell me how I can concatenate variables and strings so to print some debugging messages / "The value of x is " + x + " and the value of y is " +y. Best Regards Alex [[alternative HTML version deleted]]
2020 Oct 30
2
bug report for make check
I would like to request access to bugzilla to file a bug report on make check for R-devel. Following changes to all.equal.POSIXt, make check now reports an error if the environment variable TZ is set to TZ="US/Eastern" (and likely other values). This can be addressed by using the argument check.tzone=FALSE in the call to all.equal.POSIXt in reg-tests-2.R. A patch has been posted by
2005 Mar 01
4
write a library under 2.0.1 version
...ut when I try to read it the error is the following: Error in library(compvar) : 'compvar' is not a valid package -- installed < 2.0.0 I have checked other libraries in R 2.0.1 and I noticed that there is a new folders (Meta) that were not present under R 1.9.1 as well as a file (MD5). Moreover, under R folders there are files with .rdx and .rdb extensions that were not present before. I was wondering how I can built these files for the library to be importable under 2.0.1 version. Any suggestion? Cheers, Marta
2016 Jan 12
4
[v3,11/41] mips: reuse asm-generic/barrier.h
..., dma_wmb, smp_store_mb, read_barrier_depends, > smp_read_barrier_depends, smp_store_release and smp_load_acquire match > the asm-generic variants exactly. Drop the local definitions and pull in > asm-generic/barrier.h instead. > This statement doesn't fit MIPS barriers variations. Moreover, there is a reason to extend that even more specific, at least for smp_store_release and smp_load_acquire, look into http://patchwork.linux-mips.org/patch/10506/ - Leonid.
2020 Oct 30
1
bug report for make check
...asper, > > if you want to submit a bug via bugzilla, please first read > > https://www.r-project.org/bugs.html > > and you will learn there that there is an email address to use when > asking for an account, not all R-devel mailing list readers need to read > that. > > Moreover, I can see you already have an account in R bugzilla. > > Moreover, bugs can be reported also on R-devel mailing list and this has > been reported already several times, we are working on it, it is not > clear what is the right way to fix this. > > Thanks for your patience, > T...
2016 Jan 12
4
[v3,11/41] mips: reuse asm-generic/barrier.h
..., dma_wmb, smp_store_mb, read_barrier_depends, > smp_read_barrier_depends, smp_store_release and smp_load_acquire match > the asm-generic variants exactly. Drop the local definitions and pull in > asm-generic/barrier.h instead. > This statement doesn't fit MIPS barriers variations. Moreover, there is a reason to extend that even more specific, at least for smp_store_release and smp_load_acquire, look into http://patchwork.linux-mips.org/patch/10506/ - Leonid.
2010 Jan 13
1
Advantages of using SQLite for data import in comparison to csv files
...2. Import from individual csv files edited with sed, awk and sort. Both methods actually work very well, since I don't need advanced features like multi-user network access to the data. My data sets are tables with up to 20 columns and 1000 rows, containing mostly numerical values and strings. Moreover, I might also have to handle microarray data, but I'm not so sure about that yet. Moreover, I need to organise tags for a collection of photos, but this data is of course not analysed with R. I'm now beginning to work on a larger project and have to decide, whether it is better to use SQLit...
2015 May 13
3
Posix vs. Windows File/Directory Permissions
...39;s happening between the >> posix >> permissions and windows permissions. > > Nothing happens between posix permissions (acls) and windows > permissions (ACLs), they are different, see: Well? Something happens since Windows ACLs are converted to UNIX ones when using RSAT. Moreover, you'll not be able to set up inital Windows ACL is UNIX ACLs do not allow the configuring user to do so (which is not mentioned on the wiki) Regards