@@ -25,11 +25,31 @@ Github Username: ketankr9
25
25
Github Email: ketan.krishnan.xxxxx@iitbhu.ac.in
26
26
```
27
27
28
+ ## Configuration
29
+ ** Languages Supported** : * cpp* (C++17) \[ default\] , * java* , * python* (CPython3), * javascript* (Node.js)
30
+ Also you can manually edit the config at ``` ~/.cses/config.json ```
31
+ ```
32
+ $$$ cat ~/.cses/config.json
33
+ {
34
+ "csrf": "3e236b578af1e020070281xxxxxxxxxx",
35
+ "username": "test123xyz",
36
+ "cookie": "PHPSESSID=e17c5cae7fcxxxxxxxxxa7d14ee120fc4fb859c; path=/",
37
+ "root": "/home/username/.cses",
38
+ "editor": "atom",
39
+ "lang": "java",
40
+ "github": {
41
+ "token": "1f10d6065e78a2654a14xxxxxxxxxxxxxxxxxxxx",
42
+ "repository": "cses-solutions",
43
+ "username": "ketankr9",
44
+ "email": "ketan.krishnan.xxxxx@iitbhu.ac.in"
45
+ }
46
+ }
47
+ ```
28
48
## Screenshot
29
49
```
30
50
$$$ cses-cli login
31
51
Username: test123xyz
32
- Password: qwertyui
52
+ Password: [<DELETED>]
33
53
Logged in successfully
34
54
35
55
$$$ cses-cli list
@@ -101,19 +121,18 @@ $$$ cses-cli solve 1068
101
121
3 10 5 16 8 4 2 1
102
122
103
123
$$$ cses-cli submit 1068.task.cpp
104
- TESTING ⠇
105
124
Task:Weird Algorithm
106
125
Sender:test123xyz
107
126
Submission time:2020-03-07 13:56:29
108
127
Language:C++17
109
128
Status:READY
110
129
Result:ACCEPTED
111
- Comitting to Github[===> ] ✔
130
+ Github: cses-solutions ✔
112
131
```
113
132
114
133
> I will add support for these features only if people show some love to this repo since current commit suffices my need.
115
134
116
- * Supports only C++ currently, will add support for other languages on request.
117
- * A modifiable template code file.
135
+ * Supports only C++ currently, will add support for other languages on request. ** UPDATE: Done **
136
+ * A modifiable template code file. ** UPDATE: Done **
118
137
* Auto commit to Github repository ** UPDATE: Done**
119
138
* Clean LaTex based $equation$ from problem statement. Eg $1 ≤ n ≤ 10^6$
0 commit comments