search for: 02h

Displaying 17 results from an estimated 17 matches for "02h".

Did you mean: 02
2007 Nov 02
1
R timeDate does not allow seconds?
.... Your idea makes a lot of sense to me, but I've been unable to get seconds to work. I ended up with this format finally: "2007-10-31_16:20:22" Problem is I am unable to get it recognized as a date using timeDate(): R> timeDate(as.character(inputdate),format="%Y-%02m-%02d_%02H.%02M.%02S") Error in if (regexpr("/....", charvec[1])[[1]] > 0) return("%m/%d/%Y") : missing value where TRUE/FALSE needed The R-help archives said something about non-standard formats casuing a problem, but I believe (short of the underscore) that its the secon...
2013 Oct 28
1
Sessión a distancia
...ima sesión del grupo de usuarios de R de Barcelona, en los servidores de R-es.org (aprovechamos para agradecer a la comunidad R hispano su disponibilidad para ofrecer dicho servicio) en http://r-es.org/rugbcn-online La sesión de "El Miércoles 09 de Octubre, 2013 desde la/s 18:46h hasta la/s 21:02h". La presentación de Juan Galeano está también disponible en: https://drive.google.com/file/d/0ByVQHmO-WjuVWl9wZHBkMnNsRlk/edit?usp=sharing Aleix Ruiz de Villa RugBcn. [[alternative HTML version deleted]]
2015 Nov 06
2
[PATCH supermin] build: use a custom test driver
...$trs_file +echo ":guestfs-time: $(($end_t - $start_t))" >> $trs_file + +# Local Variables: +# mode: shell-script +# sh-indentation: 2 +# eval: (add-hook 'write-file-hooks 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-time-zone: "UTC" +# time-stamp-end: "; # UTC" +# End: diff --git a/tests/Makefile.am b/tests/Makefile.am index 4ebc748..49a8edf 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -17,6 +17,8 @@ # # Written by Richard W.M. Jones <rjones@redhat.com&...
2015 Nov 06
1
Re: [PATCH supermin] build: use a custom test driver
...t you use emacs, but: > > > +# Local Variables: > > +# mode: shell-script > > +# sh-indentation: 2 > > +# eval: (add-hook 'write-file-hooks 'time-stamp) > > +# time-stamp-start: "scriptversion=" > > +# time-stamp-format: "%:y-%02m-%02d.%02H" > > +# time-stamp-time-zone: "UTC" > > +# time-stamp-end: "; # UTC" > > +# End: > > are super annoying. It even popped up when I opened the reply to this > email message. This is part of the test-driver file in upstream automake (which gets co...
2008 Nov 10
2
[PATCH 1/1] COMBOOT API: Add get current working directory call to most
...irectory, and if found, ; make it the current directory instead of the root ; directory. + ; Also copy the name of the directory to CurrentDirName + mov word[CurrentDirName], ROOT_DIR_WORD ; Write '/',0 to the CurrentDirName mov di,boot_dir ; Search for /boot/isolinux mov al,02h + push di call searchdir_iso + pop di jnz .found_dir mov di,isolinux_dir mov al,02h ; Search for /isolinux + push di call searchdir_iso + pop di jz .no_isolinux_dir .found_dir: + ; Copy current directory name to CurrentDirName + push si + push di + mov si,di + mov di,C...
2007 May 31
0
Rails AR/SQLServer Unit Test: [6912] failed (but getting better)
...; c:/ruby/lib/ruby/gems/1.8/gems/mocha-0.4.0/lib/mocha/test_case_adapter.rb:19:in `run'' 4) Error: test_attributes(FixturesTest): ActiveRecord::StatementInvalid: DBI::DatabaseError: Not enough SQL parameters: INSERT INTO binaries ([id], [data]) VALUES (1, ''ÿØÿà%02 JFIF%02 %02H%02H%02%02ÿÛ%02C%02 %01 %00 %03 %03 $.'''' ",# (7),01444 ''''9=82<.342ÿÛ%02C %00%00 2! !22222222222222222222222222222222222222222222222222ÿÀ%02 ^ "%02 ÿÄ%02 %02%02 %02%02%02%02%02%02%02%02%02%02 ÿÄ%0...
2015 Nov 06
0
Re: [PATCH supermin] build: use a custom test driver
...ut. I don't know whether or not you use emacs, but: > +# Local Variables: > +# mode: shell-script > +# sh-indentation: 2 > +# eval: (add-hook 'write-file-hooks 'time-stamp) > +# time-stamp-start: "scriptversion=" > +# time-stamp-format: "%:y-%02m-%02d.%02H" > +# time-stamp-time-zone: "UTC" > +# time-stamp-end: "; # UTC" > +# End: are super annoying. It even popped up when I opened the reply to this email message. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my progr...
2007 May 03
1
cbios disk read problems
...chines on which I do I/O ops thru cbios mode. I noticed some of the reads at high sectors seem to be returning the wrong data even though the op itself succeds. The output of the int 13 call returns EFLAGS: 0x246 (CF is 0) and EAX is 0x1, which indicates success according to ralph brown's int13/02h page. The I/O code is exactly the same as the one in chain.c, but moved into io.c (I sent some patches recently so com32 modules can read data from other disks and partitions). I put a snippet of the read code here: http://pastebin.ca/468529 My test involved reading sector 70686, for which the C...
2006 Jun 17
1
shell script segment fault when executed by crontab
...ult abstractsvrd -t $TABLENAME $billfile abstartct failed Sat Jun 17 15:53:01 CST 2006 But the shell script is normal when executed manual. The script like this, #!/bin/sh cd /home/bryan/bin echo start abstract bills `date` billfile=/data/bill.txt TABLENAME=t_AdInfo`date '+%04Y%02m%02d%02H'` cd /home/bryan/bin abstract -t $TABLENAME $billfile The abstract is a program that uses shared memory to compute the bill. Anyone can help? Thanks in advance. bryan -------------- next part -------------- HTML attachment scrubbed and removed
2012 Oct 22
1
[PATCH] memdisk: adjust order of DPT values in mstructs.h
...uint8_t specify1; /* "First specify byte" */ uint8_t specify2; /* "Second specify byte" */ uint8_t delay; /* Delay until motor turn off */ - uint8_t sectors; /* Sectors/track */ - uint8_t bps; /* Bytes/sector (02h = 512) */ + + uint8_t sectors; /* Sectors/track */ uint8_t isgap; /* Length of intersector gap */ uint8_t dlen; /* Data length (0FFh) */ uint8_t fgap; /* Formatting gap */
2011 Feb 18
1
[PATCH] core: Honor DISPLAY text background color when in VGA mode
...-git a/core/conio.inc b/core/conio.inc index b450502..0784e65 100644 --- a/core/conio.inc +++ b/core/conio.inc @@ -100,9 +100,25 @@ msg_normal: call write_serial_displaymask ; Write to serial port jz msg_ignore mov bl,[TextAttribute] mov bh,[BIOS_page] + cmp cl,02h + jnz .text + push ax + mov al,0xdb ; solid block + shr bl,4 ; background color mov ah,09h ; Write character/attribute mov cx,1...
2003 Apr 21
3
COM32 Question
Does the COMBOOT stuff with 2.04 work correctly with function calls? or does one need to write it as one huge function? If memory serves me correctly, there was some problem if hello.c was modified to include additional functions, in an earlier version. - Murali
2009 Feb 08
1
[PATCH 1/1] COMBOOT API: Add calls for directory functions; Implement for FAT; Try 2
...irectory, and if found, ; make it the current directory instead of the root ; directory. + ; Also copy the name of the directory to CurrentDirName + mov word [CurrentDirName],ROOT_DIR_WORD ; Write '/',0 to the CurrentDirName mov di,boot_dir ; Search for /boot/isolinux mov al,02h + push di call searchdir_iso + pop di jnz .found_dir mov di,isolinux_dir mov al,02h ; Search for /isolinux + push di call searchdir_iso + pop di jz .no_isolinux_dir .found_dir: + ; Copy current directory name to CurrentDirName + push si + push di + mov si,di + mov di,C...
2008 Dec 04
2
[PATCH 1/1] COMBOOT API: Add calls for directory functions; Implement for FAT
...irectory, and if found, ; make it the current directory instead of the root ; directory. + ; Also copy the name of the directory to CurrentDirName + mov word [CurrentDirName],ROOT_DIR_WORD ; Write '/',0 to the CurrentDirName mov di,boot_dir ; Search for /boot/isolinux mov al,02h + push di call searchdir_iso + pop di jnz .found_dir mov di,isolinux_dir mov al,02h ; Search for /isolinux + push di call searchdir_iso + pop di jz .no_isolinux_dir .found_dir: + ; Copy current directory name to CurrentDirName + push si + push di + mov si,di + mov di,C...
2006 Mar 10
2
unload memdisk+FreeDOS => local boot
Sensei H. Peter Anvin, I have successfully modified/enhanced memdisk so that one can chainload a local operating system after running diskless FreeDOS. I would like your advice regarding the appropriate interface for invoking this functionality. In addition, I would like to know what steps to take so that you feel comfortable considering including this in the standard syslinux distribution.
2004 Jul 19
3
Numbering Plan and Siemens EWSD
Hi all, We're trying to hook up our Asterisk config (Card: TE410P) with a Siemens EWSD switch. The link is ok on both ends (green), with no errors. The problem is when we try to make a call from our side (via call files), we get the pri/E1 error Ext: 1 Cause: Temporary failure (41), class = Network Congestion (2) Our Telecom partner (they checked with Siemens) mentioned that we need to
2009 Aug 03
1
use gnulib, and begin to pass its "make syntax-check" tests
...oted_cmd (@cmd) . "\n"; - # FIXME-someday: include $PROCESS_STATUS in the diagnostic -} - -# Local Variables: -# indent-tabs-mode: nil -# eval: (add-hook 'write-file-hooks 'time-stamp) -# time-stamp-start: "my $VERSION = '" -# time-stamp-format: "%:y-%02m-%02d %02H:%02M" -# time-stamp-time-zone: "UTC" -# time-stamp-end: "'; # UTC" -# End: diff --git a/mkinstalldirs b/mkinstalldirs deleted file mode 100755 index d2d5f21..0000000 --- a/mkinstalldirs +++ /dev/null @@ -1,111 +0,0 @@ -#! /bin/sh -# mkinstalldirs --- make directory hier...