Skip to content

Instantly share code, notes, and snippets.

View diparthshah's full-sized avatar

Diparth Shah diparthshah

View GitHub Profile
@diparthshah
diparthshah / GSOC2018-WPS.md
Last active August 7, 2018 18:22
Google Summer of Code 2018 - Work Product Submission

Google Summer of Code 2018 - Work Product Submission

Title: Enhancements to NetLogo Web Project

Organization: The Center for Connected Learning and Computer-Based Modeling

Student: Diparth Shah

Mentor: Jeremy Baker

@diparthshah
diparthshah / CountBench Benchmark.nlogo
Last active August 22, 2019 18:52
Google Summer of Code 2019: NetLogo Model Used for Benchmarking Optimization Results
@diparthshah
diparthshah / GSOC2019-WPS.md
Last active August 23, 2019 19:32
Google Summer of Code 2019 - Work Product Submission

Google Summer of Code 2019 - Work Product Submission

Title: NetLogo Compiler: Implementing Peephole Optimizations

Organization: The Center for Connected Learning and Computer-Based Modeling

Student: Diparth Shah

Mentor: Jeremy Baker

@diparthshah
diparthshah / Scheduler.php
Last active January 13, 2020 17:29
GodSpeed Algorithm: Request scheduling and allocation algorithm for relational database platform designed and developed by Team Pakodanomics.
/* GodSpeed Algorithm */
<?php
class Scheduler {
var $servername = "localhost";
var $username = "root";
var $password = "";
var $dbname = "project101";
var $array = array();
function getEmployeeTable($group) {