Just some random code....
# Files here:
.
├── ElectronTest
│ └── index.html
├── Hello!
│ ├── Hello.c
│ ├── Hello.cpp
│ ├── Hello.java
│ ├── Hello.js
│ └── Hello.py
├── Java
│ ├── Hello.java
│ ├── java.class
│ ├── java.java
│ ├── name.class
│ ├── numbers.class
│ └── Pong.jar
├── LICENSE
├── Python
│ ├── alien.py
│ ├── BMI.py
│ ├── Calculator.py
│ ├── download-IAL-PP.py
│ ├── get-pip.py
│ ├── LOGIN.py
│ ├── OP.py
│ ├── Pong.py
│ ├── Project 1.py
│ ├── PSW.py
│ └── test.py
├── README.md
├── Scrips
│ ├── script1.sh
│ └── script.sh
└── Web
├── Calculator
│ ├── calc.css
│ ├── calc.html
│ ├── calc_icon.jpg
│ ├── calc.js
│ ├── Contaner_Background.jpg
│ ├── Google distributions secure replacement - Meta Stack Exchange_files
│ │ ├── 9aexX.jpg
│ │ ├── analytics.js
│ │ ├── ask.en.js
│ │ ├── beacon.js
│ │ ├── begin-edit-event.en.js
│ │ ├── full.en.js
│ │ ├── jquery.min.js
│ │ ├── logo.svg
│ │ ├── post-validation.en.js
│ │ ├── primary.css
│ │ ├── quant.js
│ │ ├── secondary.css
│ │ ├── stacks.css
│ │ ├── stub.en.js
│ │ ├── tageditornew.en.js
│ │ ├── tagsuggestions.en.js
│ │ ├── wb-qa-incl.css
│ │ └── wmd.en.js
│ ├── Google distributions secure replacement - Meta Stack Exchange.html
│ └── robots.txt
├── Ping Pong
│ ├── Home.css
│ ├── Home.html
│ ├── images.png
│ ├── pong1.html
│ ├── pong1.js
│ ├── pong2.html
│ ├── pong2.js
│ └── pong.css
└── To do's
├── css
│ ├── font-awesome.css
│ └── style.css
├── fonts
│ ├── FontAwesome.otf
│ ├── fontawesome-webfont.eot
│ ├── fontawesome-webfont.svg
│ ├── fontawesome-webfont.ttf
│ ├── fontawesome-webfont.woff
│ └── fontawesome-webfont.woff2
├── img
│ ├── bg1.jpg
│ ├── bg2.jpg
│ ├── bg.jpg
│ ├── bg.png
│ └── images.jpg
├── index.html
└── js
└── script.js
15 directories, 75 files