<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://gimx.fr/wiki/index.php?action=history&amp;feed=atom&amp;title=Translations%3ARPi%2F40%2Fde</id>
	<title>Translations:RPi/40/de - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://gimx.fr/wiki/index.php?action=history&amp;feed=atom&amp;title=Translations%3ARPi%2F40%2Fde"/>
	<link rel="alternate" type="text/html" href="https://gimx.fr/wiki/index.php?title=Translations:RPi/40/de&amp;action=history"/>
	<updated>2026-05-11T05:40:14Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.7</generator>
	<entry>
		<id>https://gimx.fr/wiki/index.php?title=Translations:RPi/40/de&amp;diff=5407&amp;oldid=prev</id>
		<title>DoM: Created page with &quot;while True:     found = False   time.sleep(5)   pids = [pid for pid in os.listdir('/proc') if pid.isdigit()]   for pid in pids:     try:       cmd = open(os.path.join('/proc',...&quot;</title>
		<link rel="alternate" type="text/html" href="https://gimx.fr/wiki/index.php?title=Translations:RPi/40/de&amp;diff=5407&amp;oldid=prev"/>
		<updated>2016-12-29T14:58:50Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;while True:     found = False   time.sleep(5)   pids = [pid for pid in os.listdir(&amp;#039;/proc&amp;#039;) if pid.isdigit()]   for pid in pids:     try:       cmd = open(os.path.join(&amp;#039;/proc&amp;#039;,...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;while True:  &lt;br /&gt;
  found = False&lt;br /&gt;
  time.sleep(5)&lt;br /&gt;
  pids = [pid for pid in os.listdir('/proc') if pid.isdigit()]&lt;br /&gt;
  for pid in pids:&lt;br /&gt;
    try:&lt;br /&gt;
      cmd = open(os.path.join('/proc', pid, 'cmdline'), 'rb').read()&lt;br /&gt;
      if &amp;quot;gimx&amp;quot; in cmd:&lt;br /&gt;
        found = True&lt;br /&gt;
    except IOError: # proc has already terminated&lt;br /&gt;
      continue&lt;br /&gt;
  if found == True:&lt;br /&gt;
    GPIO.output(led, True)&lt;br /&gt;
  else:&lt;br /&gt;
    GPIO.output(led, False)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>DoM</name></author>
		
	</entry>
</feed>