-
-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
2,504 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
.vscode | ||
.idea | ||
/target | ||
/docs | ||
site/dist | ||
|
||
*.wav | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>Single Page Apps for GitHub Pages</title> | ||
<script type="text/javascript"> | ||
// Single Page Apps for GitHub Pages | ||
// MIT License | ||
// https://github.com/rafgraph/spa-github-pages | ||
// This script takes the current url and converts the path and query | ||
// string into just a query string, and then redirects the browser | ||
// to the new url with only a query string and hash fragment, | ||
// e.g. https://www.foo.tld/one/two?a=b&c=d#qwe, becomes | ||
// https://www.foo.tld/?/one/two&a=b~and~c=d#qwe | ||
// Note: this 404.html file must be at least 512 bytes for it to work | ||
// with Internet Explorer (it is currently > 512 bytes) | ||
|
||
// If you're creating a Project Pages site and NOT using a custom domain, | ||
// then set pathSegmentsToKeep to 1 (enterprise users may need to set it to > 1). | ||
// This way the code will only replace the route part of the path, and not | ||
// the real directory in which the app resides, for example: | ||
// https://username.github.io/repo-name/one/two?a=b&c=d#qwe becomes | ||
// https://username.github.io/repo-name/?/one/two&a=b~and~c=d#qwe | ||
// Otherwise, leave pathSegmentsToKeep as 0. | ||
var pathSegmentsToKeep = 0; | ||
|
||
var l = window.location; | ||
l.replace( | ||
l.protocol + '//' + l.hostname + (l.port ? ':' + l.port : '') + | ||
l.pathname.split('/').slice(0, 1 + pathSegmentsToKeep).join('/') + '/?/' + | ||
l.pathname.slice(1).split('/').slice(pathSegmentsToKeep).join('/').replace(/&/g, '~and~') + | ||
(l.search ? '&' + l.search.slice(1).replace(/&/g, '~and~') : '') + | ||
l.hash | ||
); | ||
|
||
</script> | ||
</head> | ||
<body> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
www.uiua.org |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,94 @@ | ||
<!DOCTYPE html><html lang="en"><head> | ||
<title>Uiua</title> | ||
<link rel="icon" href="/favicon.ico"> | ||
<noscript> | ||
<style> | ||
.jsonly { | ||
display: none | ||
} | ||
</style> | ||
</noscript> | ||
<!-- Begin Single Page Apps for GitHub Pages --> | ||
<script type="text/javascript"> | ||
// Single Page Apps for GitHub Pages | ||
// MIT License | ||
// https://github.com/rafgraph/spa-github-pages | ||
// This script checks to see if a redirect is present in the query string, | ||
// converts it back into the correct url and adds it to the | ||
// browser's history using window.history.replaceState(...), | ||
// which won't cause the browser to attempt to load the new url. | ||
// When the single page app is loaded further down in this file, | ||
// the correct url will be waiting in the browser's history for | ||
// the single page app to route accordingly. | ||
(function (l) { | ||
if (l.search[1] === '/') { | ||
var decoded = l.search.slice(1).split('&').map(function (s) { | ||
return s.replace(/~and~/g, '&') | ||
}).join('?'); | ||
window.history.replaceState(null, null, | ||
l.pathname.slice(0, -1) + decoded + l.hash | ||
); | ||
} | ||
}(window.location)) | ||
</script> | ||
<!-- End Single Page Apps for GitHub Pages --> | ||
<meta charset="utf-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="description" content="A stack-based array programming language"> | ||
<script type="module">import init from '/site-803a21f8f033eed5.js';init('/site-803a21f8f033eed5_bg.wasm');</script> | ||
|
||
<link rel="stylesheet" href="/styles-53556327b6f0fdf6.css"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<link rel="preload" href="/site-803a21f8f033eed5_bg.wasm" as="fetch" type="application/wasm" crossorigin=""> | ||
<link rel="modulepreload" href="/site-803a21f8f033eed5.js"></head> | ||
|
||
<body> | ||
<div id="top"> | ||
<div id="header"> | ||
<div id="header-left"> | ||
<h1><a id="header-uiua" href="/"></a><img src="/uiua-logo.png" style="height: 1em" alt="Uiua"> Uiua</h1> | ||
<p id="subtitle">A stack-based array programming language</p> | ||
</div> | ||
<div id="nav"> | ||
<p><a class="pls-no-block" href="https://github.com/sponsors/uiua-lang">Support Uiua's development</a></p> | ||
<p><a href="/">Home</a></p> | ||
</div> | ||
</div> | ||
<div> | ||
<div id="links"> | ||
<div> | ||
<a href="/install">Installation</a> | ||
<a href="/docs">Documentation</a> | ||
<a href="/tour">Language Tour</a> | ||
</div> | ||
<div> | ||
<a href="/pad">Pad</a> | ||
<a href="https://discord.gg/3r9nrfYhCc">Discord</a> | ||
<a href="https://github.com/uiua-lang/uiua">GitHub</a> | ||
</div> | ||
</div> | ||
</div> | ||
<div> | ||
<p class="main-text">Uiua <span class="wee-wuh-span">(<i>wee-wuh</i>)</span>is a general purpose, stack-based, | ||
array-oriented programming language with a focus on simplicity, beauty, and <a href="https://en.wikipedia.org/wiki/Tacit_programming">tacit</a> code.</p> | ||
<p class="main-text">Uiua lets you write code that is as short as possible while remaining readable, so you can | ||
focus on problems rather than ceremony.</p> | ||
<noscript> | ||
<p>JavaScript is required on this site. Please enable it and reload the page.</p> | ||
</noscript> | ||
<h3 class="jsonly running-text">Loading...</h3> | ||
</div> | ||
</div> | ||
|
||
|
||
</body></html> |
Oops, something went wrong.