Skip to content

Commit a20cf5b

Browse files
committed
added untracked files
1 parent 56f7012 commit a20cf5b

File tree

130 files changed

+516177
-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.

130 files changed

+516177
-0
lines changed

.vscode/launch.json

Lines changed: 104 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,104 @@
1+
{
2+
"version": "0.2.0",
3+
"configurations": [
4+
{
5+
"name": "Python",
6+
"type": "python",
7+
"request": "launch",
8+
"stopOnEntry": true,
9+
"pythonPath": "${config.python.pythonPath}",
10+
"program": "${file}",
11+
"debugOptions": [
12+
"WaitOnAbnormalExit",
13+
"WaitOnNormalExit",
14+
"RedirectOutput"
15+
]
16+
},
17+
{
18+
"name": "Integrated Terminal/Console",
19+
"type": "python",
20+
"request": "launch",
21+
"stopOnEntry": true,
22+
"pythonPath": "${config.python.pythonPath}",
23+
"program": "${file}",
24+
"console": "integratedTerminal",
25+
"debugOptions": [
26+
"WaitOnAbnormalExit",
27+
"WaitOnNormalExit"
28+
]
29+
},
30+
{
31+
"name": "External Terminal/Console",
32+
"type": "python",
33+
"request": "launch",
34+
"stopOnEntry": true,
35+
"pythonPath": "${config.python.pythonPath}",
36+
"program": "${file}",
37+
"console": "externalTerminal",
38+
"debugOptions": [
39+
"WaitOnAbnormalExit",
40+
"WaitOnNormalExit"
41+
]
42+
},
43+
{
44+
"name": "Django",
45+
"type": "python",
46+
"request": "launch",
47+
"stopOnEntry": true,
48+
"pythonPath": "${config.python.pythonPath}",
49+
"program": "${workspaceRoot}/manage.py",
50+
"args": [
51+
"runserver",
52+
"--noreload"
53+
],
54+
"debugOptions": [
55+
"WaitOnAbnormalExit",
56+
"WaitOnNormalExit",
57+
"RedirectOutput",
58+
"DjangoDebugging"
59+
]
60+
},
61+
{
62+
"name": "Flask",
63+
"type": "python",
64+
"request": "launch",
65+
"stopOnEntry": true,
66+
"pythonPath": "${config.python.pythonPath}",
67+
"program": "${workspaceRoot}/run.py",
68+
"args": [],
69+
"debugOptions": [
70+
"WaitOnAbnormalExit",
71+
"WaitOnNormalExit",
72+
"RedirectOutput"
73+
]
74+
},
75+
{
76+
"name": "Watson",
77+
"type": "python",
78+
"request": "launch",
79+
"stopOnEntry": true,
80+
"pythonPath": "${config.python.pythonPath}",
81+
"program": "${workspaceRoot}/console.py",
82+
"args": [
83+
"dev",
84+
"runserver",
85+
"--noreload=True"
86+
],
87+
"debugOptions": [
88+
"WaitOnAbnormalExit",
89+
"WaitOnNormalExit",
90+
"RedirectOutput"
91+
]
92+
},
93+
{
94+
"name": "Attach (Remote Debug)",
95+
"type": "python",
96+
"request": "attach",
97+
"localRoot": "${workspaceRoot}",
98+
"remoteRoot": "${workspaceRoot}",
99+
"port": 3000,
100+
"secret": "my_secret",
101+
"host": "localhost"
102+
}
103+
]
104+
}

Data/AshuFiltOT.png

766 KB
Loading

Data/Bike_1.csv

Lines changed: 7183 additions & 0 deletions
Large diffs are not rendered by default.

Data/Bike_1.png

245 KB
Loading

Data/Bike_10.csv

Lines changed: 3534 additions & 0 deletions
Large diffs are not rendered by default.

Data/Bike_10.fig

552 KB
Binary file not shown.

Data/Bike_10_SG.fig

647 KB
Binary file not shown.

Data/Bike_11.csv

Lines changed: 3920 additions & 0 deletions
Large diffs are not rendered by default.

Data/Bike_11.fig

611 KB
Binary file not shown.

Data/Bike_11_SG.fig

524 KB
Binary file not shown.

0 commit comments

Comments
 (0)