Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ v4-cokapi/backends/javascript/node-v6.0.0-darwin-x64/

# this .gz file is too big to fit into a github repo
v4-cokapi/backends/java/jdk-8u20-linux-x64.tar.gz

venv
10 changes: 10 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# This configuration file was automatically generated by Gitpod.
# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml)
# and commit this file to your remote git repository to share the goodness with others.

# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart
image: gitpod/workspace-python-3.11

tasks:
- init: pip install -r requirements.txt

4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
bottle==0.12.17
gunicorn==19.9.0
bottle==0.12.25
gunicorn==19
2 changes: 1 addition & 1 deletion v5-unity/pg_logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
# upper-bound on the number of executed lines, in order to guard against
# infinite loops
#MAX_EXECUTED_LINES = 300
MAX_EXECUTED_LINES = 1000 # on 2016-05-01, I increased the limit from 300 to 1000 for Python due to popular user demand! and I also improved the warning message
MAX_EXECUTED_LINES = 3000 # on 2016-05-01, I increased the limit from 300 to 1000 for Python due to popular user demand! and I also improved the warning message

#DEBUG = False
DEBUG = True
Expand Down
3 changes: 1 addition & 2 deletions v5-unity/visualize.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
-->

<head>
<title>Visualize Python, Java, JavaScript, C, C++, Ruby code execution</title>
<title>Visualize Python code execution</title>

<meta http-equiv="Content-type" content="text/html; charset=UTF-8"/>

Expand All @@ -23,7 +23,6 @@

<body>

<img src="static/images/pathrise_logo.png" style="max-height: 500px; max-width: 500px;" align='middle'>

<!-- <table id="experimentalHeader"> -->
<tr>
Expand Down