Skip to content
View skrevolve's full-sized avatar
Block or Report

Block or report skrevolve

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
skrevolve/README.md

SmartyPants

SmartyPants converts ASCII punctuation characters into "smart" typographic punctuation HTML entities. For example:

ASCII HTML
Single backticks 'Isn't this fun?' 'Isn't this fun?'
Quotes "Isn't this fun?" "Isn't this fun?"
Dashes -- is en-dash, --- is em-dash -- is en-dash, --- is em-dash

KaTeX

You can render LaTeX mathematical expressions using KaTeX:

The Gamma function satisfying $\Gamma(n) = (n-1)!\quad\forall n\in\mathbb N$ is via the Euler integral

$$ \Gamma(z) = \int_0^\infty t^{z-1}e^{-t}dt,. $$

You can find more information about LaTeX mathematical expressions here.

UML diagrams

You can render UML diagrams using Mermaid. For example, this will produce a sequence diagram:

sequenceDiagram
Alice ->> Bob: Hello Bob, how are you?
Bob-->>John: How about you John?
Bob--x Alice: I am good thanks!
Bob-x John: I am good thanks!
Note right of John: Bob thinks a long<br/>long time, so long<br/>that the text does<br/>not fit on a row.

Bob-->Alice: Checking with John...
Alice->John: Yes... John, how are you?
Loading

And this will produce a flow chart:

graph LR
A[Square Rect] -- Link text --> B((Circle))
A --> C(Round Rect)
B --> D{Rhombus}
C --> D
Loading

Pinned Loading

  1. go-grpc-api-gateway-microservice go-grpc-api-gateway-microservice Public

    gRPC with Gin framework

    Go

  2. libuv-thread-pool-size libuv-thread-pool-size Public

    libuv thread pool size test

    TypeScript

  3. axum axum Public

    Forked from tokio-rs/axum

    Ergonomic and modular web framework built with Tokio, Tower, and Hyper

    Rust

  4. wasm-bindgen wasm-bindgen Public

    Forked from rustwasm/wasm-bindgen

    Facilitating high-level interactions between Wasm modules and JavaScript

    Rust

  5. openpilot openpilot Public

    Forked from commaai/openpilot

    openpilot is an open source driver assistance system. openpilot performs the functions of Automated Lane Centering and Adaptive Cruise Control for 250+ supported car makes and models.

    Python 1

  6. zig zig Public

    Forked from ziglang/zig

    General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.

    Zig