search for: prate

Displaying 6 results from an estimated 6 matches for "prate".

Did you mean: pratt
2006 Jun 02
1
IMQ + NAT
...STROUTING -t nat -o eth0 -j MASQUERADE I want to balance out/in load for eth1..4 and localhost (mainly squid). Nat makes impossible to do it on eth0, so I installed IMQ. I need to get to on imq0 unnnated in/out traffic that I could make priorities for protocols and networks. Do somthing like this: prate=1Mbit localhost: rate=500kbit, ceil=prate vnc: rate=100kbit, ceil=prate web: rate=100kbit, ceilp=prate mail: rate=100kbit, ceil=prate eth1: rate=400kbit, ceil=prate ftp: rate=10kbit, ceil=prate .... eth2..4: rate=100kbit, ceil=prate...
2006 Nov 20
2
problem with loop to put data into array with missing data for some files
...site http://nomad3.ncep.noaa.gov/pub/reanalysis-1/month/grb2d.gau/ I then created a loop in R to read each month of each of the 50 years worth of files and only extract the precipitation records using wgrib and grep as show in the code at the end of this message. I had to use grep to extract the PRATE records each time, as unfortunately with these grib files precipitation is not always the same record number each time. This worked fine until Feb 1972 (which is file /home/jmb/sst_precip/gribdata/197202.grib). This file did not download completely and as a result the file that saved to my co...
2003 Mar 16
6
[LONG] Weird problem with HTB using htb.init
...al eth1-2:30.low root@sentinel:/etc/sysconfig/htb# cat eth1 DEFAULT=30 R2Q=1 root@sentinel:/etc/sysconfig/htb# cat eth1-2.root # root class for outgoing traffic RATE=90Kbit LEAF=sfq root@sentinel:/etc/sysconfig/htb# cat eth1-2\:10.high # class for outgoing high priority traffic RATE=30Kbit CEIL=prate #BURST=15k LEAF=sfq # HTTP RULE=*:80 # SSH RULE=*:22 # TELNET RULE=*:23 # SMTP RULE=*:25 # DNS RULE=*:53 # POP3 RULE=*:110 root@sentinel:/etc/sysconfig/htb# cat eth1-2\:20.normal # class for outgoing normal traffic RATE=30Kbit CEIL=prate # BURST=15k LEAF=sfq # IRC RULE=*:6667 root@sentinel:/etc...
2006 Nov 20
3
problem with loop to put data into array with missing data forsome files
....gov/pub/reanalysis-1/month/grb2d.gau/ > >I then created a loop in R to read each month of each of the 50 years >worth of >files and only extract the precipitation records using wgrib and grep as >show in >the code at the end of this message. I had to use grep to extract the >PRATE >records each time, as unfortunately with these grib files precipitation >is not >always the same record number each time. > >This worked fine until Feb 1972 (which is file >/home/jmb/sst_precip/gribdata/197202.grib). This file did not download >completely and as a result...
2010 Jul 18
6
CRAN (and crantastic) updates this week
...ttp://crantastic.org/packages/missMDA Imputation of incomplete continuous or categorical datasets; Missing values are imputed with a principal component analysis (PCA) or a multiple correspondence analysis (MCA) model; Perform multiple imputation with and in PCA * mixsmsn (0.2-3) Marcos Prates http://crantastic.org/packages/mixsmsn Functions to fit finite mixture of scale mixture of skew-normal (FM-SMSN) distributions. * mkin (0.7-6) Johannes Ranke http://crantastic.org/packages/mkin Calculation routines based on the FOCUS Kinetics Report (2006). Includes a function for...
2018 Jan 10
0
[shiny] How to read current URL address
Dears, I am trying to read the URL name (i.e "www.google.com") that I was redirected by my own code. What I already found that could help: session$clientData$url_protocol session$clientData$url_hostname session$clientData$url_pathname session$clientData$url_port session$clientData$url_search But then when I try to use this code in my server function the bellow Error appears: >