Dynamic Content with CGI . Configuring Apache to permit CGI . ... Writing a CGI program . ... File permissions . ... The CGI (Common Gateway Interface) defines a way for a web server to interact with external content-generating programs, which are often referred to as CGI programs or CGI scripts. ... So, the example above tells Apache that any request for a resource beginning with /cgi-bin/ should be served from the directory /usr/local/apache/cgi-bin/ , and should be treated as a CGI program. ...
This page is Jeffs notes on the status of the wapp. ... Right now data goes into one file per WAPP with both board's data interleaved. ... See WAPP Data File Support below for a description of the Linux library routines that I offer to make it easy to generally find header values and data. ... The wapp file names are now, /share/wapp11/project_id.source_name.wapp[234].xxmjd.xxxx The file extension is now 4 digits and is global to all wapps and wapp disks. ... To recover timeoff from a wapp data file . ...
... Astronomy Discussion Forums . Forums: . ... Discussion Forums . ... Mars?? Forum List | ... Post Message | ... Posted by Hardeep Kaur on September 9, 2002 15:24:36 UTC . ... www.astronomy.net . About Astronomy Net | Advertise on Astronomy Net | ... Unless otherwise specified, web site content Copyright 1994-2016 John Huggins All Rights Reserved . Forum posts are Copyright their authors as specified in the heading above the post. "dbHTML," "AstroGuide," "ASTRONOMY.NET" & "VA.NET" . ...
... Module Docs . ... os.curdir is a string representing the current directory ('.' or ':') . ... args . ... Return True if the process returning 'status' was dumped to a core file. ... current process. execle (file, *args) . ... Execute an executable path with arguments, replacing current process. path: path of executable file . ... Execute a path with arguments and environment, replacing current process. path: path of executable file . ... Set the current process's user id. spawnl (mode, file, *args) ...
... Б.В. Сомов . заведующий отделом . ... комн. ... старший научный сотрудник . ... научный сотрудник . ... Современные космические наблюдения Солнца обладают высоким пространственным, временным и спектральным разрешением. ... Расчеты, анализ магнитных полей в атмосфере Солнца и сравнение с многоволновыми наблюдениями активных областей и солнечных вспышек. ... 27 сентября 2013г. Отдел физики Солнца посетила съемочная группа ведущего российского телеканала "Вести-1". Фото 1 Фото 2 Фото 3 . ...
ОТЧЕТ об итогах голосования на внеочередном общем собрании акционеров открытого акционерного общества «Красногорский завод им. С.А. Зверева» (далее по тексту - «ОАО КМЗ, Общество»). ... При определении кворума и подведении итогов голосования на Собрании учитывались голоса, представленные бюллетенями для голосования, полученными Обществом до 17 часов 00 минут 16 октября 2014 года. ... собрание акционеров правомочно, если в нем приняли участие акционеры, | ... проведения общего собрания акционеров | ...
... GUIfying and Documenting your Shell Script Peter. ... We describe a simple method to annotate shell scripts and have a preprocessor extract a set of variables, present them to the user in a GUI (using Tcl/Tk) with context sensitive help, and run the script. ... Tcl/Tk: TkRun The GUI that is created will provide a simple interface to a program that is spawned by the GUI. ... Sample Script: testscript Here is an example header from a Cshell script with which Figure 1 was made. ...
[
Текст
]
Ссылки http://www.stecf.org/conferences/adass/adassVII/reprints/teubenp.ps.gz -- 105.9 Кб -- 12.06.2006 Похожие документы
C Shell script ' lte_line ' # # # # L T E _ L I N E S # # # # Function : Concatenate the atomic data for the # # selected ions into a single file # # # # Revised for new data structure # # # ############################################################################# #____________Some initial settings : set noglob alias rm 'rm -f' ### Enable easy deleting and renaming. alias mv 'mv -f' set nonomatch unalias cd set Ldir = $LINES_LTE ### Name of directory with atomic data. ...
... _CHECKING([how to build libraries]) AC_ARG_ENABLE(shared, [ --enable-shared build and link with shared libraries [--enable-shared]], [ tcl_ok =$enableval], [ tcl_ok = yes ]) if test ${enable_shared+set} = set; then enableval= $enable_shared tcl_ok =$enableval else tcl_ok = yes fi if test $ tcl_ok = yes ; then AC_MSG_RESULT ([shared]) SHARED_BUILD=1 else ... Could # be the same as CC_SEARCH_FLAGS if ${CC} is used to link. ... LD_SEARCH_FLAGS='+s +b ${LIB_RUNTIME_DIR}:.' ...