From 114e15b37daa3066e6089b0596649d2fdbf0f195 Mon Sep 17 00:00:00 2001 From: ksuwannasit Date: Mon, 25 Sep 2017 22:40:33 +0700 Subject: [PATCH 1/5] commit --- CODEOWNERS | 2 +- test | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 test diff --git a/CODEOWNERS b/CODEOWNERS index 22654f6..529615c 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -34,4 +34,4 @@ apps/ @octocat # In this example, @doctocat owns any file in the `/docs` # directory in the root of your repository. -/docs/ @doctocat +* @kantsuw diff --git a/test b/test new file mode 100644 index 0000000..72943a1 --- /dev/null +++ b/test @@ -0,0 +1 @@ +aaa From f751973a4c2d72e2095b19e3edbd381798e7bed2 Mon Sep 17 00:00:00 2001 From: kantsuw2 <32292303+kantsuw2@users.noreply.github.com> Date: Tue, 26 Sep 2017 15:33:00 +0700 Subject: [PATCH 2/5] Create test2 --- test2 | 1 + 1 file changed, 1 insertion(+) create mode 100644 test2 diff --git a/test2 b/test2 new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/test2 @@ -0,0 +1 @@ + From ac3f8614bb0720457d62d130682433acea97b455 Mon Sep 17 00:00:00 2001 From: kantsuw2 <32292303+kantsuw2@users.noreply.github.com> Date: Tue, 26 Sep 2017 15:41:40 +0700 Subject: [PATCH 3/5] Create SP_1.sql --- SQL/SP_1.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 SQL/SP_1.sql diff --git a/SQL/SP_1.sql b/SQL/SP_1.sql new file mode 100644 index 0000000..8f98728 --- /dev/null +++ b/SQL/SP_1.sql @@ -0,0 +1,6 @@ +CREATE PROC SP1 +AS +BEGIN + SELECT 1 +END +GO From c19b39fbfb551d63dd9fc2abcf8b3b797e4138b5 Mon Sep 17 00:00:00 2001 From: kantsuw2 <32292303+kantsuw2@users.noreply.github.com> Date: Tue, 26 Sep 2017 15:44:47 +0700 Subject: [PATCH 4/5] Create helloworld.java --- CODE/helloworld.java | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 CODE/helloworld.java diff --git a/CODE/helloworld.java b/CODE/helloworld.java new file mode 100644 index 0000000..f00c5da --- /dev/null +++ b/CODE/helloworld.java @@ -0,0 +1,3 @@ +public static void main(){ + println("hello world"); +} From 4d26ed0e05eedd71ed86cc825172084033da8374 Mon Sep 17 00:00:00 2001 From: kantsuw Date: Tue, 3 Oct 2017 17:41:29 +0700 Subject: [PATCH 5/5] Create test.txt --- testtest/test.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 testtest/test.txt diff --git a/testtest/test.txt b/testtest/test.txt new file mode 100644 index 0000000..8baef1b --- /dev/null +++ b/testtest/test.txt @@ -0,0 +1 @@ +abc