Skip to content

Instantly share code, notes, and snippets.

View eliel15000's full-sized avatar

Eliezer Encarnacion eliel15000

View GitHub Profile
@eliel15000
eliel15000 / BabyNameAppV2.0
Created December 15, 2018 07:22
Version 2.0
/*
* Eliezer Encarnacion
* Due Date: 12/17/2018
* Course Number: CSC-220-D01
* Course Name: Data Structures/Algorithms
* Problem Number: HW #9
* Email: eeencarancion0001@student.stcc.edu
* Baby Names Application V2.0. This works really faster than V1.0
*/
/*
* Eliezer Encarnacion
* Due Date: 11/26/2018
* Course Number: CSC-220-D01
* Course Name: Data Structures/Algorithms
* Problem Number: HW #8
* Email: eeencarnacion0001@student.stcc.edu
* Implementing Linked List Methods.
*/
/*
* Eliezer Encarnacion
* Due Date: 11/14/2018
* Course Number: CSC-220-D01
* Course Name: Data Structures/Algorithms
* Problem Number: HW #7
* Email: eeencarancion0001@student.stcc.edu
* Recursion Homework. Input a String and returns a report on the frequency of characters in the String.
*/
/*
* Eliezer Encarnacion
* Due Date: 11/05/2018
* Course Number: CSC-220-D01
* Course Name: Data Structures/Algorithms
* Problem Number: HW #6
* Email: eeencarancion0001@student.stcc.edu
* Baby Names Application. Extra homework based on Baby Name assignment.
*/
/*
* Eliezer Encarnacion
* Due Date: 10/29/2018
* Course Number: CSC-220-D01
* Course Name: Data Structures/Algorithms
* Problem Number: HW #5
* Email: eeencarancion0001@student.stcc.edu
* Baby Names Application. This assignment is just way too cool. It exercises many of the topics we discussed his semester.
*/
@eliel15000
eliel15000 / Play TicTacToe
Created October 14, 2018 01:13
TicTacToe GUI with Restart Button ;D
/*
* Eliezer Encarnacion
* Due Date: 10/14/2018
* Course Number: CSC-220-D01
* Course Name: Data Structures/Algorithms
* Problem Number: HW #4
* Email: eeencarancion0001@student.stcc.edu
* Play Tic-Tac-Toe, a GUI that indicates turns and nice clicks make the game
*/
/*
* Eliezer Encarnacion
* Due Date: 09/28/2018
* Course Number: CSC-220-D01
* Course Name: Data Structures/Algorithms
* Problem Number: HW #3
* Email: eeencarancion0001@student.stcc.edu
* Two-Dimensional Array, NASA and stars
*/
@eliel15000
eliel15000 / Emirp (simple)
Created September 10, 2018 21:39
Emirp & GUI
/*
* Eliezer Encarnacion
* Due Date: 09/14/2018
* Course Number: CSC-220-D01
* Course Name: Data Structures/Algorithms
* Problem Number: HW #1
* Email: eeencarancion0001@student.stcc.edu
* An emirp, prime spelled backward
*/
@eliel15000
eliel15000 / Database Connection
Created May 11, 2018 02:42
Complete Final Exam
/*
* Eliezer Encarnacion
* CSC-112-D01
* Final Exam
* Email: eeencarnacion0001@student.stcc.edu
* ZipCode Translation DataBase Connection
*/
import java.sql.*;
import java.util.ArrayList;
/*
* Eliezer Encarnacion
* CSC-112-D01
* Final Exam
* Email: eeencarnacion0001@student.stcc.edu
* ZipCode Translation System
*/
import javafx.application.Application;
import javafx.geometry.Insets;