| Найдено документов: 238283 (179 сайтов) ---- Время поиска: 0.97сек. |
Показаны документы, содержащие фрагменты текста из документа
http://hea-www.harvard.edu/~fine/Tech/perl_ssl.html.
http://hea-www.harvard.edu/~fine/Tech/perl_ssl.html.
1. Converting Modules from Apache 1.3 to Apache 2.0 - Apache HTTP Server
Modules | ... Apache HTTP Server Version 2.2 . Apache > HTTP Server > Documentation > Version 2.2 > Developer Documentation . ... This is a first attempt at writing the lessons I learned when trying to convert the mod_mmap_static module to Apache 2.0. ... create per-server config structures */ . ... merge per-server config structures */ . ... Questions on how to manage the Apache HTTP Server should be directed at either our IRC channel, #httpd, on Freenode, or sent to our mailing lists . ...
[
Сохраненная копия
]
Ссылки http://www.arcetri.astro.it/manual/de/developer/modules.html -- 14.8 Кб -- 21.01.2013
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>9957) - www.arcetri.astro.it/ )
2. Converting Modules from Apache 1.3 to Apache 2.0 - Apache HTTP Server
Modules | ... Apache HTTP Server Version 2.2 . Apache > HTTP Server > Documentation > Version 2.2 > Developer Documentation . ... This is a first attempt at writing the lessons I learned when trying to convert the mod_mmap_static module to Apache 2.0. ... So the name gets a small change from mmap_init to mmap_post_config . ... server_rec *s . ... server config */ . create per-server config structures */ . ... merge server config */ . merge per-server config structures */ . ...
[
Сохраненная копия
]
Ссылки http://www.sao.ru/ztcs/manual/de/developer/modules.html -- 13.0 Кб -- 25.02.2008
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>2879) - www.sao.ru/ )
3. Reading Client Input in Apache 1.2
Apache 1.1 and earlier let modules handle POST and PUT requests by themselves. The module would, on its own, determine whether the request had an entity, how many bytes it was, and then called a function ( read_client_block ) to get the data. ... This step also sends a 100 Continue response to HTTP/1.1 clients, so should not be called until the module is *definitely* ready to read content. (otherwise, the point of the 100 response is defeated). ... Finally, call ap_get_client_block in a loop. ...
[
Сохраненная копия
]
Ссылки http://neptun.sai.msu.su/manual/misc/client_block_api.html -- 4.8 Кб -- 15.10.2001
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>127) - neptun.sai.msu.ru/ )
4. Python: module asyncore
asyncore . ... usr/local/Python-2.5/lib/python2.5/asyncore.py . Module Docs . ... references to the underlying socket object. __init__ (self, sock =None , map =None ) . ... add_channel (self, map =None ) . ... del_channel (self, map =None ) . ... set_socket (self, sock, map =None ) . ... init__ (self, sock =None , map =None ) . ... Data and other attributes inherited from dispatcher : . ... init__ (self, fd, map =None ) . ... loop (timeout =30.0 , use_poll =False , map =None , count =None ) . ...
[
Сохраненная копия
]
Ссылки http://www.stsci.edu/spst/UnixTransition/doc/asyncore.html -- 25.1 Кб -- 05.11.2015
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>16385) - www.stsci.edu/ )
5. 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
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>242) - www.stecf.org/ )
6. pyQC: script structure
... overview of pyQC . ... output used by . ... All pyQC scripts and modules share a similar structure. Python offers to group functions, classes, etc. into modules which can be imported by different scripts. ... In order to avoid confusion if names are used by different (especially external) modules, the QC scripts use the 'from' statement only for pyQC modules, i.e.: . ... For other modules, the simple 'import' statement is used: . ... Python modules are also used for keeping script configuration. ...
[
Сохраненная копия
]
Ссылки http://www.eso.org/~qc/tqs/pyqc/script_struct.html -- 12.3 Кб -- 20.05.2014
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>47785) - www.eso.org/ )
7. The AstroStat Slog Blog Archive FITS to ASCII
... Generally, astronomical data archives are open to public. ... The data format?so called FITS. Yet, ASCII format catalogues are available (for example, VizieR , http://vizier.u-strasbg.fr/viz-bin/VizieR) . ... Here, I attach an email from 2006 Astrostatics Summer School at PSU , who kindly answer to my question on how to read files in FITS format. ?????????????from Patrick . ... The tool you want in this package is called dmlist , with a syntax like this to dump the data to an ASCII file: . ...
[
Сохраненная копия
]
Ссылки http://hea-www.harvard.edu/AstroStat/slog/groundtruth.info/AstroStat/slog/2007/fits-to-ascii/index.html -- 26.8 Кб -- 01.03.2014
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>3882) - hea-www.harvard.edu/ )
8. casacore: TableMeasures_module
... Classes . ... Create and use scalar and array columns of Quanta and Measures in Tables. ... Read only access to table array Measure columns. ... Read write access to table array Measure columns. ... Read only access to table scalar Measure columns. ... Read write access to table scalar Measure columns. ... Definition of a Measure column in a Table . ... A class for defining Quantum columns in Tables. ... Measures . ... Using the TableMeasures classes makes it easier to deal with measures in tables. ...
[
Сохраненная копия
]
Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/group__TableMeasures__module.html -- 20.9 Кб -- 14.02.2011
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>25318) - www.atnf.csiro.au/ )
9. Wrapper utilities to handle FITS files in Perl
. XMM-Newton Science Analysis System . ssclib (ssclib-3.33.4) [xmmsas_20080701_1801-8.0.0] . Meta Index / Home Page . Module name: Fitsplutils . Author: Masaaki Sakano (University of Leicester, mas@star.le.ac.uk) . See the header of the library code for detail. You may want to read it, for example, cd /YOUR/DIR; pod2man Fitsplutils.pm | tbl | neqn | nroff -h -man | less . XMM-Newton SOC/SSC -- 2008-07-01
[
Сохраненная копия
]
Ссылки http://xmm.vilspa.esa.es/sas/8.0.0/doc/ssclib/node157.html -- 3.5 Кб -- 01.07.2008
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>12737) - xmm.vilspa.esa.es/ )
10. Database of Optical Constants -- Level: welcome
The database contains references to the papers, data files and links to the Internet resources related to measurements and calculations of the optical constants in the wavelength interval from X-rays to radio domain. ... References to some useful books and reviews on the subject (e.g. the classical handbooks edited by E.D.Palik) and links to Internet collections of optical constants and personal WWW pages with related software were also placed in the database. You have arrived at our welcome page. ...
[
Сохраненная копия
]
Ссылки http://www.astro.spbu.ru/JPDOC/ -- 10.8 Кб -- 19.11.2010
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>261) - www.astro.spbu.ru/ )
11. space history | Astronotes - Part 4
Astronotes Armagh Planetarium's Stellar Blog! ... Space Flight . ... Earth Satellites . ... Posted on February 20, 2012 | No Comments On 20 February 1962, John Glenn (b1921) became the fifth human to enter space. ... Continue Reading.. ... 10 Comments Where does space begin? ... 6 Comments A few years ago there was a vogue among historians to write about тАШcounterfactualsтАЩ.A counterfactual examines the importance of an event for subsequent history by asking what if that event [ ] . ...
[
Сохраненная копия
]
Ссылки http://www.armaghplanet.com/blog/tag/space-history/page/4 -- 55.4 Кб -- 09.04.2016
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>2802) - www.armaghplanet.com/ )
12. Stellarium: core/modules/GridLinesMgr.hpp Source File
Stellarium 0.12.3 . ... FileљStructure . ... core . ... 233 љ void azimuthalGridDisplayedChanged( const bool ) const ; . 234 љ void azimuthalGridColorChanged( const Vec3f & newColor) const ; . 235 љ void equatorGridDisplayedChanged( const bool displayed) const ; . 236 љ void equatorGridColorChanged( const Vec3f & newColor) const ; . 237 љ void equatorJ2000GridDisplayedChanged( const bool displayed) const ; . 238 љ void equatorJ2000GridColorChanged( const Vec3f & newColor) const ; . ...
[
Сохраненная копия
]
Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/GridLinesMgr_8hpp_source.html -- 51.7 Кб -- 28.02.2014
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>860) - astro.uni-altai.ru/ )
13. GUIDARES: Reading the Guide Star Catalog in Very Many Ways
... Malkov, O. M. Smirnov . ... We present some current and future variations of our Guide Star Catalog Data Retrieval Software (GUIDARES). ... The GUIDARES software was born in 1991 (Malkov et al. 1992) as a PC-based tool for easy access to the Guide Star Catalog. ... Several applications arose (e.g., Malkov & Smirnov 1994b) where it was very useful for a program to be able to read the Guide Star Catalog easily, without the burden of sorting through its (very complicated) internal structure. ...
[
Сохраненная копия
]
Ссылки http://www.adass.org/adass/proceedings/adass94/malkovo2.html -- 9.6 Кб -- 03.11.2000
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1796) - www.adass.org/ )
14. Sts dsp - EZKit Lite to MATLAB
... The toolbox consists of two dll-mex files (an executable module that runs within Matlab ), that connect to EZKit Lite ( SHARC based developing board). ... In a later stage you can use Matlab/Simulink to visualise data, and to change parameters and coefficients. ... EZKit Lite to Matlab: To send and receive data to/from Matlab, use ezmex.dll in one of its four modes; these are grouped as follows: DSPOpen This function initialises a communication link with the kernel on the DSP board. ...
[
Сохраненная копия
]
Ссылки http://mavr.sao.ru/hq/sts/dsp/tools/ezkit2mathlab/ezkit.htm -- 13.3 Кб -- 24.09.2003
[ Сохраненная копия ] Ссылки http://www.sao.ru/hq/sts/dsp/tools/ezkit2mathlab/ezkit.htm -- 13.3 Кб -- 24.02.2010
[ Сохраненная копия ] Ссылки http://jet.sao.ru/hq/sts/dsp/tools/ezkit2mathlab/ezkit.htm -- 13.3 Кб -- 24.02.2010
Похожие документы
[ Сохраненная копия ] Ссылки http://www.sao.ru/hq/sts/dsp/tools/ezkit2mathlab/ezkit.htm -- 13.3 Кб -- 24.02.2010
[ Сохраненная копия ] Ссылки http://jet.sao.ru/hq/sts/dsp/tools/ezkit2mathlab/ezkit.htm -- 13.3 Кб -- 24.02.2010
Похожие документы
Еще в разделе:
(Показать все результаты (>1122) - jet.sao.ru/ )
15. http://hea.iki.rssi.ru/conf/hea2007/bp-0.2.97/gen/README
This is the new output format generator. ... It works as such: The user will ask for format "output:html" with option "style=booklist". ... This is an output format. b) The "output" module's broken out format is the canon format. So the fromcanon and explode routines do nothing but return what they are given. c) The style module will return a single string. ... It takes as input a record in canon format. ... The charset used is canon. 4. bp-output.pl A new format module. ... bp-output.pl | ...
[
Сохраненная копия
]
Ссылки http://hea.iki.rssi.ru/conf/hea2007/bp-0.2.97/gen/README -- 4.3 Кб -- 13.03.1996
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>718) - hea.iki.rssi.ru/ )
16. Amateur Telescope Makers of Boston
... 03/26/09 - Chelmsford Historic Society holds a star party. Reading Chronicle article on Reading TV astronomy show. ... Front page picture of Barrows School Star Party from Reading Advocate , February 2, 2006. ... Front page photo in Reading Daily Times Chronicle of star party at Killam School. ... Article on front page of Reading Daily Times Chronicle about star party at Killam School, and the pictures published with it. ... Star Parties . ... Copyright (c) Amateur Telescope Makers of Boston, Inc. ...
[
Сохраненная копия
]
Ссылки http://www.atmob.org/library/articles.php -- 11.1 Кб -- 09.04.2016
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>1949) - www.atmob.org/ )
17. Astronomy Net Privacy Policy
... Thank you for visiting the Astronomy Net website and reviewing our privacy statement. Our privacy policy is clear: We will collect no personal information about you when you visit our website unless you choose to provide that information to us. ... Once you access another site through a link that we provide you are subject to the privacy policy of the new site. ... Information presented on the Astronomy Net website is considered public information and may be distributed or copied. ...
[
Сохраненная копия
]
Ссылки http://www.astronomy.net/privacy.html -- 5.3 Кб -- 01.10.2012
Похожие документы
Похожие документы
18. What became of the discarded lunar modules from the Apollo missions? |
... Tonight's Sky . ... Observing . ... Astronomy for Kids . ... Observing springtime deep-sky objects with a large telescope . ... What became of the discarded lunar modules from the Apollo missions? ... All but one of the Apollo program s used lunar modules either crashed into the Moon s surface or burned up in Earth s atmosphere. ... Get instant access to subscriber content on Astronomy.com! ... Receive news, sky-event information, observing tips, and more from Astronomy's weekly email newsletter. ...
[
Сохраненная копия
]
Ссылки http://www.astronomy.com/magazine/ask-astro/2015/08/wheres-snoopy -- 63.5 Кб -- 10.04.2016
Похожие документы
Похожие документы
19. Zen: SkyPixelization
Hide Zen home . ... Index . ... Do we really need them for database indexing ? ... We need simple numbering scheme, so that for any given point we could easily calculate the number of "pixel", this is what HealPix provides and lacks HTM. ... During Rtree queries the number of index blocks read is several times greater than during Q3C queries. ... But in Q3C scheme, as we showed before, the circle is segmented, so we extract from the database only a few percents more data than occur in the circle. ...
[
Сохраненная копия
]
Ссылки http://www.sai.msu.su/~megera/wiki/SkyPixelization -- 17.6 Кб -- 10.04.2016
Похожие документы
Похожие документы
Еще в разделе:
(Показать все результаты (>8668) - www.sai.msu.su/ )
20. Reading Extra: A Resource Book of Multi-Level Skills Activities - Liz Driscoll
... This book uses many authentic sources such as factual texts, newspaper articles, features and TV schedules, instruction manuals, everyday signs, stories, quizzes, emails and diary entries. ... Чернила для принтера HP HP Photosmart 425. цвета: Cyan, Magenta, Yellow, Black, емкость баночек - по 100 мл. ...
[
Сохраненная копия
]
Ссылки http://astrokuban.info/astroku7771.html -- 21.3 Кб -- 14.02.2016
Похожие документы
Похожие документы