search for: 13361

Displaying 15 results from an estimated 15 matches for "13361".

Did you mean: 1361
2007 Jan 19
1
hiccup in apply?
Hello, I don't understand the behavior of apply() on the data frame below. test <- structure(list(Date = structure(c(13361, 13361, 13361, 13361, 13361, 13361, 13361, 13361, 13362, 13362, 13362, 13362, 13362, 13362, 13362, 13362, 13363, 13363, 13363, 13363, 13363, 13363, 13363, 13363, 13364, 13364, 13364, 13364, 13364, 13364, 13364, 13364, 13365, 13365, 13365, 13365, 13365, 13365, 13365, 13365, 13366, 13366, 13366, 1336...
2008 Dec 03
1
Matrix dimnames crash (PR#13361)
In Windows XP, the matrix() function crashes the program when 'dimnames' is an empty list: matrix(1:4, nrow=2, dimnames=list()) # R has encountered a problem and needs to close ... This bug is specific to WinXP, as Linux64 handles this situation more gracefully: matrix(1:4, nrow=2, dimnames=list()) Error in matrix(1:4, nrow = 2, dimnames = list()) : invalid type
2016 Apr 06
2
hdt error on syslinux 6.0.4-pre1?
...es this error? > > > > Notice the OVMF's genesis - VirtualBox stable/current and QEMU > > = VBox/OVMF = > $ grep -i edk2 VirtualBox-5.0.16/src/VBox/Devices/EFI/Firmware/ReadMe.vbox > EFI firmware based on the opensource EDK2 project. The current base is > revision 13361 from: https://svn.code.sf.net/p/edk2/code/branches/UDK2010.SR1 > > https://www.virtualbox.org/browser/vbox/trunk/src/VBox/Devices/EFI/Firmware/ReadMe.vbox#L5 > EFI firmware based on the opensource EDK2 project. The current base is > revision 18601 from: https://svn.code.sf.net/p/edk2/...
2016 Apr 04
2
hdt error on syslinux 6.0.4-pre1?
On 4 Apr 2016 at 8:06, H. Peter Anvin wrote: Subject: Re: [syslinux] hdt error on syslinux 6.0.4-pre1? To: "Michael D. Setzer II" <mikes at kuentos.guam.net>, syslinux at zytor.com From: "H. Peter Anvin" <hpa at zytor.com> Date sent: Mon, 4 Apr 2016 08:06:13 -0700 > On 04/04/16 07:14, Michael D. Setzer II via Syslinux
2016 Apr 05
0
hdt error on syslinux 6.0.4-pre1?
...2 options work except > hdt that gives this error? > Notice the OVMF's genesis - VirtualBox stable/current and QEMU = VBox/OVMF = $ grep -i edk2 VirtualBox-5.0.16/src/VBox/Devices/EFI/Firmware/ReadMe.vbox EFI firmware based on the opensource EDK2 project. The current base is revision 13361 from: https://svn.code.sf.net/p/edk2/code/branches/UDK2010.SR1 https://www.virtualbox.org/browser/vbox/trunk/src/VBox/Devices/EFI/Firmware/ReadMe.vbox#L5 EFI firmware based on the opensource EDK2 project. The current base is revision 18601 from: https://svn.code.sf.net/p/edk2/code/branches/UDK201...
2006 Jul 31
0
[OT] Javascript based drawing editor for RoR project
Does anyone know of any open source (prefer BSD, LGPL type license) javascript drawing packages for drawing on websites? Something along the lines of the FCKEditor but for drawing, not text editing. F.Y.I - This site is doing what I''d like to do to tie into my RoR app: http://stuartjmoore.googlepages.com/Gpaint.html -- Posted via http://www.ruby-forum.com/.
2010 Jul 31
1
Arp Flip Flops make machine inaccessible.
...0:E0:81:D2:0B:37 inet addr:10.255.252.22 Bcast:10.255.255.255 Mask:255.0.0.0 inet6 addr: fe80::2e0:81ff:fed2:b37/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:8631 errors:0 dropped:0 overruns:0 frame:0 TX packets:13361 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:657672 (642.2 KiB) TX bytes:6476669 (6.1 MiB) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNIN...
2006 Nov 14
4
Samba 3.0.14 (Debian Sarge) Memory Leakage
Hi! Our Samba file server seems to have a memory leakage. We are using samba as file server out of the box (debian sarge) on kernel 2.6.16.31. After a while users who have some shares and files open are acquiring more and more memory until the smbd dies. Here is a small shortcut from top: PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 13843 gxxxxx 16 0 51792 44m 2552 S
2007 Feb 17
2
[LLVMdev] Linux/ppc backend
...icence paper for LLVM. Let me know if I have to do something to commit to CVS. I can also give my code without any restriction if someone wants to commit. Cheers, Nicolas -------------- next part -------------- A non-text attachment was scrubbed... Name: CallABIELF.patch Type: text/x-patch Size: 13361 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20070217/299a214d/attachment.bin> -------------- next part -------------- A non-text attachment was scrubbed... Name: CalleeSavedLinuxPPC.patch Type: text/x-patch Size: 9325 bytes Desc: not available URL: &lt...
2007 Feb 15
0
[LLVMdev] Linux/ppc backend
I think the easiest thing for you to do is to define a separate CALL instruction with a different set of Defs. This instruction should only be selected when the predicate isMacho is true. Also update PPCRegisterInfo.cpp getCalleeSavedRegs() to return a different list when subtarget->isMachoABI() is true. Evan On Feb 14, 2007, at 7:19 AM, Nicolas Geoffray wrote: > Hi Chris, >
2007 Feb 14
2
[LLVMdev] Linux/ppc backend
Hi Chris, Chris Lattner wrote: >> 2) Line 369 of PPCInstrInfo.td, we declare the non-callee saved registers. >> However, Linux and Darwin do not have the same set >> of non-callee saved registers. I don't know how to make the if(isDarwin) test >> in here >> > > Take a look at ARM/ARMRegisterInfo.td for an example of this I tried to define Defs just
2008 Dec 22
0
R 2.8.1 is released
...are added. o Deparsing argument lists with non-syntactic names (e.g. that for transform()) now uses backticks rather than double quotes to produce syntactically valid output. o matrix() failed to check for 0-length 'dimnames': it now treats them as NULL (as array did). (PR#13361) o 0^NA is now NA, not Inf, consistent with x^NA, x != 1. o anova.mlm() did not work if T had only one row (including e.g. the case M = ~1). o axis.POSIXct() mislabelled for some time ranges of a few hours (reported by Martin Becker). o mantelhaen.test() with 'exact=FA...
2008 Dec 22
0
R 2.8.1 is released
...are added. o Deparsing argument lists with non-syntactic names (e.g. that for transform()) now uses backticks rather than double quotes to produce syntactically valid output. o matrix() failed to check for 0-length 'dimnames': it now treats them as NULL (as array did). (PR#13361) o 0^NA is now NA, not Inf, consistent with x^NA, x != 1. o anova.mlm() did not work if T had only one row (including e.g. the case M = ~1). o axis.POSIXct() mislabelled for some time ranges of a few hours (reported by Martin Becker). o mantelhaen.test() with 'exact=FA...
2008 Dec 20
0
Wine release 1.1.11
...game 12628 wine: Call from 0x7b840fc8 to unimplemented function hal.dll.ExAcquireFastMutex 12800 CIsco IP Communicator crash calling winhttp.dll.WinHttpCreateUrl 12823 newer games using OpenGL cannot be played 12991 eMule ScarAngel 13111 xfile support is still non-existant in wine 13361 firefox 3 can't handle local paths in location window [dogfood] 13425 The Punisher demo sound effect from launcher gets stuck 13458 Starcraft hangs in wine-1.0rc2 in dsound 13478 Winehelp crash in textpad 13512 Sniper Elite: game hangs on applying options (change to try resolution...
2003 Mar 29
1
compling errors for sun unix (PR#2702)
...;&5 configure:13063: $? = 0 configure:13066: test -s conftest.o configure:13069: $? = 0 configure:13080: result: yes configure:13083: checking size of int configure:13358: gcc -o conftest -g -O2 -I/usr/local/include -L/usr/local/lib conftest.c -lreadline -ldl -lncurses -lm >&5 configure:13361: $? = 0 configure:13363: ./conftest configure:13366: $? = 0 configure:13389: result: 4 configure:13408: checking for long configure:13433: gcc -c -g -O2 -I/usr/local/include conftest.c >&5 configure:13436: $? = 0 configure:13439: test -s conftest.o configure:13442: $? = 0 configure:13453: re...