https://github.com/aneeshdurg/what_is_a_filesystem
An overview of what a filesystem is - with animations!
https://github.com/aneeshdurg/what_is_a_filesystem
education filesystem javascript linux systems-programming
Last synced: about 1 year ago
JSON representation
An overview of what a filesystem is - with animations!
- Host: GitHub
- URL: https://github.com/aneeshdurg/what_is_a_filesystem
- Owner: aneeshdurg
- License: mit
- Created: 2019-05-22T12:33:29.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-10-06T05:38:24.000Z (over 3 years ago)
- Last Synced: 2025-01-27T14:54:02.967Z (about 1 year ago)
- Topics: education, filesystem, javascript, linux, systems-programming
- Language: JavaScript
- Homepage: http://aneeshdurg.me/what_is_a_filesystem
- Size: 232 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# What is a filesystem?
##
To host locally do:
```
bundle install
bundle exec jekyll serve
```
The url at which the project is being served will be printed.
It will probably be http://127.0.0.1:4000/what_is_a_filesystem/.
To run tests, install `jasmine` and run `jasmine server`.
## Where are the docs?!?!
The docs are at http://aneeshdurg.me/what_is_a_filesystem/pages/writing-programs.html.
You can view the source for the docs in this repo at [/\_pages/writing-programs.md](/_pages/writing-programs.md).