Displaying 12 results from an estimated 12 matches for "gl2".
Did you mean:
gl
2011 Apr 11
1
proposal for adapting code of function gl()
Based on a discussion on SO I ran some tests and found that converting
to a factor is best done early in the process. Hence, I propose to
rewrite the gl() function as :
gl2 <- function(n, k, length = n * k, labels = 1:n, ordered = FALSE){
rep(
rep(
factor(1:n,levels=1:n,labels=labels, ordered=ordered),rep.int(k,n)
),length.out=length
)
}
Some test results :
> system.time(X1 <- gl(5,1e7))
user system elapsed
29.21 0.30 29....
2010 Mar 08
1
why this function does not run correctly?
? stato filtrato un testo allegato il cui set di caratteri non era
indicato...
Nome: non disponibile
URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20100308/a80f5468/attachment.pl>
2008 May 02
1
Error in downViewport.vpPath(vpPathDirect(name)
...port 'plot1.panel.1.1.off.vp' was not found
I have attached the code and also my data file. Should anyone have any
suggestions then your help would be gratefully appreciated.
Thank you
Andrew
http://www.nabble.com/file/p17017801/dend4c.txt dend4c.txt
http://www.nabble.com/file/p17017801/gL2.csv gL2.csv
--
View this message in context: http://www.nabble.com/Error-in-downViewport.vpPath%28vpPathDirect%28name%29-tp17017801p17017801.html
Sent from the R help mailing list archive at Nabble.com.
2013 Mar 16
1
different size of nodes
hi All,
There is a distributed cluster with 5 bricks:
gl0
Filesystem Size Used Avail Use% Mounted on
/dev/sda4 5.5T 4.1T 1.5T 75% /mnt/brick1
gl1
Filesystem Size Used Avail Use% Mounted on
/dev/sda4 5.5T 4.3T 1.3T 78% /mnt/brick1
gl2
Filesystem Size Used Avail Use% Mounted on
/dev/sda4 5.5T 4.1T 1.4T 76% /mnt/brick1
gl3
Filesystem Size Used Avail Use% Mounted on
/dev/sda4 4.1T 4.1T 2.1G 100% /mnt/brick1
gl4
Filesystem Size Used Avail Use% Mounted on
/dev/sda4 4.1T 4.1T 24M 100% /mnt/b...
2012 Jun 29
35
[Bug 51579] New: Xv video support is black on NVidia NVa8 Chipset in latest git
https://bugs.freedesktop.org/show_bug.cgi?id=51579
Bug #: 51579
Summary: Xv video support is black on NVidia NVa8 Chipset in
latest git
Classification: Unclassified
Product: xorg
Version: git
Platform: x86-64 (AMD64)
OS/Version: All
Status: NEW
Severity: critical
Priority:
2007 Nov 05
1
Making the video plugin + patched MPlayer work with other backends
...s] Error in display.
[ws] Error code: 11 ( BadAlloc (insufficient resources for operation) )
[ws] Request code: 140
[ws] Minor code: 19
[ws] Modules: flip_page
Strange. Other non-mplayer players do that too.
Oh well, looking forward to Redirected Direct rendering as that means
we can use the gl2 driver ;-)
2018 May 26
3
[Bug 106660] New: nv92 hang with MSI Kombustor 2.5 (via wine)
...--> https://bugs.freedesktop.org/attachment.cgi?id=139782&action=edit
xzipped trace file
Hello.
I was trying to see if various tests/demos still work with more recent wine
(3.9), and run MSIKombustorDX11.exe. Just clicking on "Run preset 720" with
default test "Wavy Plane (GL2)" resulted in GPU hang.
I was able to capture apitrace with llvmpipe, and replaying this trace also
hang GPU.
Mesa at Mesa 18.2.0-devel (git-936cd3c87a), X server at "X.Org X Server
1.19.5", ddx at "commit ac8f7b949e50d96f281b09f7fe96c92ea4d178ec - dri3: don't
check permi...
2023 Aug 10
2
orphaned snapshots
I?ve never had such situation and I don?t recall someone sharing something similar.
Most probably it?s easier to remove the node from the TSP and re-add it.Of course , test the case in VMs just to validate that it?s possible to add a mode to a cluster with snapshots.
I have a vague feeling that you will need to delete all snapshots.
Best Regards,Strahil Nikolov?
On Thursday, August 10, 2023, 4:36
2008 May 13
2
Can't Turn OFF compiz autostart since 0.7.4.x
Devs, compiz listmates:
Why can't I turn off compiz autostart on openSuSE 10.3 i386? Compiz just
decided to start automatically with KDE login ever since I upgraded to the
first 0.7.4.x release from the openSuSE build service. I have tried to disable
it by creating the file "disable-compiz" in ~/.config/compiz but compiz still
starts at login. Even if I switch to kwin before
2011 Jan 31
6
TablEdit runs from install but not after
....xml:5: parser error : EntityRef: expecting ';'
<comment>View&Edit CAD and raster formats</comment>
^
Failed to parse '/home/ubuntu/.local/share/mime/packages/x-wine-extension-gl.xml'
/home/ubuntu/.local/share/mime/packages/x-wine-extension-gl2.xml:5: parser error : EntityRef: expecting ';'
<comment>View&Edit CAD and raster formats</comment>
^
Failed to parse '/home/ubuntu/.local/share/mime/packages/x-wine-extension-gl2.xml'
/home/ubuntu/.local/share/mime/packages/x-wine-extension...
2011 Aug 17
2
no dentry for non-root inode
hi!
One of our user removed a directory through samba and right after that
recreated it.
It looks like this now:
?????????? ? ? ? ? ? 20110817
Gluster version is 3.2.2-1ubuntu~ppa1~lucid1 on client (samba server)
and the same but Natty on the nodes. It was upgraded from 3.2.1.
What is this? If a client try to access it, it freezes up.
This is in log:
[2011-08-17
2016 Sep 14
5
[PATCH 1/2] filearch: Add RISC-V architecture.
---
src/filearch.c | 21 +++++++++++++++------
1 file changed, 15 insertions(+), 6 deletions(-)
diff --git a/src/filearch.c b/src/filearch.c
index 5985b73..cbc8372 100644
--- a/src/filearch.c
+++ b/src/filearch.c
@@ -56,14 +56,16 @@ cleanup_magic_t_free (void *ptr)
# endif
COMPILE_REGEXP (re_file_elf,
- "ELF.*(MSB|LSB).*(?:executable|shared object|relocatable),