Skip to content

Commit

Permalink
chore: update metedata
Browse files Browse the repository at this point in the history
  • Loading branch information
Faelayis committed Oct 24, 2024
1 parent d6fa5e5 commit 25a2804
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 15 deletions.
3 changes: 2 additions & 1 deletion COM-1305/metedata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
"$schema": "../schema/metedata.json",
"coursecode": "COM-1305-63",
"info": "https://reg.cmru.ac.th/registrar/class_info_5.asp?courseid=2784",
"complete": "20-02-2567",
"name": "การเขียนโปรแกรมภาษาคอมพิวเตอร์",
"preview": {
"enable": false,
"enable": true,
"files": [
"py"
],
Expand Down
4 changes: 2 additions & 2 deletions COM-1308/metedata.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"$schema": "../schema/metedata.json",
"complete": "10-10-2566",
"coursecode": "COM-1308-63",
"info": "https://reg.cmru.ac.th/registrar/class_info_5.asp?courseid=16390",
"complete": "10-10-2566",
"name": "หลักการออกแบบและการเขียนโปรแกรม",
"preview": {
"enable": false,
"enable": true,
"files": [
"c"
],
Expand Down
3 changes: 2 additions & 1 deletion COM-1602/metedata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
"$schema": "../schema/metedata.json",
"coursecode": "COM 1602-63",
"info": "https://reg.cmru.ac.th/registrar/class_info_5.asp?courseid=16391",
"complete": "19-02-2567",
"name": "ระบบฐานข้อมูล 1",
"preview": {
"enable": false,
"enable": true,
"files": [
"sql",
"ps1",
Expand Down
1 change: 1 addition & 0 deletions COM-2305/metedata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"$schema": "../schema/metedata.json",
"coursecode": "COM 2305-63",
"info": "https://reg.cmru.ac.th/registrar/class_info_5.asp?courseid=16401",
"complete": "15-10-2567",
"name": "การเขียนโปรแกรมเว็บ",
"preview": {
"enable": true,
Expand Down
22 changes: 11 additions & 11 deletions lab.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -2,35 +2,35 @@
"folders": [
{
"name": "📂 Root",
"path": "./"
"path": "."
},
{
"name": "😺 Github",
"path": "./.github"
"path": ".github"
},
{
"name": "📄 Script",
"path": "./script"
"path": "script"
},
{
"name": "🪄 Setup",
"path": "./setup"
},
{
"name": "[Python] การเขียนโปรแกรมภาษาคอมพิวเตอร์",
"path": "./COM-1305"
"path": "setup"
},
{
"name": "[C] หลักการออกแบบและการเขียนโปรแกรม",
"path": "./COM-1308"
"path": "COM-1308"
},
{
"name": "[SQL] ระบบฐานข้อมูล 1",
"path": "./COM-1602"
"path": "COM-1602"
},
{
"name": "[Python] การเขียนโปรแกรมภาษาคอมพิวเตอร์",
"path": "COM-1305"
},
{
"name": "[HTML,PHP] การเขียนโปรแกรมเว็บ",
"path": "./COM-2305"
"path": "COM-2305"
}
],
"extensions": {
Expand Down

0 comments on commit 25a2804

Please sign in to comment.