-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
71 lines (55 loc) · 2.84 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
Repo Link: https://github.com/sakshamchhimwal/sslproj
Please refer to README.md file on the github for properly formatted file
and check our video in Demo.txt file befor using the tool
About Section of the repo Contains the list of tool used in this Project
CodeSpace
=========
### What Is CodeSpace All About
Our aim while creating the project was to maximize the visual appeal of
the code for not only the programmer but also for the user who is
intrigued by how to program works.
Features
--------
CodeSpace presents a lot of unique features that come in handy while
writing code.
1. Code Storage
- CodeSpace holds the code efficiently in the form of `Gists` which can be accessed
directly within the website itself it acts as a handy tool to store code
online and provide a hassle-free experience to the user to access and
edit it on the go.
2. CodeExecution
- Like most of the online IDE(s) this also compiles and executes the code but
what most of them lack is code storage in which CodeSpace exceeds
them.
3. CodeVisualisation
- This works in two parts Make Playground Form Code: CodeSpace can
automatically detect the CodePieces and arrange them as CodeBlocks and
provide a visual feedback of how the program executed.
------------------------------------------------------------------------
How to reproduce the CodeSpace in your machine
----------------------------------------------
Either download the zip file of this code and go to the htdocs
directry of your machine and unzip it there or go to the htdocs
directry via command line and type
git clone https://github.com/sakshamchhimwal/sslproj.git.
NOTE: The second option required to have git
installed on your machine
The machine running this
is required to have an *python* installation.
After setup is complete do the following steps:
- Open the XAMPP control panel and make sure that Apache and SQL server are running.
- Start your prefered browser and type `http://localhost/sslproj/`
- You will be greeted with a beautiful home screen.
------------------------------------------------------------------------
Features of CodeSpace Python Runner Tool
------------------------------------------------------------------------
- It will tell you the number of the functions(with there parameters), if conditionals, for/while loops, nested loops and conditionls.
- The JS Scripts to tell the varous features of the python code is present, but not implemented due to unavailability of the time.
- The python scripts can also run using your local python installation by tweaking NewGist/Codespace.php file.
- You can see and print any of the gist.
- This tool also work as excellent gists manager as well.
This Project is submitted by team of 3 members consisting
---------------------------------------------------------
- Shubh Agarwal (210020047)
- Saksham Chhimwal (210010046)
- Shivesh Pandey (210020044)