search for: 1th

Displaying 20 results from an estimated 55 matches for "1th".

Did you mean: 1tb
2012 Dec 02
2
How to calculate mean of every nth time series data with zoo or xts ?
Hello, I have 1-minute time series stock data and I'd like to calculate mean of every n-th candle data of m-days. result = c(mean of 1th data, mean of 2nd data, ...) mean of 1th data = (1th data of 2012-1-1 + 1th data of 2012-1-2 + 1th data of 2012-1-3) / 3 mean of 2nd data = (2nd data of 2012-1-1 + 2nd data of 2012-1-2 + 2nd data of 2012-1-3) / 3 ... Could you let me know the fastest method ? Thanks in advance, [[alterna...
2005 Oct 05
1
how can i let the user in 1th Asterisk can call the user in 2nd Asterisk?
Hi list, I set up two asterisk servers , 1001 is the first asterisk server's sip user, and 2001 is the second asterisk server's sip user. Each of them work well, but I don't konw how to connect them. I want to let the user in 1th Asterisk can call the user in 2nd Asterisk. First asterisk server ip : 192.168.3.101 Second asterisk server ip : 192.168.3.102 can someone give me some ideas about how to write this configuration in asterisk config files and which conf file should i use? Thanks, Erdem HAKI ----...
2013 Jun 08
0
modify and append new rows in a dataframe
...want to work with daytime (i.e. from dawn till dusk) and night time (i.e. from dusk till next dawn), I have to split act in two: from time[i] till dusk and from dusk until time[i+1], and from time[k] till dawn and from dawn until time[k+1]. Example: ith row: 01-01-2000 20:55:00 act= 360 seconds i+1th row: 01-01-2000 21:01:00 act= 30 seconds # say that dusk= 21:00 i+2th row: 01-01-2000 21:01:30 act= 30 seconds . . . My goal is to get: ith row: 01-01-2000 20:55:00 act= 300 seconds # modified row i+1th row: 01-01-2000 21:00:00 act= 60 seconds # new row i+2th row: 01-01-2000 00:01:00 act= 30...
2018 May 29
2
LLVM Social - Beijing: May 19th, 2018
在 2018年05月29日 14:58, mayuyu.io 写道: > Any hint on the date of LLVM Social ShangHai? Wu Wei scheduled July 1th http://hellollvm.org/ > > Zhang > >> 在 2018年5月29日,14:22,Leslie Zhai via llvm-dev <llvm-dev at lists.llvm.org> 写道: >> >> Hi Chris, >> >> Thanks for your response! >> >> Wu Wei made this happen! and he is organizing LLVM social in Shanghai, H...
2005 Jul 28
2
kernel panic - Init problems
...t xenlinux: ----------------------------------------------------- >Kernel Panic : Syncing no init found try passing init= option to kernel ------------------------------------------------------ My grub.conf is ------------------------------------------------------- title Xen 2.0 / XenLinux 2.6- 1th test root (hd0,1) kernel /xen-2.0.6.gz dom0_mem=524288 noreboot init=/sbin/init module /vmlinuz-2.6-xen0 root=/dev/hda2 ro console=tty0 ------------------------------------------------------- I have read the responses on the mailing list to this issue but still have not man...
2005 May 06
0
[LLVMdev] initialize 'dag' variable and interpret asmstring in tablegen .td file
...is is described here: http://llvm.cs.uiuc.edu/docs/TableGenFundamentals.html#values > how does the x86 asmwrite interpret the "AsmString" ? The X86 has two asm formats: Intel and AT&T. Things in {}'s get split up and treated as one or the other. The 0 part is AT&T, the 1th part is Intel. It might make it more clear to just say that this string: "mov{l} {$src, $dst|$dst, $src}" is fully equivalent to this one: "{movl $src, $dst|mov $dst, $src}" No other targets support multiple output formats, so they don't have to worry abou...
2005 May 06
1
[LLVMdev] initialize 'dag' variable and interpret asmstring in tablegen .td file
...tp://llvm.cs.uiuc.edu/docs/TableGenFundamentals.html#values > > > how does the x86 asmwrite interpret the "AsmString" ? > > The X86 has two asm formats: Intel and AT&T. Things in {}'s get split up > and treated as one or the other. The 0 part is AT&T, the 1th part is > Intel. It might make it more clear to just say that this string: > > "mov{l} {$src, $dst|$dst, $src}" > > is fully equivalent to this one: > > "{movl $src, $dst|mov $dst, $src}" > > No other targets support multiple output fo...
2004 Mar 02
1
someone please unsubscribe this person from freebsd-security?
.../m 8 maart. > Voor spoedeisende zaken kunt u zich wenden tot de Helpdesk (0 20 40 58 598 > of helpdesk@kappe-int.com <mailto:helpdesk@kappe-int.com> ). > ----- > > Thank you for your e-mail. Unfortenately I cant answer your e-mail right > now. I'm on holliday from the 1th to the 9th of March. > For urgent matters contact the Helpdesk ( +31 (0) 20 40 58 598 or > helpdesk@kappe-int.com <mailto:helpdesk@kappe-int.com> ). > > Ruben van Gogh > > > > > > ******************************************** > The information in th...
2005 May 06
2
[LLVMdev] initialize 'dag' variable and interpret asmstring in tablegen .td file
llvm/lib/Target/X86/X86InstrInfo.td: class X86Inst<bits<8> opcod, Format f, ImmType i, dag ops, string AsmStr> : Instruction { .... dag OperandList = ops; string AsmString = AsmStr; } def MOV32mi : Ii32<0xC7, MRM0m, (ops i32mem:$dst, i32imm:$src), "mov{l} {$src, $dst|$dst, $src}">; I cannot find any document on initializing the
2018 May 29
0
LLVM Social - Beijing: May 19th, 2018
Hope live broadcast ! <br/><br/>Thanks,<br/>yaoxiao 在 2018-05-29 15:02:30,"Leslie Zhai via llvm-dev" <llvm-dev at lists.llvm.org> 写道: > > >在 2018年05月29日 14:58, mayuyu.io 写道: >> Any hint on the date of LLVM Social ShangHai? >Wu Wei scheduled July 1th http://hellollvm.org/ > > >> >> Zhang >> >>> 在 2018年5月29日,14:22,Leslie Zhai via llvm-dev <llvm-dev at lists.llvm.org> 写道: >>> >>> Hi Chris, >>> >>> Thanks for your response! >>> >>> Wu Wei made this happen!...
2013 Jun 10
1
modify and append new rows to a data.frame using ddply
...i+1] 01-01-2000 21:01:00 , 30 # let's say that sunset is at 01-01-2000 21:00:00 [i+2]?01-01-2000 21:01:30 , 30 . . . My goal is to get: [i]?01-01-2000 20:55:00 , 300 # act is modified [i+1]?01-01-2000 21:00:00 , 60 # new row with time=sunset [i+2]?01-01-2000 21:01:00 , 30 # previously row i+1th [i+3]?01-01-2000 21:01:30 , 30 # previously row i+2th . . . I attach a dput with a selection of my data.frame. Here is a piece of existing code that I am trying to adapt just for the daytime/night time change: ? require(plyr) ? xandaynight <- ddply( xan, .(Ring), function(df1){ ? # index of...
2005 Dec 14
1
HELP: xenbr on vlan if --> tcp checksum error
Hi I''m testing around with xen 3.0 snapshot from last week. And i''m now having a problem with a xenbr which is based on a vlan if (dot1q). this is all in dom0 os: debian testing network: tg3 I can start the bridge based on my normal physical eth0 which is working without any problems. My clan without bridge is also working. I can start the bridge based on a vlan if with help
2004 Apr 02
0
[LLVMdev] Function pointers
...n't matter. The bigger problem is that you are accessing a piece of memory that has not been allocated: %theKernel = malloc %kernel %puts_kernelPTR = getelementptr %kernel* %theKernel, long 1, ubyte 0 The 'long 1' operand of the getelementptr instruction tells it to step to the 1th kernel element. In terms of C, we have something like this: kernel *K = malloc (...) K[1].field = If you use 'long 0' things should work fine. -Chris > -----Original Message----- > From: Anders Alexandersson <anders.alexandersson at student.htu.se> > To: llvmdev at...
2003 Sep 08
6
No nonodump...
I'm not sure where else to ask about this, so please excuse me if this is the wrong forum. In trying to remove a 'nodump' flag on a directory with the 'chflags' command I have noticed that the 'nonodump' flag does not function. I see an open PR for the problem: o [2003/01/09] i386/46912 johan chflags nonodump fails I was wondering when this might be dealt with? Else is
2007 Aug 04
1
CyberPower 1500AVR UPS configuration
...el pr?ximo Lunes 12 de Agosto. Tan pronto sea posible le devolver? respuesta a su correo. En caso de ser un tema urgente, rogamos reenv?e este mismo correo a la direcci?n de email sst at salicru.com, mis compa?eros le dar?n respuesta lo antes posible, gracias. Hi I am outside the office from 1th of August to 12th of August When I return back I will send answer to your email as soon as possible. In the case to be a urgent matter, please resend the same email to the address sst at salicru.com, my colleagues will answer to you as soon as possible, thank you.
2004 Dec 09
0
Following Samba 3 by example and getting errors.
...ever figure this out? Thanks! ~Brandon Luis G. Riera wrote: Hi, I'm following chapter 6 from samba-3 by example. I've SuSE 9.1 with OpenLDAP 2.2.6 and samba 3.0.4. I get four errors with this example. When I run the testparm -s > test.confect and din't get get error. The 1th one error that I got was when I run the program smbclient -L localhost -U%. It didn't connect. However, when I run net getlocalsid do get the SID. The 2th error was in the smbldap conf.pm script. I made the following change to correct a Faillior that I got adding this item to the ldap direct...
2003 Jun 05
2
dmesg -- multiple boot messages
Today I install FreeBSD release 4.8 on a machine for the first time. This is on a new machine so it could easily have as yet undetected hardware faults. I observe the 'dmesg' gives startup information not only for the latest boot but also information generated in a number of previous boots. I've not seen this with earlier FreeBSD realeases including 4.7. Is it normal for FreeBSD
2003 Jun 08
2
Periodic scripts
Why there is a weekly script that rebuilds the locate database when: >>> WARNING >>> Executing updatedb as root. This WILL reveal all filenames >>> on your machine to all login users, which is a security risk. Is there a way to put dates on the periodic scripts report output for those who redirect the reports to files instead of mail messages? There is no easy
2000 May 22
1
debian-perl-init.d and redhat
...dling instead of the one build into tinc. Bug or feature? "old" ifconfig and route commands are used instead of iproute commands. Bug or feature? regards, -- Mads Kiilerich Sys.Adm. Cand.Polyt Mads@Kiilerich.com Tel. +45 38 16 26 00 Mob. +45 26 20 07 73 M?ntmestervej 12B 1th, DK-2400 NV, Denmark "To be, or not to be; that is the question." Shakespeare "The question is minus one using 2's complement!" Me --- TINC development list, tinc-devel@nl.linux.org Archive: http://mail.nl.linux.org/tinc-devel/
2004 Mar 27
1
Security updates
Hallo. I am new to FreeBSD and i wanted to ask something since systems security is what interests me the most. Does freebsd have an automated update system like redhat has ? Also where can i find a list with patches for all local - remote holes and bugs of FreeBSD 4.9 ? Thank you very much for your time ! Best Regards A. Stamatis