473,461 Members | 1,505 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Test html

Bonjour !
Hi !

Juste un test de message en HTML, dans usenet.
Try HTML in usenet.


Mini-script python (print process / win32) :
import win32com.client

wmihandle = win32com.client.GetObject('winmgmts:')
process_list = wmihandle.ExecQuery('Select * from Win32_Process')
for p in process_list:
detail=p.GetObjectText_().split('\n')
for ligne in detail:
if ligne[0:1]!='{' and ligne[0:1]!='}':
l=ligne.split('=')
if len(l)>=2:
item=l[0][1:-1]
valeur=l[1][2:-2]
print item,"=",valeur
print"-"*70

@-salutations
--
Michel Claveau
mél : http://cerbermail.com/?6J1TthIa8B

Jul 18 '05 #1
4 1449
Bonsoir !

J'ai l'impression que mon message précédent n'est pas passé sur tous les
serveurs.
Avec usenet, on n'est jamais sûr...

Michel Claveau

Jul 18 '05 #2
Michel Claveau - abstraction méta-galactique non triviale en fuite
perpétuelle. wrote:
Bonsoir !

J'ai l'impression que mon message précédent n'est pas passé sur tous les
serveurs.
Avec usenet, on n'est jamais sûr...

Vraiement, et particulierement quand le usenet newsgroup est ponté
(!)[1] avec le mailing list.

pardon mon franglais

regards
Steve

[1]: Que veut dire en Francais "verbing a noun"?
Jul 18 '05 #3
Bonjour !
en Francais "verbing a noun" ?


"Créer un verbe d'après un nom". L'expression anglaise n'a pas d'équivalent
en français.
Mais, en français, on n'a pas le droit de "verbing a noun"

@-salutations
--
Michel Claveau
mél : http://cerbermail.com/?6J1TthIa8B
sites : http://mclaveau.com http://bergoiata.org http://ponx.org

Jul 18 '05 #4
Michel Claveau - abstraction méta-galactique non triviale en fuite
perpétuelle. wrote:
Bonjour !

en Francais "verbing a noun" ?

"Créer un verbe d'après un nom". L'expression anglaise n'a pas d'équivalent
en français.
Mais, en français, on n'a pas le droit de "verbing a noun"

En Anglais aussi on n'a pas le droit, mais on le vu toujours. "ponté"
representait "bridged" en Anglais. On comprendrait que mon Francais est
execrable, comme beaucoup des Anglais.

regards
Steve
Jul 18 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: martijn | last post by:
H! I thought I was ready with my own spider... But then there was a bug, or in other words a missing part in my code. I forget that people do this in website html: <a...
1
by: KongHu | last post by:
--
12
by: Jan Roland Eriksson | last post by:
I have worked some more on this suggested new mFAQ version trying to get all user input to blend into the text. Another review by the NG would be welcome. ===== Archive-name:...
5
by: Jan Roland Eriksson | last post by:
Some more fine tuning and inclusion of last suggested text from regulars has been done to this test post #4 of the mFAQ. As usual, rip it up anywhere you feel that it's appropriate to do so. ...
3
by: Rick | last post by:
Hello, I ran Microsoft's free "Web Application Stress" tool to see how asp.net/c# performed against html. Are these results typical? Network: WAS ran on a server with a t3 Internet...
133
by: Alan Silver | last post by:
Hello, Just wondered what range of browsers, versions and OSs people are using to test pages. Also, since I don't have access to a Mac, will I have problems not being able to test on any Mac...
3
by: jab3 | last post by:
Hello. I"m new to this group, and to JavaScript in general, so please forgive me if I breach local etiquette. I'm trying to implement some client-side 'dynamic' validation on a form. I'm having...
6
by: Vmusic | last post by:
Hi, I am using Javascript to add rows to tables, etc. in a function I am calling. I pass the function the ID of the div, and what I want in the rows, and it will add rows to a table in the div. ...
1
by: Timothy Grant | last post by:
I'm playing around with py.test and writing a parser for it's output for use in TextMate. I've run into what appears to be a strange phenomenon, but which is likely me doing something wrong. ...
1
by: rich_sposato | last post by:
I released version 2.0 of C++ Unit Test Library. You can download it from SourceForget.Net at http://sourceforge.net/projects/cppunittest/ .. I wrote this unit test library because other unit...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.