search for: inported

Displaying 20 results from an estimated 38 matches for "inported".

Did you mean: imported
2005 Apr 14
0
Finding an available port for server socket
I've written a Smalltalk application which starts R on another machine and then communicates with it via sockets. The functions involved are: slaveStart <- function(masterHost, masterPort){ inPort <- availablePort() sendSocket(as.character(inPort), masterHost, masterPort) socketSlave(inPort) } socketSlave <- function(inPort){ ## listens on inPort.
2010 Nov 08
0
Re: What constitutes a good backtrace?
Mark Knecht wrote: > On Sat, Mar 8, 2008 at 11:28 AM, Dan Kegel <dank at kegel.com> wrote: > > > On Sat, Mar 8, 2008 at 11:22 AM, Mark Knecht <markknecht at gmail.com> wrote: > > > > > Does this mean run it again but use +relay in the command line? > > > > > > > Yes. > > > > > > > > > If so could you give
2008 Mar 07
9
What constitutes a good backtrace?
Hi all, I did my first bug report in a while. Unfortunately the good folks at wineHQ.org didn't like it much because Gentoo by default stripped out much of the backtrace info. I've recompiled Wine with more backtrace capabilities in it and am wondering what's considered good enough. Below are two backtraces. They may or may not be exactly the same failure but they both come from
2009 Dec 23
0
[LLVMdev] getting error while running tblgen
Hi, I am trying to build a new backend target. First I wanted to start with just one intrinsic function. So I followed (I think I did) the guidelines about doing. For some reason I am getting this error message from the tblgen: "In SU_routeInstr: Type inference contradiction found in node imm!" Here is my def Imm8Arg: Operand<i8> { let
2003 Jan 13
4
Ideas needed on automation of R
I need some guidance on what is the best way to automate R I am aware of Rterm. First question: Is it true that R is not currently OLE accessible under Windows 2000? Second question: Is there an R command that echoes all R Console results to a run log system file? My first attempt to write a run log file is the example from the R Data Inport/Export documentation. > zz<-
2012 Feb 17
3
editing import data, strings
Regards. I'm a beginner in programing, so I have a basic question for you. If someone could help me please.. I want to create a function, which will be able to export files from excel. I tried with a <- read.csv(file, sep =",", as.is = TRUE, row.names = 1, header = TRUE), .. but instead of numbers, it gives me strings for example: "299,311". I can handle this string
2012 Apr 06
2
Sincere inquiry about “subscript out of bounds” error in R
Hello£¬experts I am working on a simulation of effect of artificial selection on certain population in Animal Breeding.I am new beginner in coding. I have already build a matrix A(500*500) based on this code A<-matrix(,500,500) for(i in 1:500){ for(j in 1:500){ ifelse(i==j,A[i,j]<-1,A[i,j]<-0) } } and I need to caculate A2 base on A and X1(4500*4500).Here are the codes
2011 Jul 21
1
[LLVMdev] git
Hi Chandler > Key things I'm currently thinking about after a brief brainstorm: > - Post-commit triggers need to be ported and kept useful > - Special attention to ensure that the existing code review / commit email > system continues to be effective > - Provide individual git repositories for each LLVM project, along with meta > repositories that use submodules to layout
2010 Mar 27
1
DRBD,GFS2 and GNBD without all clustered cman stuff
Hi all, Where i want to arrive: 1) having two storage server replicating partition with DRBD 2) exporting via GNBD from the primary server the drbd with GFS2 3) inporting the GNBD on some nodes and mount it with GFS2 Assuming no logical error are done in the last points logic this is the situation: Server 1: LogVol09, DRDB configured as /dev/drbd0 replicated to Server 2. DRBD seems to work
2012 Aug 21
1
weird rsync issue
rsync fails on some directories while on others it works without issue. Here are the inportant items: On theserver from which directories are being copied: more /etc/rsyncd.conf <snip> [abcd] path = /xyz/abcd comment = abcd uid = 0 gid = 3 read only = yes list = no auth users = test-abcd secrets file = /etc/rsyncd.passwd strict modes = true hosts allow =
2006 Apr 01
15
Ruby on Rails CMS released. Web 2.0, Ajax, etc
Eribium, a content managing system built with rails has been released completely free under the MIT License. http://www.eribium.org/eribium/?p=21 You can find a demo here: http://alexmaccaw.no-ip.info:3000/admin (user and pass are ''demo''). Some of the features include: * Completely Unobtrusive Javascript. * Liquid View, works with pretty much any screen resolution.
2015 Jan 26
3
Moving DC1 to a Virtual Machine
On 26/01/15 15:16, Paul Littlefield wrote: > On 26/01/15 15:08, Rowland Penny wrote: >> Yes, set up a new DC with your new OS and join this to the domain, >> once up and running, transfer the seven (yes, there are 7) FSMO roles >> to the new DC. Once everything is running ok, turn off the old DC and >> remove *all* mention of it from the domain. > > Hi Rowland
2015 Jan 26
0
Moving DC1 to a Virtual Machine
just a suggestion.. get www.xenserver.org install a xen server. get xen convertion tools. http://www.citrix.nl/downloads/xenserver/tools/conversion.html and migrate the linux on hardware box to Xen server. from here you can also export to OVF/OVA package or XVA file. the OVF can be inported in virtual box.. but i do everything with xen server. greetz, Louis >-----Oorspronkelijk bericht----- >Van: info at paully.co.uk [mailto:samba-bounces at lists.samba.org] >Namens Paul Littlefield >Verzonden: maandag 26 januari 2015 16:45 >Aan: Rowland Penny; samba at lists...
2005 Jul 13
1
Boxcox transformation / homogeneity of variances
Dear r-helpers, Prior to analysis of variance, I ran the Boxcox function (MASS library) to find the best power transformation of my data. However, reading the Boxcox help file, I cannot figure out if this function (through its associated log-likelihood function) corrects for * normality only * or if it also induces * homogeneity of variances *. I found in Biometry (Sokal and Rohlf, p. 419)
2002 Aug 09
1
vorbisenc API docs
Hi, I'm trying repeatedly to get some more information on the vorbis encoding API. My last questions on this list were regarding vorbis_encode_ctl(). Of course prior to posting such questions to the list, I checked the vorbis web site for info. Unfortunately there is no information on the related function, the page http://www.xiph.org/ogg/vorbis/doc/vorbisenc/vorbis_encode_ctl.html
2005 Apr 29
0
New list user, couple of questions and looking for existi ng examples
Chuck Campbell wrote: > I'm a new list subscriber with a couple of questions: > > I have a few objectives with samba that I think can be accomplished. > If I am wrong, someone please indicate my errors before I go a long > way down a dead end path. > > I need to put all of my PC users home directories onto a samba share > so centralized backups can be done to
2011 Feb 28
2
asterisk security....again
Hi all, The problem I have been experiencing since last month is that some of my customers are getting calls with "Asterisk <Unknown>" caller id. Most of them in the middle of the night. And my asterisk server has no record of these calls. The customers were getting irritated as you can imagine. I guessed the only way to receive incoming calls by by-passing the registration server
2014 Feb 23
0
[CISTI'2014]: Iberian Conference on IST; Barcelona; Deadline: February 28
* Submission deadline: February 28 ============================ CISTI'2014 ================================ 9th Iberian Conference on Information Systems and Technologies 18 to 21 June, 2014, Barcelona, Spain http://www.aisti.eu/cisti2014/index.php/en ======================================================================== We are pleased to invite the academic and
2014 Feb 23
0
[CISTI'2014]: Iberian Conference on IST; Barcelona; Deadline: February 28
* Submission deadline: February 28 ============================ CISTI'2014 ================================ 9th Iberian Conference on Information Systems and Technologies 18 to 21 June, 2014, Barcelona, Spain http://www.aisti.eu/cisti2014/index.php/en ======================================================================== We are pleased to invite the academic and
2013 Oct 24
0
[WorldCIST'14]: World Conference on IST; Proceedings by Springer
Apologies if you are receiving this mail more than once... ********************************************************************************** WorldCIST'14 The 2014 World Conference on Information Systems and Technologies April 15 - 18, Madeira Island, Portugal http://www.aisti.eu/worldcist14/