1. Examples | PARALLEL.RU - -
... Examples . Up: MPI-2 Terms and Conventions Next: Version 1.2 of MPI Previous: Interaction with Signals . The examples in this document are for illustration purposes only. ... Furthermore, the examples have not been carefully checked or verified. ... Return to MPI-2 Standard Index . MPI-2.0 of July 18, 1997 . HTML Generated on August 11, 1997 . ... . ...
[
]
http://www.parallel.ru/docs/mpi2/node27.html -- 16.0 -- 09.04.2016
:
(
(>1272) - www.parallel.ru/ )
2. Sutter H., Alexandrescu A. - C++ Coding Standards: 101 Rules, Guidelines, and
. ... Sutter H., Alexandrescu A. - C++ Coding Standards: 101 Rules, Guidelines, and Best Practices . ... : C++ Coding Standards: 101 Rules, Guidelines, and Best Practices . : Sutter H., Alexandrescu A. : . ... From type definition to error handling, this book presents C++ best practices, including some that have only recently been identified and standardized-techniques you may not know even if you've used C++ for years. ...
[
]
http://lib.mexmat.ru/books/3895 -- 87.4 -- 10.04.2016
:
(
(>17402) - lib.mexmat.ru/ )
3. http://mirror.msu.net/pub/rfc-editor/rfc-ed-all/pdfrfc/rfc5179.txt.pdf
Network Working Group Request for Comments: 5179 Category: Standards Track N. Williams Sun May 2008 Generic Security Service Application Program Interface (GSS-API) Domain-Based Service Names Mapping for the Kerberos V GSS Mechanism Status of This Memo This document specifies an Internet standards track protocol for the Internet community, and requests discussion and suggestions for improvements. ... 2 2 2 3 3 3 Williams Standards Track [Page 1] RFC 5179 Kerberos Domain-Based Names May 2008 1. ...
[
]
http://mirror.msu.net/pub/rfc-editor/rfc-ed-all/pdfrfc/rfc5179.txt.pdf -- 8.3 -- 13.05.2008
:
(
(>28175) - mirror.msu.net/ )
4. STANDARDIZE
Gnumeric . Prev . Next . ... STANDARDIZE(x,mean,stdev) . ... @stddev = 0, #DIV/0!. Excel. ... AVERAGE . ... STDEV ...
[
]
http://uneex.mithril.cs.msu.su/static/GnumericDoc_ru/r8237.html -- 3.8 -- 26.09.2011
[
]
http://uneex.lorien.cs.msu.su/static/GnumericDoc_ru/r8237.html -- 3.8 -- 26.09.2011
:
(
(>1082) - uneex.lorien.cs.msu.su/ )
5. %TOPICTITLE% (27 vs. 28) - TWiki
... Line: 1 to 1 . Changed: . ... More on that at http://TWiki.org/cgi-bin/view/Codev/TWikiOnWindows .) ... Add /home/httpd/twiki/bin to file /etc/httpd/httpd.conf with only ExecCGI option. ... Directory> . ... In case Perl is installed in a different location, the first line of all Perl scripts in the twiki/bin directory must be changed (alternatively you can create a symbolic link from /usr/bin/perl ). ... Rename file .htaccess.txt in the twiki/bin directory to .htaccess and change it to your needs. ...
[
]
http://dualopt1.cmm.msu.ru/bin/rdiff/TWiki/TWikiInstallationGuide?rev1=28&rev2=27 -- 27.7 -- 28.02.2014
:
(
(>41440) - dualopt1.cmm.msu.ru/ )
6. Redirecting standard output
. To redirect the standard output from a command use the > (greater than) symbol followed by the name of the output file. If the file that you redirect standard output to does not already exist it will be created. For example: grep Smith /etc/passwd > popular . This redirects the standard output from the grep command so that it goes to the file popular . This file will contain all occurrences of the string Smith that were found in the /etc/passwd file. **Caution** . Did You Know? .
[
]
http://comet.sai.msu.ru/UNIXhelp/commanz/cmd3.2.html -- 2.3 -- 17.01.1997
:
(
(>587) - comet.sai.msu.ru/ )
8. JQueryRating < System < Foswiki
You are here: Foswiki > System Web > JQueryPlugin > JQueryRating (22 Sep 2010, ProjectContributor ) E dit A ttach . ... When you hover over the stars, a tooltip at the right side will display the value of the radio box, or the title if present. ... Name . ... STARTSECTION{ markup }% div class = jqRating input type= radio name = test value = 1 class = rating title = very low / input type= radio name = test value = 2 class = rating title = low / input type= radio ...
[
]
http://wiki.cs.msu.ru/System/JQueryRating?sortcol=5;table=1;up=1 -- 28.3 -- 11.04.2016
[
]
http://wiki.cmc.msu.ru/System/JQueryRating?sortcol=5;table=1;up=1 -- 28.3 -- 11.04.2016
:
(
(>7421) - wiki.cmc.msu.ru/ )
9. SAL- Programming - Languages Compilers - GCL
GCL . GCL (GNU Common Lisp) is an implementation of Lisp that used to be known as Kyoto Common Lisp (KCL). This generates C code which is compiled with the local C compiler and it is intended to eventually support the ANSI standard for Common Lisp. Antoher extension called 'xgcl' is the GCL with interfaces to X windows, including the Xlib and an easy-to-use interface for use from Lisp. ... Available Binary Packages: . ... None . ... SAL Home | Programming | Languages Compilers . ...
[
]
http://www.sai.msu.su/sal/F/1/GCL.html -- 3.4 -- 22.12.2007
:
(
(>3398) - www.sai.msu.su/ )
10. Firefly v. 8.0.0 documentation - XP parallel modes of execution
Firefly version 8.0 and above supports two new parallel modes of execution, namely the standard e X treme P arallel ( XP ) and extended XP modes. ... In the standard parallel mode, there exists only a single master process. ... In the extended XP mode, there are several groups of processes, each group consisting of its own local master and slave processes. ... Firefly's P2P interface and dynamic load balancing over P2P can be used in any of three parallel modes of execution. ...
[
]
http://classic.chem.msu.su/gran/gamess/xpmodes.html -- 9.3 -- 01.08.2012
:
(
(>110) - classic.chem.msu.su/ )
11. Environment Variables in Apache
... Apache uses environment variables in many ways to control operations and to communicate with other programs like CGI scripts. ... mod_setenvif . ... Related Directives . BrowserMatch . ... SetEnvIf . ... The most basic way to set an environment variable in Apache is using the unconditional SetEnv directive. ... For additional flexibility, the directives provided by mod_setenvif allow environment variables to be set on a per-request basis, conditional on characteristics of particular requests. ...
[
]
http://old.hcs.cmc.msu.ru/manual/env.html -- 12.1 -- 04.02.2001
[
]
http://old.master.cmc.msu.ru/manual/env.html -- 12.1 -- 04.02.2001
[
]
http://oit.cmc.msu.ru/manual/env.html -- 12.1 -- 04.02.2001
:
(
(>1111) - oit.cmc.msu.ru/ )
12. Introduction
... John Backus in New Mexico, 1976 . ... Other manufacturers came later with Fortran compilers for their machines and in 1962 IBM introduced the extended Fortran IV, which was the base for the 1966 agreed American standard ANSI X3.9 - 1966. ... An HTML version of the Fortran 77 Standard is now available! ... The purpose of the work on a new standard version was to make Fortran usable and efficient language for scientific and technical computations during the nineties. ... Parallel execution . ...
[
]
http://crydee.sai.msu.ru/f90/intro.html -- 7.8 -- 11.02.1996
:
(
(>3642) - crydee.sai.msu.ru/ )
13. Interface inheritance
... The CORBA standard prescribes that IDL-interfaces need to be mapped to C++ classes for the C++ language binding. ... interface Base { void op1(); }; interface Derived : Base { void op2(); }; . ... class Base_impl : virtual public Base_skel { public: Base_impl() { }; void op1() { cout << "Base::op1()" << endl; }; }; . ... class Derived_impl : virtual public Base_impl, virtual public Derived_skel { public: Derived_impl() { }; void op2() { cout << "Derived::op2()" << endl; }; }; . ...
[
]
http://rtm-cs.sinp.msu.ru/manual/mico/doc/node59.html -- 6.8 -- 07.06.1999
:
(
(>821) - rtm-cs.sinp.msu.ru/ )
14. http://xray.sai.msu.ru/~ivan/gmt/man/gmtconvert.html
gmtconvert - Convert between ASCII and binary 1-D tables gmtconvert [ inputfiles ] [ -H [ nrec ] ] [ -M [ flag ] ] [ -V ] [ -: ] [ -bi [ s ] n ] [ -bo [ s ] ] gmtconvert reads its standard input [or inputfiles] and writes out the information to standard output. ... Input (and hence output) may have multiple subheaders if -M is selected. datafile ( s ) ASCII (or binary, see -bi ) file(s) holding a number of data columns. ... If used, GMT default is 1 header record. M Multiple segment file(s). ...
[
]
http://xray.sai.msu.ru/~ivan/gmt/man/gmtconvert.html -- 3.9 -- 19.03.1999
:
(
(>381) - xray.sai.msu.ru/ )
15. Overview of the Directory Tree
The Linux System Administrators' Guide . ... This chapter describes the important parts of a standard Linux directory tree, based on the FSSTND filesystem standard. ... This chapter is loosely based on the Linux filesystem standard , FSSTND, version 1.2 (see the bibliography), which attempts to set a standard for how the directory tree in a Linux system is organized. ... The intention is not to describe every file, but to give an overview of the system from a filesystem point of view. ... Home . ...
[
]
http://itpm.msu.su/LDP/sag-0.6.1.html/c212.html -- 9.9 -- 18.04.1999
:
(
(>624) - itpm.msu.su/ )
16. Download Yuri Shvarov's files
... For those who is interested in thermodynamic modeling . Yuri Shvarov . This page is aimed mainly at the users of the software package HCh for thermodynamic (equilibrium) modeling of (geo)chemical systems and processes. However, some files presented here may also be of some interest to those who do not use HCh. ... HCh for DOS . ... User's guide for the Unitherm program intended for maintaining thermodynamic databases and calculation of thermodynamic properties of substances . ...
[
]
http://www.geol.msu.ru/deps/geochems/soft/index_e.html -- 14.0 -- 21.03.2016
:
(
(>53) - www.geol.msu.ru/ )
17. Getting started with LanHEP
Next: Structure of LanHEP input Up: The LanHEP Handbook Previous: Introduction Contents . ... Higgs sector of the Standard Model . We start with a simple exercise, illustrating the main ideas and features of LanHEP. ... is the gluon field, is the strong coupling constant and are purely imaginary structure constants of the color group. ... Fields in the vertex . ... LanHEP allows contraction of an index of type color c3 only with another index of type color c3b , and two indices of type color c8 . ...
[
]
http://theory.sinp.msu.ru/~semenov/doc/node2.html -- 46.8 -- 07.03.2008
:
(
(>1477) - theory.sinp.msu.ru/ )
18. Public administration. Web journal
... The purpose of the national standardization processes in higher education is to make institutions of the European Higher Education Area more competitive and attractive by implementing academic degree standards and quality assurance standards more comparable and compatible throughout Europe. ... The general educational standards are to be generated as the result of juxtaposition and reconciliation of European and national systems of standards. ... Public Administrarion". ...
[
]
http://ee-journal.spa.msu.ru/vestnik/item/27_2011ivanov.htm -- 18.7 -- 10.04.2016
:
(
(>179) - ee-journal.spa.msu.ru/ )
19. Architecture of client software for WEB-applications intended for data
Architecture of client software for WEB-applications intended for data representation . Arushanian O.B., Bogomolov N.A., Kovalev A.D., Sinitsyn M.N. An approach to the development of WEB-applications intended for data representation is discussed. The approach is based on the extensive use of client software operating under standard Internet-browsers. ... The architecture of client software, its object model, a hierarchy of classes, and a model of program events are given. ...
[
]
http://num-meth.srcc.msu.ru/english/zhurnal/tom_2004/v5r203.html -- 3.0 -- 13.02.2007
:
(
(>322) - num-meth.srcc.msu.ru/ )
20. HelpOnInstalling - UNX
... UNX . ... HelpOnInstalling . . ... HelpForAdministrators > HelpOnInstalling . ... For standard wiki installations you need to do a /BasicInstallation . ... Standard Wiki installations . Public wiki using CGI . ... Wiki Farming . ... A note about using Distribution versions: Some Linux distributions come pre-packaged with MoinMoin already installed. ... Create a directory for your farm, and under it, make two data trees per the /WikiInstanceCreation instructions. ...
[
]
http://uneex.mithril.cs.msu.su/HelpOnInstalling -- 22.4 -- 09.04.2016
:
(
(>359) - uneex.mithril.cs.msu.su/ )