Skip to content

Instantly share code, notes, and snippets.

View dante-byte's full-sized avatar
:octocat:
working on awesome projects

Dante White dante-byte

:octocat:
working on awesome projects
View GitHub Profile
@dante-byte
dante-byte / ToDoDatabaseTest
Created May 16, 2016 17:12
ToDoDatabaseTest
package sample;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
package sample;
import javafx.collections.FXCollections;
import javafx.collections.ObservableList;
import javafx.fxml.FXML;
import javafx.fxml.Initializable;
import javafx.scene.control.ListView;
import javafx.scene.control.TextField;
import jodd.json.JsonParser;
import jodd.json.JsonSerializer;
@dante-byte
dante-byte / ToDoDatabase
Created May 16, 2016 17:07
ToDoDatabase
package sample;
import org.h2.tools.Server;
import java.sql.*;
import java.util.ArrayList;
/**
*
*/
package tiy.week6;
/**
* Created by Dominique on 5/2/2016.
*/
public class Dominique implements Programmer {
@Override
public void sayHello() {
System.out.println("Hello, from Dominique");
}
package tiy.networking;
/**
* Created by Donta White on 4/29/2016.
*/
public class Message {
public String userName;
public String userMessage;
public String timeStamp;
package tiy;
/**
* Created by Donta White on 4/30/2016.
*/
import java.util.ArrayList;
import java.util.Scanner;
import java.io.*;
/**
* Created by Donta White on 4/26/2016.
*/
import java.time.LocalDate;
import java.time.LocalDateTime;
import java.time.LocalTime;
import java.time.format.DateTimeFormatter;
import java.util.Scanner;
public class MyCommandLines {
package tiy;
/**
* Created by Donta White on 4/30/2016.
*/
import java.util.Scanner;
public class JavaConvention {
package sample;
import javafx.collections.FXCollections;
import javafx.collections.ObservableList;
import javafx.fxml.FXML;
import javafx.fxml.Initializable;
import javafx.scene.control.ListView;
import javafx.scene.control.TextField;
import jodd.json.JsonParser;
import jodd.json.JsonSerializer;
package sample;
import javafx.collections.FXCollections;
import javafx.collections.ObservableList;
import javafx.fxml.FXML;
import javafx.fxml.Initializable;
import javafx.scene.control.ListView;
import javafx.scene.control.TextField;
import jodd.json.JsonParser;
import jodd.json.JsonSerializer;