forked from ralscha/blog2019
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcheck_dependencies.bat
More file actions
89 lines (89 loc) · 2.06 KB
/
check_dependencies.bat
File metadata and controls
89 lines (89 loc) · 2.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
cd D:\ws\blog2019\bigintjson
call checkdep
cd D:\ws\blog2019\build-info\client
call ncu
cd D:\ws\blog2019\build-info\server
call checkdep
cd D:\ws\blog2019\capupload\client
call ncu
cd D:\ws\blog2019\capupload\server
call checkdep
cd D:\ws\blog2019\catch-all-smtp
call checkdep
cd D:\ws\blog2019\cettia\one\client
call ncu
cd D:\ws\blog2019\cettia\one\server
call checkdep
cd D:\ws\blog2019\cettia\simple
call checkdep
cd D:\ws\blog2019\cettia\two\client
call ncu
cd D:\ws\blog2019\cettia\two\server
call checkdep
cd D:\ws\blog2019\credential\client
call ncu
cd D:\ws\blog2019\credential\server
call checkdep
cd D:\ws\blog2019\envers
call checkdep
cd D:\ws\blog2019\fa
call ncu
cd D:\ws\blog2019\googlefont
call ncu
cd D:\ws\blog2019\java11httpclient\client
call checkdep
cd D:\ws\blog2019\java11httpclient\server
call checkdep
cd D:\ws\blog2019\jgit\examples
call checkdep
cd D:\ws\blog2019\jgit\githubbackup
call checkdep
cd D:\ws\blog2019\ky\client
call ncu
cd D:\ws\blog2019\ky\server
call checkdep
cd D:\ws\blog2019\mnistjs\client
call ncu
cd D:\ws\blog2019\mnistjs\train
call ncu
cd D:\ws\blog2019\ratelimit
call checkdep
cd D:\ws\blog2019\sbjooqflyway
call checkdep
cd D:\ws\blog2019\stateless\client
call ncu
cd D:\ws\blog2019\stateless\server
call checkdep
cd D:\ws\blog2019\tfjs-models
call ncu
cd D:\ws\blog2019\tls-and-h2
call checkdep
cd D:\ws\blog2019\totp\client
call ncu
cd D:\ws\blog2019\totp\server
call checkdep
cd D:\ws\blog2019\uploadtus\client
call ncu
cd D:\ws\blog2019\uploadtus\server
call checkdep
cd D:\ws\blog2019\visibility\client\simple
call ncu
cd D:\ws\blog2019\visibility\client\visibility.js
call ncu
cd D:\ws\blog2019\webocr
call ncu
cd D:\ws\blog2019\webpush
call checkdep
cd D:\ws\blog2019\webworkers\angular
call ncu
cd D:\ws\blog2019\webworkers\angular-comlink
call ncu
cd D:\ws\blog2019\webworkers\basic
call ncu
cd D:\ws\blog2019\webworkers\earthquakes
call ncu
cd D:\ws\blog2019\webworkers\mandel-with-worker
call ncu
cd D:\ws\blog2019\webworkers\parceljs-comlink
call ncu
pause