similar to: shorter way of coding

Displaying 20 results from an estimated 100 matches similar to: "shorter way of coding"

2011 Dec 07
2
curve fitted ... how to retreive data
Dear R users, I have now managed to fit the curve using the thin plate spline as follows: library(mgcv) b <- gam(y~s(x1,x2,k=100),data =dat) vis.gam(b) What I want now is to get the fitted data for y and copy it so that I use it for further analysis. Many thanks in advance mintewab
2011 Dec 03
1
problems using the thin plate spline method
Dear R users, I am a beginner in R trying to apply the thin plate spline method to my climate data. I used the example in R to do so, and the lines seem to run fine ( I am not getting errors) but I am not getting any output in the form of graph or anything. I got a warning message saying that 'surface extends beyond box'. Any help is much appreciated. thanks minti
2012 May 10
2
converting raster image
Dear R users, I was wondering how I can convert a raster image (that made R through interpolation) into an ascii or csv format? this is the last line of my command p <- interpolate(r, tpsfit) So p is my raster file which I want to convert into ascii or csv Many thanks Regards Mintewab
2012 May 16
2
replacing with NA
Dear R users, I was wondering how I can replace the values of a vector with the values from in another vector in the same row For example, how can I replace the value of x below with NA when the value of Z in the same row is NA? x <-1:20 z<- c(11, 15, 17, 2, 18, 6, 7, NA, 12, 10,21, 25, 27, 12, 28, 16,17, NA, 12, 10) Many thanks Mintewab ________________________________________ Fr?n:
2010 Oct 17
1
samba4 servers with one "master" sam.ldb
Hi all! First of all i would like to say that i am not a Samba4 guru so my question may be "stupid". I have 2 Samba4 servers up and runnning: Server 1: netbios name = PDC workgroup = GBG realm = GBG.INPUTINTERIOR.SE server role = domain controller Server 2: netbios name = PDC workgroup = MLM realm = MLM.INPUTINTERIOR.SE server role = domain controller Here comes my
2004 Nov 09
2
Problem with Keyboard & Mouse while start game
When i start a game with Wine(any game) my mouse and keyboard stop functioning. The game is running but the mouse and keyboard don?t work. -------------------------- I start the game like this: wine program.exe -------------------------- My Wine version is 20041019 and linux version is SUSE 9.1 PRO. Please tell me how to fix this problem. sorry for my broken english.
2017 Mar 30
3
Well-formed @llvm.lifetime.start and @llvm.lifetime.end intrinsics
2017-03-31 0:54 GMT+02:00 Daniel Berlin <dberlin at dberlin.org>: > I'm curious, btw, what made it think the above is legal. > The intrinsics are marked as touching memory, having side effects, etc. The precedes my involvement with Polly. Polly has a list of intrinsics that can be safely ignored, e.g. llvm.dbg.value/llvm.gbg.declare. The lifetime markers are also in this list.
2002 Aug 14
1
OggShell v1.0 released
OggShell is a freeware Windows front-end for OggEnc. Suggestions and bug reports are welcome... Download page: http://www.gbg.bonet.se/stefant/oggshell/ Regards, Stefan Tobiasson <p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only
2017 Mar 30
3
Well-formed @llvm.lifetime.start and @llvm.lifetime.end intrinsics
It's useful to think about lifetime.start/end as being equivalent to a memset of undef. They effectively clobber what was there and reinitialize it with "nothing". If you transform lifetime.start in a way that would be incorrect if it were storing undef, then that transform is incorrect. On Thu, Mar 30, 2017 at 4:16 PM, Daniel Berlin via llvm-dev < llvm-dev at lists.llvm.org>
2005 Mar 23
3
Upgrade 3.0.11 to 3.0.12 serious issues
Linux Samba 3.0.12 + acl (ext3) =============================== When upgrading from 3.0.11 to 3.0.12 ACL's do not seem get used anymore. We are using the inherit acls options for both maps and files. After the upgrade users are unable to create new files in directories where they used to have privileges for. The error returned is: "The file already exists. Do you want to
2017 Mar 30
3
Well-formed @llvm.lifetime.start and @llvm.lifetime.end intrinsics
2017-03-31 0:19 GMT+02:00 Daniel Berlin <dberlin at dberlin.org>: >> I modified Polly's code generator to produce >> >> if (c) { >> llvm.lifetime.start(&var) >> } else { >> llvm.lifetime.start(&var) >> } >> [...] >> llvm.lifetime.end(&var) >> >> and it does not miscompile
2003 Nov 18
2
SIP Context from domain?
Hi, Is it possible to pick the context of a call from chan_sip based on the domain of the To: header of the INVUTE? I've had a quick look throught he code and can't see anything, I want to use the voicemail virtual hosting with chan_sip. Can the sip domain be picked out with a global in extensions.conf? This woud also solve my problem. If not is there any specifc reason/restriction
1998 May 25
0
FileListBox with VisualBasic 5.0 displays only Filenames shorter than 8 character
Hello, FileListBox with VisualBasic 5.0 (32Bit) and NT4.0SP3 displays only Filenames shorter than 8 character. I am using Samba1.9.18.p3. The problem doesn't occur if the connected services is on an NT-Plattform. Does anybody know a solution to this problem. Or hasn?t anybody had this problem yet and am I just goofed ? regards Michael Emrich
2007 Aug 29
0
a faster and shorter way to perform calculations?
This is a continuation from a previous posting of mine: The following algorithm below is what I want to accomplish: Z(xk) = Average(Yi, i belongs to Ik), where Ik contains all i such that for each j, |Xi,j - xkj?? 2. Here, j = 1, 2 and i corresponds to the elements in each X and/or xk >data x1 x2 y 1 1 2 2 2 6 3 3 12 Now, consider a second data frame or matrix (xk):
2008 Mar 13
2
How to cbind or rbind different lengths vectors/arrays without repeating the elements of the shorter vectors/arrays ?
Hi, How to cbind or rbind different lengths vectors/arrays without repeating the elements of the shorter vectors/arrays ? > cbind(1:2, 1:10) [,1] [,2] [1,] 1 1 [2,] 2 2 [3,] 1 3 [4,] 2 4 [5,] 1 5 [6,] 2 6 [7,] 1 7 [8,] 2 8 [9,] 1 9 [10,] 2 10 [[alternative HTML version deleted]]
2010 Nov 22
2
Making a line in a legend shorter
Hello, I am putting a legend with lines in a line plot and I would like to make the lines in the legend shorter. Does anybody knows how to do this? Thank you Felipe Parra [[alternative HTML version deleted]]
1998 May 25
0
WG: FileListBox with VisualBasic 5.0 displays only files if direc toryname is shorter than 9 character
Hello, Sorry, there was an mistake in my previous mail. FileListBox with VisualBasic 5.0 (32Bit) and NT4.0SP3 displays only files if directoryname is shorter than 9 character. I am using Samba1.9.18.p3. The problem doesn't occur if the connected services is on an NT-Plattform. Does anybody know a solution to this problem. Or hasn?t anybody had this problem yet and am I just goofed ?
2010 Nov 03
3
longer object length is not a multiple of shorter object length
Hi folks, I'm following An Introduction to R http://cran.r-project.org/doc/manuals/R-intro.html#R-and-statistics to learn R. Coming to; 2.2 Vector arithmetic > v <- 2*x + y + 1 Warning message: In 2 * x + y : longer object length is not a multiple of shorter object length What does it mean? How to rectify it? Please help. TIA B.R. Stephen L
2004 Jan 13
6
SIP and AGI crash...
Hi, I'm trying to use the say-ani agi asterisk-perl script and am experiencing crashes, I am also experienceing problems with the test-agi scripts shipped with asterisk. The clearest demonstration of the problem is that if I dial extension 125 configured as... exten => 125,1,Ringing exten => 125,2,Wait(3) exten => 125,3,Answer exten => 125,4,Wait(2) exten =>
2012 Apr 27
2
Flashphoner
Really? Me? Oh Pavel! I would be inestimably honoured. On 04/27/2012 01:55 AM, Pavel Ismailov wrote: > Hello! > > My name is Pavel Ismailov > and I`m CEO of www.flashphoner.com project. > > We noticed that you quite active in Asterisk-user > mail list, and would like to offer you buy signature > in your messages for some monthly price. > > Is it interested for