Displaying 20 results from an estimated 87 matches for "nge".
Did you mean:
ne
2009 Sep 03
1
encoding problem using xml package
...e that the occurs due to (internal?) conversion to utf-8. To illustrate the problem, I have wrote to xml files.
File Test 1
-----------
<?xml version="1.0" encoding="ISO-8859-1"?>
<Daten>
<ITEM>
<Messdaten>
<MESSUNG>
<BEZEICHNUNG>Länge</BEZEICHNUNG>
</MESSUNG>
</Messdaten>
</ITEM>
</Daten>
File Test 2
-----------
<?xml version="1.0" encoding="utf-8"?>
<Daten>
<ITEM>
<Messdaten>
<MESSUNG>
<BEZEICHNUNG>Länge</BEZEICHNUNG>...
2010 Mar 08
2
fit a gamma pdf using Residual Sum-of-Squares
...ed the following code, using nls method:
fit <- nls(y ~ (1/((s^a)*gamma(a))*x^(a-1)*exp(-x/s)), start = c(s=3, a=75, x=86))
But I have the following message error (sorry, this is in German):
Fehler in qr(.swts * attr(rhs, "gradient")) :
Dimensionen [Produkt 3] passen nicht zur Länge des Objektes [23]
Zusätzlich: Warnmeldung:
In .swts * attr(rhs, "gradient") : Länge des längeren Objektes
ist kein Vielfaches der Länge des kürzeren Objektes
Could anyone help me with the code?
I would greatly appreciate it.
Sincerely yours,
Vincent Laperrière.
[[alternative...
2007 Sep 05
2
invalid probe specifier nge::entry: "/usr/lib/dtrace/procfs.d"
I recently did a backport of a couple of networking bug fixes from s10x_u4_b6 to s10x_u3_b10. I patched just /platform/i86pc/kernel/unix and /platform/i86pc/kernel/amd64/unix in my existing u3 OS image and I''m seeing this dtrace problem when running any dtrace script:
NODE hcb101 ~ $ ./tcpstat.sh
dtrace: failed to compile script /dev/fd/10: "/usr/lib/dtrace/procfs.d", line
2013 Apr 09
2
Mistake in German Error message for friedman.test
There are two misspellings in the german Error message for friedman test:
Fehler in friedman.test.default(cont$score, group = cont$goup, blocks = cont$cont) :
y, Gruppen und blöcke müssen die sekbe Länge haben
The correct spelling would be:
Fehler in friedman.test.default(cont$score, group = cont$goup, blocks = cont$cont) :
y, Gruppen und *Blöcke* müssen die *selbe* Länge haben
Instead of "die selbe", it could be "dieselbe" or "die gleiche".
Thanks
W. Kaisers...
2005 May 18
1
Testing for warning inside functions
...tion(x){
x<-matrix(1:3,2,2)
print(0)
warnings() # no warning is shown
print(1)
try({xxx})
print(2)
print(geterrmessage())
print(3)
warnings()
print(4)
}
> f()
[1] 0
[1] 1
Fehler in try({ : Objekt "xxx" nicht gefunden
Zus??tzlich: Warnmeldung:
Datenl??nge [3] ist kein Teiler oder Vielfaches der Anzahl der Zeilen [2]
in matrix
[1] 2
[1] "Fehler in try({ : Objekt \"xxx\" nicht gefunden\n"
[1] 3
Warning message:
Datenl??nge [3] ist kein Teiler oder Vielfaches der Anzahl der Zeilen [2]
in matrix
[1] 4
> version
platform i686-pc...
2008 Jul 18
3
Change font-face in title
Dear List,
Is there a possibility to change the font-face for a part of the title
of a plot?
For example I have the following...
plot(nirs, type="l", xlab="Wellenl?nge [nm]", col="darkslategray",
main = "Spektrum Deschampsia caespitosa")
...and I would like to change the part of the title-strin...
2012 Aug 03
3
Sum two Vectors of different length
Dear all,
in one part of my code I want to sum two vectors element-wise
the problem is that either the 1st vector or the 2nd vector always have one or two less elements
example of my problem
In TotalVector + (datalist2[[1]]$dataset$Results[[j]]$Results[[time]]$Sweep) :
Länge des längeren Objektes
ist kein Vielfaches der Länge des kürzeren Objektes
Browse[1]> str(TotalVector)
int [1:10308] 3032 3048 3075 2978 3026 3012 2933 2987 3063 3038 ...
Browse[1]> str(datalist2[[1]]$dataset$Results[[j]]$Results[[time]]$Sweep)
int [1:10307] 2 1 3 1 5 6 3 1 0 2 ......
2007 Mar 26
4
Testing IP Instances in 61
...started to play with IP Instances. I''m having trouble making my zone happy:
root at aeon zones$ zoneadm -z testing1 boot
zoneadm: zone ''testing1'': WARNING: unable to hold network interface ''skge0''.: Invalid argument
root at aeon zones$ dladm show-dev
nge0 link: up speed: 100Mb duplex: full
skge0 link: unknown speed: 0Mb duplex: unknown
Here are the relevant bits from the zone config:
ip-type: exclusive
net:
address not specified
physical: skge0
I''ve tried variations, such as plumb...
2012 Sep 03
2
boxplot - bclust
...ith the commando of boxplot -bclust.
http://127.0.0.1:13155/library/e1071/html/boxplot.bclust.html
> data(iris)
> bc1 <- bclust(iris[,1:4], 3, base.centers=5)
Committee Member: 1(1) 2(1) 3(1) 4(1) 5(1) 6(1) 7(1) 8(1) 9(1) 10(1)
Computing Hierarchical Clustering
> boxplot(bc1)
Warnmeldungen:
1: In if (x$datamean) { :
Bedingung hat Länge > 1 und nur das erste Element wird benutzt (Condition
has length > 1 and only the first element is used) # It's normal? Why?
2: In if (x$datamean) { :
Bedingung hat Länge > 1 und nur das erste Element wird benutzt
3: In if (x$datamean...
2008 Oct 04
2
Samba 3.2.1 not detecting interface in Solaris 10 x86
...ib/interface.c:(540)
WARNING: no network interfaces found
[2008/10/04 21:29:15, 0, pid=3060] smbd/server.c:(547)
open_sockets_smbd: No sockets available to bind to.
The default Sun installed version does not do this.
My interfaces are specified in my smb.conf like so:
interfaces = lo0 nge
Again, works fine in 3.0.28, but not when I try to start the custom
compiled version.
Thoughts?
Thanks for your time.
JC
2018 Feb 19
2
Sieve
...<mailto:it at u-eitner.de>
logoEitner
U.Eitner
Formenbau, Erodier-& Kunststofftechnik GmbH
Benzstra?e 7
D-64807 Dieburg
Gesch?ftsf?hrer Ulrich und Lars Eitner
Tel: +49 (0) 6071 23262
Fax: +49 (0) 6071 5562
Web: www.info at u-eitner.de
Der Inhalt dieser Email und etwaiger Anh?nge ist vertraulich und
ausschlie?lich f?r den bezeichneten Adressaten bestimmt.
Jede unbefugte Kenntnisnahme, Ver?ffentlichung,Vervielf?ltigung oder
Weitergabe ist unzul?ssig.
Sollten Sie nicht der vorgesehene Empf?nger sein, bitten wir Sie, sich
mit uns in Verbindung zu setzen und die Email zu l...
2011 Mar 14
1
[LLVMdev] Vector select/compare support in LLVM
David,
The problem with the sparse representation is that it is word-width dependent. For 32-bit data-types, the mask is the 32nd bit, while fore 64bit types the mask is the 64th bit.
How would you legalize the mask for the following code ?
%mask = cmp nge <4 x float> %A, %B ; <4 x i1>
%val = select <4 x i1>% mask, <4 x double> %X, %Y ; <4 x double>
Moreover, in some cases the generator of the mask and the consumer of the mask are in different basic blocks. The legalizer works on one basic block at a...
2006 Oct 02
4
Neverending story: Networking in domU
Hi,
i allready searched the archives, but found no message that really helps me.
i am running debian etch on dom0 and debian sarge on domU.
I had a running setup with debain sarge on dom0 before, but now with etch i can not get networking to work in domU.
I use routed networking, but the same seems to happen with bridged networking: eth0 within domU is not brought up.
I think it maybe related
2006 Mar 19
2
6.0-REL problems with ISA ed0, FFS corruption and ancient hardware
...ngs start to happen.
FWIW, this machine is an ancient (hardware circa 1991, BIOS circa 1994)
dual-Pentium 133 MHz machine, with EISA/PCI and onboard SCSI.
So far I can reliably reproduce two panics, one appears to be a ed driver
bug (based on reports of similar panics with different NICs, notably nge)
and one is a filesystem corruption problem.
Here's the process that I go through to reliably reproduce both problems.
1) Boot machine in multi-user mode
2) After ifconfig ed0, machine panics with a trap 12 in ithread_loop.
3) In debugger, reset (or panic to get vmcore)
4) Reboot in multi-user...
2010 Jan 26
1
[Fwd: Re: question on sqldf syntax]
...er in mysqlNewConnection(drv, ...) :
RS-DBI driver: (Failed to connect to database: Error: Access denied
for user 'user'@'localhost' (using password: NO)
)
Fehler in if (dbname == ":memory:") dbDisconnect(connection) else if
(!dbPreExists && :
Argument hat L?nge 0
> detach("package:RMySQL")
> sqldf("Select * from mtcars")
mpg cyl disp hp drat wt qsec vs am gear carb
1 21.0 6 160.0 110 3.90 2.620 16.46 0 1 4 4
2 21.0 6 160.0 110 3.90 2.875 17.02 0 1 4 4
3 22.8 4 108.0 93 3.85 2.320 18.61 1 1...
2010 Feb 25
1
mtext with at=NULL
...of mtext I found
"at: If ?length(at)==0? (the default), the location will be determined
by ?adj?"
But if I use mtext( "hello world", at=NULL) there comes the following
error message:
Fehler in mtext("hallo Welt", side = 3, adj = NA, at = NULL) :
'at' mit L?nge 0 angegeben
So the help says it is ok to use at with length(at) == 0 but if I use an
at with length(at) == 0 I get an error message.
This is a bug, isn't it?
Kind regards,
Ulrike Feldmann
--
Ulrike Feldmann ZKRD
Statistician Zentrales Knochenmarkspender-Regi...
2012 Oct 06
1
Download limit
...re is this
limit set? I am using R 2.15-1 on Rstudio 0.96.331 in W7.
Best
Andrea
>tickers = spl('SPY,TLT,GLD,SHY')
>data <- new.env()
>getSymbols(tickers, src = 'yahoo', from = '1980-01-01', env = data, auto.assign = T)
<environment: 0x0b49ba98>
Warnmeldungen:
1: In download.file(paste(yahoo.URL, "s=", Symbols.name, "&a=", from.m, :
heruntergeladene Länge 261497 != angegebener Länge 200
[[alternative HTML version deleted]]
2014 Feb 25
1
Multicast packages dropped
...esse: fe80::250:56ff:feb8:2752/64 G?ltigkeitsbereich:Verbindung
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:7190594 errors:0 dropped:0 overruns:0 frame:0
TX packets:6209862 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenl?nge:1000
RX bytes:2425775260 (2.2 GiB) TX bytes:2357002233 (2.1 GiB)
net2bdo Link encap:UNSPEC Hardware Adresse 0A-8B-0A-02-FF-FF-E0-A4-00-00-00-00-00-00-00-00
inet Adresse:192.168.250.21 P-z-P:192.168.250.22 Maske:255.255.255.252
UP PUNKTZUPUNKT RUNNING NOARP...
2007 Jan 29
1
parsing extensions
...a '/' from a number dialed by a manager-connected application
changing 123/4567890 to 1234567890
via bash you could simply use 'echo ${exten/\//}' but i couldn't find a
working solution for the asterisk-extensions.conf
best regards
Dirk Rieger
Diese E-Mail und alle Anh?nge enthalten vertrauliche und/oder rechtlich
gesch?tzte Informationen. Wenn Sie nicht der richtige Adressat sind oder
diese E-Mail irrt?mlich erhalten haben, informieren Sie bitte sofort den
Absender und vernichten Sie diese E-Mail und ihren Inhalt. Das unerlaubte
Kopieren sowie die unbefugte Weit...
2008 Jul 25
0
resynv onnv-gate
Author: Darren Moffat <darrenm at opensolaris.org>
Repository: /hg/zfs-crypto/gate
Latest revision: 9bb308a0778101fcef9ff65336bcec8e68a7bd06
Total changesets: 40
Log message:
resynv onnv-gate
Files:
.hgtags
deleted_files/usr/src/cmd/fps/Makefile.inc
deleted_files/usr/src/cmd/fps/Makefile.subdirs
deleted_files/usr/src/common/crypto/aes/aes_cbc_crypt.c
deleted_files/usr/src/common/crypto/aes/aes_cbc_crypt.h
deleted_files/usr/src/common/crypto/b...