@@ -25,11 +25,31 @@ Github Username: ketankr9
2525Github Email: ketan.krishnan.xxxxx@iitbhu.ac.in
2626```
2727
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+ ```
2848## Screenshot
2949```
3050$$$ cses-cli login
3151Username: test123xyz
32- Password: qwertyui
52+ Password: [<DELETED>]
3353Logged in successfully
3454
3555$$$ cses-cli list
@@ -101,19 +121,18 @@ $$$ cses-cli solve 1068
101121 3 10 5 16 8 4 2 1
102122
103123$$$ cses-cli submit 1068.task.cpp
104- TESTING ⠇
105124Task:Weird Algorithm
106125Sender:test123xyz
107126Submission time:2020-03-07 13:56:29
108127Language:C++17
109128Status:READY
110129Result:ACCEPTED
111- Comitting to Github[===> ] ✔
130+ Github: cses-solutions ✔
112131```
113132
114133> I will add support for these features only if people show some love to this repo since current commit suffices my need.
115134
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 **
118137* Auto commit to Github repository ** UPDATE: Done**
119138* Clean LaTex based $equation$ from problem statement. Eg $1 ≤ n ≤ 10^6$
0 commit comments