flarum-queue

This commit is contained in:
2024-10-25 13:30:59 -04:00
parent 7222828595
commit 637bdeb6c0
7 changed files with 229 additions and 20 deletions

View File

@@ -154,11 +154,6 @@ Input key words and state abbreviations may be typed in upper or lower case and
### hw4_part1.py
```python
"""
This script is used to test password strength based on certain criteria.
Author: Jinshan Zhou
"""
import hw4_util
if __name__ == "__main__":

View File

@@ -230,10 +230,7 @@ All of these are available full-text on-line. See poetryfoundation.org and learn
### hw6_sol.py
```python
"""
This is a implement of the homework 6 solution for CSCI-1100
"""
# Debugging
#work_dir = "/mnt/c/Users/james/OneDrive/RPI/Spring 2024/CSCI-1100/Homeworks/HW6/hw6_files/"
work_dir = ""
stop_word = "stop.txt"