<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.cs.auckland.ac.nz/stageonewiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Xzen813</id>
	<title>Stage One Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.cs.auckland.ac.nz/stageonewiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Xzen813"/>
	<link rel="alternate" type="text/html" href="https://wiki.cs.auckland.ac.nz/stageonewiki/index.php/Special:Contributions/Xzen813"/>
	<updated>2026-06-17T13:20:06Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://wiki.cs.auckland.ac.nz/stageonewiki/index.php?title=User:Xzen813&amp;diff=46584</id>
		<title>User:Xzen813</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.auckland.ac.nz/stageonewiki/index.php?title=User:Xzen813&amp;diff=46584"/>
		<updated>2016-10-31T06:54:30Z</updated>

		<summary type="html">&lt;p&gt;Xzen813: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Userpage Sean Zeng=&lt;br /&gt;
==Welcome==&lt;br /&gt;
Hi there!&lt;br /&gt;
I&#039;m surprised you clicked on this link.&lt;br /&gt;
&lt;br /&gt;
==Useful links for Compsci111/111G==&lt;br /&gt;
*[https://cs.auckland.ac.nz forums.cs.auckland.ac.nz]&lt;br /&gt;
*[https://cs.auckland.ac.nz/courses/compsci111s2c/ cs.auckland.ac.nz/courses/compsci111s2c/] &lt;br /&gt;
*[https://canvas.auckland.ac.nz canvas.auckland.ac.nz]&lt;br /&gt;
*[https://cs.auckland.ac.nz cs.auckland.ac.nz]&lt;br /&gt;
*[https://piazza.com piazza.com]&lt;br /&gt;
*[https://forums.cs.auckland.ac.nz forums.cs.auckland.ac.nz]&lt;br /&gt;
&lt;br /&gt;
==Coding==&lt;br /&gt;
Fun way to convert from Decimal to Binary in C++.&lt;br /&gt;
 void ConvertToBinary(int n) /*Alex says: Good to use unsigned int if u can*/&lt;br /&gt;
 {&lt;br /&gt;
    if (n / 2 != 0) {&lt;br /&gt;
        ConvertToBinary(n / 2);&lt;br /&gt;
    }&lt;br /&gt;
    printf(&amp;quot;%d&amp;quot;, n % 2);&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
==Thanks For Visiting!==&lt;br /&gt;
Have a good day!&lt;br /&gt;
&lt;br /&gt;
If you want to see more, &#039;&#039;&#039;check out my website&#039;&#039;&#039;: [https://www.seanzeng.com www.seanzeng.com]&lt;br /&gt;
&lt;br /&gt;
==TEST Revision==&lt;br /&gt;
===Numbered Lists===&lt;br /&gt;
#Hello&lt;br /&gt;
#Hello2&lt;br /&gt;
#Hello3&lt;br /&gt;
===Links + Numbered Bullets===&lt;br /&gt;
*#[https://seanzeng.com/login Login Website]&lt;br /&gt;
*#[https://seanzeng.com/login/loginmodules/googleauthtest.php GoogleAuth Tester]&lt;br /&gt;
**#Test&lt;br /&gt;
***Test&lt;br /&gt;
***Test&lt;br /&gt;
 code&lt;br /&gt;
 code&lt;/div&gt;</summary>
		<author><name>Xzen813</name></author>
	</entry>
	<entry>
		<id>https://wiki.cs.auckland.ac.nz/stageonewiki/index.php?title=User:Xzen813&amp;diff=46583</id>
		<title>User:Xzen813</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.auckland.ac.nz/stageonewiki/index.php?title=User:Xzen813&amp;diff=46583"/>
		<updated>2016-10-31T06:53:55Z</updated>

		<summary type="html">&lt;p&gt;Xzen813: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Userpage Sean Zeng=&lt;br /&gt;
==Welcome==&lt;br /&gt;
Hi there!&lt;br /&gt;
I&#039;m surprised you clicked on this link.&lt;br /&gt;
&lt;br /&gt;
==Useful links for Compsci111/111G==&lt;br /&gt;
*[https://cs.auckland.ac.nz forums.cs.auckland.ac.nz]&lt;br /&gt;
*[https://cs.auckland.ac.nz/courses/compsci111s2c/ cs.auckland.ac.nz/courses/compsci111s2c/] &lt;br /&gt;
*[https://canvas.auckland.ac.nz canvas.auckland.ac.nz]&lt;br /&gt;
*[https://cs.auckland.ac.nz cs.auckland.ac.nz]&lt;br /&gt;
*[https://piazza.com piazza.com]&lt;br /&gt;
*[https://forums.cs.auckland.ac.nz forums.cs.auckland.ac.nz]&lt;br /&gt;
&lt;br /&gt;
==Coding==&lt;br /&gt;
Fun way to convert from Decimal to Binary in C++.&lt;br /&gt;
 void ConvertToBinary(int n) /*Alex says: Good to use unsigned int if u can*/&lt;br /&gt;
 {&lt;br /&gt;
    if (n / 2 != 0) {&lt;br /&gt;
        ConvertToBinary(n / 2);&lt;br /&gt;
    }&lt;br /&gt;
    printf(&amp;quot;%d&amp;quot;, n % 2);&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
==Thanks For Visiting!==&lt;br /&gt;
Have a good day!&lt;br /&gt;
&lt;br /&gt;
If you want to see more, &#039;&#039;&#039;check out my website&#039;&#039;&#039;: [https://www.seanzeng.com www.seanzeng.com]&lt;br /&gt;
&lt;br /&gt;
==TEST Revision==&lt;br /&gt;
===Numbered Lists===&lt;br /&gt;
#Hello&lt;br /&gt;
#Hello2&lt;br /&gt;
#Hello3&lt;br /&gt;
===Links + Numbered Bullets===&lt;br /&gt;
*#[https://seanzeng.com/login Login Website]&lt;br /&gt;
*#[https://seanzeng.com/login/loginmodules/googleauthtest.php GoogleAuth Tester]&lt;br /&gt;
**#Test&lt;br /&gt;
***Test&lt;br /&gt;
 code&lt;br /&gt;
 code&lt;/div&gt;</summary>
		<author><name>Xzen813</name></author>
	</entry>
	<entry>
		<id>https://wiki.cs.auckland.ac.nz/stageonewiki/index.php?title=User:Xzen813&amp;diff=46582</id>
		<title>User:Xzen813</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.auckland.ac.nz/stageonewiki/index.php?title=User:Xzen813&amp;diff=46582"/>
		<updated>2016-10-31T06:50:42Z</updated>

		<summary type="html">&lt;p&gt;Xzen813: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Userpage Sean Zeng=&lt;br /&gt;
==Welcome==&lt;br /&gt;
Hi there!&lt;br /&gt;
I&#039;m surprised you clicked on this link.&lt;br /&gt;
&lt;br /&gt;
==Useful links for Compsci111/111G==&lt;br /&gt;
*[https://cs.auckland.ac.nz forums.cs.auckland.ac.nz]&lt;br /&gt;
*[https://cs.auckland.ac.nz/courses/compsci111s2c/ cs.auckland.ac.nz/courses/compsci111s2c/] &lt;br /&gt;
*[https://canvas.auckland.ac.nz canvas.auckland.ac.nz]&lt;br /&gt;
*[https://cs.auckland.ac.nz cs.auckland.ac.nz]&lt;br /&gt;
*[https://piazza.com piazza.com]&lt;br /&gt;
*[https://forums.cs.auckland.ac.nz forums.cs.auckland.ac.nz]&lt;br /&gt;
&lt;br /&gt;
==Coding==&lt;br /&gt;
Fun way to convert from Decimal to Binary in C++.&lt;br /&gt;
 void ConvertToBinary(int n) /*Alex says: Good to use unsigned int if u can*/&lt;br /&gt;
 {&lt;br /&gt;
    if (n / 2 != 0) {&lt;br /&gt;
        ConvertToBinary(n / 2);&lt;br /&gt;
    }&lt;br /&gt;
    printf(&amp;quot;%d&amp;quot;, n % 2);&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
==Thanks For Visiting!==&lt;br /&gt;
Have a good day!&lt;br /&gt;
&lt;br /&gt;
If you want to see more, &#039;&#039;&#039;check out my website&#039;&#039;&#039;: [https://www.seanzeng.com www.seanzeng.com]&lt;br /&gt;
&lt;br /&gt;
==TEST Revision==&lt;br /&gt;
===Numbered Lists===&lt;br /&gt;
#Hello&lt;br /&gt;
#Hello2&lt;br /&gt;
#Hello3&lt;br /&gt;
===Links + Numbered Bullets===&lt;br /&gt;
*#[https://seanzeng.com/login Login Website]&lt;br /&gt;
*#[https://seanzeng.com/login/loginmodules/googleauthtest.php GoogleAuth Tester]&lt;br /&gt;
**#Test&lt;br /&gt;
***Test&lt;/div&gt;</summary>
		<author><name>Xzen813</name></author>
	</entry>
	<entry>
		<id>https://wiki.cs.auckland.ac.nz/stageonewiki/index.php?title=User:Xzen813&amp;diff=46581</id>
		<title>User:Xzen813</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.auckland.ac.nz/stageonewiki/index.php?title=User:Xzen813&amp;diff=46581"/>
		<updated>2016-10-31T06:50:06Z</updated>

		<summary type="html">&lt;p&gt;Xzen813: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Userpage Sean Zeng=&lt;br /&gt;
==Welcome==&lt;br /&gt;
Hi there!&lt;br /&gt;
I&#039;m surprised you clicked on this link.&lt;br /&gt;
&lt;br /&gt;
==Useful links for Compsci111/111G==&lt;br /&gt;
*[https://cs.auckland.ac.nz forums.cs.auckland.ac.nz]&lt;br /&gt;
*[https://cs.auckland.ac.nz/courses/compsci111s2c/ cs.auckland.ac.nz/courses/compsci111s2c/] &lt;br /&gt;
*[https://canvas.auckland.ac.nz canvas.auckland.ac.nz]&lt;br /&gt;
*[https://cs.auckland.ac.nz cs.auckland.ac.nz]&lt;br /&gt;
*[https://piazza.com piazza.com]&lt;br /&gt;
*[https://forums.cs.auckland.ac.nz forums.cs.auckland.ac.nz]&lt;br /&gt;
&lt;br /&gt;
==Coding==&lt;br /&gt;
Fun way to convert from Decimal to Binary in C++.&lt;br /&gt;
 void ConvertToBinary(int n) /*Alex says: Good to use unsigned int if u can*/&lt;br /&gt;
 {&lt;br /&gt;
    if (n / 2 != 0) {&lt;br /&gt;
        ConvertToBinary(n / 2);&lt;br /&gt;
    }&lt;br /&gt;
    printf(&amp;quot;%d&amp;quot;, n % 2);&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
==Thanks For Visiting!==&lt;br /&gt;
Have a good day!&lt;br /&gt;
&lt;br /&gt;
If you want to see more, &#039;&#039;&#039;check out my website&#039;&#039;&#039;: [https://www.seanzeng.com www.seanzeng.com]&lt;br /&gt;
&lt;br /&gt;
==TEST Revision==&lt;br /&gt;
===Numbered Lists===&lt;br /&gt;
#Hello&lt;br /&gt;
#Hello2&lt;br /&gt;
#Hello3&lt;br /&gt;
===Links + Numbered Bullets===&lt;br /&gt;
*#[https://seanzeng.com/login Login Website]&lt;br /&gt;
*#[https://seanzeng.com/login/loginmodules/googleauth.php GoogleAuth Tester]&lt;br /&gt;
**#Test&lt;br /&gt;
***Test&lt;/div&gt;</summary>
		<author><name>Xzen813</name></author>
	</entry>
	<entry>
		<id>https://wiki.cs.auckland.ac.nz/stageonewiki/index.php?title=User:Xzen813&amp;diff=46580</id>
		<title>User:Xzen813</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.auckland.ac.nz/stageonewiki/index.php?title=User:Xzen813&amp;diff=46580"/>
		<updated>2016-10-31T06:46:18Z</updated>

		<summary type="html">&lt;p&gt;Xzen813: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Userpage Sean Zeng=&lt;br /&gt;
==Welcome==&lt;br /&gt;
Hi there!&lt;br /&gt;
I&#039;m surprised you clicked on this link.&lt;br /&gt;
&lt;br /&gt;
==Useful links for Compsci111/111G==&lt;br /&gt;
*[https://cs.auckland.ac.nz forums.cs.auckland.ac.nz]&lt;br /&gt;
*[https://cs.auckland.ac.nz/courses/compsci111s2c/ cs.auckland.ac.nz/courses/compsci111s2c/] &lt;br /&gt;
*[https://canvas.auckland.ac.nz canvas.auckland.ac.nz]&lt;br /&gt;
*[https://cs.auckland.ac.nz cs.auckland.ac.nz]&lt;br /&gt;
*[https://piazza.com piazza.com]&lt;br /&gt;
*[https://forums.cs.auckland.ac.nz forums.cs.auckland.ac.nz]&lt;br /&gt;
&lt;br /&gt;
==Coding==&lt;br /&gt;
Fun way to convert from Decimal to Binary in C++.&lt;br /&gt;
 void ConvertToBinary(int n) /*Alex says: Good to use unsigned int if u can*/&lt;br /&gt;
 {&lt;br /&gt;
    if (n / 2 != 0) {&lt;br /&gt;
        ConvertToBinary(n / 2);&lt;br /&gt;
    }&lt;br /&gt;
    printf(&amp;quot;%d&amp;quot;, n % 2);&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
==Thanks For Visiting!==&lt;br /&gt;
Have a good day!&lt;br /&gt;
&lt;br /&gt;
If you want to see more, &#039;&#039;&#039;check out my website&#039;&#039;&#039;: [https://www.seanzeng.com www.seanzeng.com]&lt;br /&gt;
&lt;br /&gt;
==TEST Revision==&lt;br /&gt;
===Numbered Lists===&lt;br /&gt;
#Hello&lt;br /&gt;
#Hello2&lt;br /&gt;
#Hello3&lt;/div&gt;</summary>
		<author><name>Xzen813</name></author>
	</entry>
	<entry>
		<id>https://wiki.cs.auckland.ac.nz/stageonewiki/index.php?title=User:Xzen813&amp;diff=45289</id>
		<title>User:Xzen813</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.auckland.ac.nz/stageonewiki/index.php?title=User:Xzen813&amp;diff=45289"/>
		<updated>2016-08-04T19:25:24Z</updated>

		<summary type="html">&lt;p&gt;Xzen813: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Userpage Sean Zeng=&lt;br /&gt;
==Welcome==&lt;br /&gt;
Hi there!&lt;br /&gt;
I&#039;m surprised you clicked on this link.&lt;br /&gt;
&lt;br /&gt;
==Useful links for Compsci111/111G==&lt;br /&gt;
*[https://cs.auckland.ac.nz forums.cs.auckland.ac.nz]&lt;br /&gt;
*[https://cs.auckland.ac.nz/courses/compsci111s2c/ cs.auckland.ac.nz/courses/compsci111s2c/] &lt;br /&gt;
*[https://canvas.auckland.ac.nz canvas.auckland.ac.nz]&lt;br /&gt;
*[https://cs.auckland.ac.nz cs.auckland.ac.nz]&lt;br /&gt;
*[https://piazza.com piazza.com]&lt;br /&gt;
*[https://forums.cs.auckland.ac.nz forums.cs.auckland.ac.nz]&lt;br /&gt;
&lt;br /&gt;
==Coding==&lt;br /&gt;
Fun way to convert from Decimal to Binary in C++.&lt;br /&gt;
 void ConvertToBinary(int n) /*Alex says: Good to use unsigned int if u can*/&lt;br /&gt;
 {&lt;br /&gt;
    if (n / 2 != 0) {&lt;br /&gt;
        ConvertToBinary(n / 2);&lt;br /&gt;
    }&lt;br /&gt;
    printf(&amp;quot;%d&amp;quot;, n % 2);&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
==Thanks For Visiting!==&lt;br /&gt;
Have a good day!&lt;br /&gt;
&lt;br /&gt;
If you want to see more, &#039;&#039;&#039;check out my website&#039;&#039;&#039;: [https://www.seanzeng.com www.seanzeng.com]&lt;/div&gt;</summary>
		<author><name>Xzen813</name></author>
	</entry>
	<entry>
		<id>https://wiki.cs.auckland.ac.nz/stageonewiki/index.php?title=User:Xzen813&amp;diff=45284</id>
		<title>User:Xzen813</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.auckland.ac.nz/stageonewiki/index.php?title=User:Xzen813&amp;diff=45284"/>
		<updated>2016-08-04T18:03:01Z</updated>

		<summary type="html">&lt;p&gt;Xzen813: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Userpage Sean Zeng=&lt;br /&gt;
==Welcome==&lt;br /&gt;
Hi there!&lt;br /&gt;
I&#039;m surprised you clicked on this link.&lt;br /&gt;
&lt;br /&gt;
==Useful links for Compsci111/111G==&lt;br /&gt;
 *[https://cs.auckland.ac.nz forums.cs.auckland.ac.nz]&lt;br /&gt;
 *[https://cs.auckland.ac.nz/courses/compsci111s2c/ cs.auckland.ac.nz/courses/compsci111s2c/] &lt;br /&gt;
 *[https://canvas.auckland.ac.nz canvas.auckland.ac.nz]&lt;br /&gt;
 *[https://cs.auckland.ac.nz cs.auckland.ac.nz]&lt;br /&gt;
 *[https://piazza.com piazza.com]&lt;br /&gt;
 *[https://forums.cs.auckland.ac.nz forums.cs.auckland.ac.nz]&lt;br /&gt;
&lt;br /&gt;
==Coding==&lt;br /&gt;
Fun way to convert from Decimal to Binary in C++.&lt;br /&gt;
 void ConvertToBinary(int n) /*Alex says: Good to use unsigned int if u can*/&lt;br /&gt;
 {&lt;br /&gt;
    if (n / 2 != 0) {&lt;br /&gt;
        ConvertToBinary(n / 2);&lt;br /&gt;
    }&lt;br /&gt;
    printf(&amp;quot;%d&amp;quot;, n % 2);&lt;br /&gt;
 }&lt;br /&gt;
&lt;br /&gt;
==Thanks For Visiting!==&lt;br /&gt;
Have a good day!&lt;br /&gt;
&lt;br /&gt;
If you want to see more, &#039;&#039;&#039;check out my website&#039;&#039;&#039;: [https://www.seanzeng.com www.seanzeng.com]&lt;/div&gt;</summary>
		<author><name>Xzen813</name></author>
	</entry>
	<entry>
		<id>https://wiki.cs.auckland.ac.nz/stageonewiki/index.php?title=User:Xzen813&amp;diff=45283</id>
		<title>User:Xzen813</title>
		<link rel="alternate" type="text/html" href="https://wiki.cs.auckland.ac.nz/stageonewiki/index.php?title=User:Xzen813&amp;diff=45283"/>
		<updated>2016-08-04T17:59:01Z</updated>

		<summary type="html">&lt;p&gt;Xzen813: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Userpage Sean Zeng=&lt;br /&gt;
==Welcome==&lt;br /&gt;
Hi there!&lt;br /&gt;
I&#039;m surprised you clicked on this link.&lt;br /&gt;
&lt;br /&gt;
==Useful links for Compsci111/111G==&lt;br /&gt;
*[https://cs.auckland.ac.nz forums.cs.auckland.ac.nz]&lt;br /&gt;
*[https://cs.auckland.ac.nz/courses/compsci111s2c/ cs.auckland.ac.nz/courses/compsci111s2c/] &lt;br /&gt;
*[https://canvas.auckland.ac.nz canvas.auckland.ac.nz]&lt;br /&gt;
*[https://cs.auckland.ac.nz cs.auckland.ac.nz]&lt;br /&gt;
*[https://piazza.com piazza.com]&lt;br /&gt;
*[https://forums.cs.auckland.ac.nz forums.cs.auckland.ac.nz]&lt;br /&gt;
&lt;br /&gt;
==Thanks For Visiting!==&lt;br /&gt;
Have a good day!&lt;br /&gt;
If you want to see more, &#039;&#039;&#039;check out my website&#039;&#039;&#039;: [https://www.seanzeng.com www.seanzeng.com]&lt;/div&gt;</summary>
		<author><name>Xzen813</name></author>
	</entry>
</feed>