Skip to content

Commit 63f688f

Browse files
trcrsiredombhntlar
andauthored
Test the website again on github pages (#1240)
* unfinshed overhual of c's fwrite/fread etc * done * self-reference for pyobject_file * No exemption of ANY devices for this library for anti-tivo It is scary to think self-driving cars could be planted with backdoors to kill anyone. That is INSANE * [Qt] qiodevice uses new mechanism * qiodevice * initial_attempt for strbset * initial attempt for str_btreeset.h * btree * btreeset * [btree_set] testing * [str_btree_set] move the example to test * set * [btree] root needs to change in the case when node->parent == nullptr * str * [btree] set nullptr for root? * str_btree_set * str_btree_set2.h * put debugging information in it first * [str_btree_set] implement more logic for btree * [btreeset] more logic for fix up * [BTree] Fix & missing in str_btree_set.h * btree * [str_btree_set] Fix str_btree_set.h * [str_btree_set] Some changes to fuzz the code * [btree] Fix btree * [btree] add fuzzing to debug the code * rd * fix bug in str_bree_set * fix branch in str_btree_set.h * fix str_btree_set * update test * clang-format for str_btree_set_reverse.cc * str_btree_set * add a test for str_btree_set_input * [btree] fix one more bug here * [str_btree_set] add fast_io_dsal/str_btree_set.h * [str_btree_set] fix str_btree_set.h * [str_btree_set] add a benchmark for str_btree_set * [str_btree_set] add contains * [str_btree_set] add ::std::unordered_set bench * [str_btree_set] fix up str btree set * [str_tree_set] btree should only allow even numbers of key * [str_btree_set] add some benchmarks * [str_btree_set] fix main.rs in rustbtree bench * [str_btree_set] fix main.rs * [str_btree_set] rust is a bs lang wtf design a random number generate without std + low...=high or low... high_exclusive * [str_btree_set] use two string types * disable benchmark for str_btree_set * [str_btree_set] Fix the test CI * [str_tree_set] add iterator implementation for str_btree_set * [str_btree_set] str_btree_set add leftmost and rightmost * [str_tree_set] implement str_btree iterator * [str_btree_set] add benchmarks for iteration * [str_btree_set] remove nullptr check for -- iterator * [str_btree_set] fix operator-- for iterator * [str_btree_set] add iteration bench for abseil * [btree] add the bench to rust code * [btree] add iteration bench for abseil_btree_set_fast_io * [str_btree_set] add find method * [str_btree_set] implement find() * [str_btree_set] put a placeholder for erase * [str_btree_set] fix around str_btree_set * [str_btree_set] merge code * Add sock_protocol QUIC * add some content to str_btree_set * btree * add a simple wifianalyzer * add scanning logic * add logic to print out even after scanning timeout * wifi quality * win32 * add covers * remove ln * pin12 * Fix warnings for char32_t casting * correctly ignore wifianalyzer example * remove unused variable * Use reverse_iterator instead of reverse_view since CI does not support it * Fix str_btree_set.cc * fix ifdef issue for printf * using a universal type convert for fixing the is_dos_file_invalid_character merging issue * Change the example's min len for password ans specialpassword to 12 to match the PWA GenPass version. * implement full str_btree_set's erase * add str_btree_erase fuzzer * add the erase that covers entire function * use chatgpt to rewrite the code * clang-format to str_btree_set.h * extract fix_child_links in str_btree_set * call function needs to use full name * Add docs * html missing for PWA since it was ignored * Deal with issues for path on github pages --------- Co-authored-by: ombhntlar <tfnhtar@ombhntlars-Mac-mini.lan>
1 parent 9425fdd commit 63f688f

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

docs/docs/examples.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,13 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>Examples - fast_io Documentation</title>
7+
<<<<<<< HEAD
8+
<link rel="stylesheet" href="../style.css">
9+
<link rel="manifest" href="../manifest.json">
10+
=======
711
<link rel="stylesheet" href="/style.css">
812
<link rel="manifest" href="/manifest.json">
13+
>>>>>>> parent/next
914
</head>
1015
<body>
1116
<main>
@@ -36,8 +41,13 @@ <h2>More Examples Coming Soon</h2>
3641
</section>
3742

3843
<div class="page-navigation">
44+
<<<<<<< HEAD
45+
<a href="intro.html" class="prev-button">← Previous: Introduction</a>
46+
<a href="api.html" class="next-button">Next: API Reference →</a>
47+
=======
3948
<a href="/docs/intro.html" class="prev-button">← Previous: Introduction</a>
4049
<a href="/docs/api.html" class="next-button">Next: API Reference →</a>
50+
>>>>>>> parent/next
4151
</div>
4252
</main>
4353

docs/docs/intro.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ <h2>Video Introduction</h2>
149149
</section>
150150
<!-- Add this after the last section -->
151151
<div class="next-page">
152-
<a href="/docs/examples.html" class="next-button">Next: Examples →</a>
152+
<a href="examples.html" class="next-button">Next: Examples →</a>
153153
</div>
154154
</main>
155155

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>fast_io - fast_io documentations</title>
7-
<link rel="manifest" href="/manifest.json">
8-
<link rel="stylesheet" href="/style.css">
7+
<link rel="manifest" href="manifest.json">
8+
<link rel="stylesheet" href="style.css">
99
</head>
1010
<body>
1111
<h1>fast_io</h1>

0 commit comments

Comments
 (0)