Programming

User avatar
Pigeon
Posts: 18055
Joined: Thu Mar 31, 2011 3:00 pm

Programming

Post by Pigeon » Mon Apr 10, 2017 9:56 pm

#include <stdio.h>

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

  return 0;
}

User avatar
Royal
Posts: 10562
Joined: Mon Apr 11, 2011 5:55 pm

Re: Programming

Post by Royal » Mon Apr 10, 2017 11:50 pm

Who are you? Please provide hint.

User avatar
Pigeon
Posts: 18055
Joined: Thu Mar 31, 2011 3:00 pm

Re: Programming

Post by Pigeon » Tue Apr 11, 2017 12:11 am

#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;
}

User avatar
Pigeon
Posts: 18055
Joined: Thu Mar 31, 2011 3:00 pm

Re: Programming

Post by Pigeon » Tue Apr 11, 2017 12:13 am

#include <stdio.h>
#include <matrix.h>

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

User avatar
Pigeon
Posts: 18055
Joined: Thu Mar 31, 2011 3:00 pm

Re: Programming

Post by Pigeon » Tue Apr 11, 2017 12:37 am

<?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>

User avatar
Pigeon
Posts: 18055
Joined: Thu Mar 31, 2011 3:00 pm

Re: Programming

Post by Pigeon » Tue Apr 11, 2017 2:46 am

mind.upload("If looks could kill they probably will");

User avatar
Pigeon
Posts: 18055
Joined: Thu Mar 31, 2011 3:00 pm

Re: Programming

Post by Pigeon » Thu Apr 13, 2017 12:27 am

for(strange=0; strange<reality; strange++){
  weird++;
}

User avatar
Royal
Posts: 10562
Joined: Mon Apr 11, 2011 5:55 pm

Re: Programming

Post by Royal » Thu Apr 13, 2017 1:29 am

Pigeon wrote:
for(strange=0; strange<reality; strange++){
  weird++;
}
Start from 0, go until reality, add strange and weird on every loop?

User avatar
Pigeon
Posts: 18055
Joined: Thu Mar 31, 2011 3:00 pm

Re: Programming

Post by Pigeon » Thu Apr 13, 2017 2:10 am

I call it "strange loop".

weird just gets more weird.

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

User avatar
Pigeon
Posts: 18055
Joined: Thu Mar 31, 2011 3:00 pm

Re: Programming

Post by Pigeon » Sat Apr 15, 2017 2:36 am

Do we need a hamburger class.

Post Reply