Pinned Loading
-
SQL-92 reserved words.rs
SQL-92 reserved words.rs 1// Database Language SQL (SQL-92)
23// A
4pub const ABSOLUTE : &str = "ABSOLUTE";
5pub const ACTION : &str = "ACTION";
-
immutable quadtree implementation
immutable quadtree implementation 1use std::fmt::Debug;
2use std::mem;
3use crate::quad_tree::shape::{Point, Rectangle};
45pub struct QuadTree<TValue: Debug> {
-
qdb-sql
qdb-sql PublicA distributed relational database with a minimal set of dependencies and with SQL-92 support. Has slim runtime layer. Currently at the MVP stage.
Rust
-
-
groupBy(arr, func) on typescript
groupBy(arr, func) on typescript 1type FunctionTypeAsKey = number | string;
2type ClusterFuncSignature<T> = (e: T) => FunctionTypeAsKey;
3type Group<T> = {
4[k in FunctionTypeAsKey] : Array<T>
5}
-
immg
immg PublicImport maps module generator (immg). Import maps allows control over what URLs get fetched by JavaScript import statements and import() expressions.
TypeScript
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.