1. dbase_replace_record
PHP Manual . Prev . Next . 3.0.11 - 3.0.18 only, PHP 4 >= 4.0.0) dbase_replace_record -- Replace a record in a dBase database . bool dbase_replace_record ( int dbase_identifier, array record, int dbase_record_number) . Replaces the data associated with the record record_number with the data in the record in the database. ... dbase_add_record . ... dbase_delete_record ...
[
]
http://old.hcs.cmc.msu.ru/php/function.dbase-replace-record.html -- 4.0 -- 03.02.2002
[
]
http://old.master.cmc.msu.ru/php/function.dbase-replace-record.html -- 4.0 -- 03.02.2002
[
]
http://oit.cmc.msu.ru/php/function.dbase-replace-record.html -- 4.0 -- 03.02.2002
:
(
(>3043) - oit.cmc.msu.ru/ )
2. HEX2BIN
Gnumeric . Prev . Next . ... HEX2BIN(number[,places]) . ... @places , #NUM!. Excel. HEX2BIN("2A") 101010. BIN2HEX , HEX2OCT , HEX2DEC . ... HARMEAN . ... HEX2DEC ...
[
]
http://uneex.mithril.cs.msu.su/static/GnumericDoc_ru/r4611.html -- 4.0 -- 26.09.2011
[
]
http://uneex.lorien.cs.msu.su/static/GnumericDoc_ru/r4611.html -- 4.0 -- 26.09.2011
:
(
(>2046) - uneex.lorien.cs.msu.su/ )
3. FTS Dictionary Example
... MAXLEN parameter specifies maximum length of the number considered as a 'good' integer. ... If REJECTLONG = FALSE (default), than dictionary returns prefixed part of integer number with length MAXLEN . ... This is a dict_tmpl.c file. # include postgres.h # include utils/builtins.h # include fmgr.h #ifdef PG_MODULE_MAGIC PG_MODULE_MAGIC; #endif # include utils/ts_locale.h # include utils/ts_public.h # include utils/ts_utils.h typedef struct { int maxlen ; bool rejectlong ; } ...
[
]
http://www.sai.msu.su/~megera/postgres/fts/doc/fts-intdict-xmp.html -- 9.6 -- 13.04.2008
:
(
(>2574) - www.sai.msu.su/ )
4. SAI graduates 1982
SAI, graduates year 1982. ... Note: when just a 7-digit phone number is shown, it refers to a phone located in Moscow (international access 007-495). "+" in front of a number means that you must dial an international access code first (or just press "+" on your mobile phone keypad). ... 939-1672(work); . ... Ataev Sasha . 1-(703)-536-8881(home) (USA); . ... Bychkov Sergey . ... 1-(410)-740-8205(home), +1-(301)-286-2150(work) (USA); . ... 1-(412)-767-0332(home), +1-(412)-608-9339(mobile) (USA); . ...
[
]
http://uranus.sai.msu.ru/~igor/sai82/ -- 6.1 -- 22.04.2009
:
(
(>42) - uranus.sai.msu.ru/ )
5. %TOPICTITLE% (3 vs. 4) - TWiki
... Example: %CALC{"$INT( 10 / 4 )"}% returns 2 . ... Example: %CALC{"$LENGTH(abcd)"}% returns 4 . ... Example: %CALC{"$LIST( $LEFT() )"}% returns Apples, Lemons, Oranges, Kiwis assuming the cells to the left contain | ... Example: %CALC{"$LOWER( $T(R1:C5) )"}% returns the lower case string of the text in cell R1:C5 . ... Example: To find the biggest number to the left of the current cell, write: %CALC{"$MAX( $LEFT() )"}% . ... Example: %CALC{"$TODAY()"}% returns the number of seconds since Epoch . ...
[
]
http://dualopt1.cmm.msu.ru/bin/rdiff/TWiki/SpreadSheetPlugin?rev1=4&rev2=3 -- 28.9 -- 28.02.2014
:
(
(>41826) - dualopt1.cmm.msu.ru/ )
6. http://mirror.msu.net/pub/gentoo-portage/dev-perl/Test-MockRandom/Test-MockRandom-1.10.0.ebuild
Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=6 DIST_AUTHOR=DAGOLDEN DIST_VERSION= 1.01 inherit perl-module DESCRIPTION= Replaces random number generation with non-random number generation LICENSE = Apache-2.0 SLOT= 0 KEYWORDS= ~amd64 ~x86 IUSE= test minimal examples RDEPEND = ...
[
]
http://mirror.msu.net/pub/gentoo-portage/dev-perl/Test-MockRandom/Test-MockRandom-1.10.0.ebuild -- 1.8 -- 16.03.2016
:
(
(>48153) - mirror.msu.net/ )
7. Examples of using the uniq command
. To remove consecutive duplicate lines from a file: uniq acc_nos accounts . This removes all consecutive duplicate lines from the file acc_nos and places the output in the file accounts . To list the consecutive duplicate lines and the number of times that each occurs: uniq -c tel_nos errors . This lists each of the consecutive duplicate lines in the file tel_nos and the number of times that each is repeated. The results are placed in the file errors .
[
]
http://comet.sai.msu.ru/UNIXhelp/utilities2/uniq1.html -- 2.2 -- 17.01.1997
:
(
(>589) - comet.sai.msu.ru/ )
8. Gather | PARALLEL.RU - -
... Gather . ... MPI_GATHER( sendbuf, sendcount, sendtype, recvbuf, recvcount, recvtype, root, comm) . ... IN recvtype] data type of recv buffer elements (significant only at root) (handle) . IN root] rank of receiving process (integer) . ... int MPI_Gather(void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm) . ... Each process (root process included) sends the contents of its send buffer to the root process. ... . ...
[
]
http://www.parallel.ru/docs/mpi1.1/node69.html -- 22.2 -- 09.04.2016
:
(
(>773) - www.parallel.ru/ )
9. perchild - Apache HTTP Server
... Apache HTTP Server Version 2.0 . ... A single control process launches the number of child processes indicated by the NumServers directive at server startup. ... For each child process, Apache assesses the number of idle threads and creates or destroys threads to keep this number within the boundaries specified by MinSpareThreads and MaxSpareThreads . ... The User and Group directives are used to set the privileges of the Apache child processes. ... Maximum number of threads per child process . ...
[
]
http://itpm.msu.su/manual/en/mod/perchild.html -- 18.1 -- 04.02.2005
:
(
(>603) - itpm.msu.su/ )
10. Bachman G. - Introduction to p-Adic Numbers and Valuation Theory ::
. ... Bachman G. - Introduction to p-Adic Numbers and Valuation Theory . ... : Introduction to p-Adic Numbers and Valuation Theory . ... The book is meant to serve as an introduction to valuation theory. ... Convergence, p-adic valuation 4 . ... p-adic numbers 33 34 . p-adic numbers (canonical expansion of) 35 . ... Valuation of algebraic number field 137 . ... , 2004-2016 . ...
[
]
http://lib.mexmat.ru/books/4063 -- 55.5 -- 09.04.2016
:
(
(>15129) - lib.mexmat.ru/ )
11. http://xray.sai.msu.ru/~ivan/gmt/man/filter1d.html
filter1d - Time domain filtering of 1-D time series filter1d [ infile ] -F < type >< width > [ -D increment ] [ -E ] [ -H [ nrec ] ] [ -I ignore _ val ] [ -L lack _ width ] [ -N n _ cols / t _ col ] [ -Q q _ factor ] [ -S symmetry _ factor ] [ -T start / stop / int ] [ -V ] [ -bi [ s ][ n ] ] [ -bo [ s ] ] filter1d is a general time domain filter for multiple column time series data. The user specifies the number of columns of input and which column is the time. ...
[
]
http://xray.sai.msu.ru/~ivan/gmt/man/filter1d.html -- 6.4 -- 19.03.1999
:
(
(>662) - xray.sai.msu.ru/ )
12. Long description for normal flow example
This diagram illustrates the normal flow of text between parent and sibling boxes. A document window is shown, with 8 lines (numbered 1 to 8), each 24px high. Four lines of text are displayed, occupying line 1 through 4. In the following PRE element, each 24 pixel line is simulated by two lines, the second beginning with the appropriate number. The lines, as they appear in the image, contain: 1 Beginning of body contents. ... 3 End of outer contents. End of body 4 contents. ...
[
]
http://crydee.sai.msu.ru/~vab/html.doc/css2/images/longdesc/flow-generic-desc.html -- 2.0 -- 01.05.1998
:
(
(>45544) - crydee.sai.msu.ru/ )
13. allpy: a9d4a06ed103 allpy/markups.py
... 1 import base . ... 4 """A dictionary of default markup name -> markup class.""" . ... 6 def update ( * args ): . ... values (): . ... 66 def to_record ( self , keys = None ): . ... 74 markup = self . ... 136 def parse_item ( self , key , value ): . ... 139 def repr_item ( self , key , value ): . ... 143 """Generic class for string-based markups.""" . ... 167 for number , monomer in enumerate ( self . ... 179 """Generic class for string-based markups.""" . ... 229 def parse_item ( monomer , value ):...
[
]
http://kodomo.fbb.msu.ru/hg/allpy/file/a9d4a06ed103/allpy/markups.py -- 58.0 -- 04.02.2013
:
(
(>28454) - kodomo.fbb.msu.ru/ )
14. VarHISTORY < System < Foswiki
... Default layout: a simple list of topic revisions using the default format (see below) . ... Topic name, can be in web.topic format . ... versions="number or range" . ... To get version 2, write: versions="2" . ... header="text" . ... May contain the tokens $next and $previous which will be evaluated if there are newer or older revisions available for the topic that are not listed according to versions (or rev1 , rev2 , nrev ). ... This topic: System > Plugins > HistoryPlugin > VarHISTORY . ...
[
]
http://wiki.cs.msu.ru/System/VarHISTORY?cover=print; -- 16.2 -- 10.04.2016
[
]
http://wiki.cmc.msu.ru/System/VarHISTORY?cover=print; -- 16.2 -- 10.04.2016
:
(
(>9222) - wiki.cmc.msu.ru/ )
15. Vestnik Moskovskogo Universiteta. Seriya 1. Matematika. Mekhanika
... Manuscripts are classified in size into the three categories: . ... The most stringent requirements are imposed on manuscripts of the first category. ... Manuscripts of the second category should contain a representation of main results without excessive details in conclusions and proofs. ... Manuscripts should be prepared in electronic form using LaTeX 2.09 (see the instructions for manuscript preparation in electronic form) . ... The manuscript should be signed by its author(s). ...
[
]
http://vestnik.math.msu.su/en/start-pr-fr.html -- 11.0 -- 10.04.2016
:
(
(>150) - vestnik.math.msu.su/ )
16. GeneBee BLAST 2.2.8 Services Help
... Accepted input types are: A sequence in FASTA format begins with a single-line description, followed by lines of sequence data. ... 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_new/bh_format.html -- 4.9 -- 26.02.2004
:
(
(>147) - www.genebee.msu.ru/ )
17. TopicListPlugin < System < Foswiki
You are here: Foswiki > System Web > TopicListPlugin (revision 1) E dit A ttach . Gives you the possibility to generate a list of topics by macro or rest handler. ... Yet it is not able to use a rest function to recieve a list of all topics of a web, picking them up e.g. by the starting character "S" or similar. ... which web should be used to get the topic-list. ... List maximum 20 topics of this web starting with "S", decreasing order: %GETTOPICLIST{pattern="^S.*$" max="40" order=">"}% . ...
[
]
http://wiki.cs.msu.ru/System/TopicListPlugin?rev=1;sortcol=1;table=2;up=0 -- 36.0 -- 12.04.2016
:
(
(>3291) - wiki.cs.msu.ru/ )
18. Temperature calibration file format
... Next: COM-port initialization file format Up: Scanning Probe Microscopy Image Previous: Software Installation Contents Index . File is written in text format and consists from one section. ... A record has following format: <voltage>=<temperature>; . ... Example of temperature initialization file listed below. [temperature] -3.00=27.5; -2.67=28.0; -2.33=29.0; -2.00=31.5; -1.67=33.5; -1.33=36.0; -1.00=37.0; -0.67=39.0; -0.33=42.0; 0.00=42.5; 0.33=45.0; 0.67=47.5; 1.00=49.0; 1.33=50.0; 3.00=60.0; . ...
[
]
http://www.spm.genebee.msu.ru/manual/en/node138.html -- 5.4 -- 04.02.2005
:
(
(>106) - www.spm.genebee.msu.ru/ )
19. HelpOnProcessingInstructions - UNX
... UNX . ... . ... Processing Instructions . ... redirect . ... pragma . ... deprecated . ... MoinMoin processing instructions have the same semantics as in XML: they control the paths taken when processing a page. ... For more information on the possible markup, see HelpOnEditing . Processing instructions MoinMoin knows of: . ... Redirect to a different page (see PageRedirect ) #REDIRECT pagename . ... Sets processing modes for this page: #PRAGMA mode arguments . ...
[
]
http://uneex.mithril.cs.msu.su/HelpOnProcessingInstructions -- 25.4 -- 09.04.2016
:
(
(>1232) - uneex.mithril.cs.msu.su/ )
20. User's guide
... Run program . User's guide . Launching program . Input data format . ... Selecting the number of correlated pairs . ... In order to run thr program one needs Java 5.0 environment. ... At the end of computations one will be asked to review the selected number of correlated pairs. ... Note: One may redefine the number of correlated pairs by selecting the 'Edit' -> 'redefine correlated pairs number' menu item. Correlated pairs of positions are presented as a colored matrix, the heatmap. ...
[
]
http://bioinf.fbb.msu.ru/Prot-DNA-Korr/guide.html -- 6.5 -- 11.01.2016
:
(
(>142) - bioinf.fbb.msu.ru/ )