repo stringlengths 26 115 | file stringlengths 54 212 | language stringclasses 2
values | license stringclasses 16
values | content stringlengths 19 1.07M |
|---|---|---|---|---|
https://github.com/SWEatUNIPD/docs | https://raw.githubusercontent.com/SWEatUNIPD/docs/main/20241016%20-%20Prima%20Riunione.typ | typst | #set text(lang: "it")
#set page(margin: (x: 2.5cm, y: 2.5cm))
#set heading(numbering: "1.")
#align(center + top, [
#figure(
image("img/logo.svg", width: 50%),
)
#v(15pt);
#text(size: 23pt,weight: "bold", [Verbale: Prima riunione]) \
#text(size: 15pt, [16 ottobre 2024])
#v(10em)
#grid(
columns: (... | |
https://github.com/dashuai009/dashuai009.github.io | https://raw.githubusercontent.com/dashuai009/dashuai009.github.io/main/src/content/blog/009.typ | typst | #let date = datetime(
year: 2024,
month: 6,
day: 23,
)
#metadata((
"title": "clash 配置chatgpt的rule",
"author": "dashuai009",
description: "这是一种将C++更加现代的代码组织方式。 模块是一组源代码文件,独立于导入它们的翻译单元进行编译。",
pubDate: date.display(),
subtitle: [clash rule],
))<frontmatter>
#import "../__template/style.typ": conf
#show: ... | |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/text/quotes_04.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
// Test turning smart quotes off.
He's told some books contain questionable "example text".
#set smartquote(enabled: false)
He's told some books contain questionable "example text".
|
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/fuzzers/corpora/math/alignment_01.typ | typst | Apache License 2.0 |
#import "/contrib/templates/std-tests/preset.typ": *
#show: test-page
// Test post-fix alignment.
$
& "right" \
"a very long line" \
"left" \
$
|
https://github.com/barddust/Kuafu | https://raw.githubusercontent.com/barddust/Kuafu/main/src/BeforeMathematics/set.typ | typst | #import "/mathenv.typ": *
= Sets
We have already used some concepts and operations in before chapters, such as belonging and some notation of common sets of numbers. In this chapter, we take one more step into set theory, but just a little one. Since the set theory is the basis of mathematics, you fill found it huger ... | |
https://github.com/k0tran/cont_labs | https://raw.githubusercontent.com/k0tran/cont_labs/master/reports/lab3.typ | typst | #import "template.typ": *
#show: lab.with(n: 3)
= Установка docker
Для установки docker engine был использован скрипт из прошлых лабораторных работ (который запускался на этапе provision):
#pic(img: "lab3/docker_script.png")[Скрипт для установки docker engine]
Проверка корректности установки:
#pic(img: "lab3/docke... | |
https://github.com/chendaohan/bevy_tutorials_typ | https://raw.githubusercontent.com/chendaohan/bevy_tutorials_typ/main/06_entities_components/entities_components.typ | typst | #set page(fill: rgb(35, 35, 38, 255), height: auto, paper: "a3")
#set text(fill: color.hsv(0deg, 0%, 90%, 100%), size: 22pt, font: "Microsoft YaHei")
#set raw(theme: "themes/Material-Theme.tmTheme")
= 1. 实体
从概念上来讲,实体表示由不同组件组成的一组值。
从技术上来讲,实体只是一个简单的整数 ID (想象一下表格中的行号),可以用来查找相关的数据值。
在 Bevy 中,```Rust Entity``` 就是这个 ID ,`... | |
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/036%20-%20Guilds%20of%20Ravnica/002_Testing%20the%20Dark%20Waters.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"Testing the Dark Waters",
set_name: "Guilds of Ravnica",
story_date: datetime(day: 17, month: 10, year: 2018),
author: "<NAME>",
doc
)
Not all mad scientists are born into money. Some of us have to earn it, and sometimes earning it isn't pr... | |
https://github.com/SkytAsul/fletchart | https://raw.githubusercontent.com/SkytAsul/fletchart/main/src/declarative.typ | typst | #import "internals.typ": flowchart-create
#let flowchart-parse-elements(elements-args) = {
assert.eq(type(elements-args), content, message: "elements parameter has wrong type")
let internal-elements = (:)
let elements = if elements-args.has("children") { elements-args.children } else { (elements-args,) }
fo... | |
https://github.com/Kasci/LiturgicalBooks | https://raw.githubusercontent.com/Kasci/LiturgicalBooks/master/CSL_old/oktoich/Hlas8/6_Sobota.typ | typst | #let V = (
"HV": (
("","","Múčenicy Hospódni vsjáko místo osvjaščájete, i vsják nedúh uvračújete: i nýňi molíte, izbávitisja ot sítej vrážijich dušám nášym, mólim vý."),
("","","Múčenicy tvojí Hóspodi, zabývše žitéjskaja, i nebréhše o mučénijich, búduščija rádi žízni, tojá nasľídnicy javíšasja: ťímže i so ánh... | |
https://github.com/jelber2/hapmers | https://raw.githubusercontent.com/jelber2/hapmers/main/manuscript/hapmers3.typ | typst | MIT License | #import "@preview/arkheion:0.1.0": arkheion, arkheion-appendices
#show: arkheion.with(
title: "Using readmers and hapmers in assessing phase switching after read error correction of Oxford Nanopore Sequences",
authors: (
(name: "<NAME>", email: "<EMAIL>", affiliation: "Institute of Medical Genetics, Center for... |
https://github.com/almarzn/portfolio | https://raw.githubusercontent.com/almarzn/portfolio/main/templates/typst/.template/competencies.typ | typst | #import "./shared/sizes.typ": scale
#import "./shared/flex.typ": flex
#import "@preview/splash:0.3.0": tailwind
#let competency-main-skills(
list
) = [
#for skill in list [
#box(
radius: 16pt,
inset: 6pt,
fill: tailwind.slate-200,
skill
)
]
]
#let competency-block(radius: 12pt,... | |
https://github.com/jamesrswift/journal-ensemble | https://raw.githubusercontent.com/jamesrswift/journal-ensemble/main/README.md | markdown | The Unlicense | # The `my-package` Package
<div align="center">Version 0.1.0</div>
A short description about the project and/or client.
## Template adaptation checklist
- [ ] Fill out `README.md`
- Change the `my-package` package name, including code snippets
- Check section contents and/or delete sections that don't apply
- [ ... |
https://github.com/deadManAlive/ui-thesis-typst-template | https://raw.githubusercontent.com/deadManAlive/ui-thesis-typst-template/master/primer/title.typ | typst | #import "../config.typ": cfg
#let title = [
#set align(center)
#set text(
size: 14pt
)
#image(
"assets/makara_black.png",
width: 2.5cm,
)
*UNIVERSITAS INDONESIA*
#v(2em)
*#upper(cfg.title)*
#v(6em)
*SKRIPSI*
#v(1em)
*Diajukan sebagai salah satu syarat memperoleh gelar ... | |
https://github.com/0x1B05/nju_os | https://raw.githubusercontent.com/0x1B05/nju_os/main/lecture_notes/content/15_操作系统上的进程.typ | typst | #import "../template.typ": *
#pagebreak()
= 操作系统上的进程
== 线程、进程和操作系统
=== ThreadOS 中的线程切换
#image("images/2023-11-25-20-52-47.png")
计算机硬件也是状态机
- “共享的内存,容纳了多个状态机”
- 共享的代码
- 共享的全局变量
- 启动代码的堆栈 (仅启动代码可用)
- $T_{1}$ 的 Task (仅 $T_{1}$ 和中断处理程序可用)
- 堆栈 (中断时,寄存器保存在堆栈上)
- $T_{2}$ 的 Task (仅 $T_{2}$ 和中断处理程序可用)
- 堆... | |
https://github.com/Myriad-Dreamin/typst.ts | https://raw.githubusercontent.com/Myriad-Dreamin/typst.ts/main/docs/cookery/direction/incremental.typ | typst | Apache License 2.0 | #import "mod.typ": *
#show: book-page.with(title: "Streaming, Incremental rendering")
#include "claim.typ"
Example Application: #link("https://github.com/Enter-tainer/typst-preview-vscode")[typst-preview]
Build a server for compilation with #link("https://myriad-dreamin.github.io/typst.ts/cookery/guide/compiler/ser... |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/scholarly-tauthesis/0.4.1/template/content/README.md | markdown | Apache License 2.0 | # content/
This is where you should add typst text files related to the actual content of
your thesis. Note that when you want to include images, code or typst code from
other files in here, any import paths need to be relative to the file itself.
For example, to include all of the code from the
[`preamble.typ`](../pr... |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/wordometer/0.1.0/docs/manual.typ | typst | Apache License 2.0 | #import "@preview/tidy:0.1.0"
#import "/src/lib.typ" as wordometer: *
#set page(numbering: "1")
#set par(justify: true)
#show link: underline.with(stroke: blue.lighten(50%))
#let VERSION = toml("/typst.toml").package.version
#let show-module(path) = {
show heading.where(level: 3): it => {
align(center, line(lengt... |
https://github.com/kazuyanagimoto/quarto-awesomecv-typst | https://raw.githubusercontent.com/kazuyanagimoto/quarto-awesomecv-typst/main/README.md | markdown | MIT License | # Quarto-awesomecv-typst Format
A Quarto + Typst implementation of Byungjin Park’s [Awesome-CV](https://github.com/posquit0/Awesome-CV).
The Typst implementation part is inspired by Paul Tsouchlos’s [modern-cv](https://typst.app/universe/package/modern-cv/)

## Install
If you would like... |
https://github.com/JanEhehalt/typst-demo | https://raw.githubusercontent.com/JanEhehalt/typst-demo/main/glossary.typ | typst | // this is an example. Check https://typst.app/universe/package/glossarium
#let glossary = (
(
key: "rest",
short: "REST",
long: "Representational State Transfer",
desc: [REST is a software architectural style that defines a set of constraints to be used for creating web services.]
),
)
| |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compute/data-07.typ | typst | Other | // Error: 7-18 failed to parse json file: syntax error in line 3
#json("test/assets/files/bad.json")
|
https://github.com/medewitt/bio720 | https://raw.githubusercontent.com/medewitt/bio720/main/behaviour.typ | typst | BSD 3-Clause "New" or "Revised" License | #import "template.typ": *
#show: ams-article.with(
title: "Reading notes: Signalling",
authors: (
(
name: "<NAME>",
department: [Department of Biology],
organization: [Wake Forest University],
location: [Winston Salem, NC 27101],
email: "<EMAIL>",
url: "www.michaeldewittjr.co... |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/text/raw-code-04.typ | typst | Other | #set page(width: 180pt)
#set text(6pt)
#rect(inset: (x: 4pt, y: 5pt), radius: 4pt, fill: rgb(239, 241, 243))[
```html
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<h1>Topic</h1>
<p>The Hypertext Markup Language.</p>
<script>
function foo(a, b) {
... |
https://github.com/iyno-org/Holistic-Clinical-Neurosurgery | https://raw.githubusercontent.com/iyno-org/Holistic-Clinical-Neurosurgery/main/covers/front-cover.typ | typst | #import "@preview/bubble:0.2.1": *
#show: bubble.with(
title: "1. Spinal Cord",
subtitle: "Gross and General Spinal Cord Malformations",
author: "<NAME>",
affiliation: "International Youth Neurosurgical Organization",
date: "",
//main-color: "4DA6FF", //set the main color
) | |
https://github.com/pluttan/shem | https://raw.githubusercontent.com/pluttan/shem/main/lab3/lab3.typ | typst | #import "@docs/bmstu:1.0.0":*
#import "@preview/tablex:0.0.8": tablex, rowspanx, colspanx, cellx
#show: student_work.with(
caf_name: "Компьютерные системы и сети",
faculty_name: "Информатика и системы управления",
work_type: "лабораторной работе",
work_num: "3",
discipline_name: "Схемотехника",
theme: "Прео... | |
https://github.com/caro3dc/typststuff | https://raw.githubusercontent.com/caro3dc/typststuff/main/styletest.typ | typst | #import "jx-style.typ": *
#show: docu.with(
debug: true,
headingnum: "1.1"
)
= Snoo PINGAS usual, I see.
a | |
https://github.com/TGM-HIT/typst-protocol | https://raw.githubusercontent.com/TGM-HIT/typst-protocol/main/docs/manual.typ | typst | MIT License | #import "@preview/tidy:0.3.0"
#import "@preview/crudo:0.1.0"
#import "template.typ": *
#import "/src/lib.typ" as template
#let package-meta = toml("/typst.toml").package
// #let date = none
#let date = datetime(year: 2024, month: 10, day: 9)
#show: project.with(
title: "TGM HIT protocol template",
// subtitle: ... |
https://github.com/topdeoo/NENU-Thesis-Typst | https://raw.githubusercontent.com/topdeoo/NENU-Thesis-Typst/master/utils/datetime.typ | typst | #let datetime-display-cn-cover(date) = {
date.display("[year] 年 [month] 月")
}
#let datetime-display-cn-declare(date) = {
date.display("[year] 年 [month] 月 [day] 日")
} | |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/show-bare-00.typ | typst | Other | #set page(height: 130pt)
#set text(0.7em)
#align(center)[
#text(1.3em)[*Essay on typography*] \
<NAME>
]
#show: columns.with(2)
Great typography is at the essence of great storytelling. It is the medium that
transports meaning from parchment to reader, the wave that sparks a flame
in booklovers and the great fulf... |
https://github.com/erfan-khadem/resume | https://raw.githubusercontent.com/erfan-khadem/resume/main/modules_en/projects.typ | typst | Apache License 2.0 | #import "../brilliant-CV/template.typ": *
#cvSection("Projects & Associations")
#cvEntry(
title: [Advanced Algorithms in Rust],
society: [#link("github.com/TheAlgorithms/Rust", [#underline("TheAlgorithms/Rust")])],
date: [2022],
location: [Github],
description: list(
[Implement advanced graph algorithms... |
https://github.com/benjavicente/tt-typst | https://raw.githubusercontent.com/benjavicente/tt-typst/main/README.md | markdown | # Trabajo de título
Base para escribir el trabajo de título en [typst](https://typst.app/home/).
Esto no es un template [en el sentido de typst](https://typst.app/docs/tutorial/making-a-template/#toy-template). Solo entrega configuración requeridas y buenos defectos.
## Compilar
Instalar [typst](https://github.com/... | |
https://github.com/AugustinWinther/structured-uib | https://raw.githubusercontent.com/AugustinWinther/structured-uib/main/example/main.typ | typst | MIT License | // IMPORTS
#import "@preview/structured-uib:0.1.0": *
#import "@preview/codedis:0.1.0": code
// TEMPLATE SETTINGS
#show: report.with(
task-no: "1",
task-name: "Måling og behandling av måledata",
authors: (
"<NAME>",
"<NAME>",
"<NAME>"
),
mails: (
"<EMAIL>",
"<EMAIL>",
"<EMAIL>"
)... |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/let-26.typ | typst | Other | // Error: 7-11 cannot destructure named elements from an array
#let (a: a, b) = (1, 2, 3)
|
https://github.com/ralphmb/typst-template-stats-dissertation | https://raw.githubusercontent.com/ralphmb/typst-template-stats-dissertation/main/writeup/sections/litreview.typ | typst | Apache License 2.0 | == Topic 1
#lorem(200)
== Topic 2
#lorem(200)
== Topic 3
#lorem(150)
== Topic 4
#lorem(120) |
https://github.com/jamesrswift/ionio-illustrate | https://raw.githubusercontent.com/jamesrswift/ionio-illustrate/main/dist/0.2.0/src/lib.typ | typst | MIT License | #import "@preview/cetz:0.1.2"
#import "util.typ": *
#import "defaults.typ": *
/// Returns an object representing mass spectrum content.
///
/// - data (array): The mass spectrum in the format of a 2D array, or an array of dictionarys.
/// By default, the mass-charges ratios are in the first column, and the rel... |
https://github.com/MichaelFraiman/TAU_template | https://raw.githubusercontent.com/MichaelFraiman/TAU_template/main/mfraiman-lists.typ | typst | // LISTS
// numbering with letters
#let enum_l(..items) = {
enum(
numbering: {
(..nums) => {
set text(
weight: "extrabold"
)
numbering("a.", nums.pos().first())
}
}
,
..items)
}
#let enum_cond(..items) = {
enum(
numbering: {
(..nums) => {
... | |
https://github.com/soul667/typst | https://raw.githubusercontent.com/soul667/typst/main/PPT/MATLAB/touying/docs/docs/themes/simple.md | markdown | ---
sidebar_position: 1
---
# Simple Theme

This theme is derived from [Polylux](https://polylux.dev/book/themes/gallery/simple.html), created by <NAME>.
Considered a relatively simple theme, you can use it to creat... | |
https://github.com/N4tus/uf_algo | https://raw.githubusercontent.com/N4tus/uf_algo/main/algo_base.typ | typst | MIT License | #import "types.typ": *
#import "style_base.typ": eval_line
#let _ex_format(name, fn) = makeup => {
let format = if t_check(TMakeup, makeup) {
makeup.format
} else {
makeup
}
if name == none or name in format {
fn(format)
} else {
panic("formatter '" + repr(format) + "' is missing '" + name +... |
https://github.com/dadn-dream-home/documents | https://raw.githubusercontent.com/dadn-dream-home/documents/main/contents/10-ket-luan/index.typ | typst | = Kết luận
Như vậy, nhóm đã đạt được những yêu cầu được đề ra ban đầu:
#block(inset: (left: 1cm))[
_Thứ nhất_, nhận và hiển thị dữ liệu từ thiết bị thông qua việc sử dụng
giao thức MQTT, cũng như điều khiển ứng dụng và màn hình LCD.
_Thứ hai_, kiểm tra dữ liệu nhận được vượt quá ngưỡng cho phép thông qua... | |
https://github.com/rabotaem-incorporated/calculus-notes-2course | https://raw.githubusercontent.com/rabotaem-incorporated/calculus-notes-2course/master/sections/02-measure-theory/05-measurable-functions.typ | typst | #import "../../utils/core.typ": *
== Измеримые функции
#notice[
Так как все меры можно продолжить на $sigma$-алгебру, далее мы будем считать, что все меры определены на $sigma$-алгебре.
]
#def(label: "def-lebesgue-set")[
Пусть $f: E --> overline(RR)$. _Лебеговыми множествами фукнции $f$_ называются
$
... | |
https://github.com/dariakoz/Typst-Template | https://raw.githubusercontent.com/dariakoz/Typst-Template/main/main.typ | typst | #import "lib/intro.typ": data, tickbox, project_number, toc
#import "lib/todo.typ": todo, outline-todos
#import "@preview/wordometer:0.1.1": word-count, total-words
#import "@preview/sourcerer:0.2.1": code
#import "@preview/acrostiche:0.3.1": *
#let project_title = "DEIN TITEL HIER"
#let project_author = "<NAME>"
// ... | |
https://github.com/BeiyanYunyi/resume | https://raw.githubusercontent.com/BeiyanYunyi/resume/main/modules_zh/commercial.typ | typst | #import "../brilliant-CV/template.typ": *
#cvSection("商业项目")
#cvEntry(
title: [小红书前端平台],
society: [Vue 3],
date: [2024.7 - 今],
location: [小红书前端平台全栈项目],
description: list(
[使用Vue 3及自研组件库构建小红书前端平台],
[用于管理公司内RN、H5等不同架构项目的发布、灰度及AB测试]
)
)
#cvEntry(
title: [铭邦消防],
society: [React#hBar()Taro#hBar()V... | |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/text/quotes-03.typ | typst | Other | // Test escape sequences.
The 5\'11\" 'quick\' brown fox jumps over the \"lazy" dog\'s ear.
|
https://github.com/layandreas/typst-resume | https://raw.githubusercontent.com/layandreas/typst-resume/main/alta-typst.typ | typst | #let primary_colour = rgb("#05173d") // vivid purple
#let link_colour = rgb("#12348e") // blue
#let icon(name, shift: 1.5pt) = {
box(
baseline: shift,
height: 10pt,
image("icons/" + name + ".svg")
)
h(3pt)
}
#let findMe(services) = {
set text(8pt)
let icon = icon.with(shift: 2.5pt)
services.m... | |
https://github.com/crd2333/template-report | https://raw.githubusercontent.com/crd2333/template-report/master/template/main.typ | typst | MIT License | #import "../lib.typ": *
#show: project.with(
title: "Test Title",
title_2: "Project 1",
author: ("crd233", "张三"),
date: (2024, 2, 30),
cover_style: "report", // report, report1, report2, report3 或其它,false 或 "" 表示无封面
header: "type1", // true or "type1" 使用默认页眉,"type2" 为一个略详细一点的页眉
footer: "type1",
show_... |
https://github.com/omroali/SegmentationsFeaturingAndTracking | https://raw.githubusercontent.com/omroali/SegmentationsFeaturingAndTracking/main/Report/report.typ | typst | #import "@preview/problemst:0.1.0": pset
#show: pset.with(
class: "Computer Vision", student: "<NAME> - 28587497", title: "Assignment 1", date: datetime.today(),
)
= Image Segmentation and Detection
In this task, 3 balls from some images needed to be extracted from a set of 62 images and segmented into a mask. The... | |
https://github.com/Walfisch115/thb-typst-template | https://raw.githubusercontent.com/Walfisch115/thb-typst-template/main/poster/main.typ | typst | #import "conf.typ": conf
#show: conf.with(
title: [
Max. Schriftgröße 32, max. 2-zeilig, ZA Schriftgröße +4 Kameragestützte Feinpositionierung eines Quadrokopters
],
author: "<NAME>",
date: "HEUTE",
supervision: [
Betreuung Prof. Dr. sc. techn. <NAME> • Technische Hochschule Brandenburg • Dr. <NAME> ... | |
https://github.com/andrin-geiger/hslu_template_typst | https://raw.githubusercontent.com/andrin-geiger/hslu_template_typst/master/Typst_Template.typ | typst | #import "template.typ": *
#import "@preview/acrostiche:0.3.1": *
#import "@preview/i-figured:0.2.4"
#import "@preview/anti-matter:0.1.1": anti-matter, fence, set-numbering
#set heading(numbering: "1.")
#show heading: i-figured.reset-counters
#show figure: i-figured.show-figure
// Take a look at the file `template.ty... | |
https://github.com/edsomjr/RLT | https://raw.githubusercontent.com/edsomjr/RLT/main/computacao/linux_shell_scripting_tutorial_ver_1_0/resume.typ | typst | MIT License | #import "../template.typ": *
= Exercícios
Os exercícios abaixo devem ser solucionados com línguagens Shell, como `bash`, `nushell`, `zsh`, `fish`, etc.
Na décima página, um exercício é proposto -- _e erronamente solucionado_ -- com o intuito de entender melhor os filtros em Shell scripting:
0. Suponha que exista um... |
https://github.com/soul667/typst_template | https://raw.githubusercontent.com/soul667/typst_template/main/readme.md | markdown | # typst模板
> 本仓库为作者自用模板仓库,用于快速创建新项目。
## 基本模板
包含基本和常用论文模板。能快速完成平时作业笔记,论文写作等。设置分类成`data.json`,可以不用阅读代码即可修改。11
## 论文模板
> 论文模板部分参照北京大学学位论文模板 | |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compute/calc-37.typ | typst | Other | // Error: 7-9 missing argument: end
#range()
|
https://github.com/1sSay/USPTU_conspects | https://raw.githubusercontent.com/1sSay/USPTU_conspects/main/src/math/SystemsOfLinearEquations.typ | typst | // Global settings and templates
#set text(14pt)
#let def(term, color: black) = {
box(stroke: color, inset: 7pt, text()[ #term ])
}
// Lecture header and date
#let subject = text()[Математика]
#let lecture_header = text()[Системы линейных алгебраических уравнений]
#let date = text()[07.09.2024]
// Header
#align(cent... | |
https://github.com/TOD-theses/paper-T-RACE | https://raw.githubusercontent.com/TOD-theses/paper-T-RACE/main/thesis.typ | typst | #import "@preview/definitely-not-tuw-thesis:0.1.0": *
#import "custom-styles.typ": custom-styles
#show: thesis.with(
font: "TeX Gyre Heros",
title: (
en: "Using state changes to detect and simulate transaction order dependency in Ethereum",
de: "Simulation und Analyse von Transaktionsreihenfolgen in Ethere... | |
https://github.com/Harry-Chen/kouhu | https://raw.githubusercontent.com/Harry-Chen/kouhu/master/doc/manual.typ | typst | MIT License | #import "@preview/mantys:0.1.4": *
#import "@preview/tidy:0.2.0"
#import "/lib.typ": *
#show link: it => {
set text(fill: blue)
it
}
#show raw: it => {
set text(size: 10pt, font: "JetBrains Mono")
it
}
#set page(paper: "a4")
#let infos = toml("../typst.toml")
#show: mantys.with(
..infos,
title: "kǒuhú",... |
https://github.com/DashieTM/nix-introduction | https://raw.githubusercontent.com/DashieTM/nix-introduction/main/topics/homemanager.typ | typst | #import "../utils.typ": *
#polylux-slide[
== Home-Manager
#v(15pt)
- extension to nixos/nix-darwin
- user level variant of nixos
- available on other distributions
- configures user configuration files
#pdfpc.speaker-note(```md
```)
]
| |
https://github.com/Sheffield-iGEM/redesign-guide | https://raw.githubusercontent.com/Sheffield-iGEM/redesign-guide/main/main.typ | typst | #import "@preview/ilm:1.2.1": *
#set text(lang: "en")
#show: ilm.with(
title: [A Practical Guide to Protein Redesign],
author: "<NAME>, 2024",
date: datetime(year: 2024, month: 08, day: 15),
abstract: [
'Ilm (Urdu: #text(lang: "ur", font: ("Noto Nastaliq Urdu", "Noto Naskh Arabic"), size: 0.8em)[عِلْم]) i... | |
https://github.com/polarkac/MTG-Stories | https://raw.githubusercontent.com/polarkac/MTG-Stories/master/stories/002%20-%20Return%20to%20Ravnica/011_The%20Seven%20Bells%2C%20Part%202.typ | typst | #import "@local/mtgstory:0.2.0": conf
#show: doc => conf(
"The Seven Bells, Part 2",
set_name: "Return to Ravnica",
story_date: datetime(day: 14, month: 11, year: 2012),
author: "<NAME>",
doc
)
== The Journal of Bori Andon, Day Ten
Wrong, wrong, wrong. That approach proved fruitless, and the bells... | |
https://github.com/lyzynec/orr-go-brr | https://raw.githubusercontent.com/lyzynec/orr-go-brr/main/10/main.typ | typst | #import "../lib.typ": *
#knowledge[
#question(name: [Explain and demonstrate how we can describe _uncertainty in
a linear model of a dynamical system in frequency domain_ (using a
_weighting filter_ $W$ and the $Delta$ term). Discuss the _additive_ and
_multiplicative_ (input and output) models of unce... | |
https://github.com/vimkat/typst-ohm | https://raw.githubusercontent.com/vimkat/typst-ohm/main/src/templates/document.typ | typst | MIT License | #import "../lib/vars.typ"
#import "../components/logo.typ": logo
#let document(doc, blue-as-black: false, lang: "de") = {
set text(fill: vars.blue) if blue-as-black
// Text styles
set text(font: vars.font, lang: lang)
set par(leading: 0.75em)
// Headings
show heading: it => [ #v(2em, weak: true) #it #v(1e... |
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/minerva-report-fcfm/0.1.0/departamentos.typ | typst | Apache License 2.0 | #let adh = (
nombre: (
"Universidad de Chile",
"Facultad de Ciencias Físicas y Matemáticas",
"Área de Humanidades"
),
logo: read("logos/adh.svg")
)
#let das = (
nombre: (
"Universidad de Chile",
"Facultad de Ciencias Físicas y Matemáticas",
"Departamento de Astronomía"
),
logo: read(... |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/compiler/return-02.typ | typst | Other | // Test return with joining and content.
// Ref: true
#let f(text, caption: none) = {
text
if caption == none [\.#return]
[, ]
emph(caption)
[\.]
}
#f(caption: [with caption])[My figure]
#f[My other figure]
|
https://github.com/diogro/memorial | https://raw.githubusercontent.com/diogro/memorial/master/IB-USP-2024/cv.typ | typst |
#set text(
font: "Skolar PE TEST",
size: 10pt,
lang: "por",
region: "br"
)
#set page(
paper: "a4",
header:[
#set text(9pt, font: "Skolar PE TEST")
Curriculum vitae
#h(1fr) <NAME>
],
numbering: "1",
)
#show par: set block(spacing: 1em)
#set par(
leading: 1em,
first-line-indent: 1em,
... | |
https://github.com/sebaseb98/clean-math-thesis | https://raw.githubusercontent.com/sebaseb98/clean-math-thesis/main/customization/great-theorems-customization.typ | typst | MIT License | // packages
#import "@preview/great-theorems:0.1.1": *
#import "@preview/headcount:0.1.0": *
// local
#import "colors.typ": *
#let mathcounter = counter("mathblocks") // counter for mathblocks
#let my_mathblock = mathblock.with(
radius: 0.3em,
inset: 0.8em,
counter: mathcounter,
numbering: dependent-numberin... |
https://github.com/jonathan-iksjssen/jx-style | https://raw.githubusercontent.com/jonathan-iksjssen/jx-style/main/0.2.0/test.typ | typst | #import "@jx/jx-style:0.2.0": *
#show: docu.with(
docutype: "paper",
rp-authors: (
rp-author("Clarkson", "<NAME>"),
rp-author("Hammond", "<NAME>"),
rp-author("May", "<NAME>"),
),
rp-title: "Strange Bugs and Where To Find Them",
rp-subtitle: [A Sample of `jx-style`'s research paper format],
rp-su... | |
https://github.com/ludwig-austermann/typst-din-5008-letter | https://raw.githubusercontent.com/ludwig-austermann/typst-din-5008-letter/main/README.md | markdown | MIT License | # typst-din-5008-letter
A template for [DIN 5008](https://www.edv-lehrgang.de/din-5008) inspired [typst](https://typst.app/home) letter.
Furthermore, there is a envelope template.
## Reference
The reference can be found at the [Documentation](documentation.md).
You should also take a look at the examples, to see how ... |
https://github.com/ustctug/ustc-thesis-typst | https://raw.githubusercontent.com/ustctug/ustc-thesis-typst/main/main.typ | typst | MIT License | #import "template.typ": *
#show: thesis.with(
title: "中国科学技术大学学位论文模板示例文档",
author: "张三",
)
// #frontmatter()
// #include("chapters/abstract.typ")
#outline()
// #listoffigures
// #listoftables
// #include("chapters/notation.typ")
// #show: mainmatter
#include("chapters/intro.typ")
#include("chapters/floats.typ")... |
https://github.com/SillyFreak/typst-packages-old | https://raw.githubusercontent.com/SillyFreak/typst-packages-old/main/pre-plantuml/docs/manual.typ | typst | MIT License | #import "@preview/tidy:0.3.0"
#import "template.typ": *
#import "../src/lib.typ" as template
#let package-meta = toml("../typst.toml").package
#let date = none
// #let date = datetime(year: ..., month: ..., day: ...)
#show: project.with(
title: "pre-plantuml",
// subtitle: "...",
authors: package-meta.authors... |
https://github.com/gdg-cnu/thumbnail-renderer | https://raw.githubusercontent.com/gdg-cnu/thumbnail-renderer/main/using-typst-app/main.typ | typst | MIT License | #import "/lib/theme.typ"
#show: theme.theme.with()
#let ai-data = theme.slide.theme-color.green
#let dev = theme.slide.theme-color.blue
#let devrel = theme.slide.theme-color.red
#let game = theme.slide.theme-color.yellow
#let authors = (
(
title: [
여기에 제목을 작성합니다.
],
author: "발표자명",
author-meta... |
https://github.com/LaPreprint/typst | https://raw.githubusercontent.com/LaPreprint/typst/main/README.md | markdown | MIT License | <h1 align="center">LaPreprint for Typst</h1>
<p align="center">
<a href="https://github.com/rowanc1/LaPreprint/blob/main/LICENSE"><img alt="MIT License" src="https://img.shields.io/github/license/rowanc1/lapreprint?style=flat-square"></a>
<a href="https://github.com/rowanc1/lapreprint"><img alt="Stars" src="https://img... |
https://github.com/yan-aint-nickname/uni | https://raw.githubusercontent.com/yan-aint-nickname/uni/main/practice-6-sem/main.typ | typst | MIT License | #import "template.typ": *
#import "@preview/codelst:2.0.1": sourcecode, sourcefile
// #import "diagrams/main.typ" as main_algo
// Take a look at the file `template.typ` in the file panel
// to customize this template and discover how it works.
#show: project.with(
title: "Форматы хранения и передачи данных XML и J... |
https://github.com/csimide/SEU-Typst-Template | https://raw.githubusercontent.com/csimide/SEU-Typst-Template/master/seu-thesis/utils/packages.typ | typst | MIT License | // 统一在此文件导入包,方便后续更新
#import "@preview/a2c-nums:0.0.1": int-to-cn-num
#import "@preview/cuti:0.2.1": show-cn-fakebold, fakebold
#import "@preview/i-figured:0.2.4" |
https://github.com/donabe8898/typst-slide | https://raw.githubusercontent.com/donabe8898/typst-slide/main/opc/並行prog/02/syakyo01.typ | typst | MIT License | #show link: set text(blue)
#set text(font: "Noto Sans CJK JP",size:13pt)
#show heading: set text(font: "Noto Sans CJK JP")
#show raw: set text(font: "0xProto Nerd Font")
#show raw.where(block: true): block.with(
fill: luma(245),
inset: 10pt,
radius: 10pt
)
#align(center)[
```go
package main
import (
"fmt"
"t... |
https://github.com/yhtq/Notes | https://raw.githubusercontent.com/yhtq/Notes/main/数学模型/作业/hw7.typ | typst | #import "../../template.typ": proof, note, corollary, lemma, theorem, definition, example, remark, proposition,der, partialDer, Spec
#import "../../template.typ": *
// Take a look at the file `template.typ` in the file panel
// to customize this template and discover how it works.
#show: note.with(
title: "作业7",
au... | |
https://github.com/dainbow/MatGos | https://raw.githubusercontent.com/dainbow/MatGos/master/themes/7.typ | typst | #import "../conf.typ": *
= Теорема о равномерной непрерывности функции, непрерывной на компакте
#definition[
*Метрическим пространством* $(X, rho)$ называется множество $X$ такое, что на $X times X$ определена
числовая функция $rho: X times X -> RR$ такая что:
+ $rho(x, y) >= 0$, причём $rho(x, y) = 0 <=> x = y$... | |
https://github.com/TomVer99/Typst-checklist-template | https://raw.githubusercontent.com/TomVer99/Typst-checklist-template/main/template/template.typ | typst | MIT License | #let small-text-size = 8pt
#let large-text-size = 14pt
#let abnormals = rgb("FF9A00")
#let style-state = state("style", "0")
#let emer-page(black-and-white: false, body) = {
let size = 0.33in
let color = if black-and-white {
rgb("FFFFFF")
} else {
abnormals
}
let padding = if black-and-white {
... |
https://github.com/pklaschka/typst-hidden-bib | https://raw.githubusercontent.com/pklaschka/typst-hidden-bib/main/lib.typ | typst | MIT License | #let truly-hidden = (body) => hide( // make sure it's invisible
place(
center, float: false, // Stop adding lines and stuff
body
)
)
#let hidden-bibliography = (b) => {
set bibliography(style: "chicago-notes")
set heading(outlined: false)
truly-hidden(b)
}
#let hidden-cite = (..args) => truly-hidden(
... |
https://github.com/ticks-tan/wtu-typst | https://raw.githubusercontent.com/ticks-tan/wtu-typst/main/demo.typ | typst | #import "template/wtu-essays.typ": *
// 使用模板
#show: doc => conf(
// 中文论文标题
zhTitle: "关于XXX的研究",
colleges: "化学与化工学院",
major: "应用化学",
class: "应化xxx班",
studentId: "2000000000",
zhAuthor: "杰克",
enAuthor: "Jack",
teacher: "张三",
date: "二零二三年十二月七日",
zhAbstract: [
本文简单介绍了Typ... | |
https://github.com/gomazarashi/typst_showybox | https://raw.githubusercontent.com/gomazarashi/typst_showybox/main/Typstで式やテキストを装飾する【Showyboxパッケージ】.md | markdown | # はじめに
今回は、Typstで式やテキストを装飾する**showybox**パッケージを紹介します。[Typst Universe](https://typst.app/universe)上のページは[こちら](https://typst.app/universe/package/showybox/)、GitHub上のリポジトリは[こちら](https://github.com/Pablo-Gonzalez-Calderon/showybox-package)で、2024年8月17日現在、最新バージョンとして**2.0.1**がリリースされています。
この記事では基本的に公式リポジトリの[Showybox's Manual.p... | |
https://github.com/lucafluri/typst-templates | https://raw.githubusercontent.com/lucafluri/typst-templates/master/README.md | markdown | # Typst Templates
- [IEEE Submission Template (Adjusted)](./IEEE/)
- [FHNW MSE Project Report](./Project_Report_FHNW_MSE/) | |
https://github.com/storopoli/Bayesian-Statistics | https://raw.githubusercontent.com/storopoli/Bayesian-Statistics/main/slides/09-robust_regression.typ | typst | Creative Commons Attribution Share Alike 4.0 International | #import "@preview/polylux:0.3.1": *
#import themes.clean: *
#import "utils.typ": *
#import "@preview/cetz:0.1.2": canvas, plot
#new-section-slide("Robust Regression")
#slide(title: "Recommended References")[
- #cite(<gelman2013bayesian>, form: "prose") - Chapter 17: Models for robust
inference
- #cite(<mcelr... |
https://github.com/RiccardoTonioloDev/Bachelor-Thesis | https://raw.githubusercontent.com/RiccardoTonioloDev/Bachelor-Thesis/main/config/variables.typ | typst | Other | // All reusable variables here
#let myLang = "it"
#let myName = "<NAME>"
#let myMatricola = "2042332"
#let myTitle = "Predizione della Profondità con Deep Learning da Immagini di Telecamera Monoculare"
#let myDegree = "Tesi di laurea"
#let myUni = "Università degli studi di Padova"
#let myDepartment = "Dipartimento di ... |
https://github.com/ekmanib/curriculum-vitae | https://raw.githubusercontent.com/ekmanib/curriculum-vitae/main/docs/header.typ | typst | #grid(
columns: (3fr, 1fr),
rows: (120pt),
gutter: 3pt,
text(font: "Jost", size: 24pt)[
= <NAME>
== BsC. Economía
],
image("../assets/me3.1.jpg", height: 100%, width:100%)
)
| |
https://github.com/typst-community/valkyrie | https://raw.githubusercontent.com/typst-community/valkyrie/main/tests/types/version/test.typ | typst | Other | #import "/src/lib.typ" as z
#import "/tests/utility.typ": *
#show: show-rule.with();
#let schema = z.version()
= types/version
== Input types
#let _ = z.parse(version(0, 1, 0), schema) |
https://github.com/pal03377/presentation-feedback-log-template-typst | https://raw.githubusercontent.com/pal03377/presentation-feedback-log-template-typst/main/feedbacklog.typ | typst | MIT License | // Enter your thesis data here:
#let title = "Fancy Thesis Title"
#let degree = "Master"
#let program = "Informatics"
#let supervisor = "Prof. Dr. <NAME>"
#let advisor = "<NAME>, M.Sc."
#let author = "<NAME>"
#let presentation_date = "Sep 11, 2023"
#show heading: set text(size: 1.5em)
// Title section
#align(center)[... |
https://github.com/kiwiyou/algorithm-lecture | https://raw.githubusercontent.com/kiwiyou/algorithm-lecture/main/advanced/05-disjoint-set.typ | typst | #import "@preview/cetz:0.1.2"
#import "@preview/algorithmic:0.1.0"
#import "../slide.typ"
#show: slide.style
#show link: slide.link
#show footnote.entry: slide.footnote
#let algorithm(..args) = text(
font: ("linux libertine", "Pretendard"),
size: 17pt,
)[#algorithmic.algorithm(..args)]
#let func(body) = text(font:... | |
https://github.com/frectonz/the-pg-book | https://raw.githubusercontent.com/frectonz/the-pg-book/main/book/020.%20hundred.html.typ | typst | hundred.html
The Hundred-Year Language
April 2003(This essay is derived from a keynote talk at PyCon 2003.)It's hard to predict what
life will be like in a hundred years. There are only a few
things we can say with certainty. We know that everyone will
drive flying cars,
that zoning laws will be relaxed to allow bui... | |
https://github.com/lublak/typst-ctxjs-package | https://raw.githubusercontent.com/lublak/typst-ctxjs-package/main/typst-package/lib.typ | typst | MIT License | #let ctxjs = plugin("ctxjs.wasm")
#let string-to-bytes(data) = {
let data = data
if type(data) == str {
data = bytes(data)
} else if type(data) == array {
data = bytes(data)
} else if type(data) == content {
data = bytes(data.text)
}
data
}
#let create-context(ctxname) = {
ctxjs.create_conte... |
https://github.com/noahjutz/AD | https://raw.githubusercontent.com/noahjutz/AD/main/notizen/komplexitaet/start_value.typ | typst | #import "@preview/cetz:0.2.2"
#import "/config.typ": theme
#cetz.canvas(length: 100%, {
import cetz.draw: *
import cetz.plot
plot.plot(
axis-style: none,
y-max: 25,
name: "plot", {
plot.add(
domain: (0, 15),
style: (stroke: black),
x => x + 2 * calc.sin(x)
)
plot.add(
... | |
https://github.com/Student-Smart-Printing-Service-HCMUT/ssps-docs | https://raw.githubusercontent.com/Student-Smart-Printing-Service-HCMUT/ssps-docs/main/contents/categories/task3/3.1.typ | typst | Apache License 2.0 | = Architecture design
== Kiến trúc phân lớp (Layered architecture)
#block(inset:(left:1cm))[
Hệ thống HCMUT-SSPS sẽ sử dụng kiến trúc phân lớp (Layered architecture)
- Ưu điểm: giảm bớt phụ thuộc vì các lớp sẽ độc lập với các lớp khác, giúp việc mở rộng hay debug hệ thống đơn giản và dễ dàng hơn.
- Nhược ... |
https://github.com/TGM-HIT/typst-diploma-thesis | https://raw.githubusercontent.com/TGM-HIT/typst-diploma-thesis/main/template/chapters/conclusio.typ | typst | MIT License | #import "../lib.typ": *
= Conclusio
Hier findet eine letzte Zusammenfassung der Arbeit statt.
|
https://github.com/typst/packages | https://raw.githubusercontent.com/typst/packages/main/packages/preview/scholarly-tauthesis/0.4.0/template/content/A.typ | typst | Apache License 2.0 | /** A.typ
*
* This is an example appendix chapter in a multi-file typst project.
*
***/
#import "../preamble.typ": *
#import "@preview/scholarly-tauthesis:0.4.0" as tauthesis
= Example attachment <example-attachment>
The point of attachments is to allow an author of a scientific work to attach
research-related ob... |
https://github.com/tiankaima/typst-notes | https://raw.githubusercontent.com/tiankaima/typst-notes/master/f4610b-ml_hw/main.typ | typst | #import "@preview/colorful-boxes:1.3.1": *
#set text(font: ("New computer Modern", "Source Han Serif SC", "Source Han Serif"))
#show raw: set text(font: "New Computer Modern Mono")
#set page(
header: [
USTC-ML-24 书面作业 #h(1fr) PB21000030 马天开
],
footer: context [
#let headings = query(selector(heading.wher... | |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/layout/par-indent-03.typ | typst | Other | #set par(hanging-indent: 1em)
Welcome \ here. Does this work well?
|
https://github.com/QuadnucYard/pigeonful-typ | https://raw.githubusercontent.com/QuadnucYard/pigeonful-typ/main/examples/kfc.typ | typst | MIT License | #import "../src/lib.typ": pigeonful
#set page(width: auto, height: auto, margin: 4pt)
#pigeonful(
entries: (
"层次": [个人练习生],
"单位": [加里敦大学],
"院系": [肯德基学院],
"专业": [疯狂星期四工程(Vme50)],
"学习方式": [全日制],
"研究方向": [吮指原味鸡烹饪自动化],
"厨师": [不区分厨师],
"专项计划类型": [非专项计划],
"就业类型": [非定向就业],
),
notifie... |
https://github.com/jijinbei/typst_template | https://raw.githubusercontent.com/jijinbei/typst_template/main/manual/example/example.typ | typst | #import "../template.typ": *
#show: doc => conf(title: [トリセツ], doc)
= はじめに
#grid(columns: (50%, 50%), gutter: 3%, align: horizon, [
この度は当製品をお選びいただき、誠にありがとうございます。 ご使用前に、以下の取扱説明書を必ずお読みください。
適切かつ優しくご使用いただくことで、製品を長くお使いいただけます。
], image("image\setsumeisyo.png"))
#encloseText[商品の特徴]
当製品は一点物であり、返品や交換はお受けできません。予めご了承くださ... | |
https://github.com/normanlorrain/mdtypst | https://raw.githubusercontent.com/normanlorrain/mdtypst/main/mdtypst/README.md | markdown | Apache License 2.0 | # NOT FOR RELEASE. Work In Progress (porting from mdpdf project)
# Some notes
- [CommonMark](https://commonmark.org/)
- [Python CommonMark parser](https://github.com/readthedocs/commonmark.py), [documentation](https://commonmarkpy.readthedocs.io/en/latest/?badge=latest)
- [design of commonmark library](https://g... |
https://github.com/JanEhehalt/typst-demo | https://raw.githubusercontent.com/JanEhehalt/typst-demo/main/Deckblatt.typ | typst |
#set page(margin: (
top: 20mm,
bottom: 10mm,
left: 20mm,
right: 20mm
),
numbering: none
)
#image("provadis.png", width: 53.1mm)
#set align(center)
#v(64pt)
Bachelor Thesis
#v(32pt)
#set text(font: "Times New Roman", size: 14pt)
*Template for scientific work*
*Title and Subtitle*
#set text(... | |
https://github.com/cyp0633/hnu-bachelor-thesis-typst-template | https://raw.githubusercontent.com/cyp0633/hnu-bachelor-thesis-typst-template/master/frontpage.typ | typst | // 封面,包含基本信息等
#let frontpage(content) = [
#page(background: [
#align(center + top)[
#box(height: 5cm)
#image("assets/hnu-logo.png", height: 9.14cm)
]
])[#content]
]
#let tleft(content) = {
set text(size: 14pt, font: "Source Han Sans", tracking: 4pt)
grid.cell(align: bottom + r... | |
https://github.com/chamik/gympl-skripta | https://raw.githubusercontent.com/chamik/gympl-skripta/main/cj-dila/15-kytice.typ | typst | Creative Commons Attribution Share Alike 4.0 International | #import "/helper.typ": dilo, hrule, poezie
#dilo("Kytice z pověstí národních", "kytice", "<NAME>", "", "19. st; romantismus, národní obrození", "Česko", "1853", "lyricko-epický", "baladické básně")
#columns(2, gutter: 1em)[
*Téma*\
Kolekce lidové slovesnosti, hřích a trest.
*Motivy*\
hřích a trest, tragédi... |
https://github.com/jgm/typst-hs | https://raw.githubusercontent.com/jgm/typst-hs/main/test/typ/layout/page-03.typ | typst | Other | // Test page fill.
#set page(width: 80pt, height: 40pt, fill: eastern)
#text(15pt, font: "Roboto", fill: white, smallcaps[Typst])
#page(width: 40pt, fill: none, margin: (top: 10pt, rest: auto))[Hi]
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.