pppd dial ISP with empty username and password142 (8/9/2011 2:23:36 AM) comp.os.linux.networking Hi, I am using pppd to dial my ISP which ask for an empty username/password pair. However, I've not figured out a way to let pppd treat my empty username/password as normally, it's too smart and treat empty u... narke
sed help #2541 (6/21/2011 5:24:19 AM) comp.unix.shell Hi, By using 'sed', how can I transform the line ..\Appl.o: C:\Program Files (x86)\IAR Systems\Emb Work\a.h into: ..\Appl.o: /cygdrive/c/Program\ Files\ \(x86\)/IAR\ Systems/Emb\ Work/a.h Thanks in ad... narke
Error: child process close a socket inherited from parent331 (5/29/2011 8:53:44 AM) comp.lang.python Hi, As illustrated in the following simple sample: import sys import os import socket class Server: def __init__(self): self._listen_sock = None def _talk_to_client(self, conn, addr): ... narke
My first questions about netbeans bundle047 (10/20/2010 1:57:04 AM) comp.lang.java.programmer Hello, I just downloaded the NetBeans java bundle and want to run tutorials of 'Java EE 6 -- you first cup'. But I get a lot of questions hoping someone here can help. 1. The bundle installer sizes around 70... narke
A Piece of Code Related to DSP099 (5/13/2010 2:02:40 PM) comp.lang.c Hi,
I have a big code, and I cannot get understand some parts of it. Below
is a piece of them:
void determind_corr_value(void)
{
int8_t Leading0;
uint32_t CorrValue;
...
if( CorrVal... narke
Implement Signal/Slot pattern in C3155 (10/24/2009 12:51:18 AM) comp.object Hi,
Is there possible to implement Signal/Slot pattern in C? I am
currently doing with an embedded project that use C only.
-
narke
... Steven
Thread Synchronization with Harel Statechart420 (6/8/2009 7:26:05 AM) comp.object Hi, Does anyone here familiar with Harel state chart? I am now using it to specifying a multi-thread system in which each thread is specified as an orthogonal state to each other. My problem is that the who... Steven
Event Handling and Signal-Slot Mechanism235 (1/19/2009 3:10:43 AM) comp.lang.python Hi, Python has Signal-Slot mechanism, why he still need another mechanism Event Handling? And, in some cases, it seems only Event Handling mechanism is available, for example closeEvent(). For what case and ... Steven
File layout in development stage029 (1/12/2009 2:00:40 AM) comp.lang.python Hi, Adapted your kindly suggestions in a previous post, I now decide to organize my source tree in a pattern like below: prj: src: lib: foomodule.py barmodule.py ... Steven
threading in PyQt vs threading in standard library021 (1/9/2009 7:15:28 AM) comp.lang.python Hi, I am considering using PyQt for GUI programs, and I notices that both of them include threading supports, so which one should I pick up? Similar also applies 'socket'. Thanks. ... Steven
How to parsing a sequence of integers932 (12/19/2008 1:20:48 PM) comp.lang.python Hi, I am a newbie and is reading the python book. Could anyone tell me, how to parsing the following string "123 100 12 37 ..." into a list of integers on which I can then apply max()/min()? In additional... narkewoody(247)
__builtin__ quote618 (1/6/2009 8:38:16 AM) comp.lang.python Hi, I am a new leaner and I get a question: abs() is a member of __builtin__ module, but why should I use abs() rather than __builtin__.abs() ? Thanks. ... narkewoody(247)
Event Handling and Signal-Slot Mechanism235 (1/19/2009 3:10:43 AM) comp.lang.python Hi, Python has Signal-Slot mechanism, why he still need another mechanism Event Handling? And, in some cases, it seems only Event Handling mechanism is available, for example closeEvent(). For what case and ... narkewoody(247)
Thread Synchronization with Harel Statechart420 (6/8/2009 7:26:05 AM) comp.object Hi, Does anyone here familiar with Harel state chart? I am now using it to specifying a multi-thread system in which each thread is specified as an orthogonal state to each other. My problem is that the who... narkewoody(247)
pyserial: Unexpected Local Echo5136 (1/11/2010 3:27:03 PM) comp.lang.python Hi,
I am using pyserial. But I always get the local echo after I write
some characters onto serial port and I find no way to disable this
behavior. When I say 'local echo', I mean the next read operation ... Steven
Develop a Simple Web Application7159 (8/17/2010 8:49:34 AM) comp.lang.java.programmer Hi, guys
I am not new to Java but new to the java web application development.
Now I wish I can make a simple web application for my team member's use,
it just query some information from other sources (fi... narke
Distribute Non Library8105 (9/12/2010 3:10:33 AM) comp.lang.python My simple tool writing in python get bigger and bigger and I think I'd
better split my code into several files. But, unlike what in some other
languages, there is no way to compile these several files into a... narke
smtplib with Google2162 (9/13/2010 4:20:51 PM) comp.lang.python Hi,
Can anyone please show me a workable example that can let me use
google's smtp server to send out a message? Thanks.
--
Life is the only flaw in an otherwise perfect nonexistence
-- Schopenhau... narke
sed help #2541 (6/21/2011 5:24:19 AM) comp.unix.shell Hi, By using 'sed', how can I transform the line ..\Appl.o: C:\Program Files (x86)\IAR Systems\Emb Work\a.h into: ..\Appl.o: /cygdrive/c/Program\ Files\ \(x86\)/IAR\ Systems/Emb\ Work/a.h Thanks in ad... narkewoody(247)