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

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

Показаны документы, содержащие фрагменты текста из документа
http://www.atnf.csiro.au/_Mail_Archives/mmwkshp/0023.html.

1. [sas-uploads] SPAM:********** Returned mail: see transcript for details
Mail Administrator MAILER-DAEMON@xmm.vilspa.esa.es . ... Previous message: [sas-uploads] rgslib-1.30.2.tgz . ... NextPart_000_0010_7BEF277C.248D10E9 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit ------------------------------------------------------------------------ Subject: the ESA antivirus detected a virus in a e-mail sent to you. The ESA Mail Gateway detected a virus in a e-mail sent to you. ... Please note that the e-mail you received is incomplete. ...
[ Сохраненная копия ]  Ссылки http://xmm.vilspa.esa.es/pipermail/sas-uploads/2007-January/009369.html -- 5.0 Кб -- 26.01.2007
Похожие документы

2. Python: module mimetools
mimetools . ... Message that knows about MIME headers and . ... getparam (self, name) . ... Get a specific header, as from a dictionary. __iter__ (self) . ... Get the number of headers in a message. __setitem__ (self, name, value) . ... changed headers get stuck at the end of the raw-headers list rather . ... Find all header lines matching a given header name. ... Get the first header line matching name. ... first matching header (and its continuation lines). getheader (self, name, default =None ) . ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/spst/UnixTransition/doc/mimetools.html -- 18.9 Кб -- 05.11.2015
Похожие документы

3. Archive of ATCA Millimetre Science Workshop Majordomo List
... About ATNF overview . ... Governance overview . Australia Telescope Steering Committee . ... Australia Telescope User Committee . ... Our people overview . ... Staff list | Student list | Visitor list . ... Publications overview . ... Email discussion lists . ... Careers overview . ... Parkes radio telescope . ... Australia Telescope Online Archive (ATOA) . ... ATCA . ... Science & Technology . ... Teacher workshops . ... This message : [ Message body ] [ More options ( top , bottom ) ] . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/lists/historical/mmwkshp/2001/09/0023.html -- 26.8 Кб -- 11.04.2016
Похожие документы

4. system call returns "Bad Address". Why?
The HyperNews Linux KHG Discussion Pages . Forum: The Linux Kernel Hackers' Guide . Re : Problem creating a new system call . ... When I try to call my new system call, it always returns -1. I then check the error message using perror( ). The error message is always "Bad Address". Could anybody please tell me what can cause a system call to return "Bad Address" error. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/irlab/doc/library/linux/khg/HyperNews/get/khg/135/2.html -- 2.6 Кб -- 23.03.2000
Похожие документы
Еще в разделе: (Показать все результаты (>9333) - www.arcetri.astro.it/ )

5. The XPA Message Bus (xpamb)
The xpamb program can act as a "classical" message bus interface between clients and servers. A client can send a data request to the message bus, which then interfaces with multiple servers and returns the data back to the client. ... For example, if the -info switch is used: xpaget xpamb -info foo then the info about that stored data buffer will be returned. If the -data is used with a specific name: xpaget xpamb -data foo then the stored data itself will be returned. ... data [name] . ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/xpa-2.1.14/doc/xpamb.html -- 7.8 Кб -- 25.12.2003
[ Сохраненная копия ]  Ссылки http://hea-www.harvard.edu/RD/xpa/xpamb.html -- 7.8 Кб -- 01.10.2012
Похожие документы

6. Simon Jeffery's Software Store: TAP housekeeping
SUBROUTINE TAP_ERMES ( TEXT, TEXLEN, STATUS ) . Return an error message associated with a TAP status value. SUBROUTINE TAP_ERROR ( TAP_ROUTN, NAME, TEXT, STATUS ) . Report an error message. ... Report an error message associated with a TAP status value. ... Purpose: return an error message associated with a TAP status value. ... TEXT = CHARACTER * ( * ) (Given) TAP error message text. ... Invocation: CALL TAP_REP( NAME, TEXT, STATUS ) Description: An error message is built in the form: !! ...
[ Сохраненная копия ]  Ссылки http://star.arm.ac.uk/~csj/software_store/tap_guide/tap_house.html -- 5.5 Кб -- 04.07.2002
Похожие документы

7. http://www.sai.msu.su/~megera/postgres/gist/intarray/README.intarray
This is an implementation of RD-tree data structure using GiST interface of PostgreSQL. ... desc') - sort intarray test =# select sort ('{1,2,3}':: int [],'desc'); sort --------- {3,2,1} (1 row) int [] sort ( int []) - sort in ascending order int [] sort _asc( int []), sort _desc( int []) - shortcuts for sort int [] uniq( int []) - returns unique elements test =# select uniq( sort ('{1,2,3,2,1}':: int [])); uniq --------- {1,2,3} (1 row) int idx( ...
[ Сохраненная копия ]  Ссылки http://www.sai.msu.su/~megera/postgres/gist/intarray/README.intarray -- 6.8 Кб -- 19.07.2007
Похожие документы

8. http://www.naic.edu/~phil/hardware/vertex/sharemegsvertex/lcu/pcr/c600/source/STARTUP/FMSGHDR.ASM
... Purpose: ; Far message handler and finder. special for c startup include version.inc ?PLM= 1 ; pascal calling conventions .xlist include cmacros.inc include msdos.inc .list createSeg _TEXT, code, word, public, CODE, createSeg _ DATA , data , word, public, DATA , DGROUP createSeg FAR _HDR,fhdr, byte , public, FAR_MSG , FMGROUP createSeg FAR_MSG ,fmsg, byte , public, FAR_MSG , FMGROUP createSeg FAR _PAD,fpad, byte , common, ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/hardware/vertex/sharemegsvertex/lcu/pcr/c600/source/STARTUP/FMSGHDR.ASM -- 3.4 Кб -- 06.03.2001
Похожие документы

9. http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/xpa-2.1.14/man/man3/xpaaccess.3
... xpaaccess 3 June 7, 2012 version 2.1.14 SAORD Documentation .SH NAME XPAAccess: return XPA access points matching template ( XPA 2.1 and above) .SH SYNOPSIS .IX Header SYNOPSIS .Vb 1 \ #include xpa .h .Ve .PP .Vb 3 \ int XPAAccess( XPA xpa , \ char *template, char *paramlist, char *mode, \ char **names, char ** PP A template of the form \*(L"class1:name1\*(R" is sent to the \&\s-1XPA\s0 name server, which returns a list of at most n matching \s-1XPA\s0 servers. ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/xpa-2.1.14/man/man3/xpaaccess.3 -- 8.7 Кб -- 08.06.2012
Похожие документы

10. Version, UI, and Status Information
... This chapter describes the functions that allow a plug-in to display a message on the status line, get agent information, and check on the current version of the Plug-in API and Communicator. ... Displaying a Status Line Message . ... The Communicator and Plug-in API major version numbers represent code release numbers, and their minor version numbers represent point release numbers. ... Differing version numbers may mean that the current Plug-in API and Communicator versions are incompatible. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/cats/~satr/JS/plugin/vrsn.htm -- 12.0 Кб -- 15.01.1997
Похожие документы

11. Nasa's Contellation Program. - an Astronomy Net Exploration Forum Message
Astronomy Discussion Forums . Forums: . ... Discussion Forums . ... Nasa's Contellation Program. Forum List | ... Post Message | ... Posted by Jeff Nash on May 28, 2009 17:03:24 UTC . We are returning to the moon with a new spirit of exploration. ... Login to Post . ... www.astronomy.net . About Astronomy Net | Advertise on Astronomy Net | ... Forum posts are Copyright their authors as specified in the heading above the post. "dbHTML," "AstroGuide," "ASTRONOMY.NET" & "VA.NET" . ...
[ Сохраненная копия ]  Ссылки http://www.astronomy.net/forums/exploration/messages/223.shtml -- 13.0 Кб -- 09.04.2016
Похожие документы

12. Астронет > Форумы > Обсуждение публикаций Астронета > Re: Туманность Конская
по текстам по форуму внутри темы . Астронет | ... планета Астронет | ... Форумы | ... Re: Туманность Конская Голова в Орионе . ... Форумы >> Обсуждение публикаций Астронета . ... Туманность Конская Голова в Орионе ( Астрономическая картинка дня , 29.01.2003, 1.7 КБайт, ответов: 1) Туманность Конская голова - одна из самых известных туманностей на небе. ... Туманность Конская голова выглядит темной, потому что она представляет собой непрозрачное пылевое облако. ...
[ Сохраненная копия ]  Ссылки http://www.astronet.ru/db/forums/1207921/tree/text/ -- 14.2 Кб -- 11.04.2016
Похожие документы

13. TUI:TUI Menu:Log Windows
Log windows display messages from all "actors" (instruments, the TCC, the hub...) and allow you to send commands. Controls along the top allow you to filter out unwanted garbage or highlight messages of particular interest. ... Regular Expressions . ... The entry field for "+ Actors" and "+ Commands" filtering accept space-separated regular expressions . ... If you plan to send many messages to a particular actor, you may select the actor from the menu next to the command entry field. ...
[ Сохраненная копия ]  Ссылки http://www.apo.nmsu.edu/35m_operations/TUI/TUIMenu/LogWin.html -- 8.3 Кб -- 05.09.2014
Похожие документы

14. comedi_perror
Comedi Documentation . ... Next . comedi_perror -- print a Comedilib error message . ... When a Comedilib function fails, it usually returns -1 or NULL, depending on the return type. ... This error number can be converted to a human-readable form by the functions comedi_perror() and comedi_strerror(). ... In particular, Comedilib functions sometimes return an error that is generated inside the C library; the comedi error message in this case is the same as the C library. ... comedi_strerror ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/comedi/doc/func-ref-comedi-perror.html -- 4.2 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/comedi/doc/func-ref-comedi-perror.html -- 4.2 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/comedi/doc/func-ref-comedi-perror.html -- 4.2 Кб -- 02.10.2012
Похожие документы

15. Project METI@home: Messages to ETI from home
... SETI@home consists of a receiving Arecibo antenna, a professional team (PT), and a two-way Internet connection between the PT and an army of S@h users, who load from the S@h server special software for digital signal processing. ... Thereby, METI@home will consist of several originators, which may load via Internet from a M@h server special software for the creation of analog and digital messages. ... ETI as a Source of Information . ... Main Internet Server . ... ETI as a Customer of Information . ...
[ Сохраненная копия ]  Ссылки http://www.cplire.ru/html/ra&sr/irm/METI@home.html -- 13.5 Кб -- 04.12.2002
Похожие документы

16. http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/uploads/MROIDelayLine.DelayLineSoftwareLibraries/exception.pdf
... The handling level can then choose the best way to handle the error, e.g. print the message and/or halt the program. ... FileProcess( myfile.txt , status ); result = Func1(3.0, status ); if (! ExcOK ( status )){ ExcPrint( status , stderr); ExcClear( status ); } ... } double FileProcess(char * file , ExcStatus * status ) { FILE *fd; if (! ExcOK ( status )) return ; fd = fopen( file , rb ); if (fd == NULL) { ExcSignal( status ); ExcExplain( status , Unable to open %s\n , file ); return ; } ...
[ Текст ]  Ссылки http://www.mrao.cam.ac.uk/projects/OAS/pmwiki/uploads/MROIDelayLine.DelayLineSoftwareLibraries/exception.pdf -- 144.9 Кб -- 22.01.2010
Похожие документы

17. Examples of reading mail
To read the current message: <Return> . This will display the current message, as indicated by the > symbol. To display a message by its number: 5 . This will display the contents of message number 5. To display a range of messages by number: 4-7 . This will display messages 4 through 7, starting at message 4. ... To display all the messages from a specific user: p bob . This displays all the messages in your mailbox from the user bob , starting from the first message received. ...
[ Сохраненная копия ]  Ссылки http://comet.sai.msu.ru/UNIXhelp/examples/mail7.html -- 2.6 Кб -- 17.01.1997
Похожие документы

18. U of O High Energy Physics Seminars
October 8, 2007 (Monday) Xavier Calmet, University of Oregon . October 15, 2007 (Monday) Tuhin Roy, University of Oregon . October 19, 2007 (Friday) Robin Erbacher, UC Davis . October 29, 2007 (Monday) Hans-Guenther, MPI Garching . November 5, 2007 CANCELLED (Monday) Swarup Kumar Majee, Harish-Chandra Research Institute . ... Fall 2006 . Winter 2007 . Spring 2007 . Summer 2007 . Fall 2005 . ... 4:00 pm, 472 Willamette Hall . ... Joint Optics/HEP Seminar) . ...
[ Сохраненная копия ]  Ссылки http://zebu.uoregon.edu/~uochep/seminars/seminars-fall07.html -- 8.2 Кб -- 25.01.2008
Похожие документы
Еще в разделе: (Показать все результаты (>343) - zebu.uoregon.edu/ )

19. http://crydee.sai.msu.ru/ftproot/pub/misc/doc/MIDI/midi-msgs
Specification: Status Data Byte(s) Description D7----D0 D7----D0 ------------------------------------------------------------------------- Channel Voice Messages ------------------------------------------------------------------------- 1000cccc 0nnnnnnn Note Off event. 0vvvvvvv This message is sent when a note is released (ended). (nnnnnnn) is the note number . (vvvvvvv) is the velocity. 1001cccc 0nnnnnnn Note On event. 0vvvvvvv This ... The numbers are: Local Control. ...
[ Сохраненная копия ]  Ссылки http://crydee.sai.msu.ru/ftproot/pub/misc/doc/MIDI/midi-msgs -- 8.0 Кб -- 14.03.1990
Похожие документы

20. StelTexture Class Reference
... Classes | ... Base texture class. ... loadingProcessFinished (bool error) . Emitted when the texture is ready to be bind() , i.e. virtualљ . ... canBind () const . Return whether the texture can be binded, i.e. it is fully loaded. boolљ . ... Destructor. bool StelTexture::bind . ... true if the binding successfully occured, false if the texture is not yet loaded. bool StelTexture::canBind . ... Return whether the texture can be binded, i.e. it is fully loaded. bool StelTexture::getDimensions . ...
[ Сохраненная копия ]  Ссылки http://astro.uni-altai.ru/~aw/stellarium/api/classStelTexture.html -- 15.8 Кб -- 02.10.2012
Похожие документы

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


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

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

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