Skip to content

Instantly share code, notes, and snippets.

View JialunC's full-sized avatar

Thomas C JialunC

  • in a galaxy far, far away
View GitHub Profile
@JialunC
JialunC / assignment.sql
Created March 11, 2020 02:49
assignment
CREATE DATABASE IF NOT EXISTS `LibraryDB` /*!40100 DEFAULT CHARACTER SET latin1 */;
USE `LibraryDB`;
-- MySQL dump 10.13 Distrib 8.0.17, for macos10.14 (x86_64)
--
-- Host: localhost Database: LibraryDB
-- ------------------------------------------------------
-- Server version 5.7.17
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
---
title: "cind110_Assignment_02"
author: "Write your name here"
due: "March 13, 2020"
output:
html_document:
df_print: paged
pdf_document: default
word_document: default
---
@JialunC
JialunC / Permutations.java
Created June 28, 2020 20:57
permutations
/**
* Write a description of class Permutations here.
*
* @author (your name)
* @version (a version number or a date)
*/
public class Permutations
{
// instance variables - replace the example below with your own