<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://dev.peirmost.ifx.uab.edu/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jrsinger</id>
	<title>Pathology Education Instructional Resource - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://dev.peirmost.ifx.uab.edu/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Jrsinger"/>
	<link rel="alternate" type="text/html" href="https://dev.peirmost.ifx.uab.edu/wiki/Special:Contributions/Jrsinger"/>
	<updated>2026-04-06T06:53:32Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.1</generator>
	<entry>
		<id>https://dev.peirmost.ifx.uab.edu/index.php?title=Genesetdb&amp;diff=2074</id>
		<title>Genesetdb</title>
		<link rel="alternate" type="text/html" href="https://dev.peirmost.ifx.uab.edu/index.php?title=Genesetdb&amp;diff=2074"/>
		<updated>2013-10-26T02:26:04Z</updated>

		<summary type="html">&lt;p&gt;Jrsinger: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;syntaxhighlight lang=&amp;quot;php&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;?php&lt;br /&gt;
$con= mysqli_connect(&amp;quot;localhost&amp;quot;, &amp;quot;jrsinger&amp;quot;, &amp;quot;U6d19lrBFC48z2fpF1K5PcRy80XS17QC&amp;quot;, &amp;quot;genesetdb&amp;quot;);&lt;br /&gt;
if(mysqli_connect_errno())&lt;br /&gt;
{&lt;br /&gt;
	die( &amp;quot;could not connect: &amp;quot; . mysqli_connect_error());&lt;br /&gt;
}&lt;br /&gt;
echo'&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
  &amp;lt;head&amp;gt;&lt;br /&gt;
    &amp;lt;title&amp;gt;genetable&amp;lt;/title&amp;gt;&lt;br /&gt;
  &amp;lt;/head&amp;gt;&lt;br /&gt;
  &amp;lt;body&amp;gt;&lt;br /&gt;
    &amp;lt;h1&amp;gt; Genetable&amp;lt;/h1&amp;gt;&lt;br /&gt;
    &amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;Experiment Number&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;Gene ID&amp;lt;/th&amp;gt;&lt;br /&gt;
      &amp;lt;/tr&amp;gt;&lt;br /&gt;
    ';&lt;br /&gt;
$sql=&amp;quot;SELECT * FROM `workaround`;&amp;quot;;&lt;br /&gt;
$result= mysqli_query($con,$sql);&lt;br /&gt;
$pid=1;&lt;br /&gt;
$genes=0;&lt;br /&gt;
while ($row=mysqli_fetch_array($result))&lt;br /&gt;
{&lt;br /&gt;
	for($i=0; $i&amp;lt;200; $i++)&lt;br /&gt;
	{&lt;br /&gt;
		mysqli_query($con,&amp;quot;INSERT INTO TABLE `finalgeneset` VALUES(BIGINT UNSIGNED AUTO_INCREMENT PRIMARY KEY&amp;quot; . $pid . &amp;quot;,&amp;quot;. $row[$genes] . &amp;quot;);&amp;quot;);&lt;br /&gt;
			echo '&lt;br /&gt;
      &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;' . $pid . '&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;' . $row[$genes] . '&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;/tr&amp;gt;&lt;br /&gt;
		';&lt;br /&gt;
		$genes++;&lt;br /&gt;
	}&lt;br /&gt;
	$pid++;&lt;br /&gt;
	$genes = 0;&lt;br /&gt;
}&lt;br /&gt;
echo'&lt;br /&gt;
    &amp;lt;/table&amp;gt;&lt;br /&gt;
  &amp;lt;/body&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
';&lt;br /&gt;
?&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighltight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jrsinger</name></author>
		
	</entry>
	<entry>
		<id>https://dev.peirmost.ifx.uab.edu/index.php?title=Genesetdb&amp;diff=2073</id>
		<title>Genesetdb</title>
		<link rel="alternate" type="text/html" href="https://dev.peirmost.ifx.uab.edu/index.php?title=Genesetdb&amp;diff=2073"/>
		<updated>2013-10-26T02:25:03Z</updated>

		<summary type="html">&lt;p&gt;Jrsinger: Created page with &amp;quot;&amp;lt;?php $con= mysqli_connect(&amp;quot;localhost&amp;quot;, &amp;quot;jrsinger&amp;quot;, &amp;quot;U6d19lrBFC48z2fpF1K5PcRy80XS17QC&amp;quot;, &amp;quot;genesetdb&amp;quot;); if(mysqli_connect_errno()) { 	die( &amp;quot;could not connect: &amp;quot; . mysqli_connect...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;?php&lt;br /&gt;
$con= mysqli_connect(&amp;quot;localhost&amp;quot;, &amp;quot;jrsinger&amp;quot;, &amp;quot;U6d19lrBFC48z2fpF1K5PcRy80XS17QC&amp;quot;, &amp;quot;genesetdb&amp;quot;);&lt;br /&gt;
if(mysqli_connect_errno())&lt;br /&gt;
{&lt;br /&gt;
	die( &amp;quot;could not connect: &amp;quot; . mysqli_connect_error());&lt;br /&gt;
}&lt;br /&gt;
echo'&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
  &amp;lt;head&amp;gt;&lt;br /&gt;
    &amp;lt;title&amp;gt;genetable&amp;lt;/title&amp;gt;&lt;br /&gt;
  &amp;lt;/head&amp;gt;&lt;br /&gt;
  &amp;lt;body&amp;gt;&lt;br /&gt;
    &amp;lt;h1&amp;gt; Genetable&amp;lt;/h1&amp;gt;&lt;br /&gt;
    &amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;Experiment Number&amp;lt;/th&amp;gt;&lt;br /&gt;
        &amp;lt;th&amp;gt;Gene ID&amp;lt;/th&amp;gt;&lt;br /&gt;
      &amp;lt;/tr&amp;gt;&lt;br /&gt;
    ';&lt;br /&gt;
$sql=&amp;quot;SELECT * FROM `workaround`;&amp;quot;;&lt;br /&gt;
$result= mysqli_query($con,$sql);&lt;br /&gt;
$pid=1;&lt;br /&gt;
$genes=0;&lt;br /&gt;
while ($row=mysqli_fetch_array($result))&lt;br /&gt;
{&lt;br /&gt;
	for($i=0; $i&amp;lt;200; $i++)&lt;br /&gt;
	{&lt;br /&gt;
		mysqli_query($con,&amp;quot;INSERT INTO TABLE `finalgeneset` VALUES(BIGINT UNSIGNED AUTO_INCREMENT PRIMARY KEY&amp;quot; . $pid . &amp;quot;,&amp;quot;. $row[$genes] . &amp;quot;);&amp;quot;);&lt;br /&gt;
			echo '&lt;br /&gt;
      &amp;lt;tr&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;' . $pid . '&amp;lt;/td&amp;gt;&lt;br /&gt;
        &amp;lt;td&amp;gt;' . $row[$genes] . '&amp;lt;/td&amp;gt;&lt;br /&gt;
      &amp;lt;/tr&amp;gt;&lt;br /&gt;
		';&lt;br /&gt;
		$genes++;&lt;br /&gt;
	}&lt;br /&gt;
	$pid++;&lt;br /&gt;
	$genes = 0;&lt;br /&gt;
}&lt;br /&gt;
echo'&lt;br /&gt;
    &amp;lt;/table&amp;gt;&lt;br /&gt;
  &amp;lt;/body&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
';&lt;br /&gt;
?&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jrsinger</name></author>
		
	</entry>
	<entry>
		<id>https://dev.peirmost.ifx.uab.edu/index.php?title=This_Is_Your_Brain_On_Informatics:_PHP&amp;diff=2072</id>
		<title>This Is Your Brain On Informatics: PHP</title>
		<link rel="alternate" type="text/html" href="https://dev.peirmost.ifx.uab.edu/index.php?title=This_Is_Your_Brain_On_Informatics:_PHP&amp;diff=2072"/>
		<updated>2013-10-26T02:24:33Z</updated>

		<summary type="html">&lt;p&gt;Jrsinger: /* Example Codes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===Example Codes===&lt;br /&gt;
&lt;br /&gt;
*[[HTML/PHP Database Dump]]&lt;br /&gt;
*[[PHP: Nucleotide Fun|Nucleotide Fun]]&lt;br /&gt;
&lt;br /&gt;
*[[genesetdb]]&lt;br /&gt;
&lt;br /&gt;
{{This Is Your Brain On Informatics}}&lt;/div&gt;</summary>
		<author><name>Jrsinger</name></author>
		
	</entry>
	<entry>
		<id>https://dev.peirmost.ifx.uab.edu/index.php?title=This_Is_Your_Brain_On_Informatics&amp;diff=1961</id>
		<title>This Is Your Brain On Informatics</title>
		<link rel="alternate" type="text/html" href="https://dev.peirmost.ifx.uab.edu/index.php?title=This_Is_Your_Brain_On_Informatics&amp;diff=1961"/>
		<updated>2013-10-22T16:19:36Z</updated>

		<summary type="html">&lt;p&gt;Jrsinger: /* This Is Your Brain On Informatics */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== This Is Your Brain On Informatics ==&lt;br /&gt;
Testing out the fluids.&lt;br /&gt;
&lt;br /&gt;
Sudo su = allows you super user privileges&lt;br /&gt;
&lt;br /&gt;
^k = delete line&lt;br /&gt;
&lt;br /&gt;
^w = find&lt;br /&gt;
&lt;br /&gt;
^u = undoes one typo&lt;br /&gt;
&lt;br /&gt;
'''Ls –a''' = list all files in the folder&lt;br /&gt;
&lt;br /&gt;
'''Tar –xzvf *.tar.gz''' = unzip the .tar.gz file&lt;br /&gt;
&lt;br /&gt;
'''Mkdir''' = make directory&lt;br /&gt;
&lt;br /&gt;
'''/etc/init.d''' = initiate daemon (it does something but it stays in memory?!)&lt;br /&gt;
&lt;br /&gt;
'''find / -name foo'''&lt;br /&gt;
This will search the whole system for any files named foo and display their pathnames.  Here we are using the criterion -name with the argument foo to tell find to perform a name search for the filename foo.&lt;br /&gt;
&lt;br /&gt;
If you get locked out of your server, enter pico /etc/hosts.deny  Once you are in that file, delete the IP address (your IP address) that has been blocked at the bottom of the file.&lt;/div&gt;</summary>
		<author><name>Jrsinger</name></author>
		
	</entry>
</feed>