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

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

Показаны документы, содержащие фрагменты текста из документа
http://comet.sai.msu.ru/UNIXhelp/environment/env3ca.html.

1. SM - Changing Key-Bindings
... As mentioned above, in an emergency ^@ can be used instead of ^M. When SM is started, or whenever the TERMTYPE command is used to change terminals, the arrow keys are bound to the commands previous_line , ext_line , previous_char , and ext_char . ... this won't work (you'll get a syntax error) and you'll have to use the next alternative, namely put the commands into a file and say read edit filename , for example: # Change the history character # name key history_char ! ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/smongo/sm_7.html -- 8.5 Кб -- 02.10.2012
Похожие документы

2. Examples of changing environment variables: Bourne shell
To change to using another printer for the current login session: PRINTER=ps2 . ... To change to using another editor for the current login session and inform (export) this value to other programs which use it: EDITOR=vi export EDITOR . This changes the user's default editor to vi and exports this value to other programs - such as electronic mail - which make use of it. To change to using another pager for viewing files the user adds the following lines to their .profile file. ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/environment/sh.html -- 2.6 Кб -- 17.01.1997
Похожие документы

3. The File Life Cycle
The File System . This section describes how you can create new files, copy existing files, and delete obsolete files. ... RENAME to change the name of a file. ... Files can be created in several ways: text can be entered from the keyboard via the CREATE command, an editor can create a file, as can a running program, and files can be copied from other directories. ... To delete obsolete files, use the DELETE command followed by a file name or file name template (wildcards). ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/ftp/documents/system-docs/vms-guide/html/VUG_22.html -- 9.0 Кб -- 01.11.1995
Похожие документы

4. OptInt PmWiki : PmWiki / Other Variables
OptInt PmWiki : Pm Wiki / Other Variables . ... This variable is an array that is used for defining Page Variables . ... To have the page variable $MyVar produce the contents of the internal variable $myvar , many folks try the following which does not work: . ... There are several correct ways to do this, depending on whether you need the value of the $myvar variable as it was at the time the $FmtPV entry was created, or at the time that a particular instance of $MyVar is being rendered on a page. ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/pmwiki.php/PmWiki/OtherVariables?action=print -- 16.2 Кб -- 01.03.2014
Похожие документы

5. Multi-Rsh parallelized rsh program
multi-rsh is a perl script which runs the same command on multiple machines, in parallel, and provides reasonable, adjustable timeouts for those machines which fail to answer. Both standard output and standard error are returned through the same channel, and all output has the hostname prepended to each line. Multi-rsh must be run as root (remote jobs can be set to run as any user, see Options below). ... Neither form allows you to directly pass input to the remote programs. ...
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/~fine/Tech/multi-rsh.html -- 7.8 Кб -- 10.04.2016
Похожие документы

6. pyQC: Python 2.6.2
... new: . ... Python 2.6.2 + most up-to-date modules (December 2009) . ... pyQC script structure . ... The current installation of python and its associated modules on our DFO machines is extremely old (i.e. python 2.4.2 was released in Sept. ... The new python executable lives in: /qcdp/bin/python . ... The first figure shows the execution times for the old python installation, while the second figure shows the execution times based on scripts running the python 2.6.2 installation with the new modules...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~qc/tqs/pyqc/python_2.6.2.html -- 13.7 Кб -- 18.12.2009
Похожие документы

7. pulsars
... psrfits2fil converts AO psrfits files from the pdev spectrometer to sigproc filterbank program. This standalone routine will probably one day be incorporated in the sigproc filterbank program. psrfits data taken with the mock pdev spectrometer is scan based. ... The routine will read all of the psrfits files from a scan and output a single sigprog.fil file. ... Output to a single file with same format as input: . ... The psrfits files for the test data are located in /share/pdata1/pdev/ . ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/software/pulsars.html -- 11.6 Кб -- 07.10.2009
Похожие документы

8. (Untitled)
I. Installation . ... AMPLE package distributive (created with program InstallShield for Microsoft Visual C++) has been downloaded on FTP server of IAA RAS as archive Ample.zip. ... Note: If the window "file download" appears, select Open... switch button, then press OK button. ... The shortcut for AMPLE will be linked with this folder, and auxiliary files will be created here during AMPLE work. ... When running AMPLE all auxiliary and new configuration files are created in the WORK folder. ...
[ Сохраненная копия ]  Ссылки http://www.ipa.nw.ru/PAGE/FUNDAMENTAL/LSBSS/winample_guide/user9rxw.htm -- 6.9 Кб -- 10.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>460) - www.ipa.nw.ru/ )

9. LWN: Driver porting: Timekeeping changes
... Return to the Kernel page . ... Kernel . ... This article is part of the LWN Porting Drivers to 2.6 series . One might be tempted to think that the basic task of keeping track of the time would not change that much from one kernel to the next. ... One change which shouldn't be problematic for most code is the change in the internal clock rate on the x86 architecture. In previous kernels, HZ was 100; in 2.6 it has been bumped up to 1000. ... Driver porting: Timekeeping changes . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/doc/porting_to_26/22808.html -- 16.4 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/doc/porting_to_26/22808.html -- 16.4 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/doc/porting_to_26/22808.html -- 16.4 Кб -- 02.10.2012
Похожие документы

10. Dynamic HTML in Communicator
... The previous example, Chapter 12, "Expanding Colored Squares Example," illustrates how to expand and contract the clipping region of a layer without changing the wrapping width of the layer. This example illustrates how to capture mouse events so that the user can make a layer's wrapping width wider or narrower by dragging the mouse. ... how to capture mouse events for a layer . how to change the wrapping width of a layer by using the load() function . ... Capturing Events for the Layer . ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/~vab/html.doc/dhtml/dynhtml/layers38.htm -- 11.3 Кб -- 13.08.1997
Похожие документы

11. http://xmm.vilspa.esa.es/sas/6.5.0/doc/deceit/ChangeLog
... Version 1.14 - 2001-03-29 (GV) ------------ + ( test /Makefile) actually add the new test harnesses ;-) Version 1.13 - 2001-03-26 (GV) ------------ + (deceit.pl::fillColumn) support variable length vector columns, support padding of vector columns if not enougyh elements are available in the ascii file . + ( test /stringcolumns) simple test harness for string columns. + ( test /variable_length_vector_column) test ... Lacks documentation and explicit test harness. ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/sas/6.5.0/doc/deceit/ChangeLog -- 6.7 Кб -- 14.08.2005
Похожие документы

12. Building and Installing the Distribution
Following are instructions to build and install the programs in this distribution. Make sure that you have all necessary tools for building executables. ... The automatic build process expects a configuration file called Config.local . ... The configuration file specifies the directory in which to install the binaries, as well as control over the generation of debugging code and reference clock support. ... Cleans out object files, programs and temporary files. make distclean . ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~er/xntp/build.html -- 7.5 Кб -- 21.12.2007
Похожие документы

13. Example
... way these widgets work for the user. #include gtk/gtk.h GtkWidget *hscale, *vscale; void cb_pos_menu_select( GtkWidget * item , GtkPositionType pos ) { /* Set the value position on both scale widgets */ gtk_ scale _set_ value _pos (GTK_ SCALE (hscale), pos); gtk_ scale _set_ value _pos (GTK_ SCALE (vscale), pos); } void cb_update_menu_select( GtkWidget * item , GtkUpdateType policy ) { /* Set the update policy for both ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/GTK2/sec-rangewidgetsexample.html -- 14.0 Кб -- 19.07.2002
Похожие документы

14. Phil Plait's Bad Astronomy: Misconceptions
... Bad Astronomy . ... I think I will break from my usual format of Bad Astronomy/ Good Astronomy by saying that the way we define seasons currently is not strictly bad, but I feel (in my opinion!) that it could be better. The definition of when the seasons begin is at the moment of solstice or equinox; that is, winter (in the north) starts on December 22 nd and summer starts on June 22 nd . ... Now imagine breaking up the Sun's 46 degree up-and-down yearly swing into 1 day intervals. ...
[ Сохраненная копия ]  Ссылки http://www.badastronomy.com/bad/misc/badseasons.html -- 24.7 Кб -- 09.04.2016
Похожие документы
Еще в разделе: (Показать все результаты (>493) - www.badastronomy.com/ )

15. The buffer cache
... This is called disk buffering , and the memory used for the purpose is called the buffer cache . Since memory is, unfortunately, a finite, nay, scarce resource, the buffer cache usually cannot be big enough (it can't hold all the data one ever wants to use). ... On the one hand, data that is written is often soon read again (e.g., a source code file is saved to a file, then read by the compiler), so putting data that is written in the cache is a good idea. ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/sag-0.4/node65.html -- 8.4 Кб -- 04.05.1997
Похожие документы

16. FITShdr: INSTALL
To install package: 1. tar xozvf fitshdr- >.tar.gz 2. cd fitshdr- >/ 3. cd fitshdr 4./config 5. make 6. make install . As result, binaries, scripts and man-pages will be installed. Default location for executables: /usr/local/bin, for man-pages: /usr/local/man/man1 . To change default locations You have to use --prefix, --bindir options for ./config. For example, to install binaries in ${HOME}/bin, man documentations in ${HOME}/man: ./config --prefix=${HOME} . ...
[ Сохраненная копия ]  Ссылки http://lnfm1.sai.msu.ru/~pav/dists/fitshdr/INSTALL.html -- 2.0 Кб -- 29.12.2010
Похожие документы
Еще в разделе: (Показать все результаты (>300) - lnfm1.sai.msu.ru/ )

17. http://www.astro.louisville.edu/software/sbig/archive/xmccd-1.1/INSTALL
Since XmCCD uses Motif, the libraries and include files must be available. ... By default it will create a directory xmccd-#.# with the command tar -xvzf xmccd-#.#.tar Set your current working directory to xmccd-#.# cd xmccd-#.# ... For "ls -l" you should see something like this -rwsr-xr-x 1 root root 281883 Mar 10 01:08 xmccd Move xmccd to a directory in your search path such as /usr/local/bin mv xmccd /usr/local/bin xmccd will use ds9 for image display if it is present. ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-1.1/INSTALL -- 6.2 Кб -- 22.05.2004
Похожие документы

18. ASP: Effecting Global Change
The night after the John Glenn program, I pitched the terraforming idea to my students. I asked them if they'd like to terraform Mars as a big class project; I wanted to throw the idea to them and see how they would react. Already I had a vision of splitting the class into several groups and having each group take charge of a portion of the project. ... Following my initial idea on how to conduct the project, I split the class into six groups, each student choosing his or her group. ...
[ Сохраненная копия ]  Ссылки http://www.astrosociety.org/edu/publications/tnl/48/change2.html -- 11.3 Кб -- 02.10.2012
Похожие документы

19. What is a Device Driver?
... Instead of putting code in each application you write to control each device, you share the code between applications. ... Within the kernel, there are a set of functions, registered with the filesystem, which are called to handle requests to do I/O on ``device special files,'' which are those which represent devices. ... This chapter explains how to write any type of Linux device driver that you might need to, including character, block, SCSI, and network drivers. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/linux/khg/HyperNews/get/devices/whatis.html -- 5.4 Кб -- 23.03.2000
Похожие документы

20. Actor Prolog User Guide. Residents.
In Actor Prolog a resident is a special mechanism that helps processes to inspect state of other processes. A resident observes the state of a specified (target) process and if the state of the process changes (for instance, after message handling) it proves a specified predicate of the process. ... Work of the resident. ... Any change of the list of target processes or arguments of resident function results in activation of the resident and repeated collection of information in the target worlds. ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/Lab144/start/e_reside.html -- 14.6 Кб -- 24.09.2007
Похожие документы

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


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

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

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