Skip to content

Commit f86390a

Browse files
committed
add project
add project
1 parent 6ecf1c7 commit f86390a

File tree

252 files changed

+77766
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

252 files changed

+77766
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
# nanlandslide
2+
### Development of Landslide Risk Warning System using Near Real-Time Rainfall through Web Processing Service
3+
- การพัฒนาระบบเตือนภัยพื้นที่เสี่ยงดินถล่มด้วยข้อมูลน้ำฝนแบบใกล้เวลาจริงบนระบบบริการประมวลผลบนเว็บ
4+
- NAN Landslide Risk Warning System by GISTNU

index.html

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
7+
<title>404 Not Found</title>
8+
<!-- Bootstrap -->
9+
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
10+
<link href="https://v4-alpha.getbootstrap.com/examples/starter-template/starter-template.css" rel="stylesheet">
11+
</head>
12+
<body>
13+
<div class="container">
14+
<div class="starter-template">
15+
<h1>
16+
Oops!</h1>
17+
<h2>
18+
404 Not Found</h2>
19+
<p class="lead">
20+
Sorry, an error has occured, Requested page not found!
21+
</p>
22+
</div>
23+
</div>
24+
</body>
25+
</html>
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
{
2+
"name": "angular-simple-logger",
3+
"version": "0.1.7",
4+
"description": "Basic logger with level logging which can also be independent.",
5+
"main": "./dist/angular-simple-logger.js",
6+
"homepage": "https://github.com/nmccready/angular-simple-logger",
7+
"repository": {
8+
"type": "git",
9+
"url": "git://github.com/nmccready/angular-simple-logger.git"
10+
},
11+
"author": "Nicholas McCready",
12+
"license": "MIT",
13+
"dependencies": {
14+
"angular": "^1.2"
15+
},
16+
"devDependencies": {
17+
"angular-mocks": "^1.2"
18+
},
19+
"resolutions": {
20+
"angular": "1.4.X"
21+
},
22+
"ignore": [
23+
".*",
24+
"spec",
25+
"*.coffee",
26+
"*.json",
27+
".gitignore",
28+
".travis.yml",
29+
"*.html",
30+
"package.js",
31+
"*.md",
32+
"src",
33+
"gulp",
34+
"scripts",
35+
"node_modules",
36+
"bower_components",
37+
"tmp"
38+
],
39+
"_release": "0.1.7",
40+
"_resolution": {
41+
"type": "version",
42+
"tag": "0.1.7",
43+
"commit": "9f0e640b4cebffbc6d35fdf92ef7472774fc401a"
44+
},
45+
"_source": "https://github.com/nmccready/angular-simple-logger.git",
46+
"_target": "^0.1.7",
47+
"_originalSource": "angular-simple-logger",
48+
"_direct": true
49+
}
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"name": "angular-simple-logger",
3+
"version": "0.1.7",
4+
"description": "Basic logger with level logging which can also be independent.",
5+
"main": "./dist/angular-simple-logger.js",
6+
"homepage": "https://github.com/nmccready/angular-simple-logger",
7+
"repository": {
8+
"type": "git",
9+
"url": "git://github.com/nmccready/angular-simple-logger.git"
10+
},
11+
"author": "Nicholas McCready",
12+
"license": "MIT",
13+
"dependencies": {
14+
"angular": "^1.2"
15+
},
16+
"devDependencies": {
17+
"angular-mocks": "^1.2"
18+
},
19+
"resolutions": {
20+
"angular": "1.4.X"
21+
},
22+
"ignore": [
23+
".*",
24+
"spec",
25+
"*.coffee",
26+
"*.json",
27+
".gitignore",
28+
".travis.yml",
29+
"*.html",
30+
"package.js",
31+
"*.md",
32+
"src",
33+
"gulp",
34+
"scripts",
35+
"node_modules",
36+
"bower_components",
37+
"tmp"
38+
]
39+
}

0 commit comments

Comments
 (0)