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

1 | 2 | 3 | 4 | След.

Показаны документы, содержащие фрагменты текста из документа
http://www.astro.louisville.edu/software/archive/colorspec/colorspec-1.0/examples/tif/.

1. 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.arcetri.astro.it/manual/de/mod/mod_example.html -- 11.1 Кб -- 21.01.2013
Похожие документы

2. Where to Find Example/Test Code
The XPA source code directory contains two test programs, stest.c , and ctest.c that can serve as examples for writing XPA servers and clients, respectively. ... The stest program can be executed with no arguments to start an XPA server that contains the access points: xpa, xpa1, c_xpa (containing sub-commands cmd1 and cmd2), and i_xpa. ... xpaset xpa # send to xpa cat xpa.c | xpaset "xpa*" # send to xpa and xpa1 xpaget xpa # receive from xpa xpaget xpa* # receive from xpa and xpa1 etc. ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/xpa-2.1.14/doc/examples.html -- 3.1 Кб -- 25.12.2003
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/xpa/examples.html -- 3.1 Кб -- 01.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>1623) - hea-www.harvard.edu/ )

3. Index of /software/archive/colorspec/colorspec-1.0/examples
Name Last modified Size Description . Parent Directory - ppm/ 2009-02-10 15:26 - tif/ 2009-02-10 15:26 - . Apache/2.4.6 (Linux/SUSE) Server at www.astro.louisville.edu Port 80
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/archive/colorspec/colorspec-1.0/examples/ -- 2.0 Кб -- 10.04.2016
Похожие документы

4. Example of comparing directories with the diff command
To compare two directories in the current directory: diff usability Usability Only in Usability: schedule diff usability/email Usability/email 2a3,4 > Jean JRS@pollux.ucs.co > Jim jim@frolix8 . diff reports that the file (or directory) schedule is unique to the directory Usability . diff then reports that there are differences between the file email in the directory usability and the file of the same name in the directory Usability . ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/utilities2/diff2.1.1.html -- 2.5 Кб -- 17.01.1997
Похожие документы

5. Stellarium: File and Directory Structure
... FileљStructure . ... After downloading all the catalogues, the paths to the various files should look like this: Installation Data Directory / stars / default / stars _0_0v0_1.cat Installation Data Directory / stars / default / stars _1_0v0_1.cat Installation Data Directory / stars / default / stars _2_0v0_1.cat Installation Data Directory / stars / ... In this case, all the files would be in the <Installation Data Directory>/stars/default directory. ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/fileStructure.html -- 13.4 Кб -- 28.02.2014
Похожие документы

6. Long description for example showing how structurally overlapping cells are
This example shows a difference between CSS's table model for HTML and for other document formats. The first, HTML, example is defined by HTML to be illegal, as it would lead to overlapping cells if HTML's rules for layout are followed. ... The diagram depicts how the two examples, the HTML one and the almost identical non-HTML one, might be rendered. ... The rendering of the non-HTML example is on the right, it follows the CSS rules and thus has no overlapping cells. ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/~vab/html.doc/css2/images/longdesc/table-overlap-desc.html -- 3.1 Кб -- 04.05.1998
Похожие документы

7. 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
Похожие документы

8. Directory handling functions
Next: File Manipulation Routines Up: File and Directory Manipulation Previous: File and Directory Manipulation . This basically involves calling appropriate functions. int chdir(char path) - changes directory to specified path string. ... NOTE: rindex() is a string handling function that returns a pointer to the last occurrence of character c in string s , or a NULL pointer if c does not occur in the string. ( index() is similar function but assigns a pointer to 1st occurrence.) ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/book/c_marshall/subsection2_18_3_1.html -- 5.6 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/book/c_marshall/subsection2_18_3_1.html -- 5.6 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/book/c_marshall/subsection2_18_3_1.html -- 5.6 Кб -- 02.10.2012
Похожие документы

9. The /etc directory
Next: The /dev directory Up: The root filesystem Previous: The root filesystem . The /etc љ directory contains a lot of files. ... See the chapter on init љ for further information. /etc/passwd љ . ... Lists the filesystems mounted automatically at startup by the mount -a command (in /etc/rc љ or equivalent startup file). ... etc/issue љ . ... See the magic љ and file љ manual pages for more information. /etc/motd љ . ... Files executed at login or startup time by the Bourne or C shells. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/sag-0.4/node23.html -- 9.3 Кб -- 04.05.1997
Похожие документы

10. SPUTNIK home page
.
[ Сохраненная копия ]  Ссылки http://sputnik.infospace.ru/goms/engl/goms.htm -- 7.3 Кб -- 14.01.2004
Похожие документы
Еще в разделе: (Показать все результаты (>23) - sputnik.infospace.ru/ )

11. http://hea.iki.rssi.ru/integral06/internal/index.php~
... selected="selected"' : ''; $menu .= '<option value="' . ... SERVER['REQUEST_URI'],$trans)); return $urls[0]; } /* get the internal configuration */ global $ cfg ; /* check if we been asked to render a feed */ $ feed = get_get(' feed ',NULL); /* check if we been asked to render a PDF */ $pdf = get_get('pdf',NULL); $ templates = array(); $output = ''; $ file = get_post('db',NULL); if (!$ file ) $ file = get_get('db',Property::get($ cfg ['config'],'default')); /* if the request does not ask for a...
[ Сохраненная копия ]  Ссылки http://hea.iki.rssi.ru/integral06/internal/index.php~ -- 9.5 Кб -- 21.03.2007
Похожие документы

12. Webmail: An Automated Web Publishing System
Next: Study to Install an Information System at the University of the Istanbul Astronomy and Space Sciences Department . ... NOAO 1 , P.O. Box 26732, Tucson, AZ 85726 . A system for publishing frequently updated information to the World Wide Web will be described. Many documents now hosted by the NOAO Web server require timely posting and frequent updates, but need only minor changes in markup or are in a standard format requiring only conversion to HTML. ... NOAO 1 . ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass98/belld1/ -- 11.2 Кб -- 16.07.1999
Похожие документы

13. Digitized Sky Survey - SIAP Interface
SAI VO . ... SAI CAS . ... Web Services . Catalog Access Services . ... SAI VO Wiki . ... Program Access . SAI CAS Wiki . SAI Web Services . ... DSS Mirror . ... We provide an implementation of IVOA standard Simple Image Access Protocol interface to our DSS mirror. Service metadata is available here . Currently, we provide the atlas service only, which returns the list of original DSS images intersecting the requested sky area. ... SAI MSU | ...
[ Сохраненная копия ]  Ссылки http://vo.astronet.ru/dss/siap.html -- 5.0 Кб -- 01.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>20) - vo.astronet.ru/ )

14. Help for xxx E-Print Archive (index)
... Description of e-Mail Commands . Abstract and Paper preparation for Put . ... Physics hep-th @ xxx.lanl.gov High Energy Physics - Theory, 8/91 hep-lat @ xxx.lanl.gov High Energy Physics - Lattice, 2/92 hep-ph @ xxx.lanl.gov High Energy Physics - Phenomenology, 3/92 cond-mat @ xxx.lanl.gov Condensed Matter, 4/92 astro-ph @ xxx.lanl.gov Astrophysics, 4/92 gr-qc @ xxx.lanl.gov General Relativity Quantum Cosmology, 7/92 nucl-th @ xxx.lanl.gov Nuclear Theory, 10/92 chem-ph @ ...
[ Сохраненная копия ]  Ссылки http://www.asc.rssi.ru/mdiv/inslab/e-print.htm -- 5.7 Кб -- 04.12.1997
Похожие документы

15. Preparing and Submitting Tabular Data
... the data are described accurately enough to allow an unambiguous interpretation of the data, as well as a comprehension of the context in which the data were acquired and/or processed; a single ascii file, named ReadMe , is designed for this role. the data are in a format which allows their usage by tools currently in usage in our discipline -- normally flat ascii files ; other formats can be accepted, but are converted into flat files. ... How to prepare the Data files . ... How to deposit the data...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/Doc-k8/Science/Public/Bulletin/submit.htx -- 18.2 Кб -- 25.12.2008
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/Doc-k8/Science/Public/Bulletin/submit.htx -- 18.2 Кб -- 15.05.2008
Похожие документы

16. Index of /lk/source
... 13-Aug-2014 12:13 106K lk_20140815_0905.tar.. 15-Aug-2014 09:06 106K lk_20140901_0823.tar.. 01-Sep-2014 08:23 103K lk_20141016_1324.tar.. 16-Oct-2014 13:25 103K lk_20141211_1708.tar.. 11-Dec-2014 17:08 103K lk_20150430_0315.tar.. 30-Apr-2015 03:15 103K lk_20150430_0420.tar.. 30-Apr-2015 04:20 103K lk_20150818_1511.tar.. 18-Aug-2015 15:11 104K lk_20151113_1903.tar.. 13-Nov-2015 19:04 105K lk_20160314_0610.tar.. 14-Mar-2016 06:11 105K . ...
[ Сохраненная копия ]  Ссылки http://scan.sai.msu.ru/lk/source/ -- 2.9 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>3) - scan.sai.msu.ru/ )

17. IDL programs
... This program was created for correlating chosen regions in the series of fts images. ... Chosen regions' . ... In this section the program counts the integral for each region of the grid for each image. ... As a matter of fact, the integral is total brightness of the region and it is counted by 'int_tabulated' IDL function. ... In addition, the program will show the count of the regions which correlate with the corresponding region (the brighter region means the bigger count) and its contour. ...
[ Сохраненная копия ]  Ссылки http://lnfm1.sai.msu.ru/~kupry/SOFTWARE/korel_en.html -- 9.9 Кб -- 15.08.2003
Похожие документы

18. Index of /esceir
... 19-Jan-2013 21:50 . 15K . ... index.htm . ... 4.7K . ...
[ Сохраненная копия ]  Ссылки http://rp.iszf.irk.ru/esceir/ -- 9.8 Кб -- 02.02.2013
Похожие документы

19. Index of /groups/cluster/gcvs/gcvs/nsv
Name Last modified Size Description . Parent Directory 28-Dec-2015 15:33 - nsv.dat 04-Feb-2016 15:51 1.6M nsv_pos.dat 04-Feb-2016 16:30 565k readme.txt 02-Dec-2015 18:16 15k ref.txt 16-Nov-2015 17:27 130k rem.txt 19-Oct-2015 17:50 151k .
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/groups/cluster/gcvs/gcvs/nsv/ -- 2.1 Кб -- 11.04.2016
Похожие документы

20. Index of /txt/2009/presentations
Name Last modified Size Description . Parent Directory - Ionosphere/ 06-May-2009 16:25 - Magnetosphere/ 30-Mar-2009 19:54 - Magnetospheric boundaries/ 30-Mar-2009 19:54 - Photo uchastnikov1.JPG 30-Mar-2009 19:54 1.3M Photo uchastnikov2.JPG 30-Mar-2009 19:54 1.2M Plasma physics theory/ 06-Apr-2009 14:56 - Solar wind/ 30-Mar-2009 19:54 - The Sun/ 06-Apr-2009 14:57 - Turbulence and chaos/ 08-Apr-2009 19:27 - .
[ Сохраненная копия ]  Ссылки http://solarwind.cosmos.ru/txt/2009/presentations/ -- 2.7 Кб -- 01.10.2012
Похожие документы

1 | 2 | 3 | 4 | След.


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

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

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