<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://www.computercraft.info/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Nela</id>
		<title>ComputerCraft Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://www.computercraft.info/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Nela"/>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/Special:Contributions/Nela"/>
		<updated>2026-07-11T20:37:19Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.24.1</generator>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Turtle.transferTo&amp;diff=3539</id>
		<title>Turtle.transferTo</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Turtle.transferTo&amp;diff=3539"/>
				<updated>2012-10-26T00:01:01Z</updated>
		
		<summary type="html">&lt;p&gt;Nela: Information sources fairly vague, may need minor improvements after experimentation.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{lowercase}}&lt;br /&gt;
{{Function&lt;br /&gt;
|name=turtle.transferTo&lt;br /&gt;
|args=slot, quantity &lt;br /&gt;
|returns=bool &amp;quot;success&amp;quot;&lt;br /&gt;
|api=turtle&lt;br /&gt;
|addon=ComputerCraft&lt;br /&gt;
|desc=Transfers items from the selected slot to the specified slot in the quantity given.&lt;br /&gt;
|examples=&lt;br /&gt;
{{Example&lt;br /&gt;
|desc=Transfers 32 items from the selected slot to slot 6.&lt;br /&gt;
|code=turtle.transferTo(6, 32)&lt;br /&gt;
}}&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Nela</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Category:User_Created_Peripherals&amp;diff=2618</id>
		<title>Category:User Created Peripherals</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Category:User_Created_Peripherals&amp;diff=2618"/>
				<updated>2012-08-13T21:59:17Z</updated>
		
		<summary type="html">&lt;p&gt;Nela: Created page with &amp;quot;This category lists notable peripherals created by the ComputerCraft community.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This category lists notable peripherals created by the ComputerCraft community.&lt;/div&gt;</summary>
		<author><name>Nela</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=CcSensors&amp;diff=2617</id>
		<title>CcSensors</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=CcSensors&amp;diff=2617"/>
				<updated>2012-08-13T21:57:03Z</updated>
		
		<summary type="html">&lt;p&gt;Nela: Page was out of date, added link to forum and improved summary a little. Also a lot more wiki-esque.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:ccSensors}}&lt;br /&gt;
'''ccSensors''' is a user created peripheral by Yoskaz01, which adds sensors to ComputerCraft. It provides readings from the Minecraft surroundings to lua programs.&lt;br /&gt;
A reading can be a value a simple as Light level, a isRaining, isDay or as complex as the content of a chest or the temperature of IC2 reactor.&lt;br /&gt;
&lt;br /&gt;
==Getting Started==&lt;br /&gt;
&lt;br /&gt;
# place a Sensor Controller next to a computer&lt;br /&gt;
# open the sensor Controller GUI and hit the &amp;quot;New&amp;quot; button to register a new freq&lt;br /&gt;
# place blank transmitter card in the slot and click &amp;quot;Encode Transmitter&amp;quot; to get an encoded transmitter to be used with the remote sensor.&lt;br /&gt;
# Place a Remote Sensor (can be placed anywhere) and put the transmitter card in the bottom slot. (you can rename the Remote Sensor from the default name &amp;quot;Sensor&amp;quot;)&lt;br /&gt;
# Place a SensorModule card into the top slot.&lt;br /&gt;
# open the computer terminal and run: /ccSensors/console to run the sample console program. That's it - you now have a working sensor connected to a computer :)&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
*[http://www.computercraft.info/forums2/index.php?/topic/126-mc-125-cc-133-ccsensors-smpssp/ ccSensors]—ComputerCraft Forum Thread&lt;br /&gt;
&lt;br /&gt;
[[category:User Created Peripherals]]&lt;/div&gt;</summary>
		<author><name>Nela</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=Textutils_(API)&amp;diff=1718</id>
		<title>Textutils (API)</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=Textutils_(API)&amp;diff=1718"/>
				<updated>2012-06-01T18:38:13Z</updated>
		
		<summary type="html">&lt;p&gt;Nela: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Text utilities is used to mess around with text easier.&lt;br /&gt;
&lt;br /&gt;
Its functions include:&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
!style=&amp;quot;background:#EEE&amp;quot; width=&amp;quot;200px&amp;quot;|Method name&lt;br /&gt;
!style=&amp;quot;background:#EEE&amp;quot; width=&amp;quot;*&amp;quot;|Description&lt;br /&gt;
|-&lt;br /&gt;
|textutils.slowPrint( text )&lt;br /&gt;
|Slowly prints the text.&lt;br /&gt;
|-&lt;br /&gt;
|textutils.slowWrite( text )&lt;br /&gt;
|Slowly writes the text.&lt;br /&gt;
|-&lt;br /&gt;
|textutils.formatTime( time, bTwentyFourHour)&lt;br /&gt;
|Put a time into it, and it spews it out in a different format. For example:&lt;br /&gt;
local nTime = os.time()&lt;br /&gt;
&lt;br /&gt;
print(textutils.formatTime( nTime, false ))&lt;br /&gt;
|-&lt;br /&gt;
|textutils.tabulate( table, table2, so on)&lt;br /&gt;
|Prints tables in an ordered form. Each table is a row, columns' width is auto-adjusted.&lt;br /&gt;
|-&lt;br /&gt;
|textutils.pagedTabulate( table, table2, so on)&lt;br /&gt;
|&amp;lt;no description given&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|textutils.serialize( t )&lt;br /&gt;
|Returns a string representation of the table t for storage or transmission.&lt;br /&gt;
|-&lt;br /&gt;
|textutils.unserialize( s )&lt;br /&gt;
|Returns a table reassembled from the string s.&lt;br /&gt;
|-&lt;br /&gt;
|textutils.urlEncode( str )&lt;br /&gt;
|&amp;lt;no description given&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:APIs]]&lt;/div&gt;</summary>
		<author><name>Nela</name></author>	</entry>

	</feed>