search for: newc

Displaying 20 results from an estimated 140 matches for "newc".

Did you mean: new
2020 Mar 22
3
Tasa variación diaria COVID-19
..., anytime(fec)) : Check that is.data.table(DT) == TRUE. Otherwise, := and `:=`(...) are defined for use in j, once only and in particular ways. See help(":="). > setkey(df,com,fec) Error in setkeyv(x, cols, verbose = verbose, physical = physical) : x is not a data.table > > # newc: son los nuevos casos > df[, newc:=ct - shift(ct), by=.(com)] Error in `[.data.frame`(df, , `:=`(newc, ct - shift(ct)), by = .(com)) : unused argument (by = .(com)) > > # tasa: es la tasa de cambio que calculé así (ct2 - ct1)/ct1 > > df[, tasa:=newc/ct, by=.(com)] Error in `[.data....
2020 Mar 23
2
Tasa variación diaria COVID-19
...herwise, := and `:=`(...) are > > defined for use in j, once only and in particular ways. See help(":="). > > > setkey(df,com,fec) > > Error in setkeyv(x, cols, verbose = verbose, physical = physical) : > > x is not a data.table > > > > > > # newc: son los nuevos casos > > > df[, newc:=ct - shift(ct), by=.(com)] > > Error in `[.data.frame`(df, , `:=`(newc, ct - shift(ct)), by = .(com)) : > > unused argument (by = .(com)) > > > > > > # tasa: es la tasa de cambio que calculé así (ct2 - ct1)/ct1 > &gt...
2020 Mar 25
2
Tasa variación diaria COVID-19
...in j, once only and in particular ways. See > help(":="). > > > > > setkey(df,com,fec) > > > > Error in setkeyv(x, cols, verbose = verbose, physical = physical) : > > > > x is not a data.table > > > > > > > > > > # newc: son los nuevos casos > > > > > df[, newc:=ct - shift(ct), by=.(com)] > > > > Error in `[.data.frame`(df, , `:=`(newc, ct - shift(ct)), by = > .(com)) > > : > > > > unused argument (by = .(com)) > > > > > > > > > > # ta...
2007 Apr 05
1
Generate a serie of new vars that correlate with existingvar
Hello, list why not add the smart proposal by Greg Snow as a built-in function in {stats}, just changing the "x234" and "newc" lines to allow for more distributions to be generated ? Or do I miss an already existing function to do that ? Regards. Olivier # slight modification of the original code by Greg Snow [mailto:Greg.Snow at intermountainmail.org] # on April 04, 2007 1:46 AM # generates ndistr vectors of sa...
2020 Mar 21
9
Tasa variación diaria COVID-19
Hola: Tengo los datos diarios del número de casos de coronavirus por comunidades autónomas y quiero calcular el número diario de nuevos casos y la tasa diaria de variación del número de casos y no se como hacerlo en R. *fecha* *comunidad* *poblacion* *casos_totales* 04/03/2020 Andalucía 8414240 13 05/03/2020 Andalucía 8414240 12 06/03/2020 Andalucía 8414240 21 04/03/2020 Aragón
2015 May 13
3
Bug#785187: Bug#785187: xen-hypervisor-4.5-amd64: Option ucode=scan is not working
> > according to the documentation the option ucode=scan should tell XEN to > > look for a microcode update in an uncompressed initrd. > > > > While I don?t use the Debian kernel the tools to generate the initrd are > > part of Debian. The command ?cpio -i < /boot/initrd.img-4.0.2-Dom0? > > creates the directory structure
2015 May 15
2
Bug#785187: Bug#785187: xen-hypervisor-4.5-amd64: Option ucode=scan is not working
...> [stse at osgiliath]: file /boot/initrd.img-4.0.2-Dom0 > /boot/initrd.img-4.0.2-Dom0: ASCII cpio archive (SVR4 with no CRC) > > I don?t think the initrd is compressed. > > http://lists.xen.org/archives/html/xen-users/2014-05/msg00053.html says > that I have to use ?cpio -H newc? not ?cpio -o c?, but I don?t know how > the Debian tools create the initrd. The intel-microcode package contains: /usr/share/initramfs-tools/hooks/intel_microcode which will be called during initamfs generation. It seems to call iucode_tool, from the iucode-tool package. That's a binary...
2012 Feb 06
2
[PATCH] build: Choose a virtual directory for the daemon which is not a symlink.
...+++ b/appliance/Makefile.am @@ -67,10 +67,11 @@ stamp-supermin: make.sh packagelist excludelist supermin.d/daemon.img: ../daemon/guestfsd mkdir -p supermin.d rm -f $@ $@-t - mkdir sbin - cd sbin && ln ../../daemon/guestfsd - echo -e "sbin\nsbin/guestfsd" | cpio --quiet -o -H newc > $@-t - rm -r sbin + rm -rf tmp + mkdir -p tmp/$(DAEMON_SUPERMIN_DIR) + cd tmp/$(DAEMON_SUPERMIN_DIR) && ln $(abs_top_builddir)/daemon/guestfsd + ( cd tmp && find | cpio --quiet -o -H newc ) > $@-t + rm -rf tmp mv $@-t $@ supermin.d/init.img: init diff --git a/configure....
2020 Apr 19
1
how to make a bug report
...22,alaw,ulaw endpoint/context = ingressEasybell endpoint/media_encryption = sdes registration/contact_user = extenHW In pjsip.conf is only the transport: [transport-tls] type=transport protocol=tls bind=192.168.3.50:5061 ca_list_file=/etc/pki/tls/certs/ca-bundle.crt cert_file=/etc/asterisk/cert/newc/mycert.pem priv_key_file=/etc/asterisk/cert/newc/mykey.pem After I finally found out that 'pjsip send register *all' should re-register, I tried it while it was still registered, and it said "Re-register all queue". After that, it kept saying that all the registrations are no...
2012 Mar 29
1
Defect ISO generation after yum upgrade
...proxygen GENERATEDPATH=/var/www/html/proxy/generated # if build command contains buildsystem a new system is build if [[ $@ = *buildsystem* ]]; then # Build initramfs rm -f $BUILDPATH/boot/system.igz chown -R 0:0 $BUILDPATH/system cd $BUILDPATH/system find . -print0 | cpio --null -ov --format=newc | gzip > $BUILDPATH/boot/system.igz fi # Build file containing config rm -f $BUILDPATH/boot/config.igz cd $BUILDPATH/config find . -print0 | cpio --null -ov --format=newc | gzip > $BUILDPATH/boot/config.igz # Build ISO cd $BUILDPATH/boot mkisofs -o $GENERATEDPATH/$1.iso -b isolinux/isolinux...
2013 May 20
1
"make check" hangs after running for a little while
...ring directory `/home/kashyap/src/libguestfs/appliance' rm -f supermin.d/udev-rules.img supermin.d/udev-rules.img-t rm -rf tmp-u mkdir -p tmp-u/etc/udev/rules.d for f in 99-guestfs-serial.rules; do ln $f tmp-u/etc/udev/rules.d/$(basename $f); done ( cd tmp-u && find | cpio --quiet -o -H newc ) > supermin.d/udev-rules.img-t rm -rf tmp-u mv supermin.d/udev-rules.img-t supermin.d/udev-rules.img rm -f supermin.d/daemon.img supermin.d/daemon.img-t rm -rf tmp-d mkdir -p tmp-d/usr/sbin tmp-d/etc ln ../daemon/guestfsd tmp-d/usr/sbin/guestfsd ln ./guestfsd.suppressions tmp-d/etc/guestfsd.sup...
2014 Sep 19
2
[LLVMdev] More careful treatment of floating point exceptions
Hi Sanjay, Thanks, I saw this flag and it's definitely should be considered, but it appeared to me to be static characteristic of target platform. I'm not sure how appropriate it would be to change its value from a front-end. It says "Has", while optional flag would rather say "Uses" meaning that implementation cares about floating point exceptions. Regards, Sergey
2014 Sep 25
2
[LLVMdev] More careful treatment of floating point exceptions
...ons) { // Handle PHI nodes quickly here... if (PHINode *PN = dyn_cast<PHINode>(I)) { Constant *CommonValue = nullptr; @@ -913,7 +915,7 @@ Constant *llvm::ConstantFoldInstruction(Instruction *I, return nullptr; // Fold the PHI's operands. if (ConstantExpr *NewC = dyn_cast<ConstantExpr>(C)) - C = ConstantFoldConstantExpression(NewC, TD, TLI); + C = ConstantFoldConstantExpression(NewC, TD, TLI, HonorFPExceptions); // If the incoming value is a different constant to // the one we saw previously, then give up. if (Comm...
2010 Mar 23
2
[PATCH] Remove initrd patching from oc-boot
...it - if [ -e /sbin/lvm.static ]; then - cp /sbin/lvm.static bin/lvm - else - cp /sbin/lvm bin - # lvm is not static in Fedora - cp /lib$bit/libreadline.so.5 /lib$bit/libncurses.so.5 lib$bit - fi - - find $init_script bin/lvm lib$bit -type f | - cpio -H newc --quiet -o | - gzip -9 | - cat $live/$syslinux/initrd0.img - > $initrd_dest/initrd0.img - version=$(rpm -q --qf '%{version}' ovirt-node) release=$(rpm -q --qf '%{release}' ovirt-node) # reorder tty0 to allow both serial and phys console after installa...
2014 Nov 10
0
PXE boot Windows PE in EFI mode
On 10/11/14 14:36, Bernd Eggenm?ller wrote: > is there a way to boot a Windows PE image over PXE in UEFI mode. > If there is one, how do I write the entry in the syslinux.cfg file? I don't know the syslinux answer to this, but you can definitely do it via iPXE and wimboot: see http://ipxe.org/wimboot for instructions. Michael
2020 Apr 18
2
how to make a bug report
Hi, how do I make a bug report? I filled in the form to make a report and https://issues.asterisk.org/jira/issues/?filter=-2 still shows no issues reported by me. If someone knows how to get asterisk to re-register when using pjsip after the registration shows as Rejected, like after the internet connection to the VOIP provider goes away (and comes back), please let me know. This bug makes
2008 Jun 08
1
Unable to cat raw /dev/fd0 more than one time
...image in raw format. Reading root-1 and root-2 is made from boot init script, using klibc-1.5.9 or klibc-1.5.10 with debian insmod patch, and a vanilia linux-2.6.24.7 root-1 and 2 images are smaller than 1440 kB and are made the same way with cd $(FLOPPY_ROOT_DIR) && find . | cpio -o -H newc | gzip -9 > \ /$(INSTALLER_DIR)/images/$(SNAME)-$(VERSION)-root-1.img ... cd $(FLOPPY_ROOT_DIR) && find . | cpio -o -H newc | gzip -9 > \ /$(INSTALLER_DIR)/images/$(SNAME)-$(VERSION)-root-2.img Problem happen reading from a classical floppy (not tested usb). /dev/fd0...
2016 May 09
2
CentOS-6.7 problem updating kernel
...@updates Update 2.6.32-573.26.1.el6.x86_64 installed Scriptlet output: 1 error: %posttrans(kernel-2.6.32-573.26.1.el6.x86_64) scriptlet failed, signal 1 2 /sbin/dracut: line 1: 7063 Hangup ! ( umask 077; cd "$initdir"; find . | cpio -R 0:0 -H newc -o --quiet | $gzip -9 > "$outfile" ) history info Any ideas as to what happened and how to fix it? -- *** e-Mail is NOT a SECURE channel *** Do NOT transmit sensitive data via e-Mail Do NOT open attachments nor follow links sent by e-Mail James B. Byrne...
2010 Mar 15
0
[LLVMdev] [patch] Writing ConstantUnions
....cpp =================================================================== --- lib/Bitcode/Reader/BitcodeReader.cpp (revision 98552) +++ lib/Bitcode/Reader/BitcodeReader.cpp (working copy) @@ -293,6 +293,8 @@ } else if (ConstantStruct *UserCS = dyn_cast<ConstantStruct>(UserC)) { NewC = ConstantStruct::get(Context, &NewOps[0], NewOps.size(), UserCS->getType()->isPacked()); + } else if (ConstantUnion *UserCU = dyn_cast<ConstantUnion>(UserC)) { + NewC = ConstantUnion::get(UserCU->getType(), NewOps[0]);...
2012 Oct 26
2
[PATCH] 4 Patches for initrd+= and initrdfile= Options
...d to deal with any conflicts. You can merge these commits onto your 4.06 from my 'multi_initrd' branch at: git://git.zytor.com/users/sha0/syslinux.git In brief: The "initrd+=" option allows you to append initramfs-style blobs (files which can be produced with 'cpio -o -H newc') to whatever "initrd" was specified via the "initrd=" option (or was specified indirectly via the INITRD directive). This means you can have some custom initramfs that contains some stuff you might like to layer on top of whatever initramfs your Linux distribution gives yo...