You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Step 1 : Created "designAuthenticationManager" directory!
18
+
Step 2 : Created "designAuthenticationManager/DesignAuthenticationManager.cpp" source file!
19
+
Step 3 : Run "git add designAuthenticationManager/DesignAuthenticationManager.cpp"!
20
+
Step 4 : Edited the "designAuthenticationManagerDesignAuthenticationManager.cpp"!
21
+
Step 5 : Copied the readme text to Clipboard!
22
+
Step 6 : Edited the "README.md"!
23
+
Step 7 : You can commit the changes by running the following command line...
24
+
25
+
git commit -am "New Problem Solution -\"Design Authentication Manager\""
26
+
```
27
+
28
+
## comments.sh
5
29
6
30
`comments.sh` - it's used to generate author and problem description comments
7
31
8
32
> **Notes**:
9
33
> - The `comments.sh` is compatible for both Linux and Mac platfrom.
10
-
> - The `comments.sh` needs [xidel](https://github.com/benibela/xidel) to grab & parse the html contents with filtering out the HTML tags. The script would check the `xidel` whether installed or not in your Linux box, if not, it will download via Github on Linux platform, and the run `brew install xidel` on Mac platfrom.
34
+
> - The `comments.sh` needs [jq](https://stedolan.github.io/jq/) to grab & parse the json contents.
11
35
> - The `comments.sh` currently can automatically detect the problem's type, if the problem is `algorithm` type, it's going to create `.cpp` file, if the problem is `shell` type, the `.sh` file will be created.
12
36
13
37
1) Create a file named largestNumber.cpp, and add Copyright & Problem description
0 commit comments