Astronet Поиск по астрономическим сайтам English Russian
       
        Точная форма слов   О проекте   Сайты   Справка
Найдено документов: 258391 (170 сайтов) ---- Время поиска: 0.74сек.   

1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | След.

Показаны документы, содержащие фрагменты текста из документа
http://www.stsci.edu/~mperrin/software/gpidata/developers/new_primitives.html.

1. mod_dir - Apache HTTP Server
... Apache HTTP Server Version 2.2 . ... Provides for "trailing slash" redirects and serving directory index files . ... A file written by the user, typically called index.html . The DirectoryIndex directive sets the name of this file. ... A "trailing slash" redirect is issued when the server receives a request for a URL http://servername/foo/dirname where dirname is a directory. Directories require a trailing slash, so mod_dir issues a redirect to http://servername/foo/dirname/ . ... mod_dir . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/de/mod/mod_dir.html -- 17.2 Кб -- 18.02.2013
Похожие документы

2. mod_example - Apache HTTP Server
Modules | ... Apache HTTP Server Version 2.2 . ... Some files in the modules/experimental directory under the Apache distribution directory tree are provided as an example to those that wish to write modules that use the Apache API. ... If you link it into your server, enable the "example-handler" handler for a location, and then browse to that location, you will see a display of some of the tracing the example module did as the various callbacks were made. ... Using the mod_example Module . ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/tb/manual/de/mod/mod_example.html -- 9.2 Кб -- 10.12.2010
Похожие документы

3. Apache module mod_example
This module illustrates many of the aspects of the Apache 1.2 API and, when used, demonstrates the manner in which module callbacks are triggered by the server. ... Source File: mod_example.c . ... The files in the src/modules/example directory under the Apache distribution directory tree are provided as an example to those that wish to write modules that use the Apache API. ... Example . ... Uncomment the "AddModule modules/example/mod_example" line near the bottom of the src/Configuration file. ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/mod_example.html -- 6.7 Кб -- 15.10.2001
Похожие документы

4. http://www.stsci.edu/~mperrin/software/gpidata/_sources/developers/new_primitives.txt
Primitives ############################## Adding New Primitives ========================== The ``gpi_pipeline_primitives.xml`` file in the ``pipeline/config`` directory contains an index list to all available primitives of data processing. ... To add a new primitive to the pipeline, you need to * write the actual primitive code, as an IDL function in the pipeline/primitives directory, and * Update the gpi_pipeline_primitives.xml file to include the information on the new routine. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/~mperrin/software/gpidata/_sources/developers/new_primitives.txt -- 10.0 Кб -- 11.12.2013
Похожие документы

5. saslib
This package contains two libraries of SAS utilities: saslib and sasdal . ... setEmosRejectionMask(TableT table) . ... Directory d("."); . ... class Directory : public list { public: Directory ( const string name = . , const string pattern = * , const bool recurse = false); Directory ( const DirEntry * d, const string pattern = * , const bool recurse = false); void filter( const string pattern); string filter() const ; void recurse( const bool dorecurse); ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/5.4.1/doc/saslib/index.html -- 9.4 Кб -- 03.05.2000
Похожие документы
Еще в разделе: (Показать все результаты (>11100) - xmm.vilspa.esa.es/ )

6. Central Processor Platform CentralProcessor 0.11 documentation
... CentralProcessor 0.11 documentation . Platform Documentation . The ASKAP Central Processor platform consists of a Cray XC30 supercomputer and a 1.4PB Cray Sonexion storage system mounted as a Lustre filesystem. 2 x Login Nodes: . ... To login to the ASKAP Central Processor: . ... usr/bin/env bash #SBATCH --time=01:00:00 #SBATCH --ntasks=80 #SBATCH --ntasks-per-node=20 #SBATCH --job-name=myjobname #SBATCH --no-requeue #SBATCH --export=NONE aprun -B ./myprogram . ... Central Processor Platform . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/askapsoft/sdp/docs/current/platform/processing.html -- 16.7 Кб -- 12.04.2016
Похожие документы

7. Filename completion with the Korn shell
Filename completion is only available if the the environment variables EDITOR and/or VISUAL are set to either emacs , gmacs or vi . For example: EDITOR=emacs . ... To complete a file or directory name with emacs or gmacs set press the ESC key twice. ls -l on<ESC><ESC> line_help . If the filename is not completed enter more characters until the filename can be uniquely identified. ... To complete a file or directory name with vi set press the \ (backward slash) key. ls -l on\ line_help . ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/shell/cmd1.3.html -- 3.2 Кб -- 17.01.1997
Похожие документы

8. Doug Burke's Perl/S-Lang pages: Datatype examples
... Doug's Home Page . ... In the examples below we show a number of ways that data can be moved back and forth between S-Lang and Perl . ... Source code typeof : "undef"; __END__ __SLang__ variable foo = Any_Type [3]; foo[0] = "a string"; foo[1] = 23; define getfoo(x) { return foo[x]; } message( "In S-Lang:" ); vmessage( "typeof(foo[0]) = %s", string(typeof(foo[0])) ); vmessage( "typeof(foo[1]) = %s", string(typeof(foo[1])) ); vmessage( "typeof(foo[2]) = %s", string(typeof(foo[2])) ); . ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~dburke/perl-slang/examples_datatypes.html -- 12.1 Кб -- 02.10.2012
Похожие документы

9. http://www.sai.msu.su/~megera/postgres/gist/tsearch/V2/docs/README.gendict
Gendict - generate dictionary templates for contrib/tsearch2 module. ... You need tsearch2 module sources already compiled * Rights to install contrib modules Usage: run config.sh without parameters to see options and arguments Usage: ./config.sh -n DICTNAME ( [ -s [ -p PREFIX ] ] | ... These files will be used in Makefile and subinclude.h -i - dictionary has init method Example 1: Create Portuguese stemmer 0. cd PGSQL_SRC/contrib/tsearch2/gendict 1. ... dict_init | ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/postgres/gist/tsearch/V2/docs/README.gendict -- 5.3 Кб -- 14.07.2003
Похожие документы

10. pyQC: Python 2.6.2
... new: . ... Python 2.6.2 + most up-to-date modules (December 2009) . ... pyQC script structure . ... The current installation of python and its associated modules on our DFO machines is extremely old (i.e. python 2.4.2 was released in Sept. ... The new python executable lives in: /qcdp/bin/python . ... The first figure shows the execution times for the old python installation, while the second figure shows the execution times based on scripts running the python 2.6.2 installation with the new modules...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~qc/tqs/pyqc/python_2.6.2.html -- 13.7 Кб -- 18.12.2009
Похожие документы

11. Keyword arguments and default arguments
Routines can now be called with keyword arguments and can use default arguments, that means that some arguments can be given with keywords instead of position and some do not have to be given at all, in which case a standard or default value is used. ... IMPLICIT NONE INTERFACE SUBROUTINE SOLVE (A, B, N) INTEGER, INTENT (IN) : : N REAL, INTENT(OUT) : : A REAL, INTENT(IN), OPTIONAL : : B END SUBROUTINE SOLVE END INTERFACE REAL X ! ... You will use keyword arguments and default arguments so that . ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/f77to90/c8.html -- 5.4 Кб -- 11.02.1996
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/f90/c8.html -- 5.4 Кб -- 11.02.1996
Похожие документы

12. AstroAsciiData
... AstroAsciiData is a Python module to handle ASCII tables. ... The idea to develop this Python module emerged from the fact that ASCII tables continue to be one of the most popular and widely used data exchange formats in astronomy and probably science in general. ... To load this ASCII table, go into Python, load the AstroAsciiData module and read in the table with: . ... demo = asciidata.open('webexa.txt') . ... Users who only want to work with ASCII tables neeed no further python modules. ...
[ Сохраненная копия ]  Ссылки http://www.stecf.org/software/PYTHONtools/astroasciidata/ -- 13.6 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>264) - www.stecf.org/ )

13. http://www.astro.louisville.edu/software/sbig/archive/xmccd-1.1/INSTALL
Since XmCCD uses Motif, the libraries and include files must be available. ... By default it will create a directory xmccd-#.# with the command tar -xvzf xmccd-#.#.tar Set your current working directory to xmccd-#.# cd xmccd-#.# ... For "ls -l" you should see something like this -rwsr-xr-x 1 root root 281883 Mar 10 01:08 xmccd Move xmccd to a directory in your search path such as /usr/local/bin mv xmccd /usr/local/bin xmccd will use ds9 for image display if it is present. ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-1.1/INSTALL -- 6.2 Кб -- 22.05.2004
Похожие документы

14. Plug-and-Play-HOWTO : Tell the Driver the Configuration
... A modern driver for a device will find out the bus-resource configuration without you having to tell it anything. ... In the worst case you must hard-code the bus-resources into the kernel (or a module) and recompile. In the middle are cases such as where you run a program to give the bus-resource info to the driver or put the info in a configuration file. ... You give such bus-resources as a parameter to the kernel or to a loadable module. ... Setserial is often run from a start-up file. ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/doc/pnp/pnpHOWTO/Plug-and-Play-HOWTO-6.html -- 6.5 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/doc/pnp/pnpHOWTO/Plug-and-Play-HOWTO-6.html -- 6.5 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/doc/pnp/pnpHOWTO/Plug-and-Play-HOWTO-6.html -- 6.5 Кб -- 02.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>1577) - jet.sao.ru/ )

15. Stellarium: core/modules Directory Reference
Stellarium 0.12.3 . ... CodingљStyle . ... FileљStructure . core . modules . modules Directory Reference . file љ . Atmosphere.hpp [code] . ... Comet.hpp [code] . ... Constellation.hpp [code] . ... ConstellationMgr.hpp [code] . ... GeodesicGridDrawer.hpp [code] . ... GridLinesMgr.hpp [code] . ... LabelMgr.hpp [code] . ... Landscape.hpp [code] . ... LandscapeMgr.hpp [code] . ... Meteor.hpp [code] . ... Generated on Sat Aug 10 2013 17:12:46 for Stellarium by љ 1.8.3.1 ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/dir_1b6b4bc6aed80eb48119088f59c24e55.html -- 10.9 Кб -- 28.02.2014
Похожие документы

16. OptInt PmWiki : PmWiki / Internationalizations
OptInt PmWiki : Pm Wiki / Internationalizations . ... PmWiki supports internationalization (internationalisation) of web pages, allowing accented characters to appear in page names and almost complete customization of PmWiki's prompts. Most customization is provided via the XLPage() function in PmWiki, which loads a set of translation variables from a wiki page (typically named XLPage, but it can be named anything you wish). ... For example, to select French language prompts, one would specify . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/Internationalizations?action=print -- 19.1 Кб -- 01.03.2014
Похожие документы

17. The SuperCOSMOS Sky Surveys
Up: Sky Surveys . ... The object catalogue and compressed pixel data are stored online and are accessible via the WWW. ... small area (up to 15arcmin) pixel images with attached object catalogue, . ... The primary data format is FITS for both images and binary tables of object catalogues, which enables porting of the data into established software packages. ... In this way, it is possible to browse the data by clicking on objects in the image display or the catalogue list to highlight them in both. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass00/P3-17/ -- 14.0 Кб -- 29.05.2001
Похожие документы

18. Astronaut Bio: Alfred Merrill Worden
... Alfred Merrill Worden . NASA Astronaut (former) . ... Married to Jill Lee Worden (Hotchkiss). ... He served as a member of the astronaut support crew for the Apollo 9 flight and as backup command module pilot for the Apollo 12 flight. ... Scott and Irwin collected approximately 171 pounds of lunar surface materials on their three expeditions onto the lunar surface; and Worden logged 38 minutes in extravehicular activity outside the command module, "Endeavour." ...
[ Сохраненная копия ]  Ссылки http://www.jsc.nasa.gov/Bios/htmlbios/worden-am.html -- 7.1 Кб -- 07.07.2015
Похожие документы

19. Main research and development work completed in 2012 and ready for
... Space Research Institute . Main . ... Main research and development work completed in 2012 and ready for implementation . ... Main research and development work completed in 2011 and ready for implementation . Main research and development work completed in 2010 and ready for implementation . Main research and development work completed in 2009 and ready for implementation . Main research and development work completed in 2008 and ready for implementation ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/eng/2012niokr.htm -- 10.6 Кб -- 16.02.2015
[ Сохраненная копия ]  Ссылки http://www.cosmos.ru/eng/2012niokr.htm -- 10.6 Кб -- 16.02.2015
Похожие документы
Еще в разделе: (Показать все результаты (>916) - www.cosmos.ru/ )

20. http://www.naic.edu/~phil/td/hardware/ldcellamp/scm5b38n_datasheet.pdf
... Full scale sensitivities of 2mV/V, 3mV/V or 10mV/V are offered as standard. ... Features Special input circuits on the SCM5B38 module provide protection of the signal inputs and the isolated excitation supply up to 240VAC. v Interfaces to 100 Thru 10k, Full - Bridge , Half- Bridge , or Quarter- Bridge Strain Gages High Level Voltage Output 1500Vrms Transformer Isolation ANSI/IEEE C37.90.1 Transient Protection Input Protected to 240VAC Continuous Fully Isolated ...
[ Текст ]  Ссылки http://www.naic.edu/~phil/td/hardware/ldcellamp/scm5b38n_datasheet.pdf -- 278.9 Кб -- 16.07.2008
Похожие документы

1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | След.


Астронет | Научная сеть | ГАИШ МГУ | Поиск по МГУ | О проекте | Авторам

Комментарии, вопросы? Пишите: info@astronet.ru или сюда

Rambler's Top100 RFBR Яндекс цитирования