<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://enfascination.com/wiki/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://enfascination.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=156.56.92.127</id>
		<title>enfascination - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://enfascination.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=156.56.92.127"/>
		<link rel="alternate" type="text/html" href="http://enfascination.com/wiki/index.php?title=Special:Contributions/156.56.92.127"/>
		<updated>2026-04-26T04:38:48Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.21.0rc5</generator>

	<entry>
		<id>http://enfascination.com/wiki/index.php?title=Common_Coding_Bugs</id>
		<title>Common Coding Bugs</title>
		<link rel="alternate" type="text/html" href="http://enfascination.com/wiki/index.php?title=Common_Coding_Bugs"/>
				<updated>2009-06-16T15:55:22Z</updated>
		
		<summary type="html">&lt;p&gt;156.56.92.127: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Note: these diagnoses will tend towards being too narrow, and may have solutions that are more general&lt;br /&gt;
&lt;br /&gt;
==C++==&lt;br /&gt;
 /usr/libexec/gcc/PATH/4.0.1/ld: Undefined symbols:&lt;br /&gt;
 Something&lt;br /&gt;
 collect2: ld returned 1 exit status&lt;br /&gt;
 make: *** [program] Error 1&lt;br /&gt;
&lt;br /&gt;
*if it is for a whole class, it could mean that in an abstract class, I didn't set a function declaration to 0&lt;br /&gt;
*if it is for a specific static field, it could mean that I forgot &amp;quot;ClassName::&amp;quot; on initializing it&lt;br /&gt;
*if a function is declared from another file but that file isn't included&lt;br /&gt;
&lt;br /&gt;
 /usr/libexec/gcc/path/ld: multiple definitions of symbol&lt;br /&gt;
&lt;br /&gt;
*If there are too many copies of a file name in the makefile.&lt;br /&gt;
&lt;br /&gt;
 020walker.cpp:311: error: a function-definition is not allowed here before '{' token&lt;br /&gt;
 020walker.cpp:332: error: expected `}' at end of input&lt;br /&gt;
*Missing closing curly bracket on an if-statement&lt;/div&gt;</summary>
		<author><name>156.56.92.127</name></author>	</entry>

	<entry>
		<id>http://enfascination.com/wiki/index.php?title=Computer_science_presentation</id>
		<title>Computer science presentation</title>
		<link rel="alternate" type="text/html" href="http://enfascination.com/wiki/index.php?title=Computer_science_presentation"/>
				<updated>2009-04-01T03:15:21Z</updated>
		
		<summary type="html">&lt;p&gt;156.56.92.127: /* Project */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Project===&lt;br /&gt;
http://worldwideweb.unconventionallylonguniformresourcelocator.com/Research%20Talk&lt;br /&gt;
&lt;br /&gt;
===UML Diagrams===&lt;br /&gt;
http://www.gliffy.com/pubdoc/1652891/L.jpg&lt;br /&gt;
&lt;br /&gt;
===Adapter Pattern [http://www.allapplabs.com/java_design_patterns/adapter_pattern.htm]===&lt;br /&gt;
*Converts between two interfaces that can't change so they can communicate.&lt;br /&gt;
**Does so by extending/implementing one incompatible class&lt;br /&gt;
*In this case, I implemented adapter accidentally, except that I didn't subclass MultiLeggedAgent, and neither MLA nor CTRNN were interfaces.&lt;br /&gt;
&lt;br /&gt;
===Mediator Pattern [http://en.wikipedia.org/wiki/Mediator_pattern]===&lt;br /&gt;
*One class that all classes interact through in order to communicate with each other, like how the stock exchange acts  as an abstracted interface for buyers and sellers.&lt;br /&gt;
*My work is not quite mediator, because CTRNN doesn't depend on it at all.  On the contrary, Neural Architecture aggregates CTRNN instead.&lt;/div&gt;</summary>
		<author><name>156.56.92.127</name></author>	</entry>

	<entry>
		<id>http://enfascination.com/wiki/index.php?title=Computer_science_presentation</id>
		<title>Computer science presentation</title>
		<link rel="alternate" type="text/html" href="http://enfascination.com/wiki/index.php?title=Computer_science_presentation"/>
				<updated>2009-04-01T03:14:45Z</updated>
		
		<summary type="html">&lt;p&gt;156.56.92.127: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Project===&lt;br /&gt;
http://worldwideweb.unconventionallylonguniformresourcelocator.com/Research Talk&lt;br /&gt;
&lt;br /&gt;
===UML Diagrams===&lt;br /&gt;
http://www.gliffy.com/pubdoc/1652891/L.jpg&lt;br /&gt;
&lt;br /&gt;
===Adapter Pattern [http://www.allapplabs.com/java_design_patterns/adapter_pattern.htm]===&lt;br /&gt;
*Converts between two interfaces that can't change so they can communicate.&lt;br /&gt;
**Does so by extending/implementing one incompatible class&lt;br /&gt;
*In this case, I implemented adapter accidentally, except that I didn't subclass MultiLeggedAgent, and neither MLA nor CTRNN were interfaces.&lt;br /&gt;
&lt;br /&gt;
===Mediator Pattern [http://en.wikipedia.org/wiki/Mediator_pattern]===&lt;br /&gt;
*One class that all classes interact through in order to communicate with each other, like how the stock exchange acts  as an abstracted interface for buyers and sellers.&lt;br /&gt;
*My work is not quite mediator, because CTRNN doesn't depend on it at all.  On the contrary, Neural Architecture aggregates CTRNN instead.&lt;/div&gt;</summary>
		<author><name>156.56.92.127</name></author>	</entry>

	<entry>
		<id>http://enfascination.com/wiki/index.php?title=Unconventionallylonguniformresourcelocator_dot_commercial</id>
		<title>Unconventionallylonguniformresourcelocator dot commercial</title>
		<link rel="alternate" type="text/html" href="http://enfascination.com/wiki/index.php?title=Unconventionallylonguniformresourcelocator_dot_commercial"/>
				<updated>2009-02-28T18:29:17Z</updated>
		
		<summary type="html">&lt;p&gt;156.56.92.127: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to worldwideweb.unconventionallylonguniformresourcelocator.commercial [[Image:InternetMap.gif|frame]] &lt;br /&gt;
&lt;br /&gt;
It is a mouthful, but this high up you can see the whole Internet.  Plus the air is clear and the fonts have serifs.  For those of you who typed all the way here, good for you.  For everyone else, here is a [http://bit.ly/worldwidewebdotunconventionallylonguniformresourcelocatordotcommercial tinyurl].&lt;br /&gt;
&lt;br /&gt;
This is the project of Seth Frey,  I use it for notes on papers I'm reading and for sharing.&lt;br /&gt;
&lt;br /&gt;
Features:&lt;br /&gt;
*[[Sharing|Blog]]&lt;br /&gt;
*[[Notes | Science Notes]]&lt;br /&gt;
*[[Projects]]&lt;br /&gt;
&lt;br /&gt;
haxx0redby saudi mafiaaa!  For realz&lt;/div&gt;</summary>
		<author><name>156.56.92.127</name></author>	</entry>

	<entry>
		<id>http://enfascination.com/wiki/index.php?title=Unconventionallylonguniformresourcelocator_dot_commercial</id>
		<title>Unconventionallylonguniformresourcelocator dot commercial</title>
		<link rel="alternate" type="text/html" href="http://enfascination.com/wiki/index.php?title=Unconventionallylonguniformresourcelocator_dot_commercial"/>
				<updated>2009-02-28T18:27:08Z</updated>
		
		<summary type="html">&lt;p&gt;156.56.92.127: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to worldwideweb.unconventionallylonguniformresourcelocator.commercial [[Image:InternetMap.gif|frame]] &lt;br /&gt;
&lt;br /&gt;
It is a mouthful, but this high up you can see the whole Internet.  Plus the air is clear and the fonts have serifs.  For those of you who typed all the way here, good for you.  For everyone else, here is a [http://bit.ly/worldwidewebdotunconventionallylonguniformresourcelocatordotcommercial tinyurl].&lt;br /&gt;
&lt;br /&gt;
This is the project of Seth Frey,  I use it for notes on papers I'm reading and for sharing.&lt;br /&gt;
&lt;br /&gt;
Features:&lt;br /&gt;
*[[Sharing|Blog]]&lt;br /&gt;
*[[Notes | Science Notes]]&lt;br /&gt;
*[[Projects]]&lt;br /&gt;
&lt;br /&gt;
haxx0redby saudi mafiaaa!&lt;/div&gt;</summary>
		<author><name>156.56.92.127</name></author>	</entry>

	</feed>