1. GROWTH
... Prev . Next . ... GROWTH(known_y's[,known_x's,new_x's,const]) . ... @new_x , @known_x. GROWTH @new_x. @known_y @known_x , GROWTH #NUM!. ... GNUMERIC_VERSION . ...
[
]
http://uneex.mithril.cs.msu.su/static/GnumericDoc_ru/r4560.html -- 4.5 -- 26.09.2011
[
]
http://uneex.lorien.cs.msu.su/static/GnumericDoc_ru/r4560.html -- 4.5 -- 26.09.2011
:
(
(>1922) - uneex.lorien.cs.msu.su/ )
2. 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
:
(
(>3023) - oit.cmc.msu.ru/ )
3. 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/ )
4. 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
:
(
(>1548) - www.sai.msu.su/ )
5. Long description for example showing how structurally overlapping cells are
This example shows a difference between CSS's table model for HTML and for other document formats. The first, HTML, example is defined by HTML to be illegal, as it would lead to overlapping cells if HTML's rules for layout are followed. ... The diagram depicts how the two examples, the HTML one and the almost identical non-HTML one, might be rendered. ... The rendering of the non-HTML example is on the right, it follows the CSS rules and thus has no overlapping cells. ...
[
]
http://crydee.sai.msu.ru/~vab/html.doc/css2/images/longdesc/table-overlap-desc.html -- 3.1 -- 04.05.1998
:
(
(>42092) - crydee.sai.msu.ru/ )
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
:
(
(>10620) - lib.mexmat.ru/ )
7. 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
:
(
(>489) - comet.sai.msu.ru/ )
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
:
(
(>15815) - 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
:
(
(>41088) - 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
:
(
(>161) - sp.cs.msu.ru/ )
11. 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
:
(
(>496) - itpm.msu.su/ )
12. FASTA format description
... It is recommended that all lines of text be shorter than 80 characters in length. An example sequence in FASTA . ... Sequences are expected to be represented in the standard IUB/IUPAC amino acid and nucleic acid codes, with these exceptions: lower-case letters are accepted and are mapped into upper-case; a single hyphen or dash can be used to represent a gap of indeterminate length; and in amino acid sequences, U and * are acceptable letters (see below). ...
[
]
http://www.genebee.msu.ru/blast/fasta.html -- 3.9 -- 31.05.1999
:
(
(>139) - www.genebee.msu.ru/ )
13. 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
:
(
(>44) - brain.bio.msu.ru/ )
14. 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
:
(
(>663) - rtm-cs.sinp.msu.ru/ )
15. JQueryTextboxList < System < Foswiki
You are here: Foswiki > System Web > JQueryPlugin > JQueryTextboxList (11 Jul 2012, ProjectContributor ) E dit A ttach . ... Turns a text input into a Facebook like list widget with autocompletion. ... Using javascript: <input type="text" name="tags" /> <script> jQuery(function($) { $("input[name='tags']").textboxlist(options); }); </script> . ... name of the input element used for list values; equals to the name of the original input field if undefined . ... css class of values in the list . ...
[
]
http://wiki.cs.msu.ru/System/JQueryTextboxList?sortcol=2;table=1;up=1 -- 33.2 -- 11.04.2016
[
]
http://wiki.cmc.msu.ru/System/JQueryTextboxList?sortcol=2;table=1;up=1 -- 33.2 -- 12.04.2016
:
(
(>6897) - wiki.cmc.msu.ru/ )
16. 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
:
(
(>46451) - mirror.msu.net/ )
17. 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
:
(
(>50) - cdfe.sinp.msu.ru/ )
19. http://xray.sai.msu.ru/~ivan/gmt/man/grdhisteq.html
grdhisteq - Histogram equalization for grd files grdhisteq in _ grdfile [ -G out _ grdfile ] [ -C n _ cells ] [ -D ] [ -N [ norm ] ] [ -Q ] [ -V ] grdhisteq allows the user to find the data values which divide a given grdfile into patches of equal area. ... One could use grdhisteq to write to stdout an ASCII list of those data values which divide the range of the data into n _ cells segments, each of which has an equal area in the image. ... C Sets how many cells (or divisions) of data range to make. ...
[
]
http://xray.sai.msu.ru/~ivan/gmt/man/grdhisteq.html -- 7.0 -- 19.03.1999
:
(
(>489) - xray.sai.msu.ru/ )
20. NEW FARM RESOLUTION (From RUSAG conference)
... Subject : NEW FARM RESOLUTION (From RUSAG conference) . ... This material is from RUSAG conference. ... First, as Deputy Prime Minister Alexander Zaveryukha noted, the government is sticking to its plan to spend the 13.1 trillion rubles already allocated in the farm budget for 1996. ... In addition, the authors of the resolution argue, that with increased government backing, farmers will be able to produce 9 million tons of meat and chicken, 34 million tons of milk, and 32 billion eggs. ...
[
]
http://www.fadr.msu.ru/archives/mailing-list/priv-agr/art-eng/msg00005.html -- 9.4 -- 25.05.1996
:
(
(>279) - www.fadr.msu.ru/ )