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

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

Показаны документы, содержащие фрагменты текста из документа
http://star.arm.ac.uk/~jgd/outgoing/Armagh_CU/WORD/health_and_safety_policy.doc.

1. http://star.arm.ac.uk/~jgd/outgoing/Armagh_CU/PDF/health_and_safety_policy.pdf
Armagh Credit Union Health and Safety Policies and Procedures This policy was adopted by the Board of Directors of Armagh Credit Union Limited. ... Overall and final responsibility for health and safety is that of The Manager. ... Armagh Credit Union is authorized and regulated by the Financial Services Authority Registration Number 573925 Competency for tasks and training Induction training will be provided for all staff by Armagh Credit Union The Assistant Manager. ...
[ Текст ]  Ссылки http://star.arm.ac.uk/~jgd/outgoing/Armagh_CU/PDF/health_and_safety_policy.pdf -- 142.9 Кб -- 18.12.2015
Похожие документы
Еще в разделе: (Показать все результаты (>2067) - star.arm.ac.uk/ )

2. Procedure to handle Waiver Requests
... The Phase 2 Waiver Request procedure is the channel to handle such requests. ... Waiver requests are handled from PROP, enabling easy(er) back-up in case of absence of the support astronomer to whom the run is assigned. ... The following file lists the standard waivers providing guidelines whether the specific waiver request is handled directly by USD support astronomer or it requires input from Paranal: . ... USD support astronomer sends the final decision on the waiver to the user who requested it...
[ Сохраненная копия ]  Ссылки http://www.eso.org/observing/usg/sciops/Waivers/ -- 11.3 Кб -- 28.12.2015
Похожие документы
Еще в разделе: (Показать все результаты (>45550) - www.eso.org/ )

3. http://hea-www.harvard.edu/~fine/Tech/multi-rsh
... Version 1.0 - 4/26/04 - Initial Version #Version 1.1 - 5/26/05 - Bug Fix: non-existent host translated to localhost #Version 1.2 - 12/29/06 - Bug Fix: typo at line 90, wrong var in chop # if ($ != 0) { print I have to run as root!\n ; exit (1); } $|=1; use Socket; @killlist=(HUP,INT,TERM,KILL); $SIG{'INT'}=report; if ($# ARGV 1) { usage; exit (1); } $numconns=20; $timeout=15; $ user =(getpwuid($ ))[0]; while ($ ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~fine/Tech/multi-rsh -- 7.9 Кб -- 01.08.2008
Похожие документы
Еще в разделе: (Показать все результаты (>1841) - hea-www.harvard.edu/ )

4. NAIC Statement and Implementation Plan
Difficult times ahead of the Arecibo Observatory. Its budget will be reduced by $8 millions and its future is in jeopardy unless new funding sources can be identified . ... This important scientific contribution could come to an end in 2011, as the closing of this facility, operated by Cornell University in New York under a cooperative agreement with the National Science Foundation (NSF), has been proposed by a review panel. ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~astro/NSFSR/To_the_rescue.html -- 5.2 Кб -- 04.12.2006
Похожие документы
Еще в разделе: (Показать все результаты (>4129) - www.naic.edu/ )

5. NASA Web Site Privacy and Security Notices, Web Site Disclaimer, and
Thank you for visiting this NASA Web site and reviewing our privacy and security notices. ... Disclaimer . Accessibility Statement . ... Cookie technology may be implemented at some NASA Web sites. ... If you visited this NASA Web site from a link on another Web site, the address of that Web site. ... The information that you provide on a NASA Web site will be used only for its intended purpose, except as required by law or if pertinent to judicial or governmental investigations or proceedings. ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/apod/banner.html -- 7.7 Кб -- 01.10.2012
Похожие документы

6. 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
Похожие документы
Еще в разделе: (Показать все результаты (>431) - www.astronomy.net/ )

7. mod_dbd - Apache HTTP Server
Modules | ... Apache HTTP Server Version 2.2 . ... Manages SQL database connections . ... mod_dbd manages SQL database connections using apr_dbd . ... typedef struct { apr_dbd_t *handle; apr_dbd_driver_t *driver; apr_hash_t *prepared; } ap_dbd_t; /* Export functions to access the database */ /* acquire a connection that MUST be explicitly closed. ... Set the time to keep idle connections alive where the number of connections specified in DBDKeep has been exceeded (threaded platforms only). ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/tb/manual/de/mod/mod_dbd.html -- 17.0 Кб -- 10.12.2010
Похожие документы

8. Package: s
These routines are meant to provide a simplified interface to the Unix signal management routines. These routines allow blocking and unblocking of signals without the dangers of deadlock (common on multi-threaded machines). ... Recommended SIGINT handler. s_term_handler . ... Install recommended signal handlers for SIGINT and SIGTERM. void s_block (int signal) . ... Returns: Nothing. Multithreading Level: Unsafe . ... This routine will cause all signals blocked by s_block to be unblocked. ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/karma/lib/s.html -- 5.5 Кб -- 24.12.2007
Похожие документы

9. prefork - Apache HTTP Server
... Apache HTTP Server Version 2.2 . ... This Multi-Processing Module (MPM) implements a non-threaded, pre-forking web server that handles requests in a manner similar to Apache 1.3. ... Apache always tries to maintain several spare or idle server processes, which stand ready to serve incoming requests. ... Maximum number of idle child server processes . ... Minimum number of idle child server processes . ... The MinSpareServers directive sets the desired minimum number of idle child server processes. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/es/mod/prefork.html -- 15.2 Кб -- 21.01.2013
Похожие документы

10. Spectrograph Interface Control
Slithead identification (which slithead is installed?) will be sensed and reported by the on-board spectrograph computer. ... Observer's software to handle spectrographic observations will be written by JHU and installed on the Fermilab supplied observatory workstation. ... UW will be responsible for the slithead latch-down control. ... Database computer at APO: The observer's software will query the observatory database for information on the currently installed fiber cartridge. ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/Instruments/SDSS/Spectrographs/Interfaces.html -- 8.6 Кб -- 26.08.2008
Похожие документы

11. CdWO4 Safety Data Sheet
Material Safety Data Sheet . ... Product details: . Trade name: Cadmium Tungstate . ... Hazard description: T Toxic . Information pertaining to particular dangers for man and environment . ... 3 First aid measures . General information . ... Belgium TWA 0.05 . ... This information is furnished without warranty, and any use of the product not in conformance with this Material Safety Data Sheet, or in combination with any other product or process, is the responsibility of the user. ...
[ Сохраненная копия ]  Ссылки http://www.issp.ac.ru/lpcbc/DANDP/cdwo4msds.html -- 19.9 Кб -- 10.09.2010
Похожие документы

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

13. Providing a Common GUI to Image Processing Tasks under PCIPS
... The PCIPS image processing system (Smirnov & Piskunov 1994) has been in development since 1991; the current version is 2.01. ... Key features of the system include: (1) an intuitive graphical user interface (GUI), (2) all functionality is provided by external application modules, which are easily added to the system as they are developed, (3) there is an application program interface (API) for development of custom applications, and (4) the code runs on practically any Intel-based PC. ...
[ Сохраненная копия ]  Ссылки http://www.adass.org/adass/proceedings/adass94/smirnovo1.html -- 12.3 Кб -- 03.11.2000
Похожие документы

14. Bourne shell programming
. The shell also provides you with a programming environment with features similar to those of a high level programming languages. Examples . Passing arguments to the shell . Handling shell variables . Reading user input . Conditional statements . Testing for files and variables . Flow of control statements . More shell functions . Debugging shell scripts . Getting further information .
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/scrpt/scrpt2.html -- 2.3 Кб -- 17.01.1997
Похожие документы

15. http://www.stsci.edu/smov/Meeting%20Notes/SMOV%20ACTIVITY%20SUMMARY%20FORMAT.doc
ACTIVITY ID: ACTIVITY TITLE: APPLICABLE SMOV REQUIREMENT: If existing requirement, cite number. ... If known, describe any special circumstances or special operations needed for its execution. ... DATA REQUIREMENTS: Estimate the amount of data, engineering or science, to be recorded to SSR and dumped. ... ANALYSES & RESULTS: Briefly describe the type of analyses to be performed on the data and how the results of the activity will be used to further SMOV or enable science. ...
[ Текст ]  Ссылки http://www.stsci.edu/smov/Meeting%20Notes/SMOV%20ACTIVITY%20SUMMARY%20FORMAT.doc -- 22.0 Кб -- 20.06.2001
Похожие документы

16. http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/uploads/MROIDelayLine.RiskAndHazardAssessment/Risk_and_Hazard_Assessment.pdf
Delay Line Risk and Hazard Management Martin Fisher ­ March 2007-03-26 Risks & Hazards Risks are generally those issues or incidences that may affect the project whereas hazards affect people or equipment during the project and particularly during the service life. ... Potential Risk to project - Severity: Level Designation Insignificant/Minor Low Grading 1 Medium Moderate Grading 2 Definition No injury, low ё loss, minor loss of reputation. ... Accidental side-loading of a pipe line. ...
[ Текст ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/uploads/MROIDelayLine.RiskAndHazardAssessment/Risk_and_Hazard_Assessment.pdf -- 260.5 Кб -- 25.06.2007
Похожие документы

17. C/2006 P1 (McNaught)
... All images on this page are copyright Robert H. McNaught. ... There have been so many requests for high resolution copies of these images that I ask that all enquiries for these to go directly to Science Photo Library. C/2006 P1 on Jan 18, 10:22 UT. Photo: R. H. McNaught, Siding Spring Observatory. Canon 5D, 135mm, f/2.0, 2 sec exp., ISO 1600 . ... ISO 200 . ... Canon 5D, 50mm, f/2.0, 30 sec exp., ... Canon 5D, 135mm, f/2.0, 120 sec exp., ... Canon 5D, 50mm, f/2.0, 110 sec exp., ...
[ Сохраненная копия ]  Ссылки http://www.mso.anu.edu.au/~rmn/C2006P1new.htm -- 9.6 Кб -- 11.05.2007
Похожие документы

18. Parameters
... Default . ... The descriptions below focus on the meaning of each filename parameter, leaving the exact details of the inferred default value to be explained in the algorithm section. evlist . ... file . The response matrix file (OGIP-compliant format). ... If a spectrum file is not provided ( withspectrum =no) this parameter specifies the INDEX number of a source in the source description list (parameter srclist ), and thereby the incidence angle and selection regions for the response matrix. ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/6.0.0/doc/rgsrmfgen/node4.html -- 14.7 Кб -- 18.03.2004
Похожие документы
Еще в разделе: (Показать все результаты (>5890) - xmm.vilspa.esa.es/ )

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

20. http://www.stecf.org/conferences/adass/adassVII/reprints/warrensmithr.ps.gz
... Representing Coordinate Systems (Frames) While Mappings represent the relationships between coordinate systems, the coordinate systems themselves are represented by objects called Frames. ... A Plot's base Frame corresponds with the native coordinates of the underlying graphics system. Plotting operations are specified, using AST Plot methods, in physical coordinates which correspond with the Plot's current Frame (typically this might be a celestial coordinate system). ...
[ Текст ]  Ссылки http://www.stecf.org/conferences/adass/adassVII/reprints/warrensmithr.ps.gz -- 98.9 Кб -- 12.06.2006
Похожие документы

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


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

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

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