Title: NetLogo Compiler: Implementing Peephole Optimizations
Organization: The Center for Connected Learning and Computer-Based Modeling
Student: Diparth Shah
Mentor: Jeremy Baker
/* GodSpeed Algorithm */ | |
<?php | |
class Scheduler { | |
var $servername = "localhost"; | |
var $username = "root"; | |
var $password = ""; | |
var $dbname = "project101"; | |
var $array = array(); | |
function getEmployeeTable($group) { |
globals [ | |
result | |
total | |
] | |
to setup | |
clear-all | |
ca reset-ticks | |
set total 0 | |
crt 1000 | |
ask turtles [set color red] |