-
Notifications
You must be signed in to change notification settings - Fork 72
Description
The code that is on GitHub is not remotely close to the one that is visible on the website. Please update the code/website to the latest build.
For example:
The directory/file structure for the two versions of experiment-9 show stark differences.
Source Code
`
├── CP_LAB1_EXP_9a.jpg
├── CP_LAB1_EXP_9b.jpg
├── Experiment.html
├── Feedback.html
├── Further Readings.html
├── Introduction.html
├── Manual.html
├── Objective.html
├── Procedure.html
├── Quizzes.html
├── Theory.html
├── a.out
├── cp_content.html
├── default.html
├── fact.jpg
├── images
│ ├── eval-expr.jpg
│ └── exp1man.jpg
├── index.html.bak
├── index.php
├── out.txt
├── pointers
│ ├── applet.policy
│ ├── build
│ │ ├── built-jar.properties
│ │ ├── classes
│ │ │ ├── outputvis.class
│ │ │ ├── pointer$1.class
│ │ │ ├── pointer$2.class
│ │ │ ├── pointer$3.class
│ │ │ └── pointer.class
│ │ └── pointer.html
│ ├── build.xml
│ ├── manifest.mf
│ ├── nbproject
│ │ ├── build-impl.xml
│ │ ├── genfiles.properties
│ │ ├── private
│ │ │ ├── private.properties
│ │ │ └── private.xml
│ │ ├── project.properties
│ │ └── project.xml
│ └── src
│ ├── outputvis.java
│ ├── pointer.form
│ └── pointer.java
├── pointers.png
├── pointers1
│ ├── applet.policy
│ └── pointers1
│ ├── applet.policy
│ ├── build
│ │ ├── built-jar.properties
│ │ ├── classes
│ │ │ ├── outputvis.class
│ │ │ ├── pointer1$1.class
│ │ │ ├── pointer1$2.class
│ │ │ ├── pointer1$3.class
│ │ │ └── pointer1.class
│ │ └── pointer1.html
│ ├── build.xml
│ ├── manifest.mf
│ ├── nbproject
│ │ ├── build-impl.xml
│ │ ├── genfiles.properties
│ │ ├── private
│ │ │ ├── private.properties
│ │ │ └── private.xml
│ │ ├── project.properties
│ │ └── project.xml
│ └── src
│ ├── outputvis.java
│ ├── pointer1.form
│ └── pointer1.java
├── quizresults.php
├── recursion_lab.jpg
├── table.html
├── test.c
└── test1
├── applet.policy
├── build
│ ├── built-jar.properties
│ ├── classes
│ │ ├── factorial$1.class
│ │ ├── factorial$2.class
│ │ ├── factorial$3.class
│ │ ├── factorial$4.class
│ │ ├── factorial.class
│ │ ├── graphicstest.class
│ │ ├── outputvis.class
│ │ ├── testApplet$1.class
│ │ ├── testApplet.class
│ │ ├── towers$1.class
│ │ ├── towers$2.class
│ │ ├── towers$3.class
│ │ ├── towers$4.class
│ │ └── towers.class
│ ├── factorial.html
│ └── towers.html
├── build-before-profiler.xml
├── build.xml
├── dist
│ ├── README.TXT
│ ├── lib
│ │ └── AbsoluteLayout.jar
│ └── test.jar
├── manifest.mf
├── nbproject
│ ├── build-impl.xml
│ ├── genfiles.properties
│ ├── private
│ │ ├── config.properties
│ │ ├── private.properties
│ │ └── private.xml
│ ├── profiler-build-impl.xml
│ ├── project.properties
│ └── project.xml
└── src
├── factorial.form
├── factorial.java
├── graphicstest.java
├── outputvis.java
├── testApplet.form
├── testApplet.java
├── towers.form
└── towers.java
22 directories, 104 files
`
Actual Website
` .
├── index-1.html
├── index.html
├── out.txt
├── quiz.html
└── simulation
├── CSS
│ └── recursion.css
├── JS
│ └── recursion.js
├── images
│ ├── iiitLogo.png
│ ├── initIcon.png
│ ├── outputIcon.png
│ └── pageIcon.png
└── index.html
4 directories, 11 files
`