1. HOUR
Gnumeric . Prev . Next . ... . 0 (12:00 A.M.) 23 (11:00 P.M.) . ... HOUR(0.128472) 3. ... Home . ... HLOOKUP . ... HYPERLINK ...
[
]
http://uneex.mithril.cs.msu.su/static/GnumericDoc_ru/r4702.html -- 4.0 -- 26.09.2011
[
]
http://uneex.lorien.cs.msu.su/static/GnumericDoc_ru/r4702.html -- 4.0 -- 26.09.2011
:
(
(>1965) - uneex.lorien.cs.msu.su/ )
2. getdate
... PHP 3 <= 3.0.18, PHP 4 >= 4.0.0) getdate -- Get date/time information . array getdate ( [int timestamp]) . ... mday" - day of the month . wday" - day of the week, numeric : from 0 as Sunday up to 6 as Saturday . mon" - month, numeric . year" - year, numeric . yday" - day of the year, numeric; i.e. "299" . ... month" - month, textual, full; i.e. "January" . ... today = getdate(); $month = $today['month']; $mday = $today['mday']; $year = $today['year']; echo "$month $mday, $year"; . ...
[
]
http://old.hcs.cmc.msu.ru/php/function.getdate.html -- 4.6 -- 03.02.2002
[
]
http://old.master.cmc.msu.ru/php/function.getdate.html -- 4.6 -- 03.02.2002
[
]
http://oit.cmc.msu.ru/php/function.getdate.html -- 4.6 -- 03.02.2002
:
(
(>3038) - oit.cmc.msu.ru/ )
3. Qt Toolkit - QTime Class
The QTime class provides time functions 24 hours a day. ... QTime (inth, intm, ints=0, intms=0) . bool isNull ()const . ... Returns TRUE if the time is equal to 00:00:00.000. ... Returns TRUE if the time is valid, or FALSE if the time is invalid. ... Example: QTime::isValid (21, 10, 30); // returns TRUE QTime::isValid (22, 5, 62); // returns FALSE . ... Returns the number of milliseconds between this time and t. Returns TRUE if this time is different from t, or FALSE if they are equal. ...
[
]
http://rtm-cs.sinp.msu.ru/manual/qt/qtime.html -- 12.2 -- 11.07.1998
:
(
(>692) - rtm-cs.sinp.msu.ru/ )
4. Long description for the second Bach/XML formatting example
This diagram illustrates a second example of formatting an XML document. Five lines of text are displayed, all the same color. ... The second is the author's name and is in italics. ... The lines are: Fredrick the Great meets Bach Johann Nikolaus Forkel One evening, just as he was getting his flute ready and his musicians were assembled, an officer brought him a list of the strangers who had arrived. ...
[
]
http://crydee.sai.msu.ru/~vab/html.doc/css2/images/longdesc/bach2-desc.html -- 1.9 -- 01.05.1998
:
(
(>43268) - crydee.sai.msu.ru/ )
5. mod_expires - Apache HTTP Server
... Directives | ... Apache HTTP Server Version 2.0 . ... This module controls the setting of the Expires HTTP header and the max-age directive of the Cache-Control HTTP header in server responses. The expiration date can set to be relative to either the time the source file was last modified, or to the time of the client access. ... access . ... If set to On , the headers will be added to served documents according to the criteria defined by the ExpiresByType and ExpiresDefault directives ( q.v. ). ...
[
]
http://itpm.msu.su/manual/de/mod/mod_expires.html -- 14.6 -- 04.02.2005
:
(
(>536) - itpm.msu.su/ )
6. %TOPICTITLE% (74 vs. 75) - TWiki
Welcome , Registration , and other StartingPoints ; TWiki history & Wiki style; All the docs.. ... Line: 1 to 1 . ... multiple="on" . ... A format can be specified, with $item indicating the element, e.g. multiple="Option: $item" . ... Exclude topics from search: A topic, a topic with asterisk wildcards, or a list of topics separated by comma. ... order="topic" . ... Sort the results of search by the topic names, topic creation time, last modified time, last editor, or named field of TWikiForms . ...
[
]
http://dualopt1.cmm.msu.ru/bin/rdiff/TWiki/TWikiVariables?rev1=75;rev2=74;skin=kubrick.nat%2Cnat%2C%20pattern;sortcol=2;table=7;up=0 -- 38.6 -- 12.04.2016
:
(
(>41532) - dualopt1.cmm.msu.ru/ )
7. VarGMTIME < System < Foswiki
VarGMTIME ---+++ GMTIME{"format"} -- formatted GM time * Syntax: =%<nop>GMTIME%= OR =%<nop>GMTIME{"format"}%= * =%<nop>GMTIME%= uses the default date format defined by the {DefaultDateFormat} setting in [[%SCRIPTURLPATH{"configure"}%][configure]] * expands to %GMTIME% * Supported special format tokens: | ... day= | day of month | ... number of week in year (ISO 8601) | ... GMTIME{"$iso"}% | ... This topic: System > WebHome > Macros > VarGMTIME . ... Ideas, requests, problems regarding Foswiki? ...
[
]
http://wiki.cs.msu.ru/System/VarGMTIME?cover=print;raw=on -- 9.3 -- 10.04.2016
[
]
http://wiki.cmc.msu.ru/System/VarGMTIME?cover=print;raw=on -- 9.3 -- 10.04.2016
:
(
(>6986) - wiki.cmc.msu.ru/ )
8. VarGMTIME < System < Foswiki
You are here: Foswiki > System Web > Macros > VarGMTIME (19 Sep 2010, ProjectContributor ) E dit A ttach . Syntax: %GMTIME% OR %GMTIME{"format"}% . ... expands to 10 Apr 2016 - 22:08 . Supported special format tokens: . ... day . day of month . ... number of week in year (ISO 8601) . ... Example: %GMTIME{"$day $month, $year - $hour:$min:$sec"}% expands to 10 Apr, 2016 - 22:08:29 When used in a template topic, this macro will be expanded when the template is used to create a new topic. ...
[
]
http://wiki.cs.msu.ru/System/VarGMTIME?sortcol=0;table=1;up=2 -- 26.9 -- 10.04.2016
:
(
(>2275) - wiki.cs.msu.ru/ )
9. 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
:
(
(>224) - angel.cs.msu.su/ )
10. CREATE FULLTEXT CONFIGURATION
... CREATE FULLTEXT CONFIGURATION -- create full-text configuration . CREATE FULLTEXT CONFIGURATION cfgname PARSER prsname [ LOCALE localename ] [ AS DEFAULT ]; CREATE FULLTEXT CONFIGURATION cfgname [ { PARSER prsname | ... PARSER . ... LOCALE . ... Create new configuration test with default parser and ru_RU.UTF-8 locale. CREATE FULLTEXT CONFIGURATION test PARSER default LOCALE 'ru_RU.UTF-8'; =# \dF+ test Configuration "public.test" Parser name: "pg_catalog.default" Locale: 'ru_RU.UTF-8' Token | ...
[
]
http://www.sai.msu.su/~megera/postgres/fts/doc/sql-fts-createcfg.html -- 10.1 -- 13.04.2008
:
(
(>3084) - www.sai.msu.su/ )
11. http://xray.sai.msu.ru/~ivan/gmt/man/grdsample.html
grdsample - Resample a grd file onto a new grid grdsample in _ grdfile -G out _ grdfile [ -F ] [ -I dx [ m|c ][/ dy [ m|c ]] ] [ -L flag ] [ -N nx / ny ] [ -Q ] [ -R west / east / south / north [ r ] ] [ -T ] [ -V ] grdsample reads a grdfile and interpolates it to create a new grdfile with either: a different registration ( -T ); or, a new grid-spacing ( -I ) or number of nodes ( -N ), and perhaps also a new sub-region ( -R ). ... G The name of the output grd file. ... Default is grid registration]. ...
[
]
http://xray.sai.msu.ru/~ivan/gmt/man/grdsample.html -- 5.3 -- 19.03.1999
:
(
(>569) - xray.sai.msu.ru/ )
12. Apache module mod_expires
This module provides for the generation of Expires HTTP headers according to user-specified criteria. ... This module controls the setting of the Expires HTTP header in server responses. The expiration date can set to be relative to either the time the source file was last modified, or to the time of the client access. ... ExpiresByType . ExpiresDefault . The ExpiresDefault and ExpiresByType directives can also be defined in a more readable syntax of the form: . ... Module: mod_expires . ...
[
]
http://oit.cmc.msu.ru/manual/mod/mod_expires.html -- 10.8 -- 04.02.2001
[
]
http://old.hcs.cmc.msu.ru/manual/mod/mod_expires.html -- 10.8 -- 04.02.2001
[
]
http://old.master.cmc.msu.ru/manual/mod/mod_expires.html -- 10.8 -- 04.02.2001
:
(
(>108) - neptun.sai.msu.ru/ )
13. 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
:
(
(>14022) - lib.mexmat.ru/ )
14. http://kodomo.fbb.msu.ru/hg/allpy/raw-rev/8405ddf8f8c1
1359123081 -14400 # Node ID 8405ddf8f8c13c4cb672db74dfadc6281b85610e # Parent f2a7332dbc09e24c632787fe46bf47156fe63a29 compare-aln-3d/ web : add short and full description diff -r f2a7332dbc09 -r 8405ddf8f8c1 pair_cores / web /approot/locales/pair-cores- web .xml --- a/ pair_cores / web /approot/locales/pair-cores- web .xml Tue Jan 15 18:51:35 2013 +0400 +++ b/ pair_cores / web /approot/locales/pair-cores- ... Residues from same plus-block and same column form a homology class. ...
[
]
http://kodomo.fbb.msu.ru/hg/allpy/raw-rev/8405ddf8f8c1 -- 11.0 -- 02.02.2013
:
(
(>15839) - kodomo.fbb.msu.ru/ )
15. http://mirror.msu.net/pub/gentoo-portage/eclass/qt4-r2.eclass
... DESCRIPTION: # This eclass contains various functions that may be useful when # dealing with packages using Qt4 libraries. ... Use qmake-utils.eclass in EAPI 6 and later. case ${EAPI} in 2|3|4|5) : ;; 6) die "qt4-r2.eclass is banned in EAPI 6 and later" ;; *) die "qt4-r2.eclass: unsupported EAPI=${EAPI:-0}" ;; esac inherit base eutils qmake-utils export XDG_CONFIG_HOME="${T}" # @ECLASS-VARIABLE: DOCS # @DEFAULT_UNSET # @DESCRIPTION: # Array containing documents passed to dodoc command. ...
[
]
http://mirror.msu.net/pub/gentoo-portage/eclass/qt4-r2.eclass -- 4.9 -- 28.12.2015
:
(
(>47160) - mirror.msu.net/ )
16. 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
:
(
(>54) - brain.bio.msu.ru/ )
17. http://www.mce.biophys.msu.ru/archive/doc97482/eng.pdf
... The first idea an arithmetic triangle. ... In work [1] has been offered descriptive geometric optic model on the basis of consideration of binomial distribution for the description of propagation of light in the laser. ... In work [3]the new algorithm of construction of a nonlinear arithmetic triangle on the basis of numerical modeling and binary notation has been offered, communication of the offered algorithm and binomial coefficients of various types is shown. ...
[
]
http://www.mce.biophys.msu.ru/archive/doc97482/eng.pdf -- 30.8 -- 01.10.2012
:
(
(>13750) - www.mce.biophys.msu.ru/ )
18. 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
:
(
(>26) - dbserv.sinp.msu.ru/ )
19. PC GAMESS vs. WinGamess performance comparison
... CPU time, seconds. Test 1, PC GAMESS . ... input , output ) . ... Test 1, WinGAMESS . ... Not enough memory to run test . ... The PC GAMESS performance does not depend on particular Operating System in use. ... Tests 1 and 3 demonstrate unknown bug (most likely, in ECP or 2-e integrals part) of WinGamess (and possible GAMESS (US) as well). ... Test 6 demonstrates bug in WinGamess/GAMESS (US) DIIS CPHF solver code resulting in completely wrong energy gradient . ...
[
]
http://classic.chem.msu.su/gran/gamess/pcgamess_vs_wingamess.html -- 29.9 -- 19.06.2011
:
(
(>102) - classic.chem.msu.su/ )
20. 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
:
(
(>509) - comet.sai.msu.ru/ )