<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.thinkwiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Test</id>
	<title>ThinkWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.thinkwiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Test"/>
	<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/wiki/Special:Contributions/Test"/>
	<updated>2026-04-29T07:32:56Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.12</generator>
	<entry>
		<id>https://www.thinkwiki.org/w/index.php?title=Talk:ThinkLight&amp;diff=22042</id>
		<title>Talk:ThinkLight</title>
		<link rel="alternate" type="text/html" href="https://www.thinkwiki.org/w/index.php?title=Talk:ThinkLight&amp;diff=22042"/>
		<updated>2006-05-01T20:12:18Z</updated>

		<summary type="html">&lt;p&gt;Test: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[code]&lt;br /&gt;
#!/usr/bin/perl&lt;br /&gt;
&lt;br /&gt;
use strict;&lt;br /&gt;
use warnings;&lt;br /&gt;
# $count&lt;br /&gt;
&lt;br /&gt;
my $count = $ARGV[0];&lt;br /&gt;
&lt;br /&gt;
if ( $count eq &amp;quot;&amp;quot; || $count &amp;lt; 1 )&lt;br /&gt;
        {&lt;br /&gt;
        $count = 1;&lt;br /&gt;
        }&lt;br /&gt;
$|=1;&lt;br /&gt;
&lt;br /&gt;
for(my $i=0;$i&amp;lt;$count;$i++)&lt;br /&gt;
{&lt;br /&gt;
open(LICHT,&amp;quot;&amp;gt;/proc/acpi/ibm/light&amp;quot;);&lt;br /&gt;
print LICHT &amp;quot;on\n&amp;quot;;&lt;br /&gt;
close(LICHT);&lt;br /&gt;
select(undef,undef,undef,0.25);&lt;br /&gt;
open(LICHT,&amp;quot;&amp;gt;/proc/acpi/ibm/light&amp;quot;);&lt;br /&gt;
print LICHT &amp;quot;off\n&amp;quot;;&lt;br /&gt;
close(LICHT);&lt;br /&gt;
select(undef,undef,undef,0.25);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
[/code]&lt;/div&gt;</summary>
		<author><name>Test</name></author>
		
	</entry>
</feed>