https://github.com/sprintup/cs-courses-keywords
A page that has keywords comprised of the top computer science course descriptions, ordered by frequency of use and with links to google queries.
https://github.com/sprintup/cs-courses-keywords
bootstrap css html nodejs
Last synced: 12 months ago
JSON representation
A page that has keywords comprised of the top computer science course descriptions, ordered by frequency of use and with links to google queries.
- Host: GitHub
- URL: https://github.com/sprintup/cs-courses-keywords
- Owner: sprintup
- Created: 2020-09-16T02:33:38.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-08-26T18:11:50.000Z (almost 4 years ago)
- Last Synced: 2025-03-23T11:11:26.576Z (over 1 year ago)
- Topics: bootstrap, css, html, nodejs
- Language: HTML
- Homepage:
- Size: 497 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
### Occurances of words in CS degree class descriptions
I took all the course descriptions from 5 universities Bachelor's of Science in Computer Science and put the words in text files. (University of Colorado - Denver, MIT, Stanford, Carnegie Mellon, Berkeley). Then I counted and sorted them.
**This project orders the number of occurrences for each word.**
#### Instructions
1. Fill a txt file with whatever text you want
2. Run `node map.js` in the root directory. It currently appends to the output file (ex. index.html), so you'll have to delete its contents every time.
Visit https://sprintup.github.io/CS-Courses-Keywords/ to view an html version of the output.txt file, which lists the number of occurances of each word.