1. RANDBETWEEN
Gnumeric . Prev . Next . ... RANDBETWEEN(bottom,top) . ... @bottom @top , . @bottom > @top RANDBETWEEN #NUM!. Excel. ... RAND . ... Home . ...
[
]
http://uneex.mithril.cs.msu.su/static/GnumericDoc_ru/r7472.html -- 3.8 -- 26.09.2011
[
]
http://uneex.lorien.cs.msu.su/static/GnumericDoc_ru/r7472.html -- 3.8 -- 26.09.2011
:
(
(>1492) - uneex.lorien.cs.msu.su/ )
2. Long description of example illustrating table row height calculations and
This diagram shows how the 'vertical-align' properties on cells combine to determine the height of the row containing the cells. The diagram also illustrates the meaning of some values of 'vertical-align' that apply to table cells: baseline, top, bottom, and middle. The diagram shows a row of five (labeled) table cells of varying heights and alignments. ... The first cell is aligned with the row baseline and extends to just below the row top. ...
[
]
http://crydee.sai.msu.ru/~vab/html.doc/css2/images/longdesc/cell-align-desc.html -- 2.5 -- 11.05.1998
:
(
(>40756) - crydee.sai.msu.ru/ )
3. php_uname
. PHP Manual . Prev . Next . (PHP 4 >= 4.0.2) php_uname -- Returns information about the operating system PHP was built on . string php_uname ( (void);) . php_uname() returns a string with a description of the operating system PHP is built on. Example 1. php_uname() Example . if (substr(php_uname(), 0, 7) == "Windows") { die ("Sorry, this script doesn't run on Windows.\n"); } . Prev . Home . Next . php_sapi_name . Up . putenv
[
]
http://old.hcs.cmc.msu.ru/php/function.php-uname.html -- 3.7 -- 03.02.2002
[
]
http://old.master.cmc.msu.ru/php/function.php-uname.html -- 3.7 -- 03.02.2002
[
]
http://oit.cmc.msu.ru/php/function.php-uname.html -- 3.7 -- 03.02.2002
:
(
(>3035) - oit.cmc.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. 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
:
(
(>9100) - lib.mexmat.ru/ )
6. 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
:
(
(>495) - comet.sai.msu.ru/ )
7. mod_example - Apache HTTP Server
Modules | ... Apache HTTP Server Version 2.0 . ... 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. ... If you link it into your server, enable the "example-handler" handler for a location, and then browse to that location, you will see a display of some of the tracing the example module did as the various callbacks were made. ... Using the mod_example Module . ...
[
]
http://itpm.msu.su/manual/de/mod/mod_example.html -- 9.0 -- 04.02.2005
:
(
(>502) - itpm.msu.su/ )
8. 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
:
(
(>18263) - kodomo.fbb.msu.ru/ )
9. 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
:
(
(>41364) - dualopt1.cmm.msu.ru/ )
10. 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
:
(
(>175) - sp.cs.msu.ru/ )
11. 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
:
(
(>45) - brain.bio.msu.ru/ )
12. 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
:
(
(>675) - rtm-cs.sinp.msu.ru/ )
13. http://mirror.msu.net/pub/gentoo-portage/net-p2p/bitcoind/bitcoind-0.12.0.ebuild
;188ca9c305d3dd0fb462b9d6a44048b1d99a05f3 BITCOINCORE_LJR_DATE= 20160226 BITCOINCORE_LJR_PREV= rc1 BITCOINCORE_IUSE= examples ljr test upnp +wallet zeromq BITCOINCORE_POLICY_PATCHES= +rbf spamfilter BITCOINCORE_NEED_LEVELDB=1 BITCOINCORE ...
[
]
http://mirror.msu.net/pub/gentoo-portage/net-p2p/bitcoind/bitcoind-0.12.0.ebuild -- 2.9 -- 24.03.2016
:
(
(>46654) - mirror.msu.net/ )
14. CDFE => Online Services => NSR Search Engine
CDFE => Online Services => NSR Search Engine Description . This program lets to find articles from Nuclear Science References (NSR). I. Names and descriptions of NSR Search Engine fields . ... Quantity Type Parameter type of <SELECTRS>. ... Target nucleus Chemical symbol or charge and atomic number of target nucleus. ... Range of energy Range of reaction energy (Example: 0.3 - 1 GeV ). ... Example: 1998) . ... Work scheme NSR Search Engine. ... NSR Search Engine printscreen for example. ...
[
]
http://cdfe.sinp.msu.ru/services/nsr/NSR_help.shtml -- 5.6 -- 22.12.2007
:
(
(>54) - cdfe.sinp.msu.ru/ )
15. APEV service - Space monitoring data center
... Data . ... Services . ... Solar energetic particles . ... N -d SW Conditions : Time profiles of the key geomagnetic ( Ap and Dst indices), solar wind (velocity V , density n and temperature T ) and IMF ( B , Bx , By , Bz in GSM) parameters observed in the N day vicinity of the geomagnetic disturbed day. N -d Map of Solar Events : Map of solar surface events occurred within N day vicinity of the moment when the solar wind expansion (which causes the geomagnetic event) started. ... WIND . ...
[
]
http://smdc.sinp.msu.ru/index.py?nav=apev -- 23.8 -- 09.04.2016
:
(
(>17) - smdc.sinp.msu.ru/ )
16. :: ChemEl 1.0
... Enter here your expression: Process as chemical reaction (not as a phase composition). ... Preview: . ... "Remove redundant tags" sup sub. ... In the second textbox will appear HTML-code and after the word "Preview" - chemical formula. You can also edit HTML-code in it's textbox and update Preview by "Update preview" button. Button "Copy" is more comfortable than Ctrl+C. "Remove redundant tags" button will delete redundant sup and sub tags. ... HTML-code . ...
[
]
http://geo.web.ru/db/calc/ChemEl.html -- 13.5 -- 10.04.2016
:
(
(>329) - geo.web.ru/ )
17. PLANdbAffy: probe-level annotation database for Affymetrix expression
Database: . ... Affymetrix official site . ... Clone/Gene ID converter . ... Probe set search: . Affymetrix probe set identifier example: "238900_at" . ... Search . Text search: . Gene official symbol (*-wildcard) example: "c1orf*" . Word or phrase in gene official name example: "receptor" . ... Gene search: . ENSEMBL gene identifier example: "ENSG00000026508" . NCBI Entrez Gene identifier example: 7503 . HUGO gene identifier example: 1681 . ...
[
]
http://mouse.belozersky.msu.ru/~ramil/PLANdbAffy_human/ -- 6.1 -- 14.12.2010
:
(
(>320) - mouse.belozersky.msu.ru/ )
18. SAI OCL Catalog Virtual Observatory
... Structure of Data . ... Catalog . ... The SAI OCL Catalog site provides several VO-enabled modes of operation: . VO-enabled catalog data analysis from a browser . ... Endpoint URL is http://ocl.sai.msu.ru/catalog/conesearch/ . ... VO-enabled catalog analysis from a browser . Presently, this recipe works with Firefox (Windows, MacOS, Linux), Internet Explorer (Windows) and Opera (Windows) browsers with Java plugin 1.6 installed. ... Main TOPCAT window with SAI OCL catalog loaded will appear. ...
[
]
http://ocl.sai.msu.ru/vo/ -- 7.4 -- 09.04.2016
:
(
(>222) - ocl.sai.msu.ru/ )
19. http://kodomo.cmm.msu.su/trac/tanchiki/wiki/TracRoadmap?format=txt
The Trac Roadmap = [[TracGuideToc]] The roadmap provides a view on the [wiki:TracTickets ticket system] that helps planning and managing the future development of a project. ... Note:''' Milestone descriptions can not currently be edited using 'trac-admin'. == iCalendar Support == The Roadmap supports the [http://www.ietf.org/rfc/rfc2445.txt iCalendar] format to keep track of planned milestones and related tickets from your favorite calendar software. ...
[
]
http://kodomo.cmm.msu.su/trac/tanchiki/wiki/TracRoadmap?format=txt -- 4.7 -- 28.02.2014
[
]
http://kodomo.cmm.msu.ru/trac/tanchiki/wiki/TracRoadmap?format=txt -- 4.7 -- 01.03.2014
:
(
(>3689) - kodomo.cmm.msu.ru/ )
20. 1d Map Description
DESCRIPTION OF THE 1d SOLAR EVENT MAP . ... In the case of 1d Map this is 1 day interval around the moment of the solar wind stream start from the Sun. ... This date coincides with central day of the map marked by solid vertical line (in the present example - 8 June, 2000). ... The following phenomena are presented on the map: coronal holes, filaments, solar flares and the distribution of the solar magnetic field on the source surface (2.5 solar radii). ... The filaments are indicated by blue spots. ...
[
]
http://dbserv.sinp.msu.ru/apev/mapdesc1.htm -- 4.3 -- 13.03.2008
:
(
(>25) - dbserv.sinp.msu.ru/ )