search for: imbeded

Displaying 20 results from an estimated 28 matches for "imbeded".

Did you mean: embeded
2006 Aug 31
2
cumulative growth rates indexed to a common starting point over n series of observations
What is the R way of computing cumulative growth rates given a series of discrete values indexed . For instance, given a matrix of 20 observations for each of 5 series (zz), what is the most straight forward technique in R for computing cumulative growth (zzcum) ? It seems for the solution I'm after might be imbedding the following cum growth rate calc as a function into a function call
2006 Jan 22
1
Customizing desktop systems
My company is now in the process of rolling out enterprise desktop systems (mostly rhel3 since we have some commercial software that is not quite ready for rhel4). Most of our users (ca. 120 workstations) are using RH9. I've developed a simple, extensible set of kickstart post procedures and firstboot procedures that provide a quick way to image new systems, but one thing is missing. I
2008 Nov 14
1
# values used in a function in tapply
Hello, I am using tapply to pull out data by the day of week and then perform functions (e.g. mean). I would like to have the number of values used for the calcuation for the functions, sorted by each day of week. A number of entries in any given column are NAs. I have tried the following code and simple variants with no luck. for (i in 1:length(a[1,])){ x<-tapply(a[,i],a[,1],mean,
2007 Mar 05
0
QoS IP precedence and Diffserv combination
...Can I get traffic into GRED DP levels without using DSMARK? 3.) It appears that DSMARK was designed to be the root queuing discipline of an interface. Is this true? 4.) If you filter with DSMARK into a class the TOS value is copied into Tcindex. If you further filter that traffic into other imbeded classes with a u32 filter on TOS; does it read the original value in the IP header or the Tcindex value? Ex. DSMARK as root | HTB class (tcindex filter gets traffic into HTB class) | Imbedded prio classes under HTB (u32 TOS filter to put traffic into priority queue) Look forward to a...
2004 Jul 26
0
lyrics/transcripts (was brainfart #67453 - hyper-index)
<20040727011644.49422.qmail@web20927.mail.yahoo.com> Message-ID: <20040727015807.GH971@xiph.org> We have a text-phrase codec called Writ in early implementation state which can be used to supply this functionality and much, much more. A short use of it's functions include song lyrics, speech transcripts, text subtitles, chat (input provided through another system) along with
2003 Mar 18
1
Intel 82557-based Integrated Ethernet PCI (10/100)
HI zytor, I hope you can help me. I have above network chipset on a Mitsubishi im-2000 mobo. I don't see an actual chip on the mobo w/ this ID so I suspect it embedded in the mobo BIOS or in one of the 3 Intel chips. I am attempting to use LTSP to boot a workstation w/ above NIC chipset. It has imbedded boot to net software (Intel Landesk service agt v.99b) using PXE. I can't get it
2003 Jan 25
1
appended text/data fields
I am not too familiar with the specs for the .ogg format but have some ideas.. Maybe the existing format already addresses these but as others here would know better, I write this problem: with hundreds or thousands of songs/speeches it is hard to do a word search for a recalled verse or phrase. I suggest adding a linked or imbedded text field. for speeches, a transcript could be attached to
2004 Dec 09
1
Snap Server fails to join Samba PDC Domain
I have a Snap Server which runs some imbedded version of Samba (I'm thinking 3.X). I'm try to migrate from an NT PDC to a Samba 3.0.9 PDC (running on FreeBSD 4.10). The migration is mostly successful -- all the profiles have been moved, client authentication works great, password changes work fine, etc. My major problem is that the Snap Server fails to find the Samba PDC. However, if I
2005 Aug 25
3
Samba 4
Hello, this is the first time I write to the samba list and I hope my question is not off topic. I want to set up a samba server to replace an Active Directory for my Windows workstations. So far, I have a LINUX network that works perfectly, all my users are stored in a LDAP server and their authentication is done against a MIT Kerberos server. Hence all users have a valid kerberos ticket
2002 May 14
3
network boot nfs as root
Hello everyone, I am using pxelinux to boot kernel from network, which goes ok. But when root must be mounted from NFS, I get the following code: Looking up port 100003/2 on 192.168.1.1 RPC: sendmsg returned error 22 portmap: RPC call returned error 22 ROOT-NFS: unable to get nfsd port number from server, using default looking up port of RPC 100005/1 on 192.168.1.1 RPC: sendmsg returned error
1999 Jun 22
3
smbmount -- what am I missing?
I wish to mount a Win95 share on my linux machine. I can use smbclient to get to the shared disk, using this format: smbclient //win95.machine/share <password> The win95.machine is listed in my /etc/hosts file. I've tried every permutation of the smbmount syntax that I've been able to find in the documentation, dejanews, or this mailing list. Perhaps I've missed some. I
2005 May 06
0
Toronto/GTA - Programmer for UNIX/ Linux/FreeBSD
Sorry for the second post. I just wanted to clarify location. I would prefer someone local (1-2 hours away maybe) to the Toronto, Canada area. I don't mind hearing from other areas as I haven't completely ruled out a 100% remote team-up if I can't find the local help or can be convinced tools for colaboration work well. Job Type: Contract Location: Toronto, ON, CANADA; Job
2004 Oct 14
1
R and Java
I am calling R from within Java. But I don't think that I can get any plots written to file from R - inside Java. This snippet of code(from a larger piece of code) compiles in Java, but doesn't do anything! functions.append("trial<-c(1,3,4,5)\n"); functions.append("dawpdf<-function(filename){\n");
2007 Sep 07
0
computing distance in miles or km between 2 street
..."shortest driving route" or "as the crow flies" - again depending on what other info you have in the file. A "shape file" is actually a group of files with with data attributes, projection info and so on - so even if you don't see xy coordinates, they actually are imbeded in the file. I suspect Mapquest or any other mapping web product has a database with all those addresses with xy coordinates. The user needs to know only the address and behind doors there is an sql process which selects particular addresses together with all the other attributes attached to it a...
2008 Feb 21
0
SAS transport files and read.xport
Hi All, In 2005, I noted that when I used read.xport function in the foreign package to import a SAS transport file (.xpt) with multiple files imbedded in it, data frames from some of the files were not created. Since then, I discovered that the information from the missing files is being read into one dataframe, but the data appear corrupted. This has been noted before by Dr. Harrell (in
2010 Apr 30
0
RMySQL and dates
I am trying to read and write database tables that have a date field in them. I am constructing a data.frame, then using dbWriteTable to create the table and dbReadTable to read it. >datatbl<-data.frame( dates, trialnum, fooddel, ethdel, trialtime, trialtype, deliveries, food, ethanol, fcumrec, dcumrec, rrf, rrd) >ifelse(startdate==filelist,
2009 Mar 31
1
Samba Authorizations
There is one little piece I'm missing. I have a Samba directory: /home/documents I have 10 Window XP users that need R/W access to this directory. I have another 10 Window XP users that need R/O access to this directory. No other Windows users should be able to see this directory. The R/W users will get access by doing a Windows Search, Computers, and click on the directory. They may also
2009 Mar 08
2
survreg help in R
Hey all, I am trying to use the survreg function in R to estimate the mean and standard deviation to come up with the MLE of alpha and lambda for the weibull distribution. I am doing the following: times<-c(10,13,18,19,23,30,36,38,54,56,59,75,93,97,104,107,107,107) censor<-c(1,0,0,1,0,1,1,0,0,0,1,1,1,1,0,1,0,0) survreg(Surv(times,censor),dist='weibull') and I get the following
2006 Aug 01
8
Dumb views?
Hello again! I''ve another "what would you do in this situation" question. You''ve got 6 controllers, one named base. The other 5 controllers extend base. Currently they share one layout. Your layout displays navigation. However, there are two actions inside base for which you do not want navigation displayed (index, new). Do you... a) Add logic to your layout telling
2008 Aug 14
2
Proxy logging destuser
Hi All My first post to the list, so "hello world"! Having searched the list archives and the wiki for an answer to this, I don't think it is possible. However, let me ask nonetheless... Is it possible for a Dovecot proxy's login process (IMAP and POP3) to include the "destuser", i.e. the uid used to authenticate to the backend IMAP/POP3 server, in its logging?