Skip to content

Instantly share code, notes, and snippets.

View TuyenGa's full-sized avatar

Vuong Quang Tuyên TuyenGa

View GitHub Profile
@TuyenGa
TuyenGa / ChatClient.java
Created September 28, 2015 02:49 — forked from kaushiktiwari/ChatClient.java
A JAVA chat client
import java.awt.Color;
import java.awt.FlowLayout;
import java.awt.Font;
import java.awt.GridLayout;
import java.awt.Image;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.KeyAdapter;
import java.awt.event.KeyEvent;
import java.awt.image.BufferedImage;
//Kristofer Hult
//Algorithms Project 4
package sudokuSolver;
import java.util.*;
import java.io.*;
public class sudokuSolver {
private static int[][] board;
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS and IE text size adjust after device orientation change,
* without disabling user zoom.
*/
html {
font-family: sans-serif; /* 1 */
@TuyenGa
TuyenGa / Main.java
Created December 8, 2015 12:07
Quanlysinhvien kieu array list
package SinhVien;
public class Main {
public static void main(String[] args)
{
QLSV2 ql = new QLSV2();
ql.nhap();
ql.in();
ql.timdiem();