Skip to content

Commit

Permalink
Signed and Unsigned Addition
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanShih04 committed Oct 11, 2021
1 parent a2bf445 commit 3706bf6
Show file tree
Hide file tree
Showing 7 changed files with 431 additions and 6 deletions.
19 changes: 14 additions & 5 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion image.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def image_data(path=Path("static/assets/"), img_list=None): # path of static im
{'source': "iconsdb.com", 'label': "Green square", 'file': "green-square-16.png", filter: "nothing"},
{'source': "iconsdb.com", 'label': "Blue square", 'file': "blue-square-16.png", filter: "nothing"},
{'source': "iconsdb.com", 'label': "White square", 'file': "white-square-16.png", filter: "nothing"},
{'source': "iconsdb.com", 'label': "Blue square", 'file': "blue-square-16.jpg", filter: "nothing"}
{'source': "iconsdb.com", 'label': "Blue square", 'file': "blue-square-16.jpg", filter: "gaussian"}
]

for img_dict in img_list:
Expand Down
3 changes: 3 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@ def binary():
def tclicker():
return render_template("turtleclicker.html")

@app.route('/unsignedaddition/')
def unsignedaddition():
return render_template("/labs/unsignedaddition.html")

@app.route('/rgb/')
def rgb():
Expand Down
Binary file modified static/assets/blue-square-16.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/assets/lassen-volcano-256.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 3706bf6

Please sign in to comment.