Skip to content

Commit

Permalink
fixed parsing bug and added types
Browse files Browse the repository at this point in the history
  • Loading branch information
r0light committed Jun 18, 2024
0 parents commit 28a64cf
Show file tree
Hide file tree
Showing 69 changed files with 4,470 additions and 0 deletions.
40 changes: 40 additions & 0 deletions 404.html
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>
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
clounaq.de
1 change: 1 addition & 0 deletions assets/Tableau10-B-NsZVaP.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
function o(e){for(var c=e.length/6|0,n=new Array(c),a=0;a<c;)n[a]="#"+e.slice(a*6,++a*6);return n}const r=o("4e79a7f28e2ce1575976b7b259a14fedc949af7aa1ff9da79c755fbab0ab");export{r as s};
1 change: 1 addition & 0 deletions assets/arc-DMnKkTdI.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions assets/array-BKyUJesY.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
function t(r){return typeof r=="object"&&"length"in r?r:Array.from(r)}export{t as a};
118 changes: 118 additions & 0 deletions assets/blockDiagram-91b80b7a-CER5hK00.js

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions assets/c4Diagram-b2a90758-CnnWjXnz.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/channel-CYDp_FJe.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import{aJ as o,aK as n}from"./index-DaGqAzHi.js";const t=(a,r)=>o.lang.round(n.parse(a)[r]);export{t as c};
2 changes: 2 additions & 0 deletions assets/classDiagram-30eddba6-WuDcBKc-.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions assets/classDiagram-v2-f2df5561-BXWzw6u6.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions assets/clone-fjyohTz_.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import{c as r}from"./graph-hs32tt5P.js";var e=4;function a(o){return r(o,e)}export{a as c};
7 changes: 7 additions & 0 deletions assets/createText-6b48ae7d-B5nIUQaZ.js

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions assets/edges-d32062c0-DklK6T4y.js

Large diffs are not rendered by default.

Loading

0 comments on commit 28a64cf

Please sign in to comment.