Displaying 20 results from an estimated 5000 matches similar to: "XML to Dataframe"
2006 Sep 24
2
HFSC parameter
My problem with HFSC tc command is ...
tc command''s HFSC have a lot parameter with 4 curve type
SC curve -> umax dmax rate
LS curve -> umax dmax rate
RT curve -> umax dmax rate
UL curve -> umax dmax rate
so i''dont know which parameter are appropriate for my test case
such real time class which curve are appropriate and good working result.
my assumption about
2011 Nov 07
1
How do I return to the row values of a matrix after computing distances
## Package Needed
library(fields)
## Assumptions
set.seed(123)
nsim<-5
p<-2
## Generate Random Matrix G
G <- matrix(runif(p*nsim),nsim,p)
## Set Empty Matraces dmax and dmin
dmax<- matrix(data=NA,nrow=nsim,ncol=p)
dmin<- matrix(data=NA,nrow=nsim,ncol=p)
## Loop to Fill dmax and dmin
for(i in 1:nsim) {
dmax[i]<- max(rdist(G[i,,drop=FALSE],G))
dmin[i]<-
2006 Dec 12
1
About HFSC ?
Hello,
I’ve read this Article avout VOIP and HFSC
http://automatthias.wordpress.com/2006/06/30/hfsc-and-voip/
I’ve got few questions ?
Considering this
tc class add dev $DEV parent 1:1 classid 1:2 hfsc \
rt m1 ${UPLINK}kbit d 50ms m2 $[1*$UPLINK/10]kbit \
ls m1 ${UPLINK}kbit d 50ms m2 $[3*$UPLINK/10]kbit \
ul rate ${UPLINK}kbit
rt = realtime curve
ls = linksharing curve
but
m1 = ?
m2 = ?
d =
2001 Oct 03
2
Low speed of running win-application under Wine
Hi All,
It is normal that Windows applications run _very_ slow
under Wine? I'm talking about simple application, like
notepad, winmine.
My system:
FreeBSD 4.4-STABLE
RAM 128M
CPU Celeron 466MHz
Wine wine-2001.08.24
XFree86-4.1.0_6
Everything I run from TWM (manager which is run by startx).
TIA
2019 Mar 04
2
Calcular una probabilidad asociada a una variable
Buenas,
Eso pensé yo en un principio, que quería normalizar, pero fíjate que dice
que el 1 tiene que ser el valor 20, y a partir de allí descender en ambos
lados, si normaliza tendrá la variable centrada en 1, pero aquellos valores
que sean mayores que 20 en la variable original, ahora seguirán siendo
mayores de 1 y no como el pide menores.
Xavi
Missatge de Javier Marcuzzi
2005 Oct 13
12
HFSC Advanced Limiting
I am investigating changing our broadband bandwidth control scripts over to HFSC. What I would like to accomplish is this:
{ * DOWNLOAD *
I need a download class for each user (we''ll call it Class 1) that offers a minimum of lets say 384Kbps and a maximum of 1.5Mbps.
The rates between 384Kbps and 1.5Mbps should be shared among all users.
Each user should always be able to get at
2001 Apr 04
1
Problem with winmine
Does anybody know what went wrong? Wine doesn't seem to work on RedHat
7.0
Hans
[root@duron win98]# wine --winver win98 ./winmine.exe
err:module:BUILTIN32_dlopen failed to load .so lib for builtin
wprocs.dll: symbol __sysconf, version GLIBC_2.2 not defined in file
libc.so.6 with link time reference
err:int:INT_GetPMHandler could not load wprocs.dll
err:seh:UnhandledExceptionFilter
2013 Oct 01
2
Partitionable Raid
Hi,
After reading the tutorial at
http://wiki.centos.org/HowTos/Install_On_Partitionable_RAID1 I have the
following question:
What should I put instead of
splashimage=(hd0,0)/grub/splash.xpm.gz
and
root (hd0,0)
on /etc/grub.conf? Should I leave those lines untouched? If so, how would
grub know where to boot from if /dev/sda fails?
Or I would need to swap the drives in order to boot
2007 Mar 08
5
Centos blocked
Hi
I use to leave my PC turned on for a long time, but ultimately I've
found it blocked. The mouse just don't work and the keyboard leds are
blinking and there is no HD activity.
I'd like to know which log should I check, to find the problem or what
should I do.
I u need more details, please just make know how to give'em.
--
________________________
Dago Pacheco
Encargado de
2010 Nov 10
2
Decimal places in a function output
An embedded and charset-unspecified text was scrubbed...
Name: n?o dispon?vel
URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20101110/9e098a24/attachment.pl>
2004 Oct 29
5
hfsc scheduler
hi all,
long time since i posted on the list.
just wondering if anybody has played around with hfsc and if so could
he/she share their info on it
thanks
adrian
--
To mess up a Linux box, you need to work at it; to mess up your Windows
box, you just need to work on it.
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
2015 May 12
4
Letting linux be the router, allowing dynamic routes, suggestion
What challenge this would solve ?
VPN software in general tries to be another router when running in server
mode with multiple clients.
This restricts VPN customers from having complex topology.
For instance, I'd like to have two tunnels between each client network and
each server (with two broadband connections on each end), with some OSPF
running and automatically switching from one to
2006 Sep 17
1
HTB and HFSC,declaration tc command question
I have a lot question about tc-command because now i''m doing research to compare
performance between HTB and HFSC
so i''m doubt a lot thing and your reply are so very helpful to me ... My question is
In HTB tc command question
1. I''m use opensource (Mastershaper) for help to config traffic control
but when i''m try to config HTB,
I''m doubt about
2007 Feb 23
2
Flash por x64
Hi.. I'm using centos 4 over a x64 PC and i want to use flash.... what
do i must to do?
Thanks
--
________________________
Dago Pacheco
Encargado de Inform?tica
Maetranza Makimet Ltda.
2007 Jun 04
2
Can't connect firewire HD
Hi..... I just bought a External HD with USB/FireWire interfaces. I was
trying to connect it by firewire and nothing happened, but it's
connected by USB, there is no problem. This is the "fdisk - l" output
when i connect it by USB
Disco /dev/sdc: 160.0 GB, 160041885696 bytes
255 cabezas, 63 sectores/pista, 19457 cilindros
Unidades = cilindros de 16065 * 512 = 8225280 bytes
2006 Nov 01
1
cluster analysis using Dmax
Dear All,
a long time ago I ran a cluster analysis where the dissimilarity matrix used
consisted of Dmax (or Kolmogorov-Smirnov distance) values. In other words
the maximum difference between two cumulative proportion curves. This all
worked very well indeed. The matrix was calculated using Dbase III+ and
took a day and a half and the clustering was done using MV-ARCH, with the
resultant
2015 Oct 29
2
Extraer elementos diagonales de submatrices
El código que me olvide pegar
input
m <- structure(c(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2,
2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3,
3, 0, 0, 0, 0, 0, 4, 4, 4, 4, 4, 0, 0, 0, 0,
0, 0, 0, 5, 5, 5), .Dim = c(10L, 5L))
m
## output
output <- c(1:3, 1:5, 1:2)
output
nfilas <- nrow(m)
while(nfilas > 0) {
diagonal <- diag(m)
2009 Jul 09
4
Issues with file.info?
Are there any tricks associated with file.info?
I just tried it on a directory folder and it returned NA for all fields for all files. I tried it on a different folder with different files and it still returned NA.
I tried it on a specific file and it returned all the proper info correctly.
Just wondering if there are any tricks I've overlooked.
2004 Sep 12
2
Multiple MD 3200 (Intel 537) cards on a single system.
Has anyone been able to sucessfully use 2-4 X101P clones with Asterisk on a
single system ?
I'm using one Encore MD 3200 modem sucessfully, alongside a TDM400P (3 FXS, 1
FXO) and would like to be able to use up to 4 X101P on a single system. In
most cases I'll have 2 or 3 instead.
I understand all the issues with interrupt sharing and PC motherboard quality.
Just need to know if any
2001 Dec 10
1
Ignoring one config file, loading another.
I have installed Wine on a Linux box with no Windows partitions.
Every time I run Wine I get the error:
Warning: configuration loaded by the server from
'/home/buckt/.wine/config',
file '/home/buckt/.winerc' was ignored.
If I'm running simple things like winmine.exe it runs fine. I'm
wondering what exactly is wrong and if it will cause problems when I
start