Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit924a5db

Browse files
committed
feat: add bee page
1 parente989a27 commit924a5db

File tree

9 files changed

+9
-3
lines changed

9 files changed

+9
-3
lines changed

‎bee/index.60390017.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎bee/index.b9a9bb8d.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎bee/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!DOCTYPE html><htmllang="en"><head><metacharset="utf-8"><metaname="viewport"content="width=device-width,initial-scale=1,user-scalable=0"><title>Boolean Expression Evaluator</title><linkrel="icon shortcut"type="image/x-icon"href="/favicon.09aa0899.ico"><linkhref="/index.8521b4c0.css"rel="stylesheet"><linkhref="/index.73034395.css"rel="stylesheet"><linkhref="/bee/index.b9a9bb8d.css"rel="stylesheet"></head><bodyclass="page-bee"><divclass="navbar navbar-inverse"><divclass="navbar-inner"><divclass="container"><divclass="collapse nav-collapse"><aclass="brand"href="/"><spanclass="logo"></span></a><ulclass="flex flex-wrap nav"><li><ahref="/"><iclass="icon-newspaper"></i><span>Home</span></a></li><li><ahref="/igpc/"><iclass="icon-power-cord"></i><span>igpc</span></a></li><liclass="hidden md:list-item"><ahref="/lightbot/"><iclass="icon-power-cord"></i><span>Lightbot</span></a></li><liclass="hidden md:list-item"><ahref="https://cs.coursemo.com/cs0478-book/getting-started.html"><iclass="icon-arrow-right"></i><span>Getting Started</span></a></li></ul></div></div></div></div><divclass="main s-mini-container"><divclass="container mx-auto"><divclass="main-content"><divclass="title-header"><spanclass="tag-line">Boolean Expression Evaluator</span></div><h2>Input boolean expression and click 'Eval' button</h2><div><divclass="flex input-group"><inputid="bee-expr"type="text"class="border border-gray-300 focus:border-indigo-500 focus:ring-indigo-500 inline-block rounded-l-md sm:text-sm"placeholder="e.g. (A AND NOT B) OR (NOT A AND B)"><buttonid="bee-eval-btn"class="bg-indigo-600 border border-l-0 border-transparent font-medium hover:bg-indigo-700 inline-block px-4 py-2 rounded-r-md shadow-sm text-sm text-white"> Eval</button></div><blockquoteclass="info mt-3"><b>Inputs</b> must be single uppercase character, e.g. A, B, C.<br> Currently supported logical operators:<code>OR</code>,<code>AND</code>,<code>NOT</code>,<code>XOR</code></blockquote><divid="bee-error-wrap"class="hidden mt-3 relative"><spanid="bee-error-close-icon"class="absolute cursor-pointer hover:text-black inline-block right-4 text-gray-500 top-3">X</span><preid="bee-error"class="text-red-500"></pre></div><pclass="font-bold mt-3">Truth table:</p><divid="the-truth-table"></div></div></div></div></div><divclass="s-mini-container"><footerclass="footer"><divclass="inner"><divclass="container mx-auto"><divclass="footer-main"><ulclass="flex flex-row justify-end"><liclass="social"><ahref="https://github.com/igcompsci"title="igcompsci on GitHub"><spanclass="icon-github"></span></a></li><li><ahref="https://www.coursemo.com/"title="COURSEMO"><imgsrc="/coursemo-logo.a5d1cfae.png"alt="COURSEMO"width="150"height="20"class="inline-block"></a></li></ul></div></div></div></footer></div></body><scriptsrc="//cs.coursemo.com/static/libs/bee.umd.min.js?v=0.0.1"></script><scriptsrc="/bee/index.60390017.js"></script></html>

‎igpc/index.05afe481.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎igpc/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!DOCTYPE html><htmllang="en"><head><metacharset="utf-8"><metaname="viewport"content="width=device-width,initial-scale=1,user-scalable=0"><title>igpc: IGCSE pseudocode compiler</title><linkrel="icon shortcut"type="image/x-icon"href="/favicon.09aa0899.ico"><linkhref="/index.51e3ad98.css"rel="stylesheet"><linkhref="/index.20166f71.css"rel="stylesheet"><linkhref="/igpc/index.9093a599.css"rel="stylesheet"></head><bodyclass="page-igpc"><divclass="navbar navbar-inverse"><divclass="navbar-inner"><divclass="container"><divclass="collapse nav-collapse"><aclass="brand"href="/"><spanclass="logo"></span></a><ulclass="flex flex-wrap nav"><li><ahref="/"><iclass="icon-newspaper"></i><span>Home</span></a></li><li><ahref="/igpc/"><iclass="icon-power-cord"></i><span>igpc</span></a></li><liclass="hidden md:list-item"><ahref="/lightbot/"><iclass="icon-power-cord"></i><span>Lightbot</span></a></li><liclass="hidden md:list-item"><ahref="https://cs.coursemo.com/cs0478-book/getting-started.html"><iclass="icon-arrow-right"></i><span>Getting Started</span></a></li></ul></div></div></div></div><divclass="main"><divclass="container mx-auto"><divclass="main-content"><divclass="title-header"><spanclass="tag-line">IGCSE pseudocode compiler</span></div><divclass="flex flex-wrap gap-y-6 igpc-editor"><divclass="bg-gray-50 border igpc-code lg:w-1/2 px-4 py-4 w-full"><divclass="font-bold mb-2">IGCSE pseudocode</div><textareaid="codeInput"class="bg-white code-input text-black w-full"></textarea><divclass="mt-2"><divid="igpc-error-wrap"class="hidden relative"><spanid="igpc-error-close-icon"class="absolute cursor-pointer hover:text-black inline-block right-4 text-gray-500 top-3">X</span><preid="igpc-error"class="text-red-500"></pre></div><divclass="flex justify-between"><buttonclass="bg-indigo-600 hover:bg-indigo-700 px-4 py-2 rounded-md run-code text-white"> Run</button><pclass="italic text-zinc-500">igpc v0.0.2</p></div></div></div><divclass="bg-gray-50 border igpc-console lg:w-1/2 px-4 py-5 w-full"><divclass="font-bold mb-2">CONSOLE</div><preid="logger"class="bg-stone-800 console overflow-auto text-white w-full"></pre><buttonclass="bg-cyan-500 clear-console hover:bg-cyan-600 px-4 py-2 rounded-md text-white"> Clear</button></div></div></div></div></div><footerclass="footer"><divclass="inner"><divclass="container mx-auto"><divclass="footer-main"><ulclass="flex flex-row justify-end"><liclass="social"><ahref="https://github.com/igcompsci"title="igcompsci on GitHub"><spanclass="icon-github"></span></a></li><li><ahref="https://www.coursemo.com/"title="COURSEMO"><imgsrc="/coursemo-logo.a5d1cfae.png"alt="COURSEMO"width="150"height="20"class="inline-block"></a></li></ul></div></div></div></footer></body><scriptsrc="//libs.coursemo.com/cs/igpc.umd.min.js?v=0.0.2"></script><scripttype="module"src="/igpc/index.93f314d4.js"></script></html>
1+
<!DOCTYPE html><htmllang="en"><head><metacharset="utf-8"><metaname="viewport"content="width=device-width,initial-scale=1,user-scalable=0"><title>igpc: IGCSE pseudocode compiler</title><linkrel="icon shortcut"type="image/x-icon"href="/favicon.09aa0899.ico"><linkhref="/index.73034395.css"rel="stylesheet"><linkhref="/index.8521b4c0.css"rel="stylesheet"><linkhref="/igpc/index.9093a599.css"rel="stylesheet"></head><bodyclass="page-igpc"><divclass="navbar navbar-inverse"><divclass="navbar-inner"><divclass="container"><divclass="collapse nav-collapse"><aclass="brand"href="/"><spanclass="logo"></span></a><ulclass="flex flex-wrap nav"><li><ahref="/"><iclass="icon-newspaper"></i><span>Home</span></a></li><li><ahref="/igpc/"><iclass="icon-power-cord"></i><span>igpc</span></a></li><liclass="hidden md:list-item"><ahref="/lightbot/"><iclass="icon-power-cord"></i><span>Lightbot</span></a></li><liclass="hidden md:list-item"><ahref="https://cs.coursemo.com/cs0478-book/getting-started.html"><iclass="icon-arrow-right"></i><span>Getting Started</span></a></li></ul></div></div></div></div><divclass="main"><divclass="container mx-auto"><divclass="main-content"><divclass="title-header"><spanclass="tag-line">IGCSE pseudocode compiler</span></div><divclass="flex flex-wrap gap-y-6 igpc-editor"><divclass="bg-gray-50 border igpc-code lg:w-1/2 px-4 py-4 w-full"><divclass="font-bold mb-2">IGCSE pseudocode</div><textareaid="codeInput"class="bg-white code-input text-black w-full"></textarea><divclass="mt-2"><divid="igpc-error-wrap"class="hidden relative"><spanid="igpc-error-close-icon"class="absolute cursor-pointer hover:text-black inline-block right-4 text-gray-500 top-3">X</span><preid="igpc-error"class="text-red-500"></pre></div><divclass="flex justify-between"><buttonclass="bg-indigo-600 hover:bg-indigo-700 px-4 py-2 rounded-md run-code text-white"> Run</button><pclass="italic text-zinc-500">igpc v0.0.2</p></div></div></div><divclass="bg-gray-50 border igpc-console lg:w-1/2 px-4 py-5 w-full"><divclass="font-bold mb-2">CONSOLE</div><preid="logger"class="bg-stone-800 console overflow-auto text-white w-full"></pre><buttonclass="bg-cyan-500 clear-console hover:bg-cyan-600 px-4 py-2 rounded-md text-white"> Clear</button></div></div></div></div></div><footerclass="footer"><divclass="inner"><divclass="container mx-auto"><divclass="footer-main"><ulclass="flex flex-row justify-end"><liclass="social"><ahref="https://github.com/igcompsci"title="igcompsci on GitHub"><spanclass="icon-github"></span></a></li><li><ahref="https://www.coursemo.com/"title="COURSEMO"><imgsrc="/coursemo-logo.a5d1cfae.png"alt="COURSEMO"width="150"height="20"class="inline-block"></a></li></ul></div></div></div></footer></body><scriptsrc="//libs.coursemo.com/cs/igpc.umd.min.js?v=0.0.2"></script><scripttype="module"src="/igpc/index.05afe481.js"></script></html>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp