search for: lav

Displaying 16 results from an estimated 16 matches for "lav".

Did you mean: la
2002 Mar 15
7
Is this ext3 or bad drive sectors problem?
...s well as "e2fsck -b 8193 /dev/hda6" but same results after reboot... I will appreciate if someone could suggest me how to fix this issue. Please explain in detail how to fix this issue... SYSTEM is not in production so willing to install RED HAT from scratch if I can fix this issue... -Lav
2009 Feb 20
6
write.table
...1.742629 0.6891045 228.0253 7.130082 162.6692 71.91434 77.22507 7 2008 0.8382246 0.3612176 110.9079 2.024197 86.60459 25.46127 32.9733 #which looks lika a data frame #And if I type is.data.frame(carichi.annui) # I get this: [1] TRUE #but if I try write.table(carichi.annui, "carichi.annui.lav") #It doesn't work?!?!?! Does someone have an explanation? Thanks a lot for any help!! Laura
2012 Aug 16
3
Reference a variable inside a string and another for object assingments
...ch, paste("SELECT SP.lokaldatotid, SP.pris FROM DataIndsamling2.dbo.SpotPriser SP", "WHERE (SP.omraade_id= 5 AND SP.lokaldatotid >= '2005-01-01 00:00:00')")) #Definer dato og tid kolonne dk1$lokaldatotid <- as.POSIXct(dk1$lokaldatotid) #Lav om til xts object dk1_xts <- xts(dk1[,-1], order.by=dk1[,1]) #Data omregnet fra time ->> daglig, m?ned, ?rlige gennemsnit dk1_xts_daily <- apply.daily(dk1_xts, FUN=mean) dk1_xts_monthly <- apply.monthly(dk1_xts, FUN=mean) dk1_xts_yearly <- apply.yearly(dk1_xts, FUN=mean)
2004 Jan 29
1
Unable to use Samba 3.0.1 as PDC
...~ browseable = no ~ writable = yes ~ hide dot files = yes [laserjet] ~ comment = Stampante in progettazione ~ directory = /var/spool/samba ~ browseable = yes ~ public = yes ~ printable = yes ~ create mode = 0700 ~ guest ok = no ~ read only = yes ~ printer name = laserjet [lav] ~ comment = Lavori progrettazione ~ path = /home/prg/lavori ~ public = no ~ writable = yes ~ printable = no ~ valid users = @amminrete @analogico @lamiera @col_ana @col_lam ~ force create mode = 660 ~ force directory mode = 770 [apps] ~ comment = Applicazioni comuni ~ path = /...
2009 Mar 10
1
example of panel data in R
.Bold { font-weight: bold; } .Title { font-weight: bold; font-size: 18px; color: #cc3300; } .Code { border: #8b4513 1px solid; padding-right: 5px; padding-left: 5px;color: #000066; font-family: 'Courier New' , Monospace;background-color: #ff9933; } I'm studing about the panel data. Can i find a example of panel data in R? also what kind of data file structure in reading this panel
2007 Apr 01
0
No subject
n 1: a room equipped with toilet facilities [syn: toilet, lavatory, lav, can, john, bathroom] 2: a small outbuilding with a bench having holes through which a user can defecate [syn: outhouse, earth-closet, jakes] -----Original Message----- From: puppet-users-bounces at madstop.com [mailto:puppet-users-bounces at madstop.com] On Beha...
2004 Jan 09
0
rsync performance question Part II
...ce on the BSD side is 100Mbps FD. The Redhat pop gives you a 10 Mbps link and you can use as much as you can get. There is no limit on the BSD side. That is probably the reason that the transfer rates between fs1 and fs3 are somewhat lower than files and www. rsh is the shell, not ssh yet. The lav on the machines is less than 0.05. There is an external firewall (pop main cisco router) on the BSD side. These are the generic args: permit icmp any any echo permit tcp any any established permit udp any eq domain any permit udp any eq ntp any Specific args: permit tcp any gt 1023 ho...
2004 Aug 28
0
[Bug 1673] New: Verbose dry run doesn't report replacements of symlink with directory
...-la a/ a1/ $ rm -r a1/projects $ ln -s ../a/projects a1/projects $ ll -R a1 a1: total 8 -rw-r--r-- 1 jve users 29 Feb 8 2004 f1 -rw-r--r-- 1 jve users 29 Feb 8 2004 f2 lrwxrwxrwx 1 jve users 13 Aug 28 02:10 projects -> ../a/projects $ rsync -lavn a/ a1/ building file list ... done wrote 146 bytes read 20 bytes 332.00 bytes/sec total size is 116 speedup is 0.70 $ rsync -lav a/ a1/ building file list ... done ./ projects/ projects/p1 projects/p2 wrote 292 bytes read 60 bytes 704.00 bytes/sec total size is 116 speedup is 0.33 -- Con...
2013 Mar 07
1
Directshow filters
I am looking into switching a DirectShow based application to opus. Does anyone know of opus DirectShow encoder/decoder filters? (preferably under a BSD like license). Seems like LAV[1] supports opus but I am looking for something simpler than a mega-filter. Regards, HC [1] - https://code.google.com/p/lavfilters/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/opus/attachments/20130307/fb2c10cd/attachment.htm
2009 Feb 03
3
non linear regression with nls
...rt=list (a=10, b=1), lower=list(a=0, b=-50), upper=list(a=1000, b=50) fz5: start=list(a=10, b=10, d=1), lower=list(a=0, b=0, d=-50), upper=list(a=1000, b=1000, d=50) so far i manage to do non linear regression one at a time that is, using one function for one river) using nls(), for example: r.NT.lav<-nls(NT.N~ fz1(Portata, a,b), data=subset(dati,river.name=="Laveggio"), start=list(a=10, b=10), nls.control (maxiter=200), algorithm='port', trace=TRUE, na.action=na.omit, lower=list(a=0, b=0), upper=list(a=1000, b=1000)) and then I get the results with summary() and the graph...
2010 May 28
21
expand zfs for OpenSolaris running inside vm
hello, all I am have constraint disk space (only 8GB) while running os inside vm. Now i want to add more. It is easy to add for vm but how can i update fs in os? I cannot use autoexpand because it doesn''t implemented in my system: $ uname -a SunOS sopen 5.11 snv_111b i86pc i386 i86pc If it was 171 it would be grate, right? Doing following: o added new virtual HDD (it becomes
2004 Feb 26
1
INTERNAL ERROR: Signal 11 in smbd (samba 3.0.2a)
...printer name = utprint [UTHPFAST] ~ comment = HP laserjet 5000 prioritaria ufficio tecnico ~ directory = /var/spool/samba ~ browseable = yes ~ public = yes ~ printable = yes ~ create mode = 0700 ~ valid users = @uftec ~ guest ok = no ~ read only = yes ~ printer name = utprint [lav] ~ comment = Lavori progrettazione ~ path = /home/prg/lavori ~ public = no ~ writable = yes ~ printable = no ~ valid users = @amminrete @analogico @lamiera @col_ana @col_lam ~ force create mode = 660 ~ force directory mode = 770 [apps] ~ comment = Applicazioni comuni ~ path = /...
2007 May 07
68
Puppet Best Practice
Hello everyone, A long time ago, I posted the Stanford Best Practices and I''ve gone through and updated it today. I''d like to have people go through it and see if we can strip out some Stanford specific stuff and tag this as an official best practice. I think an official best practice will be important as more and more people consider making shareable modules, etc (mostly
2004 Aug 04
0
Astetrisk connectet to PBX
I have got the change to set op an Asterisk PBX for one department in a large organisation. This means that in instead of connecting the Asterisk direct to the PSTN thought E1 interface (ISDN) I have to connect thought the big PBX central (IS3000).(http://pbcextra.net/commonnet/marcom/pdf/001_06221.pdf) Is there any body who has experience with this? The right size of connection between the
2005 Jan 01
0
Asterisk dies every hour
Happy new year! The last 3 months my asterisk has run perferct. But after I have set 15 new SNOM 190 phones on it dies every hour. Nothing to se in CLI ore in the log. It dies with exit status 139 Is there anyone who has an idea of what is wrong - ore any tip on how to test. /var/log/asterisk/messages .................... Jan 1 15:18:17 DEBUG[7193]: Stopping retransmission on
2014 Nov 16
8
Logo Nouveau
Dear community members, Im a graphic designer and for the last couple of months I have been working on a new logo for the Nouveau project. After sending preliminary designs to both Martin Peres and Ilia Mirkin, we have decided to share the logo in order to gather your feedback. I would like to highlight that the logo incorporates a penguin corresponding to the linux kernel components used to