rebranding from liquidex.house to riki.house

This commit is contained in:
りき萌 2025-01-05 20:15:10 +01:00
parent 93c24859d0
commit 2d687977c8
87 changed files with 381 additions and 175 deletions

View file

@ -32,6 +32,7 @@
- NOTE: this is C23 so you may see some unfamiliar keywords
% id = "01HY5R1ZW5DDH54AFNJTFMKZSF"
- patterns
```c
#include <stdio.h>
#define SOMETHING_SOMETHING
@ -62,6 +63,7 @@
% id = "01HY5R1ZW5X2AVZFVHV0QR1J93"
- keywords
```c
alignas alignof auto break case const constexpr continue default do else extern for goto if
inline register restrict return sizeof static static_assert switch thread_local typedef typeof
@ -75,6 +77,7 @@
% id = "01HY5R1ZW5PP1C00NSWAG5FA8B"
- sample
```c
#include <snug/bump.h>
@ -129,6 +132,7 @@
% id = "01HY5R1ZW5KYY6VCKWBHN1GF10"
- patterns
```c.types
x /*: int */
```
@ -138,6 +142,7 @@
% id = "01HRT0DG7V9PAY44NMYVMF7B63"
- patterns
```javascript
// This is a single-line comment.
/* This is
@ -154,6 +159,7 @@
% id = "01HRT0DG7VM2MV9YA5D694WA8Y"
- keywords
```javascript
as async await break case catch class const continue debugger default delete do else export
extends finally for from function get if import in instanceof let new of return set static
@ -166,6 +172,7 @@
% id = "01HRT0DG7VA7MA87JR7MGQW294"
- sample code
```javascript
// t is an existing tile index; variable name is short for brevity
export function removeRedundancies(t) {
@ -224,6 +231,7 @@
% id = "01HRT0W4AKPFENNFWMA7AAGN5Z"
- patterns
```json
abcd
0.912392198e+2113
@ -234,12 +242,14 @@
% id = "01HRT0W4AK8D1W9ZN9HJTHC85Q"
- keywords
```json
null true false
```
% id = "01HRT0W4AK4F2S65M1NT75PCGQ"
- sample
```json
{
"patterns": [
@ -265,6 +275,7 @@
% id = "01HTAQ23YHP2MN7VANBA573WWB"
- patterns
```lua
-- single-line comment
--[[
@ -285,6 +296,7 @@
% id = "01HTAQ23YHY8EH8Z8AQEQ8G6SA"
- keywords
```lua
if then else elseif end do function repeat until while for break return local in not and or goto
self
@ -294,6 +306,7 @@
% id = "01HTAQ23YHCRZFXM02VYRVS4JS"
- sample
```lua
-- Ticks the scheduler: executes every active fiber, removes inactive fibers,
-- and ignores sleeping fibers.
@ -330,6 +343,7 @@
% id = "01HTWRAS0E9FRH08MZZKMKXX2M"
- patterns
```rust
// this is a comment
/* this is a multiline comment */
@ -352,6 +366,7 @@
% id = "01HTWRAS0EQ3E9BV7TWEGQ01YF"
- keywords
```rust
_ as async await break const continue dyn else enum extern fn for if impl in let loop
macro_rules! match mod move mut pub ref return static struct trait type unsafe use where while
@ -365,6 +380,7 @@
% id = "01HTWRAS0EQRQJ9NHYPTE89Q5H"
- sample
```rust
use chrono::{Datelike, Utc};
use serde::{Deserialize, Serialize};

View file

@ -3,7 +3,7 @@ styles = ["dev.css"]
scripts = ["treehouse/dev/picture-upload.js"]
% id = "01JEHDJSJP282VCTRKYHNFM4N7"
- welcome! if you stumbled upon this page at random, know these tools are available in *debug builds only* (which <https://liquidex.house> is not.)
- welcome! if you stumbled upon this page at random, know these tools are available in *debug builds only* (which <https://riki.house> is not.)
% id = "01JEHDJSJP7FT74RB92VRA14F2"
- I don't currently have an option to disable generating a page in release builds, so here you are.