<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.umiacs.umd.edu/umiacs/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Bfangmof</id>
	<title>UMIACS - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.umiacs.umd.edu/umiacs/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Bfangmof"/>
	<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php/Special:Contributions/Bfangmof"/>
	<updated>2026-05-09T19:27:50Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.7</generator>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=OpenCVVersions&amp;diff=6267</id>
		<title>OpenCVVersions</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=OpenCVVersions&amp;diff=6267"/>
		<updated>2014-08-14T22:13:30Z</updated>

		<summary type="html">&lt;p&gt;Bfangmof: /* More Information */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== WIN32 ==&lt;br /&gt;
These directions are for 64-bit systems&lt;br /&gt;
First, we install opencv&lt;br /&gt;
# Download the desired version of OpenCV from [http://opencv.org/downloads.html here]&lt;br /&gt;
# Double click the downloaded executable to install, and select &amp;lt;code&amp;gt; run&amp;lt;/code&amp;gt; at the prompt&lt;br /&gt;
# Choose a home directory as installation location  home directory as shown below, where &amp;quot;username&amp;quot; is the actual username.&lt;br /&gt;
# Click extract, to install opencv files&lt;br /&gt;
#* [[File: Install_location.png|400px]]&lt;br /&gt;
#** Click to enlarge&lt;br /&gt;
==== Without CUDA ====&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
The path to the folder you extracted is from here on refered to as &#039;&#039;{OPENCV}&#039;&#039;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
Next, we setup environmental variables&lt;br /&gt;
#Navigate to &amp;lt;code&amp;gt;Control Panel&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;System and Security&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;System&amp;lt;/code&amp;gt;&lt;br /&gt;
# Select &amp;lt;code&amp;gt;Advanced system settings&amp;lt;/code&amp;gt; from the sidebar&lt;br /&gt;
# In the &amp;lt;code&amp;gt;Advanced&amp;lt;/code&amp;gt; tab click the &amp;lt;code&amp;gt;Environment Variables...&amp;lt;/code&amp;gt; button&lt;br /&gt;
# Check if a Variable called &amp;lt;code&amp;gt;Path&amp;lt;/code&amp;gt; exists in the list of user variables (the top variables)&lt;br /&gt;
#* If it exists, click edit to edit the variable, and add a semicolon, then the following to the end of the Path value &amp;lt;code&amp;gt;&#039;&#039;{OPENCV}&#039;&#039;\build\x64\vc10\bin&amp;lt;/code&amp;gt; &lt;br /&gt;
&amp;lt;!---#** vc10 should be replaced with vc11 or vc12 depending on the version of visual studio installed In this case: --&amp;gt;&lt;br /&gt;
#* If it does not, press the New button and set the variable name to &amp;lt;code&amp;gt;Path&amp;lt;/code&amp;gt; and the value to the path to your opencv directory (&#039;&#039;{OPENCV}&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
==== Visual Studio Project Set-Up ====&lt;br /&gt;
# Go to Project -&amp;gt; Properties&lt;br /&gt;
#* Configuration Properties -&amp;gt; C/C++ -&amp;gt; General&lt;br /&gt;
#** Additional Include Directories...add: &#039;&#039;&#039;{OPENCV}&#039;&#039;\build\include;&#039;&lt;br /&gt;
#* Configuration Properties -&amp;gt; VC++ Directories&lt;br /&gt;
#** Executable Directories...add: &#039;&#039;&#039;{OPENCV}&#039;&#039;\build\x64\vc10\bin;&#039;&lt;br /&gt;
#** Library Directories...add: &#039;&#039;&#039;{OPENCV}&#039;&#039;\build\x64\vc10\lib;&#039;&#039;{OPENCV}&#039;&#039;\build\x64\vc10\staticlib;&#039;&lt;br /&gt;
&lt;br /&gt;
==== More Information ====&lt;br /&gt;
* For using OpenCV with Visiual Studio; http://docs.opencv.org/doc/tutorials/introduction/windows_install/windows_install.html#windows-installation&lt;br /&gt;
* For using OpenCV with CUDA; http://blog.cuvilib.com/2011/03/22/how-to-build-opencv-2-2-with-gpu-cuda-on-windows-7/&lt;/div&gt;</summary>
		<author><name>Bfangmof</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=OpenCVVersions&amp;diff=6250</id>
		<title>OpenCVVersions</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=OpenCVVersions&amp;diff=6250"/>
		<updated>2014-08-05T19:54:57Z</updated>

		<summary type="html">&lt;p&gt;Bfangmof: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== WIN32 ==&lt;br /&gt;
These directions are for 64-bit systems&lt;br /&gt;
First, we install opencv&lt;br /&gt;
# Download the desired version of OpenCV from [http://opencv.org/downloads.html here]&lt;br /&gt;
# Double click the downloaded executable to install, and select &amp;lt;code&amp;gt; run&amp;lt;/code&amp;gt; at the prompt&lt;br /&gt;
# Choose a home directory as installation location  home directory as shown below, where &amp;quot;username&amp;quot; is the actual username.&lt;br /&gt;
# Click extract, to install opencv files&lt;br /&gt;
#* [[File: Install_location.png|400px]]&lt;br /&gt;
#** Click to enlarge&lt;br /&gt;
==== Without CUDA ====&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
The path to the folder you extracted is from here on refered to as &#039;&#039;{OPENCV}&#039;&#039;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
Next, we setup environmental variables&lt;br /&gt;
#Navigate to &amp;lt;code&amp;gt;Control Panel&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;System and Security&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;System&amp;lt;/code&amp;gt;&lt;br /&gt;
# Select &amp;lt;code&amp;gt;Advanced system settings&amp;lt;/code&amp;gt; from the sidebar&lt;br /&gt;
# In the &amp;lt;code&amp;gt;Advanced&amp;lt;/code&amp;gt; tab click the &amp;lt;code&amp;gt;Environment Variables...&amp;lt;/code&amp;gt; button&lt;br /&gt;
# Check if a Variable called &amp;lt;code&amp;gt;Path&amp;lt;/code&amp;gt; exists in the list of user variables (the top variables)&lt;br /&gt;
#* If it exists, click edit to edit the variable, and add a semicolon, then the following to the end of the Path value &amp;lt;code&amp;gt;&#039;&#039;{OPENCV}&#039;&#039;\build\x64\vc10\bin&amp;lt;/code&amp;gt; &lt;br /&gt;
&amp;lt;!---#** vc10 should be replaced with vc11 or vc12 depending on the version of visual studio installed In this case: --&amp;gt;&lt;br /&gt;
#* If it does not, press the New button and set the variable name to &amp;lt;code&amp;gt;Path&amp;lt;/code&amp;gt; and the value to the path to your opencv directory (&#039;&#039;{OPENCV}&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
==== Visual Studio Project Set-Up ====&lt;br /&gt;
# Go to Project -&amp;gt; Properties&lt;br /&gt;
#* Configuration Properties -&amp;gt; C/C++ -&amp;gt; General&lt;br /&gt;
#** Additional Include Directories...add: &#039;&#039;&#039;{OPENCV}&#039;&#039;\build\include;&#039;&lt;br /&gt;
#* Configuration Properties -&amp;gt; VC++ Directories&lt;br /&gt;
#** Executable Directories...add: &#039;&#039;&#039;{OPENCV}&#039;&#039;\build\x64\vc10\bin;&#039;&lt;br /&gt;
#** Library Directories...add: &#039;&#039;&#039;{OPENCV}&#039;&#039;\build\x64\vc10\lib;&#039;&#039;{OPENCV}&#039;&#039;\build\x64\vc10\staticlib;&#039;&lt;br /&gt;
&lt;br /&gt;
==== More Information ====&lt;br /&gt;
*http://docs.opencv.org/doc/tutorials/introduction/windows_install/windows_install.html#windows-installation&lt;/div&gt;</summary>
		<author><name>Bfangmof</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=PrinterTroubleshooting&amp;diff=6198</id>
		<title>PrinterTroubleshooting</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=PrinterTroubleshooting&amp;diff=6198"/>
		<updated>2014-07-09T17:24:20Z</updated>

		<summary type="html">&lt;p&gt;Bfangmof: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Common Print error Solutions ==&lt;br /&gt;
If your are trying to pint a PDF and you are having trouble, try the following: &lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;  Choose &amp;lt;tt&amp;gt;File &amp;gt;&amp;gt;&amp;gt; Print&amp;lt;/tt&amp;gt;, and then click &amp;lt;tt&amp;gt;Advanced&amp;lt;/tt&amp;gt; &amp;lt;/li&amp;gt;&lt;br /&gt;
[[File:print_menu.jpg | 200px]]&lt;br /&gt;
* Click to enlarge image&lt;br /&gt;
&amp;lt;li&amp;gt; Select the &amp;lt;tt&amp;gt;Print As Image&amp;lt;/tt&amp;gt; check box, and click Ok. Then click print &amp;lt;/li&amp;gt;&lt;br /&gt;
[[File:select_image.jpg | 200px]]&lt;br /&gt;
* Click to enlarge image&lt;br /&gt;
* For more information visit [http://helpx.adobe.com/acrobat/kb/quick-fix-print-pdf-image.html Adobe quick fix]&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For other print errors try the following:&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt; If using Windows, try using a pcl queue for MS/Office applications and a ps queue for Adobe applications &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Try using a different printer model &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Try using a different print queue  &amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* New print queues can be added with directions for respective operating systems on our [https://wiki.umiacs.umd.edu/umiacs/index.php/Printing  printing page] &lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bfangmof</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=PrinterTroubleshooting&amp;diff=6197</id>
		<title>PrinterTroubleshooting</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=PrinterTroubleshooting&amp;diff=6197"/>
		<updated>2014-07-09T15:22:07Z</updated>

		<summary type="html">&lt;p&gt;Bfangmof: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Common Print error Solutions ==&lt;br /&gt;
If your are trying to pint a PDF and you are having trouble, try the following: &lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;  Choose &amp;lt;tt&amp;gt;File &amp;gt;&amp;gt;&amp;gt; Print&amp;lt;/tt&amp;gt;, and then click &amp;lt;tt&amp;gt;Advanced&amp;lt;/tt&amp;gt; &amp;lt;/li&amp;gt;&lt;br /&gt;
[[File:print_menu.jpg | 200px]]&lt;br /&gt;
* Click to enlarge image&lt;br /&gt;
&amp;lt;li&amp;gt; Select the &amp;lt;tt&amp;gt;Print As Image&amp;lt;/tt&amp;gt; check box, and click Ok. Then click print &amp;lt;/li&amp;gt;&lt;br /&gt;
[[File:select_image.jpg | 200px]]&lt;br /&gt;
* Click to enlarge image&lt;br /&gt;
* For more information visit [http://helpx.adobe.com/acrobat/kb/quick-fix-print-pdf-image.html Adobe quick fix]&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For other print errors try the following:&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Try using a different printer model &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Try using a different print queue  &amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt; On windows, try using a pcl queue for MS/Office applications and a ps queue for Adobe applications &amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt; New print queues can be added with directions for respective operating systems on our [https://wiki.umiacs.umd.edu/umiacs/index.php/Printing  printing page] &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bfangmof</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=PrinterTroubleshooting&amp;diff=6196</id>
		<title>PrinterTroubleshooting</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=PrinterTroubleshooting&amp;diff=6196"/>
		<updated>2014-07-09T15:21:37Z</updated>

		<summary type="html">&lt;p&gt;Bfangmof: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Common Print error Solutions ==&lt;br /&gt;
If your are trying to pint a PDF and you are having trouble, try the following: &lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;  Choose &amp;lt;tt&amp;gt;File &amp;gt;&amp;gt;&amp;gt; Print&amp;lt;/tt&amp;gt;, and then click &amp;lt;tt&amp;gt;Advanced&amp;lt;/tt&amp;gt; &amp;lt;/li&amp;gt;&lt;br /&gt;
[[File:print_menu.jpg | 200px]]&lt;br /&gt;
* Click to enlarge image&lt;br /&gt;
&amp;lt;li&amp;gt; Select the &amp;lt;tt&amp;gt;Print As Image&amp;lt;/tt&amp;gt; check box, and click Ok. Then click print &amp;lt;/li&amp;gt;&lt;br /&gt;
[[File:select_image.jpg | 200px]]&lt;br /&gt;
* Click to enlarge image&lt;br /&gt;
* For more information visit [http://helpx.adobe.com/acrobat/kb/quick-fix-print-pdf-image.html, Adobe quick fix]&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For other print errors try the following:&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Try using a different printer model &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Try using a different print queue  &amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt; On windows, try using a pcl queue for MS/Office applications and a ps queue for Adobe applications &amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt; New print queues can be added with directions for respective operating systems on our [https://wiki.umiacs.umd.edu/umiacs/index.php/Printing  printing page] &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bfangmof</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=PrinterTroubleshooting&amp;diff=6195</id>
		<title>PrinterTroubleshooting</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=PrinterTroubleshooting&amp;diff=6195"/>
		<updated>2014-07-09T15:21:25Z</updated>

		<summary type="html">&lt;p&gt;Bfangmof: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Common Print error solutions ==&lt;br /&gt;
If your are trying to pint a PDF and you are having trouble, try the following: &lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;  Choose &amp;lt;tt&amp;gt;File &amp;gt;&amp;gt;&amp;gt; Print&amp;lt;/tt&amp;gt;, and then click &amp;lt;tt&amp;gt;Advanced&amp;lt;/tt&amp;gt; &amp;lt;/li&amp;gt;&lt;br /&gt;
[[File:print_menu.jpg | 200px]]&lt;br /&gt;
* Click to enlarge image&lt;br /&gt;
&amp;lt;li&amp;gt; Select the &amp;lt;tt&amp;gt;Print As Image&amp;lt;/tt&amp;gt; check box, and click Ok. Then click print &amp;lt;/li&amp;gt;&lt;br /&gt;
[[File:select_image.jpg | 200px]]&lt;br /&gt;
* Click to enlarge image&lt;br /&gt;
* For more information visit [http://helpx.adobe.com/acrobat/kb/quick-fix-print-pdf-image.html, Adobe quick fix]&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For other print errors try the following:&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Try using a different printer model &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Try using a different print queue  &amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt; On windows, try using a pcl queue for MS/Office applications and a ps queue for Adobe applications &amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt; New print queues can be added with directions for respective operating systems on our [https://wiki.umiacs.umd.edu/umiacs/index.php/Printing  printing page] &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bfangmof</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=PrinterTroubleshooting&amp;diff=6194</id>
		<title>PrinterTroubleshooting</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=PrinterTroubleshooting&amp;diff=6194"/>
		<updated>2014-07-09T15:20:47Z</updated>

		<summary type="html">&lt;p&gt;Bfangmof: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Common ==&lt;br /&gt;
If your are trying to pint a PDF and you are having trouble, try the following: &lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;  Choose &amp;lt;tt&amp;gt;File &amp;gt;&amp;gt;&amp;gt; Print&amp;lt;/tt&amp;gt;, and then click &amp;lt;tt&amp;gt;Advanced&amp;lt;/tt&amp;gt; &amp;lt;/li&amp;gt;&lt;br /&gt;
[[File:print_menu.jpg | 200px]]&lt;br /&gt;
* Click to enlarge image&lt;br /&gt;
&amp;lt;li&amp;gt; Select the &amp;lt;tt&amp;gt;Print As Image&amp;lt;/tt&amp;gt; check box, and click Ok. Then click print &amp;lt;/li&amp;gt;&lt;br /&gt;
[[File:select_image.jpg | 200px]]&lt;br /&gt;
* Click to enlarge image&lt;br /&gt;
* For more information visit [http://helpx.adobe.com/acrobat/kb/quick-fix-print-pdf-image.html, Adobe quick fix]&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For other print errors try the following:&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Try using a different printer model &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Try using a different print queue  &amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt; On windows, try using a pcl queue for MS/Office applications and a ps queue for Adobe applications &amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt; New print queues can be added with directions for respective operating systems on our [https://wiki.umiacs.umd.edu/umiacs/index.php/Printing  printing page] &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bfangmof</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=PrinterTroubleshooting&amp;diff=6193</id>
		<title>PrinterTroubleshooting</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=PrinterTroubleshooting&amp;diff=6193"/>
		<updated>2014-07-09T13:52:49Z</updated>

		<summary type="html">&lt;p&gt;Bfangmof: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Common ==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
If your are trying to pint a PDF and you are having trouble, try the following: &lt;br /&gt;
&amp;lt;li&amp;gt;  Choose &amp;lt;tt&amp;gt;File &amp;gt;&amp;gt;&amp;gt; Print&amp;lt;/tt&amp;gt;, and then click &amp;lt;tt&amp;gt;Advanced&amp;lt;/tt&amp;gt; &amp;lt;/li&amp;gt;&lt;br /&gt;
[[File:print_menu.jpg | 200px]]&lt;br /&gt;
* Click to enlarge image&lt;br /&gt;
&amp;lt;li&amp;gt; Select the &amp;lt;tt&amp;gt;Print As Image&amp;lt;/tt&amp;gt; check box, and click Ok. Then click print &amp;lt;/li&amp;gt;&lt;br /&gt;
[[File:select_image.jpg | 200px]]&lt;br /&gt;
* Click to enlarge image&lt;br /&gt;
For more information visit [http://helpx.adobe.com/acrobat/kb/quick-fix-print-pdf-image.html, Adobe quick fix]&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
For other print errors try the following:&lt;br /&gt;
* Try using a different printer model &lt;br /&gt;
* Try using a different print queue &lt;br /&gt;
&amp;lt;li&amp;gt; On windows, try using a pcl queue for MS/Office applications and a ps queue for Adobe applications &amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt; New print queues can be added with directions for respective operating systems on our [https://wiki.umiacs.umd.edu/umiacs/index.php/Printing  printing page]&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bfangmof</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=PrinterTroubleshooting&amp;diff=6192</id>
		<title>PrinterTroubleshooting</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=PrinterTroubleshooting&amp;diff=6192"/>
		<updated>2014-07-09T13:51:03Z</updated>

		<summary type="html">&lt;p&gt;Bfangmof: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Common ==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
If your are trying to pint a PDF and you are having trouble, try the following: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;  Choose &amp;lt;tt&amp;gt;File &amp;gt;&amp;gt;&amp;gt; Print&amp;lt;/tt&amp;gt;, and then click &amp;lt;tt&amp;gt;Advanced&amp;lt;/tt&amp;gt; &amp;lt;/li&amp;gt;&lt;br /&gt;
[[File:print_menu.jpg | 200px]]&lt;br /&gt;
* Click to enlarge image&lt;br /&gt;
&amp;lt;li&amp;gt; Select the &amp;lt;tt&amp;gt;Print As Image&amp;lt;/tt&amp;gt; check box, and click Ok. Then click print &amp;lt;/li&amp;gt;&lt;br /&gt;
[[File:select_image.jpg | 200px]]&lt;br /&gt;
* Click to enlarge image&lt;br /&gt;
For more information visit [http://helpx.adobe.com/acrobat/kb/quick-fix-print-pdf-image.html, Adobe quick fix]&lt;br /&gt;
&lt;br /&gt;
For other print errors try the following:&lt;br /&gt;
* Try using a different printer model &lt;br /&gt;
* Try using a different print queue &lt;br /&gt;
&amp;lt;li&amp;gt; On windows, try using a pcl queue for MS/Office applications and a ps queue for Adobe applications &amp;lt;/li&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt; New print queues can be added with directions for respective operating systems on our [https://wiki.umiacs.umd.edu/umiacs/index.php/Printing  printing page]&lt;/div&gt;</summary>
		<author><name>Bfangmof</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=PrinterTroubleshooting&amp;diff=6191</id>
		<title>PrinterTroubleshooting</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=PrinterTroubleshooting&amp;diff=6191"/>
		<updated>2014-07-08T18:49:23Z</updated>

		<summary type="html">&lt;p&gt;Bfangmof: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Printer Troubleshooting==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
 If printed image is garbled or damaged from Adobe,try printing as an image as described below: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;  Choose &amp;lt;tt&amp;gt;File &amp;gt;&amp;gt;&amp;gt; Print&amp;lt;/tt&amp;gt;, and then click &amp;lt;tt&amp;gt;Advanced&amp;lt;/tt&amp;gt; &amp;lt;/li&amp;gt;&lt;br /&gt;
[[File:print_menu.jpg | 200px]]&lt;br /&gt;
* Click to enlarge image&lt;br /&gt;
&amp;lt;li&amp;gt; Select the &amp;lt;tt&amp;gt;Print As Image&amp;lt;/tt&amp;gt; check box, and click Ok. Then click print &amp;lt;/li&amp;gt;&lt;br /&gt;
[[File:select_image.jpg | 200px]]&lt;br /&gt;
* Click to enlarge image&lt;br /&gt;
For more information visit [http://helpx.adobe.com/acrobat/kb/quick-fix-print-pdf-image.html, Adobe quick fix]&lt;br /&gt;
&lt;br /&gt;
For other print errors try the following:&lt;br /&gt;
* Try using a different printer model &lt;br /&gt;
* Try using a different print queue &lt;br /&gt;
&amp;lt;li&amp;gt; On windows, try using a pcl queue for MS/Office applications and a ps queue for Adobe applications &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Visit [https://wiki.umiacs.umd.edu/umiacs/index.php/PrinterQueueNaming, queue information  ] page for more information of print queues and printer names &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; New print queues can be added with directions on the [https://wiki.umiacs.umd.edu/umiacs/index.php/OSXPrinting OSX printing page] or the [https://wiki.umiacs.umd.edu/umiacs/index.php/Windows7Printing Windows printing page]&lt;/div&gt;</summary>
		<author><name>Bfangmof</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=PrinterTroubleshooting&amp;diff=6190</id>
		<title>PrinterTroubleshooting</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=PrinterTroubleshooting&amp;diff=6190"/>
		<updated>2014-07-08T18:48:12Z</updated>

		<summary type="html">&lt;p&gt;Bfangmof: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Printer Troubleshooting==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
 If printed image is garbled or damaged from Adobe,try printing as an image as described below: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;  Choose &amp;lt;tt&amp;gt;File &amp;gt;&amp;gt;&amp;gt; Print&amp;lt;/tt&amp;gt;, and then click &amp;lt;tt&amp;gt;Advanced&amp;lt;/tt&amp;gt; &amp;lt;/li&amp;gt;&lt;br /&gt;
[[File:print_menu.jpg | 200px]]&lt;br /&gt;
* Click to enlarge image&lt;br /&gt;
&amp;lt;li&amp;gt; Select the &amp;lt;tt&amp;gt;Print As Image&amp;lt;/tt&amp;gt; check box, and click Ok. Then click print &amp;lt;/li&amp;gt;&lt;br /&gt;
[[File:select_image.jpg | 200px]]&lt;br /&gt;
* Click to enlarge image&lt;br /&gt;
For more information visit [http://helpx.adobe.com/acrobat/kb/quick-fix-print-pdf-image.html, Adobe quick fix]&lt;br /&gt;
&lt;br /&gt;
For other print errors try the following:&lt;br /&gt;
* Try using a different printer model &lt;br /&gt;
* Try using a different print queue &lt;br /&gt;
&amp;lt;li&amp;gt; On windows, try using a pcl queue for MS/Office applications and a ps queue for Adobe applications &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Visit [https://wiki.umiacs.umd.edu/umiacs/index.php/PrinterQueueNaming, queue information  ] page for more information of print queues and printer names &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; New print queues can be added with directions on the [printing page]&lt;/div&gt;</summary>
		<author><name>Bfangmof</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=PrinterTroubleshooting&amp;diff=6189</id>
		<title>PrinterTroubleshooting</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=PrinterTroubleshooting&amp;diff=6189"/>
		<updated>2014-07-08T18:25:44Z</updated>

		<summary type="html">&lt;p&gt;Bfangmof: /* Printer Troubleshooting */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Printer Troubleshooting==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
 If printed image is garbled or damaged from Adobe,try printing as an image as described below: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;  Choose &amp;lt;tt&amp;gt;File &amp;gt;&amp;gt;&amp;gt; Print&amp;lt;/tt&amp;gt;, and then click &amp;lt;tt&amp;gt;Advanced&amp;lt;/tt&amp;gt; &amp;lt;/li&amp;gt;&lt;br /&gt;
[[File:print_menu.jpg | 200px]]&lt;br /&gt;
&amp;lt;li&amp;gt; Select the &amp;lt;tt&amp;gt;Print As Image&amp;lt;/tt&amp;gt; check box, and click Ok. Then click print &amp;lt;/li&amp;gt;&lt;br /&gt;
[[File:select_image.jpg | 200px]]&lt;br /&gt;
&lt;br /&gt;
For more information visit [http://helpx.adobe.com/acrobat/kb/quick-fix-print-pdf-image.html, Adobe quick fix]&lt;/div&gt;</summary>
		<author><name>Bfangmof</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=PrinterTroubleshooting&amp;diff=6188</id>
		<title>PrinterTroubleshooting</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=PrinterTroubleshooting&amp;diff=6188"/>
		<updated>2014-07-08T18:24:59Z</updated>

		<summary type="html">&lt;p&gt;Bfangmof: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Printer Troubleshooting==&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
 If printed image is garbled or damaged from Adobe,try printing as an image as described below: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;li&amp;gt;  Choose &amp;lt;tt&amp;gt;File &amp;gt;&amp;gt;&amp;gt; Print&amp;lt;/tt&amp;gt;, and then click &amp;lt;tt&amp;gt;Advanced&amp;lt;/tt&amp;gt; &amp;lt;/li&amp;gt;&lt;br /&gt;
[[File:print_menu.jpg | 400px]]&lt;br /&gt;
&amp;lt;li&amp;gt; Select the &amp;lt;tt&amp;gt;Print As Image&amp;lt;/tt&amp;gt; check box, and click Ok. Then click print &amp;lt;/li&amp;gt;&lt;br /&gt;
[[File:select_image.jpg | 400px]]&lt;br /&gt;
&lt;br /&gt;
For more information visit [http://helpx.adobe.com/acrobat/kb/quick-fix-print-pdf-image.html, Adobe quick fix]&lt;/div&gt;</summary>
		<author><name>Bfangmof</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=File:Select_image.jpg&amp;diff=6187</id>
		<title>File:Select image.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=File:Select_image.jpg&amp;diff=6187"/>
		<updated>2014-07-08T18:24:39Z</updated>

		<summary type="html">&lt;p&gt;Bfangmof: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Bfangmof</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=File:Print_menu.jpg&amp;diff=6186</id>
		<title>File:Print menu.jpg</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=File:Print_menu.jpg&amp;diff=6186"/>
		<updated>2014-07-08T18:24:21Z</updated>

		<summary type="html">&lt;p&gt;Bfangmof: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Bfangmof</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=OSSupport&amp;diff=6184</id>
		<title>OSSupport</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=OSSupport&amp;diff=6184"/>
		<updated>2014-07-08T15:36:26Z</updated>

		<summary type="html">&lt;p&gt;Bfangmof: /* Windows */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;UMIACS Supports the following Operating Systems&lt;br /&gt;
&lt;br /&gt;
==Linux==&lt;br /&gt;
&lt;br /&gt;
General [[LinuxFAQ]]&lt;br /&gt;
&lt;br /&gt;
* [[RHEL4|RedHat Enterprise Linux 4]]&lt;br /&gt;
* [[RHEL5|RedHat Enterprise Linux 5]]&lt;br /&gt;
* [[RHEL6|RedHat Enterprise Linux 6]]&lt;br /&gt;
* [[Ubuntu | Ubuntu Precise 12.04 LTS / Ubuntu Trusty 14.04 LTS]]&lt;br /&gt;
&lt;br /&gt;
==Windows==&lt;br /&gt;
* Windows Server 2003&lt;br /&gt;
* Windows Server 2008&lt;br /&gt;
*[[Windows_Activation|Windows 7]]&lt;br /&gt;
* [[Windows_Patch_Management|Windows Patch Management]]&lt;br /&gt;
* [[Malware/virus_removal | Malware removal]]&lt;br /&gt;
&lt;br /&gt;
==MacOSX==&lt;br /&gt;
&lt;br /&gt;
* MacOSX10.4&lt;br /&gt;
* MacOSX10.5&lt;br /&gt;
* MacOSX10.6&lt;br /&gt;
* MacOSX10.7&lt;/div&gt;</summary>
		<author><name>Bfangmof</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=Printing&amp;diff=6183</id>
		<title>Printing</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=Printing&amp;diff=6183"/>
		<updated>2014-07-08T15:32:38Z</updated>

		<summary type="html">&lt;p&gt;Bfangmof: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Printing==&lt;br /&gt;
*&#039;&#039;&#039;Operating Specific printing guides:&#039;&#039;&#039;&lt;br /&gt;
:* [[WindowsPrinting|Windows Printing Guide]]&lt;br /&gt;
:* [[OSXPrinting|Mac OS X Printing Guide]]&lt;br /&gt;
:* [[CUPS|Linux Printing Guide (RHEL and Ubuntu)]]&lt;br /&gt;
:* [[UbuntuPrinting|Self supported Ubuntu Printing Guide]]&lt;br /&gt;
&lt;br /&gt;
* [[WirelessPrinting|Printing from the wireless or Non-UMIACS Networks]]&lt;br /&gt;
&lt;br /&gt;
* [[PrinterQueueNaming|Selecting A Print Queue (Color, Banners, etc)]]&lt;br /&gt;
&lt;br /&gt;
* [[UNIXPrinting|Legacy UNIX Printing Guide (Linux and Solaris)]]&lt;br /&gt;
&lt;br /&gt;
* [[Umiacs_Public_Printers | Umiacs Public Printers]]&lt;br /&gt;
&lt;br /&gt;
*[[PrinterTroubleshooting | Printer troubleshooting]]&lt;/div&gt;</summary>
		<author><name>Bfangmof</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=UMIACS_Public_Printers&amp;diff=6182</id>
		<title>UMIACS Public Printers</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=UMIACS_Public_Printers&amp;diff=6182"/>
		<updated>2014-07-08T15:32:15Z</updated>

		<summary type="html">&lt;p&gt;Bfangmof: /* How to Print */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Access to Public Printers==&lt;br /&gt;
If you need to print but there are no printers accessible in your lab, we have two locations with publicly accessible printers. These rooms are accessible only with your university ID key card. If you are not able to access these rooms with your key card, please see Edna in room 2119 to get this access granted to your card.&lt;br /&gt;
&lt;br /&gt;
=====Help Desk Printers in room 3142=====&lt;br /&gt;
Color Printer: &#039;&#039;&#039;cps3142&#039;&#039;&#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
Black/White Printer: &#039;&#039;&#039;ps3142&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=====Public Printers in room 4430=====&lt;br /&gt;
Color Printer: &#039;&#039;&#039;cps4430a&#039;&#039;&#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
Black/White Printer: &#039;&#039;&#039;ps4430b&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==How to Print==&lt;br /&gt;
If you are unsure of how to connect to these printers, please see our other articles on printing in UMIACS.&amp;lt;br/&amp;gt;&lt;br /&gt;
[[PrinterQueueNaming | Selecting A Print Queue (Color, Banners, etc)]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[CUPS | UNIX Printing Guide (Linux and Solaris)]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[WindowsPrinting | Windows Printing Guide]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[OSXPrinting | Mac OS X Printing Guide]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[WirelessPrinting | Printing from the wireless or Non-UMIACS Networks]]&amp;lt;br/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bfangmof</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=Printing&amp;diff=6181</id>
		<title>Printing</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=Printing&amp;diff=6181"/>
		<updated>2014-07-08T15:30:14Z</updated>

		<summary type="html">&lt;p&gt;Bfangmof: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Printing==&lt;br /&gt;
*&#039;&#039;&#039;Operating Specific printing guides:&#039;&#039;&#039;&lt;br /&gt;
:* [[WindowsPrinting|Windows Printing Guide]]&lt;br /&gt;
:* [[OSXPrinting|Mac OS X Printing Guide]]&lt;br /&gt;
:* [[CUPS|Linux Printing Guide (RHEL and Ubuntu)]]&lt;br /&gt;
:* [[UbuntuPrinting|Self supported Ubuntu Printing Guide]]&lt;br /&gt;
&lt;br /&gt;
* [[WirelessPrinting|Printing from the wireless or Non-UMIACS Networks]]&lt;br /&gt;
&lt;br /&gt;
* [[PrinterQueueNaming|Selecting A Print Queue (Color, Banners, etc)]]&lt;br /&gt;
&lt;br /&gt;
* [[UNIXPrinting|Legacy UNIX Printing Guide (Linux and Solaris)]]&lt;br /&gt;
&lt;br /&gt;
* [[Umiacs_Public_Printers | Umiacs Public Printers]]&lt;/div&gt;</summary>
		<author><name>Bfangmof</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=Printing&amp;diff=6180</id>
		<title>Printing</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=Printing&amp;diff=6180"/>
		<updated>2014-07-08T15:29:08Z</updated>

		<summary type="html">&lt;p&gt;Bfangmof: /* Printing */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Printing==&lt;br /&gt;
*&#039;&#039;&#039;Operating Specific printing guides:&#039;&#039;&#039;&lt;br /&gt;
:* [[WindowsPrinting|Windows Printing Guide]]&lt;br /&gt;
:* [[OSXPrinting|Mac OS X Printing Guide]]&lt;br /&gt;
:* [[CUPS|Linux Printing Guide (RHEL and Ubuntu)]]&lt;br /&gt;
:* [[UbuntuPrinting|Self supported Ubuntu Printing Guide]]&lt;br /&gt;
&lt;br /&gt;
* [[WirelessPrinting|Printing from the wireless or Non-UMIACS Networks]]&lt;br /&gt;
&lt;br /&gt;
* [[PrinterQueueNaming|Selecting A Print Queue (Color, Banners, etc)]]&lt;br /&gt;
&lt;br /&gt;
* [[UNIXPrinting|Legacy UNIX Printing Guide (Linux and Solaris)]]&lt;br /&gt;
&lt;br /&gt;
* [[UmiacsPublicPrinters | Umiacs Public Printers]]&lt;/div&gt;</summary>
		<author><name>Bfangmof</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=CrowdStrike&amp;diff=6179</id>
		<title>CrowdStrike</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=CrowdStrike&amp;diff=6179"/>
		<updated>2014-07-08T15:21:34Z</updated>

		<summary type="html">&lt;p&gt;Bfangmof: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Free malware/virus removal tools ==&lt;br /&gt;
For non-UMIACS supported systems, there are several virus and malware protection and removal tools available. This page lists and describes some of them.&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; F-Secure&lt;br /&gt;
* [http://www.f-secure.com/en/web/labs_global/removal-tools/-/carousel/view/142 Bootable Scan]&lt;br /&gt;
If your computer no longer starts due to malware corrupting the operating system, or you suspect the security software has been compromised,this bootable cd can securely boot up the computer and check the programs installed.The Rescue CD can also be used for more advanced repair and data recovery operations.&lt;br /&gt;
* [http://www.f-secure.com/en/web/home_global/online-scanner Online Scan]&amp;lt;/li&amp;gt;&lt;br /&gt;
Similar to the bootable scan, the online scanner helps to get rid of viruses and spyware that may cause problems on your PC.&lt;br /&gt;
&amp;lt;li&amp;gt; [https://www.malwarebytes.org/mwb-download/ Malwarebytes]&amp;lt;/li&amp;gt;&lt;br /&gt;
This free version is limited, but can also perform malware and virus scans&lt;br /&gt;
&amp;lt;li&amp;gt; [http://www.superantispyware.com/superantispyware.html SUPERAntiSpyware]&amp;lt;/li&amp;gt;&lt;br /&gt;
This free version is also limited but performs multiple different malware scans such installed or internet spyware/adware&lt;br /&gt;
&amp;lt;li&amp;gt; [http://www.kaspersky.com/antivirus-removal-tool?form=1 Kaspersky virus removal tool]&lt;br /&gt;
This provides a virus scan with updated virus definitions&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bfangmof</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=CrowdStrike&amp;diff=6178</id>
		<title>CrowdStrike</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=CrowdStrike&amp;diff=6178"/>
		<updated>2014-07-08T14:54:04Z</updated>

		<summary type="html">&lt;p&gt;Bfangmof: /* Malware and Virus Removal */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Malware and Virus Removal ==&lt;br /&gt;
For non-UMIACS supported systems, there are several virus and malware protection and removal tools available. This page lists and describes some of them.&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; F-Secure&lt;br /&gt;
* [http://www.f-secure.com/en/web/labs_global/removal-tools/-/carousel/view/142 Bootable Scan]&lt;br /&gt;
If your computer no longer starts due to malware corrupting the operating system, or you suspect the security software has been compromised,this bootable cd can securely boot up the computer and check the programs installed.The Rescue CD can also be used for more advanced repair and data recovery operations.&lt;br /&gt;
* [http://www.f-secure.com/en/web/home_global/online-scanner Online Scan]&amp;lt;/li&amp;gt;&lt;br /&gt;
Similar to the bootable scan, the online scanner helps to get rid of viruses and spyware that may cause problems on your PC.&lt;br /&gt;
&amp;lt;li&amp;gt; [https://www.malwarebytes.org/mwb-download/ Malwarebytes]&amp;lt;/li&amp;gt;&lt;br /&gt;
This free version is limited, but can also perform malware and virus scans&lt;br /&gt;
&amp;lt;li&amp;gt; [http://www.superantispyware.com/superantispyware.html SUPERAntiSpyware]&amp;lt;/li&amp;gt;&lt;br /&gt;
This free version is also limited but performs multiple different malware scans such installed or internet spyware/adware&lt;br /&gt;
&amp;lt;li&amp;gt; [http://www.kaspersky.com/antivirus-removal-tool?form=1 Kaspersky virus removal tool]&lt;br /&gt;
This provides a virus scan with updated virus definitions&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bfangmof</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=CrowdStrike&amp;diff=6165</id>
		<title>CrowdStrike</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=CrowdStrike&amp;diff=6165"/>
		<updated>2014-07-01T13:40:09Z</updated>

		<summary type="html">&lt;p&gt;Bfangmof: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Malware and Virus Removal ==&lt;br /&gt;
For non UMIACS systems, the following are some malware and virus removal tools&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; F-Secure &lt;br /&gt;
*Bootable Scan from [http://www.f-secure.com/en/web/labs_global/removal-tools/-/carousel/view/142, here]&lt;br /&gt;
* Online Scan from  [http://www.f-secure.com/en/web/home_global/online-scanner, here]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; [https://www.malwarebytes.org/mwb-download/ Malwarebytes ] &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; [http://www.superantispyware.com/superantispyware.html, SUPERAntiSpyware]&lt;br /&gt;
&amp;lt;li&amp;gt; Kaspersky virus removal tool from [http://www.kaspersky.com/antivirus-removal-tool?form=1, here]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bfangmof</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=CrowdStrike&amp;diff=6164</id>
		<title>CrowdStrike</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=CrowdStrike&amp;diff=6164"/>
		<updated>2014-07-01T13:32:44Z</updated>

		<summary type="html">&lt;p&gt;Bfangmof: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Malware and Virus Removal ==&lt;br /&gt;
For non UMIACS systems, the following are some malware and virus removal tools&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; F-Secure &lt;br /&gt;
*Bootale Scan from [http://www.f-secure.com/en/web/labs_global/removal-tools/-/carousel/view/142, here]&lt;br /&gt;
* Online Scan from  [http://www.f-secure.com/en/web/home_global/online-scanner, here]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; [https://www.malwarebytes.org/mwb-download/ Malwarebytes ] &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; [http://www.superantispyware.com/superantispyware.html, SUPERAntiSpyware]&lt;br /&gt;
&amp;lt;li&amp;gt; Kaspersky virus removal tool from [http://www.kaspersky.com/antivirus-removal-tool?form=1, here]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bfangmof</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=CrowdStrike&amp;diff=6163</id>
		<title>CrowdStrike</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=CrowdStrike&amp;diff=6163"/>
		<updated>2014-07-01T13:31:45Z</updated>

		<summary type="html">&lt;p&gt;Bfangmof: Created page with &amp;quot;== Malware and Virus Removal == For non UMIACS systems, the following malware and virus removal tools are available: &amp;lt;ol&amp;gt; &amp;lt;li&amp;gt; F-Secure  *Bootale Scan from [http://www.f-secur...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Malware and Virus Removal ==&lt;br /&gt;
For non UMIACS systems, the following malware and virus removal tools are available:&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; F-Secure &lt;br /&gt;
*Bootale Scan from [http://www.f-secure.com/en/web/labs_global/removal-tools/-/carousel/view/142, here]&lt;br /&gt;
* Online Scan from  [http://www.f-secure.com/en/web/home_global/online-scanner, here]&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; [https://www.malwarebytes.org/mwb-download/ Malwarebytes ] &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; [http://www.superantispyware.com/superantispyware.html, SUPERAntiSpyware]&lt;br /&gt;
&amp;lt;li&amp;gt; Kaspersky virus removal tool from [http://www.kaspersky.com/antivirus-removal-tool?form=1, here]&lt;/div&gt;</summary>
		<author><name>Bfangmof</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=PrinterTroubleshooting&amp;diff=6162</id>
		<title>PrinterTroubleshooting</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=PrinterTroubleshooting&amp;diff=6162"/>
		<updated>2014-06-30T22:50:50Z</updated>

		<summary type="html">&lt;p&gt;Bfangmof: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Printer Troubleshooting==&lt;br /&gt;
If printed image is garbled or damaged from Adobe:&lt;br /&gt;
http://helpx.adobe.com/acrobat/kb/quick-fix-print-pdf-image.html&lt;/div&gt;</summary>
		<author><name>Bfangmof</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=PrinterTroubleshooting&amp;diff=6161</id>
		<title>PrinterTroubleshooting</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=PrinterTroubleshooting&amp;diff=6161"/>
		<updated>2014-06-30T16:07:22Z</updated>

		<summary type="html">&lt;p&gt;Bfangmof: Created page with &amp;quot;*Printer Troubleshooting&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*Printer Troubleshooting&lt;/div&gt;</summary>
		<author><name>Bfangmof</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=UMIACS_Public_Printers&amp;diff=6160</id>
		<title>UMIACS Public Printers</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=UMIACS_Public_Printers&amp;diff=6160"/>
		<updated>2014-06-30T16:06:41Z</updated>

		<summary type="html">&lt;p&gt;Bfangmof: /* How to Print */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Access to Public Printers==&lt;br /&gt;
If you need to print but there are no printers accessible in your lab, we have two locations with publicly accessible printers. These rooms are accessible only with your university ID key card. If you are not able to access these rooms with your key card, please see Edna in room 2119 to get this access granted to your card.&lt;br /&gt;
&lt;br /&gt;
=====Help Desk Printers in room 3142=====&lt;br /&gt;
Color Printer: &#039;&#039;&#039;cps3142&#039;&#039;&#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
Black/White Printer: &#039;&#039;&#039;ps3142&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=====Public Printers in room 4430=====&lt;br /&gt;
Color Printer: &#039;&#039;&#039;cps4430a&#039;&#039;&#039;&amp;lt;br/&amp;gt;&lt;br /&gt;
Black/White Printer: &#039;&#039;&#039;ps4430b&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==How to Print==&lt;br /&gt;
If you are unsure of how to connect to these printers, please see our other articles on printing in UMIACS.&amp;lt;br/&amp;gt;&lt;br /&gt;
[[PrinterQueueNaming | Selecting A Print Queue (Color, Banners, etc)]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[CUPS | UNIX Printing Guide (Linux and Solaris)]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[WindowsPrinting | Windows Printing Guide]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[OSXPrinting | Mac OS X Printing Guide]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[WirelessPrinting | Printing from the wireless or Non-UMIACS Networks]]&amp;lt;br/&amp;gt;&lt;br /&gt;
[[PrinterTroubleshooting | Printer troubleshooting]]&amp;lt;br/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bfangmof</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=OpenCVVersions&amp;diff=6071</id>
		<title>OpenCVVersions</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=OpenCVVersions&amp;diff=6071"/>
		<updated>2014-06-11T14:41:55Z</updated>

		<summary type="html">&lt;p&gt;Bfangmof: /* Without CUDA */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== WIN32 ==&lt;br /&gt;
These directions are for 64-bit systems&lt;br /&gt;
First, we install opencv&lt;br /&gt;
# Download the desired version of OpenCV from [http://opencv.org/downloads.html here]&lt;br /&gt;
# Double click the downloaded executable to install, and select &amp;lt;code&amp;gt; run&amp;lt;/code&amp;gt; at the prompt&lt;br /&gt;
# Choose the installation location as &amp;lt;code&amp;gt; C:\temp &amp;lt;/code&amp;gt; or in the home directory as shown below, where &amp;quot;username&amp;quot; is the actual username.&lt;br /&gt;
# Click extract, to install opencv files&lt;br /&gt;
#* [[File: Install_location.png|400px]]&lt;br /&gt;
#** Click to enlarge&lt;br /&gt;
==== Without CUDA ====&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
The path to the folder you extracted is from here on refered to as &#039;&#039;{OPENCV}&#039;&#039;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
Next, we setup environmental variables&lt;br /&gt;
#Navigate to &amp;lt;code&amp;gt;Control Panel&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;System and Security&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;System&amp;lt;/code&amp;gt;&lt;br /&gt;
# Select &amp;lt;code&amp;gt;Advanced system settings&amp;lt;/code&amp;gt; from the sidebar&lt;br /&gt;
# In the &amp;lt;code&amp;gt;Advanced&amp;lt;/code&amp;gt; tab click the &amp;lt;code&amp;gt;Environment Variables...&amp;lt;/code&amp;gt; button&lt;br /&gt;
# Check if a Variable called &amp;lt;code&amp;gt;Path&amp;lt;/code&amp;gt; exists in the list of user variables (the top variables)&lt;br /&gt;
#* If it exists, click edit to edit the variable, and add a semicolon, then the following to the end of the Path value &amp;lt;code&amp;gt;&#039;&#039;{OPENCV}&#039;&#039;\build\x64\vc10\bin&amp;lt;/code&amp;gt; &lt;br /&gt;
&amp;lt;!---#** vc10 should be replaced with vc11 or vc12 depending on the version of visual studio installed In this case: --&amp;gt;&lt;br /&gt;
#* If it does not, press the New button and set the variable name to &amp;lt;code&amp;gt;Path&amp;lt;/code&amp;gt; and the value to the path to your opencv directory (&#039;&#039;{OPENCV}&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
==== Visual Studio Project Set-Up ====&lt;br /&gt;
# Go to Project -&amp;gt; Properties&lt;br /&gt;
#* Configuration Properties -&amp;gt; C/C++ -&amp;gt; General&lt;br /&gt;
#** Additional Include Directories...add: &#039;&#039;&#039;{OPENCV}&#039;&#039;\build\include;&#039;&lt;br /&gt;
#* Configuration Properties -&amp;gt; VC++ Directories&lt;br /&gt;
#** Executable Directories...add: &#039;&#039;&#039;{OPENCV}&#039;&#039;\build\x64\vc10\bin;&#039;&lt;br /&gt;
#** Library Directories...add: &#039;&#039;&#039;{OPENCV}&#039;&#039;\build\x64\vc10\lib;&#039;&#039;{OPENCV}&#039;&#039;\build\x64\vc10\staticlib;&#039;&lt;/div&gt;</summary>
		<author><name>Bfangmof</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=OpenCVVersions&amp;diff=6070</id>
		<title>OpenCVVersions</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=OpenCVVersions&amp;diff=6070"/>
		<updated>2014-06-11T14:41:03Z</updated>

		<summary type="html">&lt;p&gt;Bfangmof: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== WIN32 ==&lt;br /&gt;
These directions are for 64-bit systems&lt;br /&gt;
First, we install opencv&lt;br /&gt;
# Download the desired version of OpenCV from [http://opencv.org/downloads.html here]&lt;br /&gt;
# Double click the downloaded executable to install, and select &amp;lt;code&amp;gt; run&amp;lt;/code&amp;gt; at the prompt&lt;br /&gt;
# Choose the installation location as &amp;lt;code&amp;gt; C:\temp &amp;lt;/code&amp;gt; or in the home directory as shown below, where &amp;quot;username&amp;quot; is the actual username.&lt;br /&gt;
# Click extract, to install opencv files&lt;br /&gt;
#* [[File: Install_location.png|400px]]&lt;br /&gt;
#** Click to enlarge&lt;br /&gt;
==== Without CUDA ====&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
The path to the folder you extracted is from here on refered to as &#039;&#039;{OPENCV}&#039;&#039;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
Next, we setup environmental variables&lt;br /&gt;
#Navigate to &amp;lt;code&amp;gt;Control Panel&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;System and Security&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;System&amp;lt;/code&amp;gt;&lt;br /&gt;
# Select &amp;lt;code&amp;gt;Advanced system settings&amp;lt;/code&amp;gt; from the sidebar&lt;br /&gt;
# In the &amp;lt;code&amp;gt;Advanced&amp;lt;/code&amp;gt; tab click the &amp;lt;code&amp;gt;Environment Variables...&amp;lt;/code&amp;gt; button&lt;br /&gt;
# Check if a Variable called &amp;lt;code&amp;gt;Path&amp;lt;/code&amp;gt; exists in the list of user variables (the top variables)&lt;br /&gt;
#* If it exists, click edit to edit the variable, and add a semicolon, then the following to the end of the Path value &amp;lt;code&amp;gt;&#039;&#039;{OPENCV}&#039;&#039;\build\x64\vc10\bin&amp;lt;/code&amp;gt; &lt;br /&gt;
&amp;lt;!---#** vc10 should be replaced with vc11 or vc12 depending on the version of visual studio installed In this case: --&amp;gt;&lt;br /&gt;
#* If it does not, press the New button and set the variable name to &amp;lt;code&amp;gt;Path&amp;lt;/code&amp;gt; and the value to the path to your opencv directory&lt;br /&gt;
==== Visual Studio Project Set-Up ====&lt;br /&gt;
# Go to Project -&amp;gt; Properties&lt;br /&gt;
#* Configuration Properties -&amp;gt; C/C++ -&amp;gt; General&lt;br /&gt;
#** Additional Include Directories...add: &#039;&#039;&#039;{OPENCV}&#039;&#039;\build\include;&#039;&lt;br /&gt;
#* Configuration Properties -&amp;gt; VC++ Directories&lt;br /&gt;
#** Executable Directories...add: &#039;&#039;&#039;{OPENCV}&#039;&#039;\build\x64\vc10\bin;&#039;&lt;br /&gt;
#** Library Directories...add: &#039;&#039;&#039;{OPENCV}&#039;&#039;\build\x64\vc10\lib;&#039;&#039;{OPENCV}&#039;&#039;\build\x64\vc10\staticlib;&#039;&lt;/div&gt;</summary>
		<author><name>Bfangmof</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=OpenCVVersions&amp;diff=6069</id>
		<title>OpenCVVersions</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=OpenCVVersions&amp;diff=6069"/>
		<updated>2014-06-11T14:40:13Z</updated>

		<summary type="html">&lt;p&gt;Bfangmof: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== WIN32 ==&lt;br /&gt;
These directions are for 64-bit systems&lt;br /&gt;
First, we install opencv&lt;br /&gt;
# Download the desired version of OpenCV from [http://opencv.org/downloads.html here]&lt;br /&gt;
# Double click the downloaded executable to install, and select &amp;lt;code&amp;gt; run&amp;lt;/code&amp;gt; at the prompt&lt;br /&gt;
# Choose the installation location as &amp;lt;code&amp;gt; C:\temp &amp;lt;/code&amp;gt; or in the home directory as shown below, where &amp;quot;username&amp;quot; is the actual username.&lt;br /&gt;
# Click extract, to install opencv files&lt;br /&gt;
#* [[File: Install_location.png|400px]]&lt;br /&gt;
#** Click to enlarge&lt;br /&gt;
==== Without CUDA ====&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
The path to the folder you extracted is from here on refered to as &#039;&#039;{OPENCV}&#039;&#039;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
Next, we setup environmental variables&lt;br /&gt;
#Navigate to &amp;lt;code&amp;gt;Control Panel&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;System and Security&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;System&amp;lt;/code&amp;gt;&lt;br /&gt;
# Select &amp;lt;code&amp;gt;Advanced system settings&amp;lt;/code&amp;gt; from the sidebar&lt;br /&gt;
# In the &amp;lt;code&amp;gt;Advanced&amp;lt;/code&amp;gt; tab click the &amp;lt;code&amp;gt;Environment Variables...&amp;lt;/code&amp;gt; button&lt;br /&gt;
# Check if a Variable called &amp;lt;code&amp;gt;Path&amp;lt;/code&amp;gt; exists in the list of user variables (the top variables)&lt;br /&gt;
#* If it exists, click edit to edit the variable, and add a semicolon, then the following to the end of the Path value &amp;lt;code&amp;gt;&#039;&#039;{OPENCV}&#039;&#039;\build\x64\vc10\bin&amp;lt;/code&amp;gt; &lt;br /&gt;
&amp;lt;!---#** vc10 should be replaced with vc11 or vc12 depending on the version of visual studio installed In this case: --&amp;gt;&lt;br /&gt;
#* If it does not, press the New button and set the variable name to &amp;lt;code&amp;gt;Path&amp;lt;/code&amp;gt; and the value to the path to your opencv directory&lt;br /&gt;
==== Project Set-Up ====&lt;br /&gt;
# Go to Project -&amp;gt; Properties&lt;br /&gt;
#* Configuration Properties -&amp;gt; C/C++ -&amp;gt; General&lt;br /&gt;
#** Additional Include Directories...add: &#039;&#039;&#039;{OPENCV}&#039;&#039;\build\include;&#039;&lt;br /&gt;
#* Configuration Properties -&amp;gt; VC++ Directories&lt;br /&gt;
#** Executable Directories...add: &#039;&#039;&#039;{OPENCV}&#039;&#039;\build\x64\vc10\bin;&#039;&lt;br /&gt;
#** Library Directories...add: &#039;&#039;&#039;{OPENCV}&#039;&#039;\build\x64\vc10\lib;&#039;&#039;{OPENCV}&#039;&#039;\build\x64\vc10\staticlib;&#039;&lt;/div&gt;</summary>
		<author><name>Bfangmof</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=File:Install_location.png&amp;diff=6068</id>
		<title>File:Install location.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=File:Install_location.png&amp;diff=6068"/>
		<updated>2014-06-11T14:33:59Z</updated>

		<summary type="html">&lt;p&gt;Bfangmof: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Bfangmof</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=OSSupport&amp;diff=5979</id>
		<title>OSSupport</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=OSSupport&amp;diff=5979"/>
		<updated>2014-06-04T14:14:58Z</updated>

		<summary type="html">&lt;p&gt;Bfangmof: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;UMIACS Supports the following Operating Systems&lt;br /&gt;
&lt;br /&gt;
==Linux==&lt;br /&gt;
&lt;br /&gt;
General [[LinuxFAQ]]&lt;br /&gt;
&lt;br /&gt;
* [[RHEL4|RedHat Enterprise Linux 4]]&lt;br /&gt;
* [[RHEL5|RedHat Enterprise Linux 5]]&lt;br /&gt;
* [[RHEL6|RedHat Enterprise Linux 6]]&lt;br /&gt;
* [[Ubuntu | Ubuntu Precise 12.04 LTS / Ubuntu Trusty 14.04 LTS]]&lt;br /&gt;
&lt;br /&gt;
==Windows==&lt;br /&gt;
* Windows Server 2003&lt;br /&gt;
* Windows Server 2008&lt;br /&gt;
*[[Windows_Activation|Windows 7]]&lt;br /&gt;
* [[Windows_Patch_Management|Windows Patch Management]]&lt;br /&gt;
&lt;br /&gt;
==MacOSX==&lt;br /&gt;
&lt;br /&gt;
* MacOSX10.4&lt;br /&gt;
* MacOSX10.5&lt;br /&gt;
* MacOSX10.6&lt;br /&gt;
* MacOSX10.7&lt;/div&gt;</summary>
		<author><name>Bfangmof</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=Windows_Activation&amp;diff=5977</id>
		<title>Windows Activation</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=Windows_Activation&amp;diff=5977"/>
		<updated>2014-06-04T14:14:37Z</updated>

		<summary type="html">&lt;p&gt;Bfangmof: Bfangmof moved page Windows 7 Activation to Windows Activation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Please note that you need to be either &#039;&#039;on campus&#039;&#039; or on the &#039;&#039;VPN&#039;&#039; to activate. You may use either the UMIACS or the campus VPN. This tutorial also assumes you have already have a network connection established.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Windows Licensing ==&lt;br /&gt;
&lt;br /&gt;
Windows 7 and 8 have a licensing model different from that of Windows XP. Unlike Windows XP, Windows 7/8 uses an activation model for each install. The installs will have to verify activation every 180 days. Activation and renewal is performed via the campus Key Management Server KMS, which is not available from off campus. For onsite desktops this is not a problem. However, for laptops it poses a potentially serious complication. As long as the laptop is periodically on the campus wireless, connects to the UMIACS or campus VPN, then renewal activation will be performed then.&lt;br /&gt;
&lt;br /&gt;
== Activation ==&lt;br /&gt;
&#039;&#039;&#039;Please note that your time must be correct for this to work, make sure you are in the East Coast timezone and your time is set via the internet, try running &amp;quot;w32tm /resync&amp;quot; on the command line&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
#  Click the Windows button and type &amp;quot;CMD&amp;quot; in the run bar. ]&lt;br /&gt;
#*[[Image:windows_bar.png]]&lt;br /&gt;
#  &#039;&#039;Right-Click&#039;&#039; on the CMD button, and select &amp;quot;Run as Administrator&amp;quot; -  &#039;&#039;&#039;THIS IS VERY IMPORTANT!&#039;&#039;&#039;&lt;br /&gt;
#*[[Image:Example.jpg]]&lt;br /&gt;
# From the link [http://technet.microsoft.com/en-us/library/jj612867.aspx here], choose the appropriate key for your windows version. That for windows 7 Enterprise is used in the example below (line 2)&lt;br /&gt;
#   Select &amp;quot;Yes&amp;quot; when it asks if you want to allow the following program to make changes.&lt;br /&gt;
#*[[Image:Uac.jpg]]&lt;br /&gt;
#  From the commmand prompt, run these commands in order, replacing the key in line 2with the appropriate key: &lt;br /&gt;
&lt;br /&gt;
 cscript c:\windows\system32\slmgr.vbs -skms kms.umd.edu:1688&lt;br /&gt;
 cscript c:\windows\system32\slmgr.vbs -ipk 33PXH-7Y6KF-2VJC9-XBBR8-HVTHH&lt;br /&gt;
 cscript c:\windows\system32\slmgr.vbs -ato&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After these commands have run, the Key Management Server should have activated your windows computer.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you are unable to activate, please see the message at the top of this page and contact UMIACS staff with information about your problem.&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Bfangmof</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=Windows_Activation&amp;diff=5976</id>
		<title>Windows Activation</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=Windows_Activation&amp;diff=5976"/>
		<updated>2014-06-04T14:12:26Z</updated>

		<summary type="html">&lt;p&gt;Bfangmof: /* Activation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Please note that you need to be either &#039;&#039;on campus&#039;&#039; or on the &#039;&#039;VPN&#039;&#039; to activate. You may use either the UMIACS or the campus VPN. This tutorial also assumes you have already have a network connection established.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Windows Licensing ==&lt;br /&gt;
&lt;br /&gt;
Windows 7 and 8 have a licensing model different from that of Windows XP. Unlike Windows XP, Windows 7/8 uses an activation model for each install. The installs will have to verify activation every 180 days. Activation and renewal is performed via the campus Key Management Server KMS, which is not available from off campus. For onsite desktops this is not a problem. However, for laptops it poses a potentially serious complication. As long as the laptop is periodically on the campus wireless, connects to the UMIACS or campus VPN, then renewal activation will be performed then.&lt;br /&gt;
&lt;br /&gt;
== Activation ==&lt;br /&gt;
&#039;&#039;&#039;Please note that your time must be correct for this to work, make sure you are in the East Coast timezone and your time is set via the internet, try running &amp;quot;w32tm /resync&amp;quot; on the command line&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
#  Click the Windows button and type &amp;quot;CMD&amp;quot; in the run bar. ]&lt;br /&gt;
#*[[Image:windows_bar.png]]&lt;br /&gt;
#  &#039;&#039;Right-Click&#039;&#039; on the CMD button, and select &amp;quot;Run as Administrator&amp;quot; -  &#039;&#039;&#039;THIS IS VERY IMPORTANT!&#039;&#039;&#039;&lt;br /&gt;
#*[[Image:Example.jpg]]&lt;br /&gt;
# From the link [http://technet.microsoft.com/en-us/library/jj612867.aspx here], choose the appropriate key for your windows version. That for windows 7 Enterprise is used in the example below (line 2)&lt;br /&gt;
#   Select &amp;quot;Yes&amp;quot; when it asks if you want to allow the following program to make changes.&lt;br /&gt;
#*[[Image:Uac.jpg]]&lt;br /&gt;
#  From the commmand prompt, run these commands in order, replacing the key in line 2with the appropriate key: &lt;br /&gt;
&lt;br /&gt;
 cscript c:\windows\system32\slmgr.vbs -skms kms.umd.edu:1688&lt;br /&gt;
 cscript c:\windows\system32\slmgr.vbs -ipk 33PXH-7Y6KF-2VJC9-XBBR8-HVTHH&lt;br /&gt;
 cscript c:\windows\system32\slmgr.vbs -ato&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After these commands have run, the Key Management Server should have activated your windows computer.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you are unable to activate, please see the message at the top of this page and contact UMIACS staff with information about your problem.&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Bfangmof</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=Windows_Activation&amp;diff=5975</id>
		<title>Windows Activation</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=Windows_Activation&amp;diff=5975"/>
		<updated>2014-06-04T14:11:39Z</updated>

		<summary type="html">&lt;p&gt;Bfangmof: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Please note that you need to be either &#039;&#039;on campus&#039;&#039; or on the &#039;&#039;VPN&#039;&#039; to activate. You may use either the UMIACS or the campus VPN. This tutorial also assumes you have already have a network connection established.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Windows Licensing ==&lt;br /&gt;
&lt;br /&gt;
Windows 7 and 8 have a licensing model different from that of Windows XP. Unlike Windows XP, Windows 7/8 uses an activation model for each install. The installs will have to verify activation every 180 days. Activation and renewal is performed via the campus Key Management Server KMS, which is not available from off campus. For onsite desktops this is not a problem. However, for laptops it poses a potentially serious complication. As long as the laptop is periodically on the campus wireless, connects to the UMIACS or campus VPN, then renewal activation will be performed then.&lt;br /&gt;
&lt;br /&gt;
== Activation ==&lt;br /&gt;
&#039;&#039;&#039;Please note that your time must be correct for this to work, make sure you are in the East Coast timezone and your time is set via the internet, try running &amp;quot;w32tm /resync&amp;quot; on the command line&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
#  Click the Windows button and type &amp;quot;CMD&amp;quot; in the run bar. ]&lt;br /&gt;
#*[[Image:windows_bar.png]]&lt;br /&gt;
#  &#039;&#039;Right-Click&#039;&#039; on the CMD button, and select &amp;quot;Run as Administrator&amp;quot; -  &#039;&#039;&#039;THIS IS VERY IMPORTANT!&#039;&#039;&#039;&lt;br /&gt;
#*[[Image:Example.jpg]]&lt;br /&gt;
# From the link [http://technet.microsoft.com/en-us/library/jj612867.aspx here], choose the appropriate key for your windows version. That for windows 7 Enterprise is used int the example below (line 2)&lt;br /&gt;
#   Select &amp;quot;Yes&amp;quot; when it asks if you want to allow the following program to make changes.&lt;br /&gt;
#*[[Image:Uac.jpg]]&lt;br /&gt;
#  From the commmand prompt, run these commands in order, replacing the key in line 2with the appropriate key: &lt;br /&gt;
&lt;br /&gt;
 cscript c:\windows\system32\slmgr.vbs -skms kms.umd.edu:1688&lt;br /&gt;
 cscript c:\windows\system32\slmgr.vbs -ipk 33PXH-7Y6KF-2VJC9-XBBR8-HVTHH&lt;br /&gt;
 cscript c:\windows\system32\slmgr.vbs -ato&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After these commands have run, the Key Management Server should have activated your windows 7 computer.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you are unable to activate, please see the message at the top of this page and contact UMIACS staff with information about your problem.&#039;&#039;&#039;&lt;/div&gt;</summary>
		<author><name>Bfangmof</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=WindowsPython&amp;diff=5964</id>
		<title>WindowsPython</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=WindowsPython&amp;diff=5964"/>
		<updated>2014-06-03T13:14:37Z</updated>

		<summary type="html">&lt;p&gt;Bfangmof: /* Popular Modules */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Installing Python ==&lt;br /&gt;
Python can be user installed.&lt;br /&gt;
&lt;br /&gt;
# Download Python windows MSI installer of the version you want from [https://www.python.org/download/ here]&lt;br /&gt;
# Click run, to run the installer &lt;br /&gt;
#* [[File:click_run.png|400px ]]&lt;br /&gt;
# Select a home directory as the install folder (i.e.&amp;lt;code&amp;gt;C:\Users\[YOURUSERNAME]\Documents\Pythonx.x.x&amp;lt;/code&amp;gt;)  where x represents the version number&lt;br /&gt;
#* [[File: select_location.png|400px]]&lt;br /&gt;
# Finish the installation&lt;br /&gt;
&lt;br /&gt;
If you want to be able to access Python from the command line by just typing &amp;lt;code&amp;gt;python&amp;lt;/code&amp;gt; instead of the full path (i.e. &amp;lt;code&amp;gt;\temp\pythonfolder\python&amp;lt;/code&amp;gt;) you have to add the python folder to your path.&lt;br /&gt;
# Navigate to &amp;lt;code&amp;gt;Control Panel&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;System and Security&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;System&amp;lt;/code&amp;gt;&lt;br /&gt;
# Select &amp;lt;code&amp;gt;Advanced system settings&amp;lt;/code&amp;gt; from the sidebar&lt;br /&gt;
# In the &amp;lt;code&amp;gt;Advanced&amp;lt;/code&amp;gt; tab click the &amp;lt;code&amp;gt;Environment Variables...&amp;lt;/code&amp;gt; button&lt;br /&gt;
# Check if a Variable called &amp;lt;code&amp;gt;Path&amp;lt;/code&amp;gt; exists in the list of user variables&lt;br /&gt;
#* If it exists, add the python directory to the end of the Path value separated by a semicolon (i.e. &amp;lt;code&amp;gt;C:\Things\In\Path;C:\Path\To\Python\Folder&amp;lt;/code&amp;gt;)&lt;br /&gt;
#* If it does not, press the New button and set the variable name to &amp;lt;code&amp;gt;Path&amp;lt;/code&amp;gt; and the value to the path to your python directory&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Installing Modules ==&lt;br /&gt;
&lt;br /&gt;
==== Using an executable ====&lt;br /&gt;
Alternatively, python executable modules can be found on the web, and the executable installed&lt;br /&gt;
&lt;br /&gt;
==== Using python ====&lt;br /&gt;
Modules can be installed as the normally would using python.&lt;br /&gt;
&lt;br /&gt;
For instance if the python directory is in your path you merely navigate to the module directory and run:&lt;br /&gt;
 python setup.py install&lt;br /&gt;
&lt;br /&gt;
==== Using easy_install ====&lt;br /&gt;
;These steps assume that Visual Studio is installed (It is by default)&lt;br /&gt;
First, we configure python to work with Visual Studio&lt;br /&gt;
# Open the file &amp;lt;code&amp;gt;msvc9compiler.py&amp;lt;/code&amp;gt;  from  the location &amp;lt;code&amp;gt;C:\Path|To\Python\Folder\...\Lib\distutils\msvc9compiler.py &amp;lt;/code&amp;gt; using a text editor such as notepad&lt;br /&gt;
# Replace the line containing &amp;lt;code&amp;gt;toolskey = &amp;quot;VS%0.f0COMNTOOLS&amp;quot; % version &amp;lt;/code&amp;gt; with the following &amp;lt;code&amp;gt;toolskey = &amp;quot;vs110COMNTOOLS&amp;quot; &amp;lt;/code&amp;gt;, where 110 is a three digit number corresponding to the version number of Visual Studio 2012&lt;br /&gt;
#:*To do this, type &amp;lt;code&amp;gt; Ctr + a &amp;lt;/code&amp;gt; to highlight all the text, and type &amp;lt;code&amp;gt; Ctrl + f &amp;lt;/code&amp;gt; to search for the line to be replaced, and edit the file to replace it&lt;br /&gt;
# Also replace the line containing &amp;lt;code&amp;gt; mfinfo = self.manifest_get_embed_info(target_desc, Id_args) &amp;lt;/code&amp;gt; with the line: &amp;lt;code&amp;gt; mfinfo = None &amp;lt;/code&amp;gt; &lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
not needed, set by default&lt;br /&gt;
Now we setup the environment variable for Visual Studio so that python finds it.&lt;br /&gt;
Say your installation directory for Visual Studio is &amp;quot;C:\Program Files (x86)\Microsoft Visual Studio 11.0.&amp;quot; Edit your Environment variable as shown in the previous section, and add a new system variable with the following values&lt;br /&gt;
:Variable name = &amp;lt;code&amp;gt; vs110COMNTOOlS&amp;lt;/code&amp;gt;   &lt;br /&gt;
:Variable value = &amp;lt;code&amp;gt;C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\Tools\&amp;lt;/code&amp;gt;&lt;br /&gt;
:*Note: You must be an administrator to be able to edit system variables&lt;br /&gt;
:*&#039;&#039;&#039;Alternatively&#039;&#039;&#039; you can also add the system variable at the command prompt by running the following command&lt;br /&gt;
:&amp;lt;code&amp;gt; set VS110COMNTOOLS=&amp;quot;C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\Tools\&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
Next we install the module&lt;br /&gt;
# Download the easy_install graphical installer from [https://bootstrap.pypa.io/ez_setup.py here]&lt;br /&gt;
# Run the downloaded file, it should open a command line and finish the installation&lt;br /&gt;
#* The installed files should be located in &amp;lt;code&amp;gt; C:\Path\To\Python\Folder\..\Scripts&amp;lt;/code&amp;gt;&lt;br /&gt;
# There are several different python modules, so note the name of the module you want to install. numPy will be installed here.&lt;br /&gt;
# Open a command prompt, by pressing the start button, and searching &amp;lt;code&amp;gt; cmd  &amp;lt;/code&amp;gt; &lt;br /&gt;
#*[[File: Cmd.png | 400px]] &lt;br /&gt;
# At the prompt, type the full path to easy_install executable and the name of the python module you need. ie. &amp;lt;code&amp;gt; C:\Path\To\Python\Folder\..\Scripts\easy_install.exe module_Name&amp;lt;/code&amp;gt;&lt;br /&gt;
#:where module_Name is the name of the module, numPy in this case &lt;br /&gt;
#*[[File: Command_line.png | 400px]]&lt;br /&gt;
#* &#039;&#039;&#039;Click to enlarge&#039;&#039;&#039;&lt;br /&gt;
#Finally, press enter to run and install the module&lt;br /&gt;
&lt;br /&gt;
== Popular Executable Modules ==&lt;br /&gt;
;numPy&lt;br /&gt;
:Can be installed with the installer found [https://pypi.python.org/pypi/numpy/ here]&lt;br /&gt;
;sciPy&lt;br /&gt;
:Can be installed with the installer found [https://sourceforge.net/projects/scipy/files/ here]&lt;br /&gt;
;iPython&lt;br /&gt;
:Can be installed with the installer found [https://pypi.python.org/pypi/ipython here]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
;simpleCV&lt;br /&gt;
:Must be installed with admin privileges, please contact staff to install&lt;br /&gt;
not sure if this is needed&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Bfangmof</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=WindowsPython&amp;diff=5963</id>
		<title>WindowsPython</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=WindowsPython&amp;diff=5963"/>
		<updated>2014-06-03T13:12:41Z</updated>

		<summary type="html">&lt;p&gt;Bfangmof: /* Popular Modules */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Installing Python ==&lt;br /&gt;
Python can be user installed.&lt;br /&gt;
&lt;br /&gt;
# Download Python windows MSI installer of the version you want from [https://www.python.org/download/ here]&lt;br /&gt;
# Click run, to run the installer &lt;br /&gt;
#* [[File:click_run.png|400px ]]&lt;br /&gt;
# Select a home directory as the install folder (i.e.&amp;lt;code&amp;gt;C:\Users\[YOURUSERNAME]\Documents\Pythonx.x.x&amp;lt;/code&amp;gt;)  where x represents the version number&lt;br /&gt;
#* [[File: select_location.png|400px]]&lt;br /&gt;
# Finish the installation&lt;br /&gt;
&lt;br /&gt;
If you want to be able to access Python from the command line by just typing &amp;lt;code&amp;gt;python&amp;lt;/code&amp;gt; instead of the full path (i.e. &amp;lt;code&amp;gt;\temp\pythonfolder\python&amp;lt;/code&amp;gt;) you have to add the python folder to your path.&lt;br /&gt;
# Navigate to &amp;lt;code&amp;gt;Control Panel&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;System and Security&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;System&amp;lt;/code&amp;gt;&lt;br /&gt;
# Select &amp;lt;code&amp;gt;Advanced system settings&amp;lt;/code&amp;gt; from the sidebar&lt;br /&gt;
# In the &amp;lt;code&amp;gt;Advanced&amp;lt;/code&amp;gt; tab click the &amp;lt;code&amp;gt;Environment Variables...&amp;lt;/code&amp;gt; button&lt;br /&gt;
# Check if a Variable called &amp;lt;code&amp;gt;Path&amp;lt;/code&amp;gt; exists in the list of user variables&lt;br /&gt;
#* If it exists, add the python directory to the end of the Path value separated by a semicolon (i.e. &amp;lt;code&amp;gt;C:\Things\In\Path;C:\Path\To\Python\Folder&amp;lt;/code&amp;gt;)&lt;br /&gt;
#* If it does not, press the New button and set the variable name to &amp;lt;code&amp;gt;Path&amp;lt;/code&amp;gt; and the value to the path to your python directory&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Installing Modules ==&lt;br /&gt;
&lt;br /&gt;
==== Using an executable ====&lt;br /&gt;
Alternatively, python executable modules can be found on the web, and the executable installed&lt;br /&gt;
&lt;br /&gt;
==== Using python ====&lt;br /&gt;
Modules can be installed as the normally would using python.&lt;br /&gt;
&lt;br /&gt;
For instance if the python directory is in your path you merely navigate to the module directory and run:&lt;br /&gt;
 python setup.py install&lt;br /&gt;
&lt;br /&gt;
==== Using easy_install ====&lt;br /&gt;
;These steps assume that Visual Studio is installed (It is by default)&lt;br /&gt;
First, we configure python to work with Visual Studio&lt;br /&gt;
# Open the file &amp;lt;code&amp;gt;msvc9compiler.py&amp;lt;/code&amp;gt;  from  the location &amp;lt;code&amp;gt;C:\Path|To\Python\Folder\...\Lib\distutils\msvc9compiler.py &amp;lt;/code&amp;gt; using a text editor such as notepad&lt;br /&gt;
# Replace the line containing &amp;lt;code&amp;gt;toolskey = &amp;quot;VS%0.f0COMNTOOLS&amp;quot; % version &amp;lt;/code&amp;gt; with the following &amp;lt;code&amp;gt;toolskey = &amp;quot;vs110COMNTOOLS&amp;quot; &amp;lt;/code&amp;gt;, where 110 is a three digit number corresponding to the version number of Visual Studio 2012&lt;br /&gt;
#:*To do this, type &amp;lt;code&amp;gt; Ctr + a &amp;lt;/code&amp;gt; to highlight all the text, and type &amp;lt;code&amp;gt; Ctrl + f &amp;lt;/code&amp;gt; to search for the line to be replaced, and edit the file to replace it&lt;br /&gt;
# Also replace the line containing &amp;lt;code&amp;gt; mfinfo = self.manifest_get_embed_info(target_desc, Id_args) &amp;lt;/code&amp;gt; with the line: &amp;lt;code&amp;gt; mfinfo = None &amp;lt;/code&amp;gt; &lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
not needed, set by default&lt;br /&gt;
Now we setup the environment variable for Visual Studio so that python finds it.&lt;br /&gt;
Say your installation directory for Visual Studio is &amp;quot;C:\Program Files (x86)\Microsoft Visual Studio 11.0.&amp;quot; Edit your Environment variable as shown in the previous section, and add a new system variable with the following values&lt;br /&gt;
:Variable name = &amp;lt;code&amp;gt; vs110COMNTOOlS&amp;lt;/code&amp;gt;   &lt;br /&gt;
:Variable value = &amp;lt;code&amp;gt;C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\Tools\&amp;lt;/code&amp;gt;&lt;br /&gt;
:*Note: You must be an administrator to be able to edit system variables&lt;br /&gt;
:*&#039;&#039;&#039;Alternatively&#039;&#039;&#039; you can also add the system variable at the command prompt by running the following command&lt;br /&gt;
:&amp;lt;code&amp;gt; set VS110COMNTOOLS=&amp;quot;C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\Tools\&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
Next we install the module&lt;br /&gt;
# Download the easy_install graphical installer from [https://bootstrap.pypa.io/ez_setup.py here]&lt;br /&gt;
# Run the downloaded file, it should open a command line and finish the installation&lt;br /&gt;
#* The installed files should be located in &amp;lt;code&amp;gt; C:\Path\To\Python\Folder\..\Scripts&amp;lt;/code&amp;gt;&lt;br /&gt;
# There are several different python modules, so note the name of the module you want to install. numPy will be installed here.&lt;br /&gt;
# Open a command prompt, by pressing the start button, and searching &amp;lt;code&amp;gt; cmd  &amp;lt;/code&amp;gt; &lt;br /&gt;
#*[[File: Cmd.png | 400px]] &lt;br /&gt;
# At the prompt, type the full path to easy_install executable and the name of the python module you need. ie. &amp;lt;code&amp;gt; C:\Path\To\Python\Folder\..\Scripts\easy_install.exe module_Name&amp;lt;/code&amp;gt;&lt;br /&gt;
#:where module_Name is the name of the module, numPy in this case &lt;br /&gt;
#*[[File: Command_line.png | 400px]]&lt;br /&gt;
#* &#039;&#039;&#039;Click to enlarge&#039;&#039;&#039;&lt;br /&gt;
#Finally, press enter to run and install the module&lt;br /&gt;
&lt;br /&gt;
== Popular Modules ==&lt;br /&gt;
;numPy&lt;br /&gt;
:Can be installed with the installer found [https://pypi.python.org/pypi/numpy/ here]&lt;br /&gt;
;sciPy&lt;br /&gt;
:Can be installed with the installer found [https://sourceforge.net/projects/scipy/files/ here]&lt;br /&gt;
;iPython&lt;br /&gt;
:Can be installed with the installer found [https://pypi.python.org/pypi/ipython here]&lt;br /&gt;
;simpleCV&lt;br /&gt;
:Must be installed with admin privileges, please contact staff to install&lt;/div&gt;</summary>
		<author><name>Bfangmof</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=WindowsPython&amp;diff=5962</id>
		<title>WindowsPython</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=WindowsPython&amp;diff=5962"/>
		<updated>2014-06-03T13:11:34Z</updated>

		<summary type="html">&lt;p&gt;Bfangmof: /* Installing Modules */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Installing Python ==&lt;br /&gt;
Python can be user installed.&lt;br /&gt;
&lt;br /&gt;
# Download Python windows MSI installer of the version you want from [https://www.python.org/download/ here]&lt;br /&gt;
# Click run, to run the installer &lt;br /&gt;
#* [[File:click_run.png|400px ]]&lt;br /&gt;
# Select a home directory as the install folder (i.e.&amp;lt;code&amp;gt;C:\Users\[YOURUSERNAME]\Documents\Pythonx.x.x&amp;lt;/code&amp;gt;)  where x represents the version number&lt;br /&gt;
#* [[File: select_location.png|400px]]&lt;br /&gt;
# Finish the installation&lt;br /&gt;
&lt;br /&gt;
If you want to be able to access Python from the command line by just typing &amp;lt;code&amp;gt;python&amp;lt;/code&amp;gt; instead of the full path (i.e. &amp;lt;code&amp;gt;\temp\pythonfolder\python&amp;lt;/code&amp;gt;) you have to add the python folder to your path.&lt;br /&gt;
# Navigate to &amp;lt;code&amp;gt;Control Panel&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;System and Security&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;System&amp;lt;/code&amp;gt;&lt;br /&gt;
# Select &amp;lt;code&amp;gt;Advanced system settings&amp;lt;/code&amp;gt; from the sidebar&lt;br /&gt;
# In the &amp;lt;code&amp;gt;Advanced&amp;lt;/code&amp;gt; tab click the &amp;lt;code&amp;gt;Environment Variables...&amp;lt;/code&amp;gt; button&lt;br /&gt;
# Check if a Variable called &amp;lt;code&amp;gt;Path&amp;lt;/code&amp;gt; exists in the list of user variables&lt;br /&gt;
#* If it exists, add the python directory to the end of the Path value separated by a semicolon (i.e. &amp;lt;code&amp;gt;C:\Things\In\Path;C:\Path\To\Python\Folder&amp;lt;/code&amp;gt;)&lt;br /&gt;
#* If it does not, press the New button and set the variable name to &amp;lt;code&amp;gt;Path&amp;lt;/code&amp;gt; and the value to the path to your python directory&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Installing Modules ==&lt;br /&gt;
&lt;br /&gt;
==== Using an executable ====&lt;br /&gt;
Alternatively, python executable modules can be found on the web, and the executable installed&lt;br /&gt;
&lt;br /&gt;
==== Using python ====&lt;br /&gt;
Modules can be installed as the normally would using python.&lt;br /&gt;
&lt;br /&gt;
For instance if the python directory is in your path you merely navigate to the module directory and run:&lt;br /&gt;
 python setup.py install&lt;br /&gt;
&lt;br /&gt;
==== Using easy_install ====&lt;br /&gt;
;These steps assume that Visual Studio is installed (It is by default)&lt;br /&gt;
First, we configure python to work with Visual Studio&lt;br /&gt;
# Open the file &amp;lt;code&amp;gt;msvc9compiler.py&amp;lt;/code&amp;gt;  from  the location &amp;lt;code&amp;gt;C:\Path|To\Python\Folder\...\Lib\distutils\msvc9compiler.py &amp;lt;/code&amp;gt; using a text editor such as notepad&lt;br /&gt;
# Replace the line containing &amp;lt;code&amp;gt;toolskey = &amp;quot;VS%0.f0COMNTOOLS&amp;quot; % version &amp;lt;/code&amp;gt; with the following &amp;lt;code&amp;gt;toolskey = &amp;quot;vs110COMNTOOLS&amp;quot; &amp;lt;/code&amp;gt;, where 110 is a three digit number corresponding to the version number of Visual Studio 2012&lt;br /&gt;
#:*To do this, type &amp;lt;code&amp;gt; Ctr + a &amp;lt;/code&amp;gt; to highlight all the text, and type &amp;lt;code&amp;gt; Ctrl + f &amp;lt;/code&amp;gt; to search for the line to be replaced, and edit the file to replace it&lt;br /&gt;
# Also replace the line containing &amp;lt;code&amp;gt; mfinfo = self.manifest_get_embed_info(target_desc, Id_args) &amp;lt;/code&amp;gt; with the line: &amp;lt;code&amp;gt; mfinfo = None &amp;lt;/code&amp;gt; &lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
not needed, set by default&lt;br /&gt;
Now we setup the environment variable for Visual Studio so that python finds it.&lt;br /&gt;
Say your installation directory for Visual Studio is &amp;quot;C:\Program Files (x86)\Microsoft Visual Studio 11.0.&amp;quot; Edit your Environment variable as shown in the previous section, and add a new system variable with the following values&lt;br /&gt;
:Variable name = &amp;lt;code&amp;gt; vs110COMNTOOlS&amp;lt;/code&amp;gt;   &lt;br /&gt;
:Variable value = &amp;lt;code&amp;gt;C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\Tools\&amp;lt;/code&amp;gt;&lt;br /&gt;
:*Note: You must be an administrator to be able to edit system variables&lt;br /&gt;
:*&#039;&#039;&#039;Alternatively&#039;&#039;&#039; you can also add the system variable at the command prompt by running the following command&lt;br /&gt;
:&amp;lt;code&amp;gt; set VS110COMNTOOLS=&amp;quot;C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\Tools\&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
Next we install the module&lt;br /&gt;
# Download the easy_install graphical installer from [https://bootstrap.pypa.io/ez_setup.py here]&lt;br /&gt;
# Run the downloaded file, it should open a command line and finish the installation&lt;br /&gt;
#* The installed files should be located in &amp;lt;code&amp;gt; C:\Path\To\Python\Folder\..\Scripts&amp;lt;/code&amp;gt;&lt;br /&gt;
# There are several different python modules, so note the name of the module you want to install. numPy will be installed here.&lt;br /&gt;
# Open a command prompt, by pressing the start button, and searching &amp;lt;code&amp;gt; cmd  &amp;lt;/code&amp;gt; &lt;br /&gt;
#*[[File: Cmd.png | 400px]] &lt;br /&gt;
# At the prompt, type the full path to easy_install executable and the name of the python module you need. ie. &amp;lt;code&amp;gt; C:\Path\To\Python\Folder\..\Scripts\easy_install.exe module_Name&amp;lt;/code&amp;gt;&lt;br /&gt;
#:where module_Name is the name of the module, numPy in this case &lt;br /&gt;
#*[[File: Command_line.png | 400px]]&lt;br /&gt;
#* &#039;&#039;&#039;Click to enlarge&#039;&#039;&#039;&lt;br /&gt;
#Finally, press enter to run and install the module&lt;br /&gt;
&lt;br /&gt;
==== Popular Modules ====&lt;br /&gt;
;numPy&lt;br /&gt;
:Can be installed with the installer found [https://pypi.python.org/pypi/numpy/ here]&lt;br /&gt;
;sciPy&lt;br /&gt;
:Can be installed with the installer found [https://sourceforge.net/projects/scipy/files/ here]&lt;br /&gt;
;iPython&lt;br /&gt;
:Can be installed with the installer found [https://pypi.python.org/pypi/ipython here]&lt;br /&gt;
;simpleCV&lt;br /&gt;
:Must be installed with admin privileges, please contact staff to install&lt;/div&gt;</summary>
		<author><name>Bfangmof</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=Programming&amp;diff=5946</id>
		<title>Programming</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=Programming&amp;diff=5946"/>
		<updated>2014-05-30T21:24:10Z</updated>

		<summary type="html">&lt;p&gt;Bfangmof: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* C/C++&lt;br /&gt;
** [[CCompilers|C/C++ Compilers]]&lt;br /&gt;
** [[CDebuggers|C/C++ Debuggers]]&lt;br /&gt;
* Java&lt;br /&gt;
** [[JavaVersions|Java Versions]]&lt;br /&gt;
** [[JavaDevelEnvironment|Java Development Environment]]&lt;br /&gt;
* Perl&lt;br /&gt;
** [[PerlVersions|Perl 5 Versions]]&lt;br /&gt;
** [[PerlDevelEnvironment|Perl Development Environment]]&lt;br /&gt;
** [[PerlModules|Perl Missing Modules]]&lt;br /&gt;
* Python&lt;br /&gt;
** [[PythonVersions | Python Versions]]&lt;br /&gt;
** [[PythonModDev | Python Modules and Development Environment]]&lt;br /&gt;
** [[WindowsPython | Windows Python ]]&lt;br /&gt;
* OpenCV&lt;br /&gt;
** [[OpenCVVersions | OpenCV Versions]]&lt;br /&gt;
*CMake&lt;br /&gt;
** [[CMake]]&lt;/div&gt;</summary>
		<author><name>Bfangmof</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=WindowsPython&amp;diff=5944</id>
		<title>WindowsPython</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=WindowsPython&amp;diff=5944"/>
		<updated>2014-05-30T21:23:12Z</updated>

		<summary type="html">&lt;p&gt;Bfangmof: Created page with &amp;quot; == Installing Python == Python can be user installed.  # Download Python windows MSI installer of the version you want from [https://www.python.org/download/ here] # Click ru...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Installing Python ==&lt;br /&gt;
Python can be user installed.&lt;br /&gt;
&lt;br /&gt;
# Download Python windows MSI installer of the version you want from [https://www.python.org/download/ here]&lt;br /&gt;
# Click run, to run the installer &lt;br /&gt;
#* [[File:click_run.png|400px ]]&lt;br /&gt;
# Select a home directory as the install folder (i.e.&amp;lt;code&amp;gt;C:\Users\[YOURUSERNAME]\Documents\Pythonx.x.x&amp;lt;/code&amp;gt;)  where x represents the version number&lt;br /&gt;
#* [[File: select_location.png|400px]]&lt;br /&gt;
# Finish the installation&lt;br /&gt;
&lt;br /&gt;
If you want to be able to access Python from the command line by just typing &amp;lt;code&amp;gt;python&amp;lt;/code&amp;gt; instead of the full path (i.e. &amp;lt;code&amp;gt;\temp\pythonfolder\python&amp;lt;/code&amp;gt;) you have to add the python folder to your path.&lt;br /&gt;
# Navigate to &amp;lt;code&amp;gt;Control Panel&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;System and Security&amp;lt;/code&amp;gt; -&amp;gt; &amp;lt;code&amp;gt;System&amp;lt;/code&amp;gt;&lt;br /&gt;
# Select &amp;lt;code&amp;gt;Advanced system settings&amp;lt;/code&amp;gt; from the sidebar&lt;br /&gt;
# In the &amp;lt;code&amp;gt;Advanced&amp;lt;/code&amp;gt; tab click the &amp;lt;code&amp;gt;Environment Variables...&amp;lt;/code&amp;gt; button&lt;br /&gt;
# Check if a Variable called &amp;lt;code&amp;gt;Path&amp;lt;/code&amp;gt; exists in the list of user variables&lt;br /&gt;
#* If it exists, add the python directory to the end of the Path value separated by a semicolon (i.e. &amp;lt;code&amp;gt;C:\Things\In\Path;C:\Path\To\Python\Folder&amp;lt;/code&amp;gt;)&lt;br /&gt;
#* If it does not, press the New button and set the variable name to &amp;lt;code&amp;gt;Path&amp;lt;/code&amp;gt; and the value to the path to your python directory&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Installing Modules ==&lt;br /&gt;
==== Using easy_install ====&lt;br /&gt;
;These steps assume that Visual Studio is installed (It is by default)&lt;br /&gt;
First, we configure python to work with Visual Studio&lt;br /&gt;
# Open the file &amp;lt;code&amp;gt;msvc9compiler.py&amp;lt;/code&amp;gt;  from  the location &amp;lt;code&amp;gt;C:\Path|To\Python\Folder\...\Lib\distutils\msvc9compiler.py &amp;lt;/code&amp;gt; using a text editor such as notepad&lt;br /&gt;
# Replace the line containing &amp;lt;code&amp;gt;toolskey = &amp;quot;VS%0.f0COMNTOOLS&amp;quot; % version &amp;lt;/code&amp;gt; with the following &amp;lt;code&amp;gt;toolskey = &amp;quot;vs110COMNTOOLS&amp;quot; &amp;lt;/code&amp;gt;, where 110 is a three digit number corresponding to the version number of Visual Studio 2012&lt;br /&gt;
#:*To do this, type &amp;lt;code&amp;gt; Ctr + a &amp;lt;/code&amp;gt; to highlight all the text, and type &amp;lt;code&amp;gt; Ctrl + f &amp;lt;/code&amp;gt; to search for the line to be replaced, and edit the file to replace it&lt;br /&gt;
# Also replace the line containing &amp;lt;code&amp;gt; mfinfo = self.manifest_get_embed_info(target_desc, Id_args) &amp;lt;/code&amp;gt; with the line: &amp;lt;code&amp;gt; mfinfo = None &amp;lt;/code&amp;gt; &lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
not needed, set by default&lt;br /&gt;
Now we setup the environment variable for Visual Studio so that python finds it.&lt;br /&gt;
Say your installation directory for Visual Studio is &amp;quot;C:\Program Files (x86)\Microsoft Visual Studio 11.0.&amp;quot; Edit your Environment variable as shown in the previous section, and add a new system variable with the following values&lt;br /&gt;
:Variable name = &amp;lt;code&amp;gt; vs110COMNTOOlS&amp;lt;/code&amp;gt;   &lt;br /&gt;
:Variable value = &amp;lt;code&amp;gt;C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\Tools\&amp;lt;/code&amp;gt;&lt;br /&gt;
:*Note: You must be an administrator to be able to edit system variables&lt;br /&gt;
:*&#039;&#039;&#039;Alternatively&#039;&#039;&#039; you can also add the system variable at the command prompt by running the following command&lt;br /&gt;
:&amp;lt;code&amp;gt; set VS110COMNTOOLS=&amp;quot;C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\Tools\&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
Next we install the module&lt;br /&gt;
# Download the easy_install graphical installer from [https://bootstrap.pypa.io/ez_setup.py here]&lt;br /&gt;
# Run the downloaded file, it should open a command line and finish the installation&lt;br /&gt;
#* The installed files should be located in &amp;lt;code&amp;gt; C:\Path\To\Python\Folder\..\Scripts&amp;lt;/code&amp;gt;&lt;br /&gt;
# There are several different python modules, so note the name of the module you want to install. numPy will be installed here.&lt;br /&gt;
# Open a command prompt, by pressing the start button, and searching &amp;lt;code&amp;gt; cmd  &amp;lt;/code&amp;gt; &lt;br /&gt;
#*[[File: Cmd.png | 400px]] &lt;br /&gt;
# At the prompt, type the full path to easy_install executable and the name of the python module you need. ie. &amp;lt;code&amp;gt; C:\Path\To\Python\Folder\..\Scripts\easy_install.exe module_Name&amp;lt;/code&amp;gt;&lt;br /&gt;
#:where module_Name is the name of the module, numPy in this case &lt;br /&gt;
#*[[File: Command_line.png | 400px]]&lt;br /&gt;
#* &#039;&#039;&#039;Click to enlarge&#039;&#039;&#039;&lt;br /&gt;
#Finally, press enter to run and install the module&lt;br /&gt;
&lt;br /&gt;
==== Using an executable ====&lt;br /&gt;
Alternatively, python executable modules can be found on the web, and the executable installed&lt;/div&gt;</summary>
		<author><name>Bfangmof</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=File:Cmd.png&amp;diff=5894</id>
		<title>File:Cmd.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=File:Cmd.png&amp;diff=5894"/>
		<updated>2014-05-28T15:17:20Z</updated>

		<summary type="html">&lt;p&gt;Bfangmof: Opening a command prompt&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Opening a command prompt&lt;/div&gt;</summary>
		<author><name>Bfangmof</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=File:Command_line.png&amp;diff=5893</id>
		<title>File:Command line.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=File:Command_line.png&amp;diff=5893"/>
		<updated>2014-05-28T15:16:53Z</updated>

		<summary type="html">&lt;p&gt;Bfangmof: Installing a module&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Installing a module&lt;/div&gt;</summary>
		<author><name>Bfangmof</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=File:Select_location.png&amp;diff=5870</id>
		<title>File:Select location.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=File:Select_location.png&amp;diff=5870"/>
		<updated>2014-05-28T13:58:06Z</updated>

		<summary type="html">&lt;p&gt;Bfangmof: Description of environment&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Description of environment&lt;/div&gt;</summary>
		<author><name>Bfangmof</name></author>
	</entry>
	<entry>
		<id>https://wiki.umiacs.umd.edu/umiacs/index.php?title=File:Click_run.png&amp;diff=5868</id>
		<title>File:Click run.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.umiacs.umd.edu/umiacs/index.php?title=File:Click_run.png&amp;diff=5868"/>
		<updated>2014-05-28T13:56:43Z</updated>

		<summary type="html">&lt;p&gt;Bfangmof: Image for description&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Image for description&lt;/div&gt;</summary>
		<author><name>Bfangmof</name></author>
	</entry>
</feed>