User contributions
24 October 2013
This Is Your Brain On Informatics: HTML
no edit summary
+41
PHP: Nucleotide Fun
Created page with "Note: This is the PHP file that will run with the HTML file also titled Nucleotide Fun. <syntaxhighlight lang="php"> <?php $DNA = " does not contain U."; $RNA = " contain..."
This Is Your Brain On Informatics: PHP
no edit summary
+20
Nucleotide Fun
no edit summary
+137
Nucleotide Fun
no edit summary
+39
Nucleotide Fun
Created page with "<?php $DNA = " does not contain U."; $RNA = " contains U."; $seq = $_GET['seq']; for($i=0; $i<strlen($seq); $i++) { if($seq[$i] == 'U' || $seq[$i] == 'u') { ech..."
This Is Your Brain On Informatics: PHP
no edit summary
+20
This Is Your Brain On Informatics: Common Pathnames
/etc/init.d/[service] [operation]
+12
23 October 2013
Form Page
no edit summary
+2
Basic HTML
no edit summary
+91
Basic HTML
no edit summary
+4,724
Basic HTML
Created page with " {{This Is Your Brain On Informatics}}"
This Is Your Brain On Informatics: HTML
no edit summary
+16
HTML/PHP Database Dump
no edit summary
+39
This Is Your Brain On Informatics: PHP
no edit summary
+39
Form Page
no edit summary
+39
This Is Your Brain On Informatics: HTML
no edit summary
+39
Template:This Is Your Brain On Informatics
no edit summary
-430
Template:This Is Your Brain On Informatics
no edit summary
Template:This Is Your Brain On Informatics
no edit summary
+87
This Is Your Brain On Informatics: Code Examples
no edit summary
+39
Template:This Is Your Brain On Informatics
no edit summary
+73
This Is Your Brain On Informatics: Pico
no edit summary
+39
Template:This Is Your Brain On Informatics
no edit summary
+82
This Is Your Brain On Informatics: MariaDB
no edit summary
+39
Template:This Is Your Brain On Informatics
no edit summary
+93
This Is Your Brain On Informatics: Common Pathnames
no edit summary
+39
Template:This Is Your Brain On Informatics
no edit summary
+28
Template:This Is Your Brain On Informatics
no edit summary
+4
Template:This Is Your Brain On Informatics
no edit summary
-3
Template:This Is Your Brain On Informatics
no edit summary
+23
This Is Your Brain On Informatics
no edit summary
-3
Template:This Is Your Brain On Informatics
Created page with "{{Navbox |name = Navigation |title = This Is Your Brain On Informatics |bodyclass = hlist Home |group1 = IPLab:Lab 1|Lab 1: Cell..."
This Is Your Brain On Informatics: Navigation
no edit summary
-54
This Is Your Brain On Informatics: Navigation
no edit summary
-3
Form Page
no edit summary
+35
This Is Your Brain On Informatics: Navigation
Created page with "{{Navbox |name = Navigation |title = This Is Your Brain On Bioinformatics |bodyclass = hlist Home |group1 = IPLab:Lab 1|Lab 1: C..."
This Is Your Brain On Informatics
no edit summary
+51
Form Page
Created page with "<pre> <html> <head> <title> <!--Determines the name of the HTML website, displayed on the the tab--> HTML File </title> </head> <body> <form action="test...."
This Is Your Brain On Informatics: HTML
Created page with "===HTML Examples=== *Form Page"
This Is Your Brain On Informatics: Code Examples
no edit summary
+50
HTML/PHP Database Dump
no edit summary
+248
HTML/PHP Database Dump
Created page with "<?php $con = mysqli_connect("computer", "user", "password", "database"); //This references the database. We store it as a variable only so that we don't have to keep writing i..."
This Is Your Brain On Informatics: PHP
Created page with "===Example Codes=== *HTML/PHP Database Dump"
This Is Your Brain On Informatics: Code Examples
Created page with "===Languages=== *PHP"
This Is Your Brain On Informatics
no edit summary
+68
This Is Your Brain On Informatics: MariaDB
no edit summary
+12
This Is Your Brain On Informatics: MariaDB
no edit summary
+705
This Is Your Brain On Informatics: MariaDB
no edit summary
+66
This Is Your Brain On Informatics: MariaDB
no edit summary
+221