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
Copy file name to clipboardExpand all lines: README.md
+19-1Lines changed: 19 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,9 @@
32
32
<ol>
33
33
<li>
34
34
<a href="#about-the-project">About The Project</a>
35
+
<ul>
36
+
<li><a href="#why-this-code-runner">Why this Code Runner?</a></li>
37
+
</ul>
35
38
<ul>
36
39
<li><a href="#built-with">Built With</a></li>
37
40
</ul>
@@ -64,7 +67,16 @@
64
67
65
68
This is a script, which compiles the code file and run it for you and delete other _junk_ files if created during the process of compilation, all this with one command for all the languages supported by it. No more remembering different arguments for different compilers to compile, execut and debug the code.
66
69
67
-
<palign="right">(<ahref="#top">back to top</a>)</p>
70
+
### Why this Code Runner?
71
+
72
+
- Can detect correct version of python with 90% accuracy.
73
+
- Has inbuilt debugger support.
74
+
- Custom made keybindings for [vim](#integrating-with-vim) and [vscode](#integrating-with-vscode).
75
+
- Robust code, deals with all possible cases.
76
+
- Can execute files with spaces in their names.
77
+
- Can execute from any location.
78
+
- Automatically cleans executable files by default.
79
+
- Highest number of languages supported compared to its alternatives.
68
80
69
81
### Built With
70
82
@@ -96,6 +108,8 @@ _To install and configure the project on your system locally:_
96
108
run ~/path/to/my_code.c
97
109
```
98
110
111
+
<palign="right">(<ahref="#top">back to top</a>)</p>
112
+
99
113
### Uninstallation
100
114
101
115
_To uninstall the tool from your system execute the following command_
@@ -116,6 +130,8 @@ _To uninstall the tool from your system execute the following command_
116
130
</a>
117
131
</div>
118
132
133
+
<palign="right">(<ahref="#top">back to top</a>)</p>
134
+
119
135
### Examples
120
136
121
137
* Compilation and Execution
@@ -128,6 +144,8 @@ _To uninstall the tool from your system execute the following command_
0 commit comments