User talk:Dmitry-kazakov: Difference between revisions

(Some explanations)
 
(3 intermediate revisions by 3 users not shown)
Line 17:
:* EOF is? (ASCII LF, NUL, nothing)
:And well, PPM isn't our fault... (:-)) --[[User:Dmitry-kazakov|Dmitry-kazakov]] 12:17, 7 December 2008 (UTC)
:: Binary mode also makes sense a lot of the time on Windows, where for text files the end of line is a multibyte symbol and there is an end-of-file symbol (^Z, which happens to be the official [[ASCII]] EOF character). By comparison, (linear) binary files are just a sequence of bytes. Then there's record-oriented files, but they're seriously out of favor these days; people use proper transactional databases like [[sqlite]] instead. —[[User:Dkf|Donal Fellows]] 12:03, 17 August 2009 (UTC)
::: I agree that handling text files in binary mode is easier under Windows. But let's do not forget, that the reason for that is that Windows text files are broken. Nobody cares if the conventions of text files, because these are not enforced. And they are not enforced because you can open a text file in binary mode and converse. A properly designed file system would never allow this. Guess what would happen if somebody opened database files as texts? --[[User:Dmitry-kazakov|Dmitry-kazakov]] 08:53, 19 August 2009 (UTC)
 
== exception propagation in Ada. ==
Line 51 ⟶ 53:
:No, the server ''Main'' continues when the entry point body is left, the client (say ''Mother_Goose'') stay blocked and waits now for the new server ''Backup'' to service the rendezvous. --[[User:Dmitry-kazakov|Dmitry-kazakov]] 08:32, 19 February 2009 (UTC)
 
Cheers.... a lot going on in that lil'ol bit of code especially the exception handling.
ThanX
 
Many thanX for something to chew on.
[[User:NevilleDNZ|NevilleDNZ]] 06:33, 19 February 2009 (UTC)
 
[[User:NevilleDNZ|NevilleDNZ]] 0611:3324, 19 February 2009 (UTC)
 
== Possible reason for Dmitry's sparse activity lately ==
 
He is playing hockey in the NHL for the Detroit Red Wings under the name Pavel Datsyuk. Compare:
 
Dmitry: [http://www.dmitry-kazakov.de/cv/dmitry.gif]<br>
Datsyuk: [http://www.examiner.com/images/blog/wysiwyg/image/Datsyuk_head_shot_2008-09_medium.JPG]
 
--[[User:Mwn3d|Mwn3d]] 03:40, 17 March 2011 (UTC)
Anonymous user