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

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

Показаны документы, содержащие фрагменты текста из документа
http://astro.uni-altai.ru/~aw/stellarium/api/dir_f1ebf8dbd4b2f3497be6ec8fe02f729c.html.

1. Stellarium: /home/aw/devel/stellarium/trunk/plugins/SolarSystemEditor/src
. Stellarium 0.12.3 . MainљPage . Namespaces . Classes . CodingљStyle . Scripting . Plugins . Renderer . FileљStructure . plugins . SolarSystemEditor . src . src Directory Reference . directory љ . gui . љ . file љ . SolarSystemEditor.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_fa305d74d656edecd2e045281111cec8.html -- 4.2 Кб -- 28.02.2014
Похожие документы

2. Menus (ImageJ API)
... FIELD | ... public class Menus . ... ImageJ . ... static char . ... static int . ... Returns the size (in points) used for the fonts in ImageJ menus. static java.lang.String . ... Returns a list of the plugins in the plugins menu. static java.lang.String . ... Field Detail public static final char PLUGINS_MENU . ... public static final char IMPORT_MENU . ... public static int installPlugin (java.lang.String plugin, char menuCode, java.lang.String command, java.lang.String shortcut, ImageJ ij) . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/astroimagej/imagej/api/ij/Menus.html -- 35.2 Кб -- 02.12.2010
Похожие документы

3. casacore: casa::Fallible< T > Class Template Reference
... casa::Fallible< T > . ... More... #include < Fallible.h > . ... Fallible (const T &value) . ... References casa::Fallible< T >::isValid_p . ... References casa::Fallible< T >::isValid_p , and casa::Fallible< T >::value_p . ... Referenced by casa::Fallible< T >::isValid() , casa::Fallible< T >::operator T() , casa::Fallible< T >::operator=() , and casa::Fallible< T >::value() . ... Referenced by casa::Fallible< T >::operator T() , casa::Fallible< T >::operator=() , and casa::Fallible< T >::value() . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1Fallible.html -- 24.9 Кб -- 14.02.2011
Похожие документы

4. Python: module pdbman
... A module for the pdbman class. ... Send products to the Engineering Workstation Data Store. send_sssp1 (self) . ... configure_pickle (self, pickle_directory ='/data/scheduling/spss_flight_data/pass/pickles' , new_pickle_name =None , verbose =False ) . ... MEGG_OUTPUT_DIRECTORY = '/data/scheduling/spss_flight_data/pass//megg/data' . ... PDBMAN_DISK = '/data/scheduling/spss_flight_data/pass//' . TEMPLATE_LOGICAL_FILE = '/data/scheduling/spss_flight_data/pass//op_logicals/ops_job_logs.com' . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/spst/UnixTransition/doc/pdbman.html -- 23.5 Кб -- 08.04.2016
Похожие документы

5. mod_dav - Apache HTTP Server
... Apache HTTP Server Version 2.4 . Apache > HTTP Server > Documentation > Version 2.4 > Modules . ... To enable mod_dav , add the following to a container in your httpd.conf file: Dav On . ... In addition, a location for the DAV lock database must be specified in the global section of your httpd.conf file using the DavLockDB directive: DavLockDB /usr/local/apache2/var/DavLock . ... Use the Dav directive to enable the WebDAV HTTP methods for the given container: <Location /foo> Dav On </Location> . ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/fr/mod/mod_dav.html -- 18.2 Кб -- 19.11.2015
Похожие документы

6. mod_dav - Apache HTTP Server
... Apache HTTP Server Version 2.2 . Apache > HTTP Server > Documentation > Version 2.2 > Modules . ... To enable mod_dav , add the following to a container in your httpd.conf file: . ... In addition, a location for the DAV lock database must be specified in the global section of your httpd.conf file using the DavLockDB directive: . ... In order for mod_dav to manage files, it must be able to write to the directories and files under its control using the User and Group under which Apache is running. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/tb/manual/de/mod/mod_dav.html -- 16.8 Кб -- 10.12.2010
Похожие документы

7. TUI:Scripts:TUIAdditions
TUI will look in two separate "TUIAdditions" directories for user scripts and extra TUI window code. ... Scripts should be put in a directory named Scripts in the TUIAdditions directory; they will then show up immediately in the Scripts menu (you do not have to restart TUI).. ... In general, additions present in the user TUIAdditions directory mask identically named additions in the shared TUIAdditions directory, and both mask identically named built-in scripts and windows. ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/35m_operations/TUI/Scripts/TUIAdditions.html -- 2.9 Кб -- 05.09.2014
Похожие документы

8. http://xmm.vilspa.esa.es/calibration/find_obs_logz_new.cgi
... rev }; if ( $rev !~ /^\d{4}$/) { &print_obs_log_sum(" Revolution $rev invalid. ... TR /i) { # until end of row push @saved_lines, $lines[$i]; if ($lines[$i] =~ / (\d{2}):(\d{2}):(\d{2})\.\d{2} /) { # RA line my ($cur_ra) = 15 * $1 + $2 / 4.0 + $3 / 240.; if ($cur_ra = $ra1_min $cur_ra = $ra1_max) {$found_ obs = 1;} if ($split) { if ($cur_ra = $ra2_min $cur_ra = $ra2_max) {$found_ obs = 1;} } } $i++; } if ($found_ obs ) { print _found_row($n_hits, @saved_lines); $n_hits++; $found_ ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/calibration/find_obs_logz_new.cgi -- 11.4 Кб -- 26.01.2011
Похожие документы
Еще в разделе: (Показать все результаты (>4005) - xmm.vilspa.esa.es/ )

9. http://hea.iki.rssi.ru/Z-90/reg-form~
... UL /td /tr / table /td td table BORDER=0 align = right tr td /td td class = tab align =left h2 Registration Form /h2 /td /tr tr td /td td class = tab align = right (Required fields are span class =required highlighted /span ) /td /tr form ...
[ Сохраненная копия ]  Ссылки http://hea.iki.rssi.ru/Z-90/reg-form~ -- 6.2 Кб -- 12.10.2004
Похожие документы

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

11. http://www.mrao.cam.ac.uk/~eic22/ALMAmemos/memo590/dispersivephase.py
Emily Curtis eic22@mrao.cam.ac.uk Script for working with ATM dispersive phase for Memo 590 import os import string import numpy from atmtools import * System variable parameters ... #Users' output directory dcval = 0.01 #Change in water vapour to compute change in path /mm fmin = 0 #Minimum frequency to compute phase /GHz fmax = 1000 #Maximum frequency to compute ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~eic22/ALMAmemos/memo590/dispersivephase.py -- 7.4 Кб -- 11.11.2009
Похожие документы

12. Gimp related links collection
... Now I have an occasion - Grokking the GIMP by Carey Bunks ! ... I have Linux binaries gimp-1.0.2.linux.tgz of current development version with all patches applied and plugins updated . ... I used to configure gimp with --prefix=/usr/local/gimp, so everything will go to /usr/local/gimp directory. Just make a symbolic link to make it visible ( e.g. ln -s /usr/local/gimp/bin/gimp /usr/local/bin/gimp). ... Also, you need gtk libraries installed ! ... GIMP Plugin Registry . ... figures plugin . ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/gimp/ -- 13.5 Кб -- 21.12.2007
Похожие документы

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

14. Example of a simple shell script
These are the contents of a shell script called display : cat display # This script displays the date, time, username and # current directory. echo "Date and time is:" date echo echo "Your username is: `whoami` \\n" echo "Your current directory is: \\c" pwd . The first two lines beginning with a hash ( # ) are comments and are not interpreted by the shell. Use comments to document your shell script; you will be surprised how easy it is to forget what your own programs do! ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/scrpt/scrpt1a.html -- 2.9 Кб -- 17.01.1997
Похожие документы

15. Apache module mod_cgi
This module provides for execution of CGI scripts. ... Module Identifier: cgi_module Any file that has the mime type application/x-httpd-cgi or handler cgi-script (Apache 1.1 or later) will be treated as a CGI script, and run by the server, with its output being returned to the client. ... Debugging CGI scripts has traditionally been difficult, mainly because it has not been possible to study the output (standard output and error) for scripts which are failing to run properly. ... Status: mod_cgi . ...
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/mod/mod_cgi.html -- 9.9 Кб -- 01.08.2003
Похожие документы

16. http://hea-www.harvard.edu/hea/syshelp_navigation.inc
start navigation -- style type= text/css ul { list-style-type: disk } /style p class = navigation nbsp; /p ul class = mainnav li class = mainnav a href = http :// www.cfa.harvard.edu /about/science.html class = leftnav All Science Groups /a /li li class = mainnav a ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/hea/syshelp_navigation.inc -- 4.3 Кб -- 03.11.2008
Похожие документы

17. http://zebu.uoregon.edu/internet/hw3.html
directory which can be linked to. One person should be responsible for editing the main html file that composes the topical page. More instruction will be given in class.
[ Сохраненная копия ]  Ссылки http://zebu.uoregon.edu/internet/hw3.html -- 3.2 Кб -- 26.10.1995
Похожие документы

18. From Power Up To Bash Prompt: Bash
... In most cases on a Linux system this will be bash . It is bash 's job to read your commands and see that they are acted on. ... This looks at all the files in my home directory whose names start with sh-utils-1.16 and end with .patch . ... The file /etc/profile controls the system-wide behaviour of bash. ... Once bash has read the system-wide configuration file, it looks for your personal configuration file. It checks in your home directory for .bash_profile , .bash_login and .profile . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/doc/pwr2bash/From-PowerUp-To-Bash-Prompt-HOWTO-11.html -- 5.8 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/doc/pwr2bash/From-PowerUp-To-Bash-Prompt-HOWTO-11.html -- 5.8 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/doc/pwr2bash/From-PowerUp-To-Bash-Prompt-HOWTO-11.html -- 5.8 Кб -- 02.10.2012
Похожие документы

19. Lecture Series 2015-2016 ? Amateur Astronomers Association of New York
... Home Lectures Lecture Series 2015-2016 . ... Lecture Series 2014-2015 . ... Beyond New York City . ... The Amateur Astronomers Association is proud to present an astronomy lecture series from October through May each year for our members and the public. ... Amateur Astronomer Association is pleased to announce we will be offering select, limited reserved seating for current AAA members for the Friday, January 8, 2015 AAA Lecture entitled Robert Nemiroff ?2015 Astronomy Picture of the Day?. ...
[ Сохраненная копия ]  Ссылки http://www.aaa.org/lectures/lecture-series-2015-2016/ -- 98.0 Кб -- 10.04.2016
Похожие документы

20. http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/hobbes/java/dev/.00tmp
... A NetRexx and Java development environment gcj003.zip 24351 2001/01/23 Game Components for Java gpcp1_2_3_3-jvm.zip 2644691 2003/10/30 Gardens Point Component Pascal for JVM version 1.2.3.3 gpcp1_3_0-jvm.zip 2314669 2004/10/21 Gardens Point Component Pascal for JVM version 1.3.0 guiffy14.zip 907754 2000 /12/08 Guiffy 1.4(Build 45). ipfdoclet.zip 106937 1999 /02/17 Doclet generates javadoc comments as OS/2 IPF. java .intro.ps.zip 522640 1996/11/12 ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/comp/os/os2/hobbes/java/dev/.00tmp -- 4.1 Кб -- 31.08.2008
Похожие документы

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


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

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

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