Skip to content

Commit ec5141f

Browse files
committed
minor updates
1 parent ba2da39 commit ec5141f

6 files changed

Lines changed: 26 additions & 26 deletions

google_colab/ws_el_basic_mips_v2.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@
5656
"# along with WepSIM. If not, see <http://www.gnu.org/licenses/>.\n",
5757
"#\n",
5858
"!echo \"(1/3) Installing pre-requisites...\"\n",
59-
"!npm install terser jq jshint yargs clear inquirer >& /dev/null\n",
59+
"!npm install terser jq jshint yargs@16.2.0 clear inquirer@8.2.6 fuzzy inquirer-command-prompt inquirer-autocomplete-prompt@1 >& /dev/null\n",
6060
"!pip install lzstring\n",
6161
"!echo \"(2/3) Downloading WepSIM...\"\n",
62-
"![ ! -f wepsim-2.3.1.zip ] && wget https://github.com/acaldero/wepsim/releases/download/v2.3.1/wepsim-2.3.1.zip >& /dev/null\n",
62+
"![ ! -f wepsim-2.3.7.zip ] && wget https://github.com/acaldero/wepsim/releases/download/v2.3.7/wepsim-2.3.7.zip >& /dev/null\n",
6363
"!rm -fr wepsim\n",
64-
"!unzip -o wepsim-2.3.1.zip >& /dev/null\n",
65-
"!mv wepsim-2.3.1 wepsim\n",
64+
"!unzip -o wepsim-2.3.7.zip >& /dev/null\n",
65+
"!mv wepsim-2.3.7 wepsim\n",
6666
"!echo \"(3/3) Done!\"\n",
6767
"\n",
6868
"from pathlib import Path\n",
@@ -1533,4 +1533,4 @@
15331533
]
15341534
}
15351535
]
1536-
}
1536+
}

google_colab/ws_el_basic_rv_v2.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@
5757
"# along with WepSIM. If not, see <http://www.gnu.org/licenses/>.\n",
5858
"#\n",
5959
"!echo \"(1/3) Installing pre-requisites...\"\n",
60-
"!npm install terser jq jshint yargs clear inquirer >& /dev/null\n",
60+
"!npm install terser jq jshint yargs@16.2.0 clear inquirer@8.2.6 fuzzy inquirer-command-prompt inquirer-autocomplete-prompt@1 >& /dev/null\n",
6161
"!pip install lzstring\n",
6262
"!echo \"(2/3) Downloading WepSIM...\"\n",
63-
"![ ! -f wepsim-2.3.1.zip ] && wget https://github.com/acaldero/wepsim/releases/download/v2.3.1/wepsim-2.3.1.zip >& /dev/null\n",
63+
"![ ! -f wepsim-2.3.7.zip ] && wget https://github.com/acaldero/wepsim/releases/download/v2.3.7/wepsim-2.3.7.zip >& /dev/null\n",
6464
"!rm -fr wepsim\n",
65-
"!unzip -o wepsim-2.3.1.zip >& /dev/null\n",
66-
"!mv wepsim-2.3.1 wepsim\n",
65+
"!unzip -o wepsim-2.3.7.zip >& /dev/null\n",
66+
"!mv wepsim-2.3.7 wepsim\n",
6767
"!echo \"(3/3) Done!\"\n",
6868
"\n",
6969
"from pathlib import Path\n",
@@ -1822,4 +1822,4 @@
18221822
]
18231823
}
18241824
]
1825-
}
1825+
}

google_colab/ws_el_ifthenelse_mips_v1.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@
4141
"# along with WepSIM. If not, see <http://www.gnu.org/licenses/>.\n",
4242
"#\n",
4343
"!echo \"(1/3) Installing pre-requisites...\"\n",
44-
"!npm install terser jq jshint yargs clear inquirer >& /dev/null\n",
44+
"!npm install terser jq jshint yargs@16.2.0 clear inquirer@8.2.6 fuzzy inquirer-command-prompt inquirer-autocomplete-prompt@1 >& /dev/null\n",
4545
"!echo \"(2/3) Downloading WepSIM...\"\n",
46-
"![ ! -f wepsim-2.3.1.zip ] && wget https://github.com/acaldero/wepsim/releases/download/v2.3.1/wepsim-2.3.1.zip >& /dev/null\n",
46+
"![ ! -f wepsim-2.3.7.zip ] && wget https://github.com/acaldero/wepsim/releases/download/v2.3.7/wepsim-2.3.7.zip >& /dev/null\n",
4747
"!rm -fr wepsim\n",
48-
"!unzip -o wepsim-2.3.1.zip >& /dev/null\n",
49-
"!mv wepsim-2.3.1 wepsim\n",
48+
"!unzip -o wepsim-2.3.7.zip >& /dev/null\n",
49+
"!mv wepsim-2.3.7 wepsim\n",
5050
"!echo \"(3/3) Done!\"\n",
5151
"\n",
5252
"from pathlib import Path\n",

google_colab/ws_el_ifthenelse_rv_v1.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@
4141
"# along with WepSIM. If not, see <http://www.gnu.org/licenses/>.\n",
4242
"#\n",
4343
"!echo \"(1/3) Installing pre-requisites...\"\n",
44-
"!npm install terser jq jshint yargs clear inquirer >& /dev/null\n",
44+
"!npm install terser jq jshint yargs@16.2.0 clear inquirer@8.2.6 fuzzy inquirer-command-prompt inquirer-autocomplete-prompt@1 >& /dev/null\n",
4545
"!echo \"(2/3) Downloading WepSIM...\"\n",
46-
"![ ! -f wepsim-2.3.1.zip ] && wget https://github.com/acaldero/wepsim/releases/download/v2.3.1/wepsim-2.3.1.zip >& /dev/null\n",
46+
"![ ! -f wepsim-2.3.7.zip ] && wget https://github.com/acaldero/wepsim/releases/download/v2.3.7/wepsim-2.3.7.zip >& /dev/null\n",
4747
"!rm -fr wepsim\n",
48-
"!unzip -o wepsim-2.3.1.zip >& /dev/null\n",
49-
"!mv wepsim-2.3.1 wepsim\n",
48+
"!unzip -o wepsim-2.3.7.zip >& /dev/null\n",
49+
"!mv wepsim-2.3.7 wepsim\n",
5050
"!echo \"(3/3) Done!\"\n",
5151
"\n",
5252
"from pathlib import Path\n",

google_colab/ws_el_loop_mips_v1.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@
4141
"# along with WepSIM. If not, see <http://www.gnu.org/licenses/>.\n",
4242
"#\n",
4343
"!echo \"(1/3) Installing pre-requisites...\"\n",
44-
"!npm install terser jq jshint yargs clear inquirer >& /dev/null\n",
44+
"!npm install terser jq jshint yargs@16.2.0 clear inquirer@8.2.6 fuzzy inquirer-command-prompt inquirer-autocomplete-prompt@1 >& /dev/null\n",
4545
"!echo \"(2/3) Downloading WepSIM...\"\n",
46-
"![ ! -f wepsim-2.3.1.zip ] && wget https://github.com/acaldero/wepsim/releases/download/v2.3.1/wepsim-2.3.1.zip >& /dev/null\n",
46+
"![ ! -f wepsim-2.3.7.zip ] && wget https://github.com/acaldero/wepsim/releases/download/v2.3.7/wepsim-2.3.7.zip >& /dev/null\n",
4747
"!rm -fr wepsim\n",
48-
"!unzip -o wepsim-2.3.1.zip >& /dev/null\n",
49-
"!mv wepsim-2.3.1 wepsim\n",
48+
"!unzip -o wepsim-2.3.7.zip >& /dev/null\n",
49+
"!mv wepsim-2.3.7 wepsim\n",
5050
"!echo \"(3/3) Done!\"\n",
5151
"\n",
5252
"from pathlib import Path\n",

google_colab/ws_el_loop_rv_v1.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@
4141
"# along with WepSIM. If not, see <http://www.gnu.org/licenses/>.\n",
4242
"#\n",
4343
"!echo \"(1/3) Installing pre-requisites...\"\n",
44-
"!npm install terser jq jshint yargs clear inquirer >& /dev/null\n",
44+
"!npm install terser jq jshint yargs@16.2.0 clear inquirer@8.2.6 fuzzy inquirer-command-prompt inquirer-autocomplete-prompt@1 >& /dev/null\n",
4545
"!echo \"(2/3) Downloading WepSIM...\"\n",
46-
"![ ! -f wepsim-2.3.1.zip ] && wget https://github.com/acaldero/wepsim/releases/download/v2.3.1/wepsim-2.3.1.zip >& /dev/null\n",
46+
"![ ! -f wepsim-2.3.7.zip ] && wget https://github.com/acaldero/wepsim/releases/download/v2.3.7/wepsim-2.3.7.zip >& /dev/null\n",
4747
"!rm -fr wepsim\n",
48-
"!unzip -o wepsim-2.3.1.zip >& /dev/null\n",
49-
"!mv wepsim-2.3.1 wepsim\n",
48+
"!unzip -o wepsim-2.3.7.zip >& /dev/null\n",
49+
"!mv wepsim-2.3.7 wepsim\n",
5050
"!echo \"(3/3) Done!\"\n",
5151
"\n",
5252
"from pathlib import Path\n",

0 commit comments

Comments
 (0)