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

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

Показаны документы, содержащие фрагменты текста из документа
http://mavr.sao.ru/hq/sts/linux/doc/nedit/macro/orgmacro.html.

1. NEdit.org
... About NEdit . ... Macros . ... Browse on Line . ... Here's a selection of macros for the NEdit text editor. ... If you need help on adding macros to NEdit, click here to get to the Help section . ... Get previous . ... Select word/line/file . ... Add string to line start . ... Next and Previous NEdit window . ... Remove newlines and rewrap selection . ... Remove string from line start . ... Add/Remove # comment . ... Add/Remove Ada comment . ... Run LaTeX . ... Add <pre> tags and convert . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/doc/nedit/macro/orgmacro.html -- 19.9 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/doc/nedit/macro/orgmacro.html -- 19.9 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/doc/nedit/macro/orgmacro.html -- 19.9 Кб -- 02.10.2012
Похожие документы
Еще в разделе: (Показать все результаты (>1261) - jet.sao.ru/ )

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

3. OptInt PmWiki : PmWiki / Documentation Index
OptInt PmWiki : Pm Wiki / Documentation Index . Beginner Topics for Creating/Editing Pages . ... The pages below describe various aspects of using , administering and troubleshooting a PmWiki installation, as well as aspects of the PmWiki community . ... Page variables - variables that are associated with pages . Page text variables - Page variables automatically made available through natural or explicit page markup . ... Wiki structure - PmWiki structural support for page organization . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/DocumentationIndex?action=print -- 26.3 Кб -- 01.03.2014
Похожие документы

4. VLBI Wiki | LBAMay2010 / VT14A
... Go to new wiki . ... LBAMay2010 / . ... IFP#1 1368 - 1432 MHz USB RCP . ... IFP#2 1368 - 1432 MHz USB LCP . ... 1400 MHz . ... 64 MHz . ... Ftp: ftp://ftp.atnf.csiro.au/pub/people/vlbi/vt14/vt14a . ... Parkes onsource flagging . ATCA onsource flagging . Mopra onsource flagging . Mopra Tsys ( plot ) . Parkes Tsys . ATCA Weather . Mopra Weather . Parkes Weather . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/vlbi/wiki/index.php?n=LBAMay2010.VT14A -- 11.8 Кб -- 12.04.2016
Похожие документы

5. productExplorer
... qc_metadata..qc_products; qc1_daily_comments; ngas..ngas_files . ... upload/download . ... This database stores all QC-ingested product fits files (calib, science: until 2011-10, ancillary: until 2014-05). ... There are options to download the results or to delete entries. ... It displays its result in a html table which can be sorted and filtered in the standard way, plus an executable download file, plus a deletion file for ingested products (to prepare for ingestion of an improved version). ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~qc/dfos/productExplorer.html -- 13.4 Кб -- 20.04.2015
Похожие документы

6. Fixing and Freeing Region Markers
Region markers can be moved, resized, rotated, zoomed, deleted, and can change geometric type. ... For example, markers placed on astronomical catalog positions should be fixed so that one cannot accidentally move them off the specified position. ... Parameters can be fixed using the fix option of the regions public access point (for fixing classes of markers) or by means of a fix keyword in the definition of an externally loaded marker. ... In the command: echo "regions fix all -position -size" | ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/saotng/fixregions.html -- 7.3 Кб -- 01.10.2012
Похожие документы

7. vxWorksPrograms
130705 ephemeris tracking . The pnt command has been added to the aotcl interpreter in vxWorks (used for online datataking). within the online tcl interpreter pnt ? ... Load ephemeris file with pnt ephm ld . Track the ephemeris file . Ephemeris tracking was added to the pnt command on 05jul13. ... The new command includes loading an ephemeris file and then tracking using this file. ... The user then starts the ephemeris tracking by issuing the pnt track command: . ... cR current ra,dec . ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/software/datataking/vxworks/pntCmd.html -- 14.0 Кб -- 08.04.2016
Похожие документы

8. Zen: sncat design
Hide Zen home . ... sncat2sntab.pl - convert old catalog to table sn . ... CREATE TABLE cats ( id integer PRIMARY KEY, name text ); -- a list of properties of galaxy CREATE TABLE properties ( id integer PRIMARY KEY, name text ); CREATE TABLE galaxy ( id integer PRIMARY KEY, name text ); CREATE TABLE galaxy _property ( gid integer REFERENCES galaxy (id), pid integer REFERENCES properties(id), value float, UNIQUE( gid ,pid) ); CREATE t=# select * from galaxy; id | ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/wiki/relation_featur%C5s/DB/SAI_SN/sncat_design?action=browse;diff=2;id=sncat_design -- 16.7 Кб -- 11.04.2016
Похожие документы

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

10. http://www.stsci.edu/spst/UnixTransition/doc/sms_edit.py
... *MODIFICATION HISTORY** -- o Initial implementation 12/18/01 o Include modifications from Python review - G. Bower 1/14/02 - abort if editor environment variable is not set - use shutil.copy instead of UNIX cp - delete the difference message and text files at end - use the time of last modification for the database instead of current time - add comments by editing a template ... Abort now ..." return not spss_sys_util.SUCCESS # Compare the edited version of the sms to the original. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/spst/UnixTransition/doc/sms_edit.py -- 9.0 Кб -- 28.02.2014
Похожие документы

11. http://xmm.vilspa.esa.es/sas/6.5.0/doc/omsrclistcomb/ChangeLog
... Version 1.21.1 : - 2002-01-27 (CB) Fixed configuration file (SPR 2723). ... Code also tidied up. ... Version 1.8: 18 September 1998 Used correct syntax for parameter lists in .par file SPR 517: Version 1.7: 14 August 1998 parse call removed SPR 500 closed : removed cal from test/Makefile Version 1.6: 17 June 1998 SPR 441 closed : test harness now checks some values SPR 440 closed : .par file changed SPR 439 closed : file permissions changed Version 1.5: 21 May 1998...