Displaying 20 results from an estimated 33 matches for "agl".
Did you mean:
acl
2006 Jun 26
1
Patch for rgl with gcc 4.0 in R 2.3.0 on OS X
...using libpng dynamic linkage
configure: creating ./config.status
config.status: creating src/Makevars
** libs
** arch - i386
g++-4.0 -arch i386 -I/Library/Frameworks/R.framework/Resources/include
-I/Library/Frameworks/R.framework/Resources/include/i386 -DRGL_USE_CARBON
-I/System/Library/Frameworks/AGL.framework/Headers -DHAVE_PNG_H
-I/opt/local/include/libpng12 -msse3 -fPIC -fno-common -g -O2
-march=pentium-m -mtune=prescott -c BBoxDeco.cpp -o BBoxDeco.o
g++-4.0 -arch i386 -I/Library/Frameworks/R.framework/Resources/include
-I/Library/Frameworks/R.framework/Resources/include/i386 -DRGL_USE_CA...
2010 Aug 02
1
Convert an expression to a function
...nction string
f.str <- sub("y~","",exprtext)
# Get arglist from the text
sp1 <- paste("\\",c(getGroupMembers(Arith),"(",")"),sep="")
sp2 <- getGroupMembers(Math)
sps <- paste(c(sp1,sp2),sep="",collapse="|")
agl <- gsub("^[0123456789]+$","",strsplit(f.str,sps)[[1]])
agl.u <- unique(agl[agl != "" & agl != "pi"])
# The command string making the function
c.str <- paste("f <- function(",paste(agl.u,sep="",collapse=", "),&qu...
2008 Feb 20
1
Compilation error on installing rgl package
...sxgui.o osxlib.o par3d.o pixmap.o
render.o rglview.o scene.o select.o win32gui.o
win32lib.o x11gui.o x11lib.o -lGLU -lGL -framework
OpenGL -L/usr/local/lib -lpng12 -L/usr/X11/lib -lX11
-F/Library/Frameworks/R.framework/.. -framework R
-Wl,-framework -Wl,CoreFoundation
mkdir Temp
mv *.o Temp
MAKINGAGL=TRUE
/Library/Frameworks/R.framework/Resources/bin/R CMD
SHLIB -o aglrgl.so *.cpp *.c
g++ -arch x86_64
-I/Library/Frameworks/R.framework/Resources/include
-I/Library/Frameworks/R.framework/Resources/include
-DHAVE_PNG_H -I/usr/local/include/libpng12
-DRGL_USE_CARBON
-I/System/Library/Frameworks/AG...
2007 Apr 16
1
flexmix glm warning
Dear R-helpers & Friedrich Leisch,
I'm trying to fit a mixture of regression models on attached data set
by doing the following:
agl <- read.table("agl.txt")
mod1 <- flexmix(resp~gng+csc|Subject,data=agl,
model=FLXglm(family="binomial"),k=2)
The result is a (varying) number of the following warnings:
Warning messages:
1: non-integer #successes in a binomial glm! in: eval(expr, envir,
enclos)
2: no...
2015 Mar 12
2
Unstable phone connection
This is driving me to distraction. I have a switch with multiple
clients who are all working fine except for one and I can't figure out
what makes them different. I have tried every NAT setting in the ATA
(SPA112 ATA with 2 x FXS, 1 x LAN), stun server on and off, different
sip ports, different RTP ports and it still fails. I have left the
location with it working only to have it fail
2017 Mar 20
2
I/O error
Hi,
I'm trying to make Syslinux, OSTree and Qemu work together. So I've made
an image, installed Syslinux v. 6.0.3 on it with extlinux and try to
boot it. Unfortunately it stops on the stage of loading the kernel with
Loading
/boot/ostree/agl-17980142f6d5ef5e82153aa533ffb9775181f93248e62a4821f925cdf1b81c34/vmlinuz...
failed: I/O error
The vmlinuz file is just a normal bzImage (v. 4.4.36).
It looks like a whole debugging adventure lies before me, so if someone
could give me some hints of what could possibly be wrong, or where can I
loo...
2009 Jun 18
4
Random number datasets help
...98,29.76,123.48,127.27,127.8,127.2,127.13,126.71,125.5)
a2<-c(1.69,1.3,1,.18,1.53,1.31,1.35,1.83,1.56,1.12,.74,1.48,1.67,1.53,.95,.87,0.03,1.12,1.95,1.22,1.04,1.64,1.83,1,1,1.08,1.35,2.37)
for(i in 1:length(a1))
for(j in 1:length(a2))
x<-rnorm(500,mean=a1[i],sd=a2[j])
Thank you,
Agl
_________________________________________________________________
Microsoft brings you a new way to search the web. Try Bing™ now
gline_try bing_1x1
[[alternative HTML version deleted]]
2008 Jul 21
4
help to install poser 7
...ser.exe" not found in /home/gatito/.wine/dosdevices/h:
warn:ntdll:NtQueryFullAttributesFile L"\\??\\H:\\poser.exe" not found (c0000034)
warn:file:wine_nt_to_unix_file_name L"poser.exe" not found in /home/gatito/.wine/dosdevices/c:/Archivos de programa/Archivos comunes/Adobe/AGL
warn:ntdll:NtQueryFullAttributesFile L"\\??\\C:\\Archivos de programa\\Archivos comunes\\Adobe\\AGL\\poser.exe" not found (c0000034)
warn:file:wine_nt_to_unix_file_name L"wineboot.exe" not found in /home/gatito/.wine/dosdevices/c:/windows/system32
warn:ntdll:NtQueryFullAttribute...
2009 Dec 18
0
[PULL rexmit] virtio & lguest
...m>
Signed-off-by: Rusty Russell <rusty at rustcorp.com.au>
arch/ia64/kvm/Kconfig | 1 +
arch/powerpc/kvm/Kconfig | 1 +
arch/s390/kvm/Kconfig | 1 +
3 files changed, 3 insertions(+), 0 deletions(-)
commit a8945c9bf89df5deaba16c2a65f4cf18060299c2
Author: Adam Litke <agl at us.ibm.com>
Date: Mon Nov 30 10:14:15 2009 -0600
virtio: Add memory statistics reporting to the balloon driver (V4)
Changes since V3:
- Do not do endian conversions as they will be done in the host
- Report stats that reference a quantity of memory in bytes
- Mi...
2009 Dec 18
0
[PULL rexmit] virtio & lguest
...m>
Signed-off-by: Rusty Russell <rusty at rustcorp.com.au>
arch/ia64/kvm/Kconfig | 1 +
arch/powerpc/kvm/Kconfig | 1 +
arch/s390/kvm/Kconfig | 1 +
3 files changed, 3 insertions(+), 0 deletions(-)
commit a8945c9bf89df5deaba16c2a65f4cf18060299c2
Author: Adam Litke <agl at us.ibm.com>
Date: Mon Nov 30 10:14:15 2009 -0600
virtio: Add memory statistics reporting to the balloon driver (V4)
Changes since V3:
- Do not do endian conversions as they will be done in the host
- Report stats that reference a quantity of memory in bytes
- Mi...
2009 Nov 05
1
virtio: Add memory statistics reporting to the balloon driver
agl at linux.vnet.ibm.com wrote:
> Here are the corresponding changes to the Linux virtio driver...
>
> virtio: Add memory statistics reporting to the balloon driver
>
> When using ballooning to manage overcommitted memory on a host, a system for
> guests to communica...
2009 Nov 05
1
virtio: Add memory statistics reporting to the balloon driver
agl at linux.vnet.ibm.com wrote:
> Here are the corresponding changes to the Linux virtio driver...
>
> virtio: Add memory statistics reporting to the balloon driver
>
> When using ballooning to manage overcommitted memory on a host, a system for
> guests to communica...
2015 Mar 12
0
Unstable phone connection
D'Arcy J.M. Cain
If the device is registering and then dropping there are several usual
items.
The router may be closing the ports on the device.
The router may have a AGL SIP helper that is causing issues.
Make sure that the device is sending out keep alive packets.
Shut down any AGL helpers on the router.
Make sure that the site is not double NATing
Try using a stun server and see if that helps at all.
Watch you console on your sip serer to see how long...
2023 Sep 12
1
CAN virtualization
>>Dear Users,
>>
>>I use KVM with libvirt 9.0.0. The host and guest OS-es are also AGL needlefish images. I am currently trying to virtualize a CAN driver and provide virtual machines access to the physical CAN channels.
>>
>>I started with the virtual network handling as CAN interface is a network interface, I tried to find analogies, solutions like "traditional&quo...
2007 Aug 30
3
Rails - depot application
I''m doing the depot example in the Agle Web development book. I''m
getting this error:
"undefined method `product'' for #<BigDecimal:331ce70,''0.21E1'',8(8)> "
"Extracted source (around line #9):
8: for item in @items
9: product = item.product
10: -%>
11: <tr>
12: &l...
2010 Dec 15
3
Help with RGL package problem
Hello,
I have been experiencing an odd error with the RGL package that I cannot
figure out. I have searched without luck for fixes to this problem on
Rseek, Google, and the R-help-list.
RGL used to work on my machine about a month ago. It was a very useful
tool. The graphics device will not initialize now, and I cannot figure out
why.
When I try to load the package using ...
>
2017 Mar 21
0
I/O error
> Hi,
>
> I'm trying to make Syslinux, OSTree and Qemu work together. So I've made
> an image, installed Syslinux v. 6.0.3 on it with extlinux and try to
> boot it. Unfortunately it stops on the stage of loading the kernel with
>
> Loading
> /boot/ostree/agl-17980142f6d5ef5e82153aa533ffb9775181f93248e62a4821f925cdf1b81c34/vmlinuz...
> failed: I/O error
>
> The vmlinuz file is just a normal bzImage (v. 4.4.36).
>
> It looks like a whole debugging adventure lies before me, so if someone
> could give me some hints of what could possibl...
2023 Aug 23
1
CAN virtualization
Dear Users,
I use KVM with libvirt 9.0.0. The host and guest OS-es are also AGL needlefish images. I am currently trying to virtualize a CAN driver and provide virtual machines access to the physical CAN channels.
I started with the virtual network handling as CAN interface is a network interface, I tried to find analogies, solutions like "traditional" network handl...
2012 Jul 26
2
RGL
.../System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib -lpng -L/usr/X11/lib -lX11 -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
mkdir Temp
mv x11*.o Temp
mkdir -p AGL
mv AGL/* .
MAKINGAGL=TRUE /Library/Frameworks/R.framework/Resources/bin/R CMD SHLIB -o aglrgl.so *.cpp *.c \
osx/*.mm osx/*.cpp
mv: rename AGL/* to ./*: No such file or directory
make: [aglrgl.so] Error 1 (ignored)
g++ -arch x86_64 -I/Library/Frameworks/R.framework/Resources/include -I/Library/F...
2013 Aug 20
2
chmod and chown
Hello guys,
does anyone of you have problems with chown and chmod operations taking
extremely long time to complete. For example chown on 200 MB folder is
taking minutes. The MDS is not loaded at all. All other operations (file
read and write) seem to be doing fine.
Any help is greatly appreciated.
_______________________________________________
Lustre-discuss mailing list