1. COLUMNS
. Gnumeric . Prev . Next . COLUMNS -- . COLUMNS() . COLUMNS . @ , #VALUE!. COLUMNS(H2:J3) 3. COLUMN , ROW , ROWS . Prev . Home . Next . COLUMN . Up . COMBIN
[
]
http://uneex.mithril.cs.msu.su/static/GnumericDoc_ru/r2061.html -- 3.8 -- 26.09.2011
[
]
http://uneex.lorien.cs.msu.su/static/GnumericDoc_ru/r2061.html -- 3.8 -- 26.09.2011
:
(
(>1261) - uneex.lorien.cs.msu.su/ )
2. odbc_fetch_into
... 3.0.6 - 3.0.18 only, PHP 4 >= 4.0.0) odbc_fetch_into -- Fetch one result row into array . int odbc_fetch_into ( int result_id [, int rownumber, array result_array]) . ... Example 1. odbc_fetch_into() pre 4.0.6 example . rc = odbc_fetch_into($res_id, $my_array); . ... Future: In PHP 4.1, this function will be moved to the following format: int odbc_fetch_into ( int result_id, array result_array [, int rownumber]) Please note, that rownumber will be optional, while result_array is not. ...
[
]
http://old.hcs.cmc.msu.ru/php/function.odbc-fetch-into.html -- 5.5 -- 03.02.2002
[
]
http://old.master.cmc.msu.ru/php/function.odbc-fetch-into.html -- 5.5 -- 03.02.2002
[
]
http://oit.cmc.msu.ru/php/function.odbc-fetch-into.html -- 5.5 -- 03.02.2002
:
(
(>3029) - oit.cmc.msu.ru/ )
3. Long description of example illustrating a table of travel expenses
This diagram gives one visual rendering of a table that has been marked up especially for aural rendering. The table has a centered caption above it that reads "Travel Expense Report". ... In order to group information in a useful way, the table has a central column group with three columns, labeled "Meals", "Hotels", and "Transport" from left to right. The table's first column (to the left of the central column group) lists days of travel and labels these days with the city visited. ...
[
]
http://crydee.sai.msu.ru/~vab/html.doc/css2/images/longdesc/table1-desc.html -- 3.1 -- 02.05.1998
:
(
(>40509) - crydee.sai.msu.ru/ )
4. ExtensionFileFilter
... public class ExtensionFileFilter . ... A convenience implementation of FileFilter that filters out all files except for those type extensions that it knows about. ... Extension - create a new filter that filerts out all files but gif and jpg image files: JFileChooser chooser = new JFileChooser(); ExtensionFileFilter filter = new ExtensionFileFilter( new String{"gif", "jpg"}, "JPEG GIF Images") chooser.addChoosableFileFilter(filter); chooser.showOpenDialog(this); . ... private java.lang.String . ...
[
]
http://angel.cs.msu.su/projects/system/javadoc/client/ExtensionFileFilter.html -- 24.0 -- 20.12.2004
:
(
(>225) - angel.cs.msu.su/ )
5. mod_dav - Apache HTTP Server
... Apache HTTP Server Version 2.0 . Apache > HTTP Server > Documentation > Version 2.0 > 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://itpm.msu.su/manual/de/mod/mod_dav.html -- 16.8 -- 04.02.2005
:
(
(>507) - itpm.msu.su/ )
6. Mejlbro L. - Calculus 2c-2, Examples of Description of Surfaces Partial
... Mejlbro L. - Calculus 2c-2, Examples of Description of Surfaces Partial Derivatives, Gradient, Directional Derivative and Taylor's Formula . ... : Calculus 2c-2, Examples of Description of Surfaces Partial Derivatives, Gradient, Directional Derivative and Taylor's Formula . : Mejlbro L. : . ...
[
]
http://lib.mexmat.ru/books/52492 -- 14.9 -- 10.04.2016
:
(
(>12762) - lib.mexmat.ru/ )
7. Align tool for DNA-protein complexes
. A program for alignment of structures of DNA-protein complexes . Home . Feedback . Help . About . Input PDB code of the first complex: and chain of the protein (optional): . Input PDB code of the second complex: and chain of the protein (optional): . If you get stuck with program input, try example data and click Align! Example data . 2016
[
]
http://mouse.genebee.msu.ru/tools/StructAlign.html -- 5.0 -- 03.03.2016
:
(
(>21) - mouse.genebee.msu.ru/ )
8. Examples of using the man command
To get an overview of section 1 (one) of the manual: man 1 intro . ... This displays a one line synopsis of each command that has this keyword in its description. To search the online manual for a command with the phrase "copy files": man -k 'copy files' . ... To check what a command does: whatis more more, page (1) - browse or page through a text file . ... To display the manual page for the cp (copy files) command: man cp . ... To print the manual page for the man command: man -t man . ...
[
]
http://comet.sai.msu.ru/UNIXhelp/examples/man.html -- 3.0 -- 17.01.1997
:
(
(>510) - comet.sai.msu.ru/ )
9. allpy: a9d4a06ed103 repeats/test.py
... line source . ... 4 from repeat_joiner import Interval , RepeatJoiner . ... 7 for line in open ( sys . ... 8 line = line . ... 9 if line : . 10 c1 , c2 , from1 , to1 , from2 , to2 , ori1 , ori2 = line . ... 12 continue # first line . 13 ori1 = True if int ( ori1 ) == 1 else False . ... 15 from1 = int ( from1 ) . ... 17 from2 = int ( from2 ) . ... 20 r1 = Interval ( rj , c1 , from1 , to1 , ori1 ) . 21 r2 = Interval ( rj , c2 , from2 , to2 , ori2 ) . ... 32 for interval in interval_group : . ...
[
]
http://kodomo.fbb.msu.ru/hg/allpy/file/a9d4a06ed103/repeats/test.py -- 13.3 -- 04.02.2013
:
(
(>26125) - kodomo.fbb.msu.ru/ )
10. FlexWebListPlugin - TWiki - TWiki - (printable)
... It is extended to improve the display of hierarchical web structures, a feature added to TWiki4 and adds more flexibility when used in TWikiApplications. ... This tag iterates over all specified webs and all of their subwebs recursively while using the specified format strings to produce the output. ... subfooter : format string following the output of any subweb; subheader and subfooter are only added if the list of subwebs of the current web is not empty (defaults to footer ) . ... format . ...
[
]
http://dualopt1.cmm.msu.ru/bin/view/TWiki/FlexWebListPlugin?cover=print.nat -- 24.7 -- 28.02.2014
:
(
(>41278) - dualopt1.cmm.msu.ru/ )
11. Fortran DVM language description
Fortran-DVM . ... Language description . ... 2.2 Syntax of FDVM directives . ... 4.2 Distribution of dynamic arrays . ... 6 Remote data specification . ... 6.2 SHADOW type references . ... 6.2.2 Synchronous specification of independent references of SHADOW type for single loop . ... 6.2.5 Asynchronous specification of independent references of SHADOW type . ... 6.3.3 Asynchronous specification of REMOTE type references . ... 6.4.2 Asynchronous specification of REDUCTION type references . ...
[
]
http://sp.cs.msu.ru/dvm/dvmhtm1107/eng/usr/fdvm/fdvmLDe.html -- 13.2 -- 13.02.2006
:
(
(>178) - sp.cs.msu.ru/ )
12. http://mirror.msu.net/pub/gentoo-portage/dev-python/networkx/networkx-1.10.ebuild
Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 PYTHON _COMPAT=( python {2_7,3_3,3_4} ) inherit distutils-r1 DESCRIPTION= Python tools to manipulate graphs and complex networks HOMEPAGE= http:// networkx .github.io/ https://github.com/ networkx / networkx SRC_URI= mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz LICENSE= BSD SLOT= 0 KEYWORDS= ~amd64 ...
[
]
http://mirror.msu.net/pub/gentoo-portage/dev-python/networkx/networkx-1.10.ebuild -- 3.0 -- 03.02.2016
:
(
(>46512) - mirror.msu.net/ )
13. "Automatic detection and description of supercomputer network infrastructure"
... Automatic detection and description of supercomputer network infrastructure" . ... In order to solve this problem, Moscow University Research Computing Center is currently developing the Octotron system whose main objective is to provide the maximum safety and fullest usage of the hardware. ... In this paper we describe a programming tool being developed in order to detect Ethernet and Infiniband network topology in supercomputer systems. ...
[
]
http://num-meth.srcc.msu.ru/english/zhurnal/tom_2014/v15r148.html -- 4.2 -- 21.10.2014
:
(
(>192) - num-meth.srcc.msu.ru/ )
14. Change-points at different levels of the hierarchy of EEG segmental...
Brain Research Group >> Research >> Change-point analysis ... << previous next >> . ... When detection of the change-points in alpha band power was performed as in the previous subsection, more than one change-point per second was obtained in average. ... The hypothesis of the hierarchy of EEG segmental descriptions (Kaplan 1998) (see subsection 7.3.2) is a theoretical reason for introducing the adjustment of the change-point detection probability. ...
[
]
http://brain.bio.msu.ru/papers/chp2000/8.htm -- 10.2 -- 03.06.2005
:
(
(>49) - brain.bio.msu.ru/ )
15. Qt Toolkit - QFocusData Class
Maintains the list of widgets which can take focus. More... #include < qfocusdata.h > . ... When reimplementing QWidget::focusNextPrevChild () to provide special focus flow, you will usually call QWidget::focusData () to retrieve the focus data stored at the top-level widget - the focus data for that hierarchy of widgets. ... Moves the cursor to the focusWidget () and returns that widget. ... Note that the focus widgets are a loop of widgets. ... qfocusdata.h: 1998/07/03 . ...
[
]
http://rtm-cs.sinp.msu.ru/manual/qt/qfocusdata.html -- 4.8 -- 11.07.1998
:
(
(>669) - rtm-cs.sinp.msu.ru/ )
16. CDFE => Online Services => Nuclear Reaction Threshold and Energy Values
Online Services | ... This program give to one the possibility to calculate REACTION THRESHOLD and REACTION ENERGY values for any nuclear reaction: . ... Equation for REACTION ENERGY : E react = ( M 1 + M 2 - SUM ) * c 2 , . ... Format of ENERGY value: Energy value energy error . Nucleon Separation Energy Graph Engine is universal program for plotting graph of nucleon separation energies. ... 3) Type and number of nucleon separated (namefield "Reaction") (multiselect field), . ...
[
]
http://cdfe.sinp.msu.ru/services/calc_thr/calc_thr_help.html -- 13.2 -- 21.11.2006
:
(
(>55) - cdfe.sinp.msu.ru/ )
17. http://geo.web.ru/COMPASS/geo.html
GEO, Geoinformation Instrumental Environment . ... Applications . ... GEO helps to create computer-based models of geological events and phenomenons by processing quality knowledge, experts evaluations of the forecast values and knowledge acquired from geological and geophysical data. ... The GEO environment integrates geographic information system (GIS) technology with case-based and knowledge-based system technologies. ... seismic hazard assessment as well as direct/indirect seismic risk evaluation. ...
[
]
http://geo.web.ru/COMPASS/geo.html -- 5.8 -- 17.01.2003
:
(
(>641) - geo.web.ru/ )
18. Multiparameter Stability Theory with Mechanical Applications
Series on Stability, Vibration and Control of Systems, Series A - Vol. ... MULTIPARAMETER STABILITY THEORY WITH MECHANICAL APPLICATIONS . ... This book deals with fundamental problems, concepts, and methods of multiparameter stability theory with applications in mechanics. ... Introduction to Stability Theory . ... Read Full Review . ... Since Bolotin's pioneering book on nonconservation problems on the theory of elastic stability, not many books appeared at such a high level, such as this one. ...
[
]
http://mailybaev.imec.msu.ru/book.htm -- 12.8 -- 18.06.2008
:
(
(>29) - mailybaev.imec.msu.ru/ )
19. Manpage of FITSHDR
fitshdr - FITS-file headers manipulation tool fitshdr [options] [FITSfile_name] . ... fitshdr [options] --edit FITSfile_name . ... If You want to modify headers of FITSFILE using new FITS-header lines from HEADER file (or from stdin), You have to use this option (You can skip this option, if -H or --header option is used). ... Empty header lines are not displayed (in 'dump' mode only). --line-offsets . ... In 'dump' mode: file offset will be displayed for each header line. --no-line-offsets . ...
[
]
http://lnfm1.sai.msu.ru/~pav/dists/fitshdr/fitshdr.1.html -- 12.8 -- 21.12.2010
:
(
(>225) - lnfm1.sai.msu.ru/ )
20. http://higeom.math.msu.su/people/taras/TTC/slides/terzic.pdf
... Invariant complex structures on generalized symmetric spaces Svjetlana Terzi c University of Montenegro joint work with Dieter Kotschick (LMU - Munich) 1 1. ... In particular, if H is centralizer of a torus in G than G/H admits an invariant almost complex structure. ... On the numb er of invariant (almost) complex structures Thm 4 (Borel-Hirzebruch) Isotropy representation for G/H decomp oses into t irreducible summands G/H admits exactly 2t invariant almost complex structures. ...
[
]
http://higeom.math.msu.su/people/taras/TTC/slides/terzic.pdf -- 63.2 -- 20.06.2006
:
(
(>321) - higeom.math.msu.su/ )