Skip to content

Instantly share code, notes, and snippets.

View 200tristan's full-sized avatar

Ashwin Randhir 200tristan

  • Amherst, Massachusetts
View GitHub Profile
@200tristan
200tristan / BabyName.java
Created December 17, 2018 03:58
Babyname v2
package BabyName2;
/*
* Ashwin Randhir
* 12/12/2018
* CSC_220
* HW 9v2
* atrandhir0001@student.stcc.edu
*/
/*
* Ashwin Randhir
* 11/26/2018
* CSC_220
* HW 8
* atrandhir0001@student.stcc.edu
*/
package chapter24;
/*
* Ashwin Randhir
* 11/13/2018
* CSC_220
* HW 7
* atrandhir0001@student.stcc.edu
*/
package sample;
@200tristan
200tristan / BabyName.java
Created November 6, 2018 04:49
Rebuilt on template
/*
* Name: Ashwin Randhir
* Date:11/5/18
* Course Number: CSC220
* Course Name: CSC220
* Problem Number: HW6
* Email: atrandhir0001@student.stcc.edu
* Baby Names App Revamp
*/
/*
* Name: Ashwin Randhir
* Date:10/28/18
* Course Number: CSC220
* Course Name: CSC220
* Problem Number: HW5
* Email: atrandhir0001@student.stcc.edu
* Baby Names App
*/
/*
* Name: Antonio Silvestri
* Date: 10/1/2018
* Course Number: CSC-220
* Course Name: Data Structures
* Problem Number: HW4
* Email: silvestri@stcc.edu
* Main Program to Drive TicTacToe Class V3.2
*/
@200tristan
200tristan / NASA.java
Created September 29, 2018 01:55
HW3 - No Gui
/*
*Ashwin Randhir
*9/23/18
*CSC-220
*HW3
*atrandhir0001@student.stcc.edu
*/
import java.io.File;
import java.io.FileNotFoundException;
@200tristan
200tristan / HW2_ISOMORPHISM.java
Created September 22, 2018 02:34
Homework 2 (Partially Works)
/*
* Ashwin Randhir
* 9/21/2018
* CSC_220
* HW 2 Isomorphism
* atrandhir0001@student.stcc.edu
*/
import javafx.application.Application;
@200tristan
200tristan / Exercise27emirp.java
Last active September 14, 2018 17:23
Chapter 6 Problem 27
/*
* Ashwin Randhir
* 9/11/2018
* CSC_220
* HW 1 Emirp
* atrandhir0001@student.stcc.edu
*/
import java.util.Arrays;
import javafx.application.Application;
@200tristan
200tristan / Main.java
Created May 14, 2018 17:01
Final Project (P2)
package sample;
//Ashwin Randhir
//5/7/2018
//CSC 112
//Interm Java
//Final
//atrandhir0001@student.stcc.edu
//Gui for Final, with regex field check (P2)