-
NLP_Keyword_Extraction Public
Forked from NYU-NLP-27/NLP_Keyword_ExtractionUsing different approaches(TF-IDF, KeyBert, PageRank) to extract keywords from documents.
Jupyter Notebook UpdatedMay 14, 2024 -
2-web-app-exercise-snail-men Public
Forked from qq3173732005/Web-App-Pictures2-web-app-exercise-snail-men created by GitHub Classroom
Python GNU General Public License v3.0 UpdatedMar 2, 2024 -
flask-pymongo-web-app-example Public
Forked from nyu-software-engineering/flask-pymongo-web-app-exampleA simple example of a Python-based web application using flask and pymongo
Python GNU General Public License v3.0 UpdatedFeb 29, 2024 -
2-web-app-exercise-p2 Public
2-web-app-exercise-p2 created by GitHub Classroom
GNU General Public License v3.0 UpdatedFeb 27, 2024 -
1-specification-exercise-crb623-egp3221-sik247-cl5664 Public
Forked from sik247/1-specification-exercise-crb623-egp3221-sik247-cl5664GNU General Public License v3.0 UpdatedFeb 11, 2024 -
0-git-workflow-practice-crb623 Public
Forked from ellispinsky/0-git-workflow-practice-crb6230-git-workflow-practice-crb623 created by GitHub Classroom
GNU General Public License v3.0 UpdatedJan 30, 2024 -
0-git-workflow-practice-ZhongqianChen created by GitHub Classroom
-
python-package-example Public
Forked from nyu-software-engineering/python-package-exampleAn example of a package developed with pyenv, built with build using setuptools, uploaded to PyPI using twine, and distributed via pip.
Python GNU General Public License v3.0 UpdatedNov 7, 2023 -
pokemon-database Public
Used multidimensional lists to store pokemons, amounts of each, their type, and price. Changes are stored in .txt so changes are saved after terminating program.
-
huffman-encoder Public
Uses a Binary Heap data structure to encode a string using huffman encoding.
-
prime-calculator Public
Employs the sieve of Eratosthenes algorithm and a queue data structure to find all prime numbers less than a given number.
Java UpdatedFeb 5, 2023 -
postfix-calculator Public
Uses a stack data stucture to turn a infix expression to postfix.
Java UpdatedFeb 5, 2023 -
blackjack-exercise Public template
Forked from nyu-java-programming/blackjack-exerciseA little assignment to produce a simplified version of the card game, Blackjack.
Java UpdatedFeb 5, 2023 -
open-data-exercise Public template
Forked from nyu-java-programming/open-data-exerciseA foray into the world of open data.
Java UpdatedFeb 5, 2023 -
text-analysis-exercise Public template
Forked from nyu-java-programming/text-analysis-exerciseA little assignment to parse text in a text file.
Java UpdatedFeb 5, 2023 -
basic-programming-assignment Public template
Forked from nyu-java-programming/basic-programming-assignmentA few sample exercises to get you warmed up in Java.
Java UpdatedFeb 5, 2023 -
-