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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A page that has keywords comprised of the top computer science course descriptions, ordered by frequency of use and with links to google queries.


Languages

Language:HTML 97.7%Language:JavaScript 2.2%Language:CSS 0.1%