search for: 06d

Displaying 9 results from an estimated 9 matches for "06d".

Did you mean: 06
2003 Dec 08
3
Strange variable chopping from AGI's
AGI's are resulting in unusual behaviors. Can someone please tell me if this is my inappropriate use of AGI's, inappropriate use of Time::HiRes, or a bug with *: I call this script twice: #!/usr/bin/perl use Time::HiRes qw( gettimeofday ); ($seconds, $microseconds) = gettimeofday; $hirestime = sprintf("%s","$seconds$microseconds"); print "SET VARIABLE
2013 Jun 27
0
CentOS 5.9 and google-authenticator
...ailed. Invalid verification code make: *** [test] Error 1 Playing with the code... // Test TIME_SKEW option puts("Testing TIME_SKEW"); for (int i = 0; i < 4; ++i) { set_time((12000 + i)*30); char buf[7]; response = buf; sprintf(response, "%06d", compute_code(binary_secret, binary_secret_len, 11000 + i)); assert(pam_sm_open_session(NULL, 0, targc, targv) == (i >= 2 ? PAM_SUCCESS : PAM_SESSION_ERR)); verify_prompts_shown(expected_good_prompts_shown); } Up to here works fine... set_ti...
2009 Jul 15
2
ffmpeg2theora: issue converting from a png image list
Hi Jan, all I am trying to generate a video introduction with a fade-in / fade-out effect. To do this with ffmpeg2theora only, I generated a list of PNG images: img001.png, img002.png... img299.png The ffmpeg2theora man page says: Encode a series of images: ffmpeg2theora frame%06d.png -o output.ogv That's exactly what I tried with the latest 0.24 release of ffmpeg2theora: ffmpeg2theora-0.24.linux32.bin img-%03d.png -o output.ogv Input #0, image2, from 'img-%03d.png': Duration: 00:00:12.00, start: 0.000000, bitrate: N/A Stream #0.0: Video: png, yuv420p, 12...
2023 Dec 11
1
Partial matching performance in data frame rownames using [
...ow names, i.e. about 50% row name hits and 50% misses. What was unexpected is that in this case was that [.data.frame was hanging for a long time (I waited about 10 minutes and then restarted R). Also, this cannot be interrupted in interactive mode. ids <- paste0("cg", sprintf("%06d",0:(1e6-1))) d1 <- data.frame(row.names=ids, v=1:(1e6) ) q1 <- sample(ids, 1e6, replace=F) system.time({r <- d1[q1,,drop=F]}) #?? user? system elapsed #? 0.464?? 0.000?? 0.465 # those will hang a long time, I stopped R after 10 minutes q2 <- c(q1[1:5e5], gsub("cg", &quo...
2009 Dec 07
0
Bunch of bugs in LibTheora, FFMPEG2THEORA, PNG2THEORA
...fferently ;-) 3. "png2theora.c" Win32 binary doesn't work https://trac.xiph.org/browser/trunk/theora/examples/png2theora.c http://firefogg.org/nightly/ 97 "The input argument uses C printf format to represent a list of files,\n" 98 " i.e. file-%%06d.png to look for files file000001.png to file9999999.png \n\n" very ^^^ strange ... 678 snprintf(input_png, 1023,"%s/%s", input_directory, png_files[0]->d_name); 679 if(png_read(input_png, &w, &h, &yuv)) { 680 fprintf(stderr, "could not read %s\n&qu...
2007 Sep 18
2
Auto-incrementing column
Ok, I have an table column that needs to auto-increment, but isn''t the primary key (although I guess it could be). The format for the column is "SR001234" and it needs to autoincrement like so: SR001234 SR001235 SR001236 ... SR999999 How can I do this? I know Ruby has some pretty nice constructs for doing things like this, but I just don''t quite see how to put them
1999 Oct 20
3
patch for tinc-0.3
...ar *adr,int bytecount) > { > int i,j, linecount; > char asc_str[17]; > unsigned char c; > linecount = (bytecount + 15) / 16; > asc_str[16] = '\0'; > for(j=0; j<linecount; j++) { > fprintf(stream, "\n%06d ", adr+16*j); > for(i=0; i<16; i++) { > c = *(adr+16*j+i); > asc_str[i] = (c >= 32 && c < 128) ? c : '.'; > fprintf(stream, "%c%02X", (i==8) ? '-' : ' ', (int) c); >...
1997 Apr 22
1
SNI-12: BIND Vulnerabilities and Solutions (fwd)
...seed at %ld\n", ru_reseed); + printf("Ru_X: %d\n", ru_x); + printf("Ru_A: %d\n", ru_a); + printf("Ru_B: %d\n", ru_b); + + n = atoi(argv[1]); + for (i=0;i<n;i++) { + wert = res_randomid(); + printf("%06d\n", wert); + } + } + #endif + --- CUT HERE --- -----BEGIN PGP SIGNATURE----- Version: 2.6.3ia Charset: noconv iQCVAwUBM1ygQLgIhFKeVQANAQHhvwQAgm9c8ai94FzE03dZ3S8HQmpiZXDB4cGU EqZYu32tV7a/eHT/fyw01uMXpeLIaZERQNGTJokwpZKbCUAY67ZzsOGYqp5Ja+To YN3WMD1pXHPEC5...
2012 Feb 15
11
[Patches][nouveau/ddx]: Improvements to bufferswap implementation and timestamping
Hi, here a set of patches against the nouveau-ddx. This is an extended and revised set, based on Francisco Jerez feedback from autumn last year. [1/9] Makes pageflipping work again on X-Server 1.12rc. It apparently stopped working somewhere around Xorg 1.11+. [2/9] Implements handling of pageflip completion events from the kernel. Francisco Jerez argument against including it was that the