Astronet Поиск по астрономическим сайтам English Russian
       
        Точная форма слов   О проекте   Сайты   Справка
Найдено документов: 314740 (187 сайтов) ---- Время поиска: 0.58сек.   

1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | След.

Показаны документы, содержащие фрагменты текста из документа
http://astro.uni-altai.ru/~aw/blog/2010/12/twitter-weekly-updates-for-2010-12-25.html.

1. Twitter Weekly Updates for 2012-05-12
... Метки: Twitter . ... 101) Байки из Фидо (7) Литература (16) Листая страницы прошлого Выберите месяц Апрель 2016 (2) Март 2016 (4) Февраль 2016 (4) Январь 2016 (5) Декабрь 2015 (4) Ноябрь 2015 (3) Октябрь 2015 (5) Сентябрь 2015 (5) Август 2015 (5) Июль 2015 (5) Июнь 2015 (4) Май 2015 (8) Апрель 2015 (5) Март 2015 (4) Февраль 2015 (4) Январь 2015 (7) Декабрь 2014 (7) Ноябрь 2014 (4) Октябрь 2014 (5) Сентябрь 2014 (8) Август 2014 (8) Июль 2014 (6) Июнь 2014 (7) Май 2014 (11) Апрель 2014 ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/blog/2012/05/twitter-weekly-updates-for-2012-05-12.html -- 52.6 Кб -- 10.04.2016
Похожие документы

2. Do you still need to run update ?
The HyperNews Linux KHG Discussion Pages . Forum: Tour of the Linux kernel source . Date: Tue, 25 Jun 1996 13:59:41 GMT . From: Chris Ebenezer < ncfee@wmin.ac.uk > . The docs on this daemon state that it is one of a pair of two daemons - bdflush/update - which manage disk buffers. In the latest (2.0.x) kernels starting up update does not have the effect of also starting up bdflush. So is update still needed ? .
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/linux/khg/HyperNews/get/tour/tour/5.html -- 2.2 Кб -- 23.03.2000
Похожие документы

3. Python: module metric_datavol_weekly
metric_datavol_weekly (version 15.04.30) . ... USAGE: do metric_datavol_weekly [-verbose] . ... o force PDF backend app 041408 . ... o Python 2.5 and testmode app 072909 . ... Modules . ... arange (...) . arange ([start,] stop[, step,], dtype=None) . Return evenly spaced values within a given interval. Values are generated within the half-open interval ``[start, stop)`` . in other words, the interval including `start` but excluding `stop`). ... The type of the output array. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/spst/UnixTransition/doc/metric_datavol_weekly.html -- 17.4 Кб -- 08.04.2016
Похожие документы

4. lbaops:pcfshints [ATNF VLBI Wiki]
... Tools Show pagesource Old revisions Backlinks Recent Changes Media Manager Sitemap Log In > . ... You are here: start €Ё lbaops €Ё pcfshints . ... VLBI Schedule . ... Observer's Wiki . ... Other VLBI . ... lbaops:pcfshints . ... PCFS time is wrong . PCFS time will not update (complains time is off by greater than 2 weeks) . ... Normally the PCFS synchronizes its time from from the S2 formatter. Typing the command: . ... lbaops/pcfshints.txt €§ Last modified: 2015/12/18 16:39 (external edit) . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/vlbi/dokuwiki/doku.php/lbaops/pcfshints -- 15.0 Кб -- 10.04.2016
Похожие документы

5. Getting Started in Actor Prolog. 3D Web Site.
The first persistent Web agent that we have created on Actor Prolog is a program that collects information about research groups that develop Prolog and projects in the field of logic programming. The agent looks through a given list of Web sites and calculates some attributes of the sites: the date of recent modification, total size, the number of figures, the number of outside links, the number of error links, the number of given keywords, etc. ... http://www.cplire.ru/Lab144/space/prolog.html . ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/Lab144/start/e_3d.html -- 11.3 Кб -- 24.09.2007
Похожие документы
Еще в разделе: (Показать все результаты (>311) - www.cplire.ru/ )

6. Oulu Textbook news
... Title page . ... What's new . ... New page for global change started. ... New page for heliosphere (incl. heliopause and helio-sheath) started. ... New pages about ring current and coronal mass ejections created. ... I created a new Content page, as both the alphabetic page listing and (especially) the "index" listing were getting seriously out of my hands. ... Page for sunspots was created. ... New page for geomagnetic activity written, and another one for 1.3 year periodicity of the sun started. ...
[ Сохраненная копия ]  Ссылки http://www.iki.rssi.ru/magbase/REFMAN/SPPHTEXT/new.html -- 10.4 Кб -- 13.05.2001
Похожие документы

7. http://www.sai.msu.su/~megera/postgres/gist/tsearch/V2/regprocedure_update.sql
BEGIN; -- altering columns for table pg_ts_dict and pg_ts_parser -- add the new columns and their types, then update with old values ALTER TABLE pg_ts_dict ADD COLUMN dict_init_tmp REGPROCEDURE; UPDATE pg_ts_dict SET dict_init_tmp = dict_init; ALTER TABLE pg_ts_dict ADD COLUMN dict_lexize_tmp REGPROCEDURE; UPDATE pg_ts_dict SET dict_lexize_tmp = dict_lexize; ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/postgres/gist/tsearch/V2/regprocedure_update.sql -- 3.2 Кб -- 12.05.2004
Похожие документы

8. LWN: Using read-copy-update
... LWN.net FAQ . ... Read-copy-update (RCU) is a mutual exclusion technique which can operate without locking most of the time. It can yield significant performance benefits when the data to be protected is accessed via a pointer, is read frequently, changed rarely, and references to the structure are not held while a kernel thread sleeps. The core idea behind RCU is that, when the data requires updating, a pointer to a new structure containing the new data can be stored immediately. ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/doc/porting_to_26/37889.html -- 15.8 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/doc/porting_to_26/37889.html -- 15.8 Кб -- 02.10.2012
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/doc/porting_to_26/37889.html -- 15.8 Кб -- 02.10.2012
Похожие документы

9. Run_state
... The default run_state of all incoming runs is now OPEN . The support astronomer has to inform the operations support scientists if the run_state for a run has to be changed (e.g. after consulting the Database Consistency Check Page which is updated hourly from 9:30 to 17:30, Garching time) . The default run_state of all SM runs for next period is NEXT . By default, all NEXT runs will be set to OPEN at the start of the new period. ... COMPLETED or TERMINATED . ... COMPLETED . ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/~qc/docu/Run_State.html -- 8.2 Кб -- 10.10.2007
Похожие документы

10. The Tenth International Summer Space School starts this week
... Educational programs (English) . ... Pre-university education . ... SSAU History . SSAU roadmap . ... Interuniversity Department of Space Research of Samara State Aerospace University named after S. P. Korolev (National Research University) will hold holds the Tenth International Summer Space School Future Space Technologies and Experiments in Space from August 24 to September 6. ... Tags: ssau roadmap international summer space school future space technologies experiments in space nanosatellite . ...
[ Сохраненная копия ]  Ссылки http://www.ssau.ru/engnews/10776-The-Tenth-International-Summer-Space-School-starts-this-week-/ -- 27.0 Кб -- 19.08.2014
Похожие документы

11. Example
... way these widgets work for the user. #include gtk/gtk.h GtkWidget *hscale, *vscale; void cb_pos_menu_select( GtkWidget * item , GtkPositionType pos ) { /* Set the value position on both scale widgets */ gtk_ scale _set_ value _pos (GTK_ SCALE (hscale), pos); gtk_ scale _set_ value _pos (GTK_ SCALE (vscale), pos); } void cb_update_menu_select( GtkWidget * item , GtkUpdateType policy ) { /* Set the update policy for both ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/GTK2/sec-rangewidgetsexample.html -- 14.0 Кб -- 19.07.2002
Похожие документы

12. MAO NASU :: Topics in Info (3/19)
... Recent Topics . ... MAO main . Info . ... 0 Replies . ... Topic started 6 months 2 days ago by yatskiv . ... Last Post by yatskiv . ... Topic started 6 months 1 week ago by yatskiv . ... Topic started 6 months 1 week ago by info . ... Topic started 6 months 1 week ago by berczik . ... Topic started 6 months 2 weeks ago by yatskiv . ... Topic started 7 months 7 hours ago by yatskiv . ... Topic started 7 months 6 days ago by nvpech . ... Topic started 7 months 1 week ago by nvpech . ... MAO NASU . ...
[ Сохраненная копия ]  Ссылки http://www.mao.kiev.ua/index.php/en/forum/info?start=40 -- 63.2 Кб -- 10.04.2016
Похожие документы

13. CIMA Software Components
CIMA is more than just the observing tool - in fact, the observing tool is just a part of a bigger package called the CIMA software package. ... There is also a another package called the CIMA WAPP software which contains the WAPP software, the special Tcl/Tk interpreter used by CIMA and support libraries. ... All CIMA software components recognize the following general options that are part of the CIMA version selection system: . ... The select_cima script can be used to set up a default version. ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~cima/cima_software.html -- 8.3 Кб -- 01.03.2012
Похожие документы
Еще в разделе: (Показать все результаты (>3000) - www.naic.edu/ )

14. The ccf 2001q4 Archive by Subject
Messages sorted by: [ thread ] [ author ] [ date ] . ... Starting: Tue Oct 2 10:06:01 2001 . Ending: Fri Dec 21 10:30:29 2001 . ... ccf] Clarification about the updated PN response files ccf-admin@xmm.vilspa.esa.es . ccf] PN responses updated ccf-admin@xmm.vilspa.esa.es . ccf] XMM-Newton calibration update ccf-admin@xmm.vilspa.esa.es . ... Last message date: Fri Dec 21 10:30:29 2001 . Archived on: Fri Dec 21 10:44:49 2001 . ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/pipermail/ccf/2001q4/subject.html -- 3.5 Кб -- 21.12.2001
Похожие документы

15. The 2 nd Asian-Pacific Astronomy Olympiad
August 26, 2006, . ... The 2 nd Asian-Pacific Astronomy Olympiad to be held in Vladivostok and Ussurijsk (Far East of Russian Federation). Preliminary dates for the 2 nd Asian-Pacific Astronomy Olympiad are December 4-11 (a couple weeks later than the 11 th IAO in Bombay ). ... For the teams which ask for Russian visa - together with the personal data for visas (or before). E-mails for sending the applications . ... The Asian-Pacific Astronomy Olympiad 2006 - last information . ...
[ Сохраненная копия ]  Ссылки http://www.issp.ac.ru/iao/apao/2006/3a.html -- 11.6 Кб -- 16.09.2007
Похожие документы

16. Meade Instruments Corp. - Meade Customer Support
... Home About Meade Product Information Dealer Locator Customer Support Investor Relations Dealer Support Employment Opportunities Site Map . Meade Instruments Corp. ... Meade Autostar Supplementary Software Downloads . ... To upgrade your Autostar first click on the link below to download the Autostar Update (ASU) Client Application for Windows. ... The most recent versions of AutoStar Update automatically check for the newest versions of the AutoStar Updater and download it if necessary. ...
[ Сохраненная копия ]  Ссылки http://www.meade.com/support/auto.html -- 29.3 Кб -- 14.01.2016
Похожие документы

17. Hayabusa update | Astronomy.com
... Tonight's Sky . ... SUN MOON MERCURY VENUS MARS, JUPITER SATURN . ... Moon . ... The Magazine . ... Observing . ... Gravitational wave search provides insights into galaxy evolution and mergers . ... The double star 54 Leonis, spiral galaxy NGC 3198, and emission nebula NGC 3199 . ... Astronomy for Kids . ... Hayabusa update . ... Get instant access to subscriber content on Astronomy.com! ... Receive news, sky-event information, observing tips, and more from Astronomy's weekly email newsletter. ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.com/magazine/2006/01/hayabusa-update -- 62.8 Кб -- 10.04.2016
Похожие документы

18. http://rp.iszf.irk.ru/esceir/wwwb/install_mod_upload.old/schemas/attach_postgres_schema.sql
phpBB2 - attach_mod schema - Postgresql $Id: attach_postgres_schema.sql,v 1.3 2003/03/09 02:21:03 acydburn Exp $ */ /* Create auto_increment values */ CREATE SEQUENCE phpbb_extensions_id_seq start 1 increment 1 maxvalue 2147483647 minvalue 1 cache 1; CREATE SEQUENCE phpbb_forbidden_extensions_id_seq start 1 increment 1 maxvalue 2147483647 minvalue 1 cache 1; CREATE SEQUENCE phpbb_extension_groups_id_seq start 1 increment 1 maxvalue 2147483647 minvalue 1 cache 1; ...
[ Сохраненная копия ]  Ссылки http://rp.iszf.irk.ru/esceir/wwwb/install_mod_upload.old/schemas/attach_postgres_schema.sql -- 6.0 Кб -- 19.01.2013
Похожие документы
Еще в разделе: (Показать все результаты (>16) - rp.iszf.irk.ru/ )

19. http://hea.iki.rssi.ru/conf/hea2007/bbclone/doc/thanks.txt
... Hu ChangSong for his Chinese translation * Ciprian Manea for his Romanian translation * Neil Muller for his suggestions on making bbclone work with register_globals off * Carlos Oliva for his Spanish translation * Vilius Simonaitis for his Lithuanian translation * Chad Schmidt for his numerous corrections * Gregori Arjona for his Catalan translation * Engelbert Gruber for his suggestions on correcting fopenlock() * Josef Pinc for his Czech ...
[ Сохраненная копия ]  Ссылки http://hea.iki.rssi.ru/conf/hea2007/bbclone/doc/thanks.txt -- 4.0 Кб -- 02.05.2006
Похожие документы
Еще в разделе: (Показать все результаты (>245) - hea.iki.rssi.ru/ )

20. V838 Mon: Light Echo Update
... Credit Copyright: Hubble Heritage Team , ESA , NASA Explanation: Expanding light echoes continue to illuminate the dusty environs of V838 Monocerotis , mysterious variable star near the edge of our Galaxy. ... While the expanding light echoes are dramatic , astronomers have struggled to understand where V838 Mon itself fits into the stellar life cycle. ... Publications with keywords: v838 mon - variable star - light echo . Publications with words: v838 mon - variable star - light echo . ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/xware/msg/1202733 -- 15.2 Кб -- 04.02.2005
Похожие документы

1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | След.


Астронет | Научная сеть | ГАИШ МГУ | Поиск по МГУ | О проекте | Авторам

Комментарии, вопросы? Пишите: info@astronet.ru или сюда

Rambler's Top100 RFBR Яндекс цитирования