Page 1 of 6

Programming

Posted: Mon Apr 10, 2017 9:56 pm
by Pigeon
#include <stdio.h>

int main(int argc, char *argv[])
{
  /*
  Begin insertion of software bugs here
  */

  return 0;
}

Re: Programming

Posted: Mon Apr 10, 2017 11:50 pm
by Royal
Who are you? Please provide hint.

Re: Programming

Posted: Tue Apr 11, 2017 12:11 am
by Pigeon
#include <stdio.h>
#include <matrix.h>

int main(int argc, char *argv[])
{
  /*
  Begin insertion of software bugs here
  */
  int hehe;
  int userMatrix = getMatrixHandle();
  hehe = zapWhoeverRunsThis(userMatrix);
  userMatrix << 2;
  return  userMatrix;
}

Re: Programming

Posted: Tue Apr 11, 2017 12:13 am
by Pigeon
#include <stdio.h>
#include <matrix.h>

int main(int argc, char *argv[])
{
  /*
  Begin insertion of software bugs here
  */
  printf("Hello matrix");
  return  0;
}

Re: Programming

Posted: Tue Apr 11, 2017 12:37 am
by Pigeon
<?php
require_once "matrix.php";
$userMatrix = matrixInit();

if (isset($_POST['submit'])){
  if (isset($_POSt['pill'])){
    if ($_POSt['pill'] == 'blue'){
      matrixHide = true;
      exit;
    }else{
      $userMatrix = matrixFullBlown();
    }
  }
}
?>
<DOCTYPE html5>
<html>
<head>
<title>The Matrix</title>
</head>
<body>
<?php echo $userMatrix?>
<form method=post action="">
<input type=radio name=pill>Red Pill</br>
<input type=radio name=pill>Blue Pill</br>
<input type=submit name=submit value=Pick one>
</form>
</body>
</html>

Re: Programming

Posted: Tue Apr 11, 2017 2:46 am
by Pigeon
mind.upload("If looks could kill they probably will");

Re: Programming

Posted: Thu Apr 13, 2017 12:27 am
by Pigeon
for(strange=0; strange<reality; strange++){
  weird++;
}

Re: Programming

Posted: Thu Apr 13, 2017 1:29 am
by Royal
Pigeon wrote:
for(strange=0; strange<reality; strange++){
  weird++;
}
Start from 0, go until reality, add strange and weird on every loop?

Re: Programming

Posted: Thu Apr 13, 2017 2:10 am
by Pigeon
I call it "strange loop".

weird just gets more weird.

(the for() is the loop - start, limit, increment)

Re: Programming

Posted: Sat Apr 15, 2017 2:36 am
by Pigeon
Do we need a hamburger class.