ccccourse / wp111b

網頁設計課程 -- 習題專案
MIT License
3 stars 62 forks source link

習題 10 -- 請寫一個命令列迴圈的應用 #22

Open ccckmit opened 1 year ago

ccckmit commented 1 year ago

可以自創,也可以選擇以下任一個實作

  1. 把 shellgpt.py 改成 shellgpt.js
  2. 自己實作一個 deno 的命令列 cli

example (for 2)

(base) nqucsie2022@Teacher-nqucsie2022deiMac 04-denogpt2 % deno
Deno 1.33.2
exit using ctrl+d, ctrl+c, or close()
REPL is running with all permissions allowed.
To specify permissions, run `deno repl` with allow flags.
> let x = 5, y = 3
undefined
> x+y
8
> eval('x+y')
8
wrr606 commented 1 year ago

資工一 范揚玄 111110517 https://github.com/wrr606/wp111b/tree/main/homework/10

o5xNo commented 1 year ago

資工一 吳丞恩 111110508 https://github.com/o5xNo/wp111b/tree/main/homework10

dsjisd57 commented 1 year ago

https://github.com/dsjisd57/wp111b-1/tree/main/homework0505 資工一 李宥榆 111110504

111010557 commented 1 year ago

資工二 楊欣潔 111010557 https://github.com/111010557/wp111b/tree/main/homework/hw10

Gavinhsu0512 commented 1 year ago

資工一 許元承 111110501 https://github.com/Gavinhsu0512/wp111b/tree/main/homework10

lkhagvaa2444 commented 1 year ago

資工一 李荷葦 111110544 https://github.com/lkhagvaa2444/wp111b/tree/main/homework10

jm123u commented 1 year ago

资工二 史煜疏 111010577 https://github.com/jm123u/wp111b/tree/main/hw10

sam00002135 commented 1 year ago

資工二 111010574 白和鑫 https://github.com/sam00002135/wp111b/blob/main/hw10.js

sealbrother commented 1 year ago

資工一/111110556/蔡杰叡 https://github.com/sealbrother/wp111b/blob/main/chatgtp/shell.js

karta9630 commented 1 year ago

資工一 111110503 戴嘉豪 https://github.com/karta9630/wp111b/tree/main/javascript/0505

ouhanchen commented 1 year ago

資工一111110515 歐漢宸 https://github.com/ouhanchen/wp111b/blob/main/homework/hw10/cli.js

Candy96551 commented 1 year ago

資工一 111110502 蔡雨軒 https://github.com/Candy96551/wp111b/blob/main/homework10/shell.js

ruoxin030704 commented 1 year ago

資工二 111010576 王若馨 https://github.com/ruoxin030704/wp111b/blob/main/hw10/eval.js

a920217 commented 1 year ago

資工二 111010538 陳紹恩 https://github.com/a920217/wp111b/blob/main/HW10.js

nicoakuang commented 1 year ago

資工一 鄭石光 111110534

  1. Change Python to JavaScript
  2. Change from "System" to "Eval"

Link below: Source: https://github.com/nicoakuang/wp111b/tree/main/SchoolAssignment/WDHW/HW10

patrick0516 commented 1 year ago

資工二 周辰恩 111010575 https://github.com/patrick0516/wp111b/tree/main/%E7%BF%92%E9%A1%8C10

nogamenolife1234567 commented 1 year ago

資工一李佳勳111110549 https://github.com/nogamenolife1234567/wp111b/tree/main/html/10

XaioYue commented 1 year ago

資工一 111110555 董翔宇 https://xaioyue.github.io/wp111b/Homework/10/shell.js

Steventanardi commented 1 year ago

資工一 111110542 林源茂 https://github.com/Steventanardi/wp111b/blob/main/homework/shell.js

QAQ897 commented 1 year ago

資工一 111110553 周奕呈 https://github.com/QAQ897/wp111b/tree/main/homework/homework10

nnnnnnn1266 commented 1 year ago

資工三 110910559 潘其恩 https://github.com/nnnnnnn1266/wp111b/tree/main/homework10

mikeychen1205 commented 1 year ago

111010523 陳彥辰

pado35 commented 1 year ago

資工一 111110511 李明洋 https://github.com/pado35/wp111b/tree/main/homework/10

KiuBios commented 1 year ago

資工一 111110519 胡劭家 https://github.com/KiuBios/wp111b/tree/main/hk/02/hw10

2001wei commented 1 year ago

110910520姜禹詩 https://github.com/2001wei/wp111b/blob/e8143a0993b9128b921967453f46c8e4fbeec153/hw10.js

ceen123 commented 1 year ago

資工三 110910237 吳鑛山 https://github.com/ceen123/wp111b/tree/main/HW10

s111111520 commented 1 year ago

工管一 111111520 黃薏安 https://github.com/s111111520/wp111b/blob/main/hw08