search for: npress

Displaying 12 results from an estimated 12 matches for "npress".

Did you mean: press
2009 Oct 05
2
Loop function/comparison operator problem
...n what format do you want to save these plots?\nChoose from: wmf, emf, png, jpg, jpeg, bmp, tif, tiff, ps, eps, or pdf.\nNote: eps is the suggested format for publication quality plots.\nPlot format --> ")); cat("\nI'm sorry, I don't know what that format is.\nPlease try again\nPress ENTER...");readline()} if (form == c("wmf", "emf", "png", "jpg", "jpeg", "bmp", "tif", "tiff", "ps", "eps", "pdf")) {break} } How do I get the program to recognise that the user has...
2007 Jun 19
1
javascript_tag replacing whitespaces w/ '%20'
...ape($(''page_title'').value); if( page_title_before != page_title_on_submit ){ var agree=confirm(''Changing the title of this page will break any links or bookmarks that refer to it.\\nPress \"OK\" to save with the new title, or \"Cancel\" to revert to the original title.''); if(agree){ return true; } else{ alert( ''page_title_before-->>'' + escape(page_title_bef...
2010 May 10
1
[PATCH node] RESEND: fix iscsi installation problems
...g up storage first + augtool <<EOF +set /files/etc/default/ovirt/OVIRT_ISCSI_NETWORK_CONFIG y +EOF + exit 99 +fi + while true; do OPTIONS="\"Target IP\" \"Target Port\"" #\"CHAP Username\" \"CHAP Password\"" printf "\nPress Enter to leave option blank or Q to quit (default Target Port is 3260)\n" diff --git a/scripts/ovirt-functions b/scripts/ovirt-functions index b0255ce..73deaa2 100644 --- a/scripts/ovirt-functions +++ b/scripts/ovirt-functions @@ -326,7 +326,7 @@ mount_boot() { return 0 fi mk...
2007 Jun 08
1
Question about Running C code from R
...} SEXP Rc2(SEXP a) { return(18); //LINE A // return(ScalarReal(REAL(a)[0]+12)); //LINE B } int main() { int i,j; SEXP m,n; i=4;j=Rc(i); printf("\nUsing Rc: %i+3=%i - OK so far.\n",i,j); m=6;n=Rc2(m); printf("\nUsing Rc2: %i+12=%i - Doing well.\n",m,n); printf("\nPress <ENTER> ...\n"); getchar(); return 0; } *********************************************************************************************** and I've compiled this (using the only C compiler I have, which is a Borland C++ Builder which insists on calling the executable "Project.ex...
2010 May 17
1
Pre-45
Just a quick update. The cat.c in the com32/modules directory works fine. Just added a printf("\nPress Enter to Return to Menu\n"); at the end since I had some uses display the messages, and then not release all they had to do was press enter to rerun the menu. The display.c32 still does work, but know it doesn't lock the system so only a hard reset works. Ctrl-Alt-Del works. I was usin...
2010 Apr 09
0
[PATCH node] fix iscsi installation problems
...g up storage first + augtool <<EOF +set /files/etc/default/ovirt/OVIRT_ISCSI_NETWORK_CONFIG y +EOF + exit 99 +fi + while true; do OPTIONS="\"Target IP\" \"Target Port\"" #\"CHAP Username\" \"CHAP Password\"" printf "\nPress Enter to leave option blank or Q to quit (default Target Port is 3260)\n" diff --git a/scripts/ovirt-functions b/scripts/ovirt-functions index 1d4463b..34ad8df 100644 --- a/scripts/ovirt-functions +++ b/scripts/ovirt-functions @@ -326,7 +326,7 @@ mount_boot() { return 0 fi mk...
2010 Nov 26
1
[PATCH] new *br: Show handoff data
...xb rorw $8, %dx call wrhexb ret ASCII_MARKER1 "HE" wrhexbses: pushw %di popw %si wrhexbses_l: movb $' , %al call wrchr es lodsb movw %ax, %dx call wrhexb loop wrhexbses_l ret data: ASCII_MARKER1 "bf" bootfail: #ifdef DEBUG_PAK call wrstr .ascii "\r\n\r\nPress any key\r\n\0" xor %ax, %ax int $0x16 #endif int $0x18 /* Boot failure */ die: hlt jmp die zerob: /* Begin zeroing block to fill to desired length */ /* 420 bytes for FAT32 */ zeroln = (420 - (zerob - _start)) .=.+zeroln /* prevents overflow */ zeroe:
2009 Dec 08
1
[PATCH node] iscsi remote root basework This lays most of the groundwork for iscsi installation and configuration. At this time configuring iscsi is disabled due to multiple issues with dependent pieces.
...;\nNo storage device selected.\n" return @@ -502,6 +533,101 @@ do_confirm() done } +do_iscsi_target() +{ +while true; do + OPTIONS="\"Target IP\" \"Target Port\"" #\"CHAP Username\" \"CHAP Password\"" + printf "\nPress Enter to leave option blank or Q to quit (default Target Port is 3260)\n" + eval set $OPTIONS + PS3="Choose an option: " + for OPTION in "$@"; do + while true; do + read -ep "Enter $OPTION: " + if [[ $REPLY == "q" ||...
2015 Mar 14
0
[PATCH 0/1] EFI access from Com32 modules
...FI_HANDLE) firmware->image; + systab = (EFI_SYSTEM_TABLE*) firmware->table; + + InitializeLib(image, systab); + + //Clear screen + uefi_call_wrapper(ST->ConOut->ClearScreen, 1, ST->ConOut); + + Print(L"This Com32 instance of elf_bios_efi.c32 is running on an EFI environment\nPress any key to continue..."); + efi_getchar(NULL); + + return 0; +} + + +#endif + + + + +int main(int argc, char *argv[]) +{ + + + return doTheJob(); + + +} diff -uprN a/com32/modules/Makefile b/com32/modules/Makefile --- a/com32/modules/Makefile 2014-10-06 10:27:44.000000000 -0600 +++...
2004 Feb 24
4
Pam trouble
Hi folks, I can't get dovecot to authenticate properly against ldap/pam. I've been fiddling with it for several days now, to no avail. It keeps crashing with: Child died with signal 11 The system is Solaris9. Enclosed is a trace of dovecot-auth for a connection to pop with correct username and password and my config. Any help is appreciated. Cheers Benjamin
2016 May 26
19
[Bug 2573] New: dead sessions cannot be closed with ~.
https://bugzilla.mindrot.org/show_bug.cgi?id=2573 Bug ID: 2573 Summary: dead sessions cannot be closed with ~. Product: Portable OpenSSH Version: 3.7.1p2 Hardware: Other OS: Linux Status: NEW Severity: normal Priority: P5 Component: ssh Assignee: unassigned-bugs at mindrot.org
2015 Feb 20
6
[PATCH 0/1] EFI image booting capabilities
This patch adds to the core EFI image booting capabilities. It was tested on VMware EFI clients and HP Elitebook EFI notebooks, only on PXE environments but it should work on non-PXE scenarios as well. Feedback appreciated. Best, Patrick Signed-off-by: Patrick Masotta <masottaus at yahoo.com> --- diff -uprN a/com32/elflink/ldlinux/execute.c b/com32/elflink/ldlinux/execute.c ---