Since 5/31/2012 7:31:38 AM, Google_Post has written 3 articles and participated in 17 conversations. Google_Post signature: Google_Post
Google_Post's articles:
Items(3) /1
Regular expression code implementation review between Tcl vs Python1817 (11/11/2003 3:58:14 PM) comp.lang.python I documented the regex internal implementation code for both Tcl and Python. As much as I like Tcl, I like Python's code much more. Tcl's Stub interface to the external commands is confusing to outsider. ... Google_Post
Roadmap to python internal source code's Network socket interface.017 (11/11/2003 8:25:58 AM) comp.lang.python While trying to understand some issues to python's implementation of Socket, I recorded an outline to Python's socket object interface to the native implementation in a webblog type documents in our website. ... Google_Post
Chorus for embedded system - very interesting and sad...432 (10/31/2003 7:40:23 AM) comp.arch.embedded I came across the chorus as embedded system and found the the early version has become open source. I decide to build a slink database for its source code. (SLink lets you hyper-link every variables, func... Google_Post
Small footprint embedded browser1738 (10/25/2003 4:05:04 AM) comp.arch.embedded I see numerous sites claiming they have millions of installations of their embedded browsers on all sorts of OSs, but I have yet to come across somebody who can say they've used one of those embedded browser on... Kevin2174(23)
SCO attacks open-source foundation1622 (10/29/2003 5:16:30 AM) comp.os.linux.advocacy http://news.com.com/2100-7344_3-5098610.html?tag=nefd_top "The GPL violates the U.S. Constitution, together with copyright, antitrust and export control laws," SCO Group said in an answer filed late Friday ... freeride(1075)
Implementing a third generation bus346 (10/31/2003 7:47:46 AM) comp.arch.embedded Hello everybody, we are designing an architecture with the PXA250 processor and we would like to include any of the new bus architectures (such as RapidIO, HyperTransport, Infiniband, StarFabric or PCI Express)... son_mar10(2)
bgerror example - me again329 (11/6/2003 2:02:58 AM) comp.lang.tcl Hi! Where I can find one example about use of the "bgerror" command? I read and read and read the man pages and documentation on-line. But nothing like much clear to me. Thanks! Alexander Brazil ... alexander6826(47)
Talking through pipes interactively (on win32)638 (11/9/2003 7:18:48 PM) comp.lang.python I need to control a command line program via python. I first tried popen2 and 3 but I couldn't find a way to talk to the subprocess interactively; that is, read some and then write some, and read some more aga... janeaustine50(46)
Info on Tcl's channel system (specifically file events) needed1321 (11/9/2003 8:40:25 PM) comp.lang.tcl Hello out there, I just implemented (probabyl yet another) way to let 2 Tcl applications communicate / exchange data via shared memory (Windows). Ok so far. I have to use polling to query for new data, but for ... hgiese(1073)
receiving win2k PostMessages with tk?838 (2/16/2004 8:17:39 PM) comp.lang.tcl Folks, I am attempting to connect a Windows 2000 program to my tk application. I can't quite figure out how to simply receive a windows message in my application. The Windows 2000 program can find the hwnd ... d-list-9(25)
How to create an interactive command line application?1423 (2/22/2004 7:15:08 PM) comp.lang.tcl L.S. How do I create an interactive command line application that I can distribute as a single executable file? Please note that I do not want to tell my customers: "add an entry to your tclsh.rc script, whi... look7(422)