similar to: Errors in log.smbd

Displaying 20 results from an estimated 1000 matches similar to: "Errors in log.smbd"

2002 Jul 08
4
Statemement by recurrence avoiding loop
Dear R users, I would like to calculate a cumulative sum as following: on the i-th row, in the j-th column of a matrix, I would like to obtain the sum of the (i-1) preceding elements of this j-th column. Could I avoid a "for" loop? Thank you, Tristan Lorino ---------------------- ?cole Nationale V?t?rinaire d'Alfort - http://www.vet-alfort.fr, T?l. 01 43 96 70 33 M?l. tlorino at
2016 Mar 16
0
Go Bindings and govet
On Wed, 16 Mar 2016 at 05:55 Eric Christopher <echristo at gmail.com> wrote: > Hi Andrew, Peter, > > I took a look at the results of running govet on the go bindings - there > are a lot of small/simple problems that should probably be looked at. Wrong > number of arguments a few times, shifts by > 32, etc. > Did you just run "go vet
2002 Jul 01
2
GUI and Java: RSJava does not work
Hi, About GUI and R, I would say that personnaly, I need to build a nice GUI for people who does not know anything about R, to conduct simulations. I don't know if the choice of R is the best. Maybe writing all the code in Java would be better... I don't know. That's why I have tried to install RSJava from Omegahat on my computer (Windows 2000). With R 1.5.0 or 1.5.1, I get the
2002 Jul 01
3
Discrete random variable
Hi, I would create a function rdiscrete that returns the value of a discrete random variable X defined on a subset which can change, and for the same probability for the issue, eg: X could sometimes take a value in the subset {2,3,4} with probability 1/3 for each issue, and sometimes X could take a value in the subset {2,3,4,5,6} with probability 1/5 for each issue, etc. The function should have
2003 Nov 19
1
Fun with veto files
Hi. I have a fileserver running samba 2.2.7 and netatalk 1.5.5 for old mac clients. Because the mac's are quite spammy with creating .AppleDouble and other system directories, I've added the following to smb.conf: veto files = /.AppleDesktop/.AppleDouble/Network Trash Folder/TheFindByC ontentFolder/TheVolumeSettingsFolder/System Volume Information/Recycled/ Now, when a windows client
2016 Mar 15
2
Go Bindings and govet
Hi Andrew, Peter, I took a look at the results of running govet on the go bindings - there are a lot of small/simple problems that should probably be looked at. Wrong number of arguments a few times, shifts by > 32, etc. https://golang.org/cmd/vet/ Thanks! -eric -------------- next part -------------- An HTML attachment was scrubbed... URL:
2002 May 30
3
Building a stand-alone package
Dear R users, I'm working with Windows 2000 and R -- note that I could maybe work with Linux too... I would like to know if it is possible to build a stand-alone statistical package which: -- could be programmed in R language, -- could have a nice graphical interface with buttons and menus (this package will be distributed to non-statistician people), -- could realize statistical operations,
2002 Jun 13
1
RMySQL package for Windows
Dear R users, Is it possible to install RMySQL package with R 1.5.0 on Windows 2000 platform? This package is not listed in the packages list after calling "load package from CRAN" menu... Thank you for your help, Tristan Lorino ---------------------- ?cole Nationale V?t?rinaire d'Alfort - http://www.vet-alfort.fr, T?l. 01 43 96 70 33 M?l. tlorino at vet-alfort.fr Site personnel
2002 Jul 04
1
Deriv and integrate
Dear R users, I would like to express a function (with only one argument) as the integrate of its derivate. For example, for y=x^2, I would like something like integrate(deriv(~x^2,"x", function(x) NULL, formal=T),0,2) which would give me... 4. Thank you, Tristan ---------------------- ?cole Nationale V?t?rinaire d'Alfort - http://www.vet-alfort.fr, T?l. 01 43 96 70 33 M?l.
2008 Oct 24
1
bonding over bridge or bridge over bonding ?
Hi, I'm trying to configure a network bridge over a bonding without any success. Here is my configuration: ifcfg-eth0: DEVICE=eth0 HWADDR=00:1E:C9:E8:3F:E5 ONBOOT=yes USERCTL=no MASTER=bond0 SLAVE=yes ifcfg-eth1: DEVICE=eth1 HWADDR=00:1E:C9:E8:3F:E7 ONBOOT=yes USERCTL=no MASTER=bond0 SLAVE=yes ifcfg-bond0: DEVICE=bond0 ONBOOT=yes BRIDGE=br0 USERCTL=no ifcfg-bridge0: DEVICE=br0
2002 Apr 10
3
Strange assignment bug (PR#1450)
Dear bugs @r; The following reproduces erroneous results on my system using R-gui: platform i386-pc-mingw32 arch x86 os Win32 system x86, Win32 status major 1 minor 4.1 year 2002 month 01 day 30 language R ##################################################### inter.gp.effect <- 0.1 animals <- data.frame(pos = 0:2) SI.model <- function(Animal.group) {
2011 Feb 16
5
ACHTUNG: wrt CentALT repo
On Wed, Feb 16, 2011 at 2:03 PM, Larry Vaden <vaden at texoma.net> wrote: > > N.B. pkgs.org is showing that CentALT is at current code and Fedora is > using a release candidate! Per a discussion with an Internet2 professor this PM: ACHTUNG: Note the repo is apparently without SRPMs so it becomes difficult to vet. Further, no mirrors have been spotted, which is not to say there
2015 Feb 19
2
[LLVMdev] [cfe-dev] [3.6 Release] RC3 has been tagged
On 02/18/2015 04:57 PM, Renato Golin wrote: > On 18 February 2015 at 21:45, Tom Honermann <thonermann at coverity.com> wrote: >> Unfortunately, we don't currently have the resources to do so. When we >> upgrade, we upgrade to the most recent release and perform testing on top of >> it. > > One safe way of doing so, and would help us without adding much >
2002 May 31
1
Library Tcltk
Dears users, Thanks for your responses concerning my question of yesterday (about stand-alone package). Il would like to explore two ways: -- Tcltk extension, -- Rweb application. I have installed ActiveTcl (in F:\Tcl), and I have modified the PATH (in the autoexec.bat file): set R_LIBS=F:\R\rw1050\library set PATH=%PATH%;F:\Tcl\bin set PATH=%PATH%;F:\Tcl\lib set PATH=%PATH%;F:\R\rw1050\bin
2005 Jan 25
2
Bug in Windows File Selector (PR#7561)
Full_Name: Paul Vet Version: 2.0.1 OS: Windows 2000 Submission from: (NULL) (65.95.10.51) The file selector for saving plots always starts in the R program directory. It is standard for Windows programs to start the file selector in the most recently saved-in directory. Steps to reproduce: 1. > plot (x) # for some data x 2. Right click new plot, choose "Save as postscript..."
2017 Jul 26
0
[R-pkgs] New Package vetr: Enforce Structural Requirements for S3 Objects
`vetr` implements a declarative template-based approach to verify that objects meet structural requirements, and auto-composes error messages when they do not. This package is intended to simplify a more formal use of S3 objects. The template concept is borrowed from `vapply`: >> vet(numeric(1L), 1:3) >? [1] "`1:3` should be length 1 (is 3)" >> vet(numeric(1L),
2013 Jan 30
2
[LLVMdev] Edge Profiling
Hello. I'm using these commands to compile the code below in order to collect edge/blocks profiling: clang -emit-llvm -c sort.c -o sort.bc opt -insert-edge-profiling sort.bc -o sort_prof.bc clang sort_prof.bc -lprofile_rt -L/llvms/lib -o sort_prof then I run the program and display the profiling information using llvm-prof sort_prof.bc, and the result is:
2006 Sep 20
5
[Slightly OT] Uploading files with firefox
I have been successfully using the latest mongrel and upload progress plugin with safari but firefox seems to have some issues with any request that takes longer than 5 seconds to complete. You get the "Warning: Unresponsive Script" screen. Apparently this problem is fixable by following this: http://computer-vet.com/weblog/2006/04/28/ firefox_warning_unresponsive_script.html
2003 Apr 23
1
Technical problem
Hello, Instead of receiving only one message when somebody send a question or a answer, I receive 2 messages with exactly the same contents inside. Is it the same for you? Thank you, Fanny -------------------------- Fanny AZIZA École Nationale Vétérinaire d'Alfort Mail: faziza@vet-alfort.fr Tél. 01 43 96 70 33 [[alternate HTML version deleted]]
2020 Jul 04
9
Proposal for CIRCT incubator project
For the past several months, members of the ‘CIRCT’ group have been working to begin adapting MLIR for hardware design. We believe that this area would benefit from good open source infrastructure enabling research and, eventually, the next generation of commercial tools. We have collected several dialects and envision a number of lowering flows using these dialects. We have reached the point