- Dublin, Ireland
- https://callemo.com
- @[email protected]
Pinned Loading
-
-
Unstructured key-value storage for M...
Unstructured key-value storage for MySQL 1CREATE TABLE IF NOT EXISTS `collection` (
2`id` BIGINT UNSIGNED NOT NULL AUTO_INCREMENT,
3`uuid` BINARY(16) NOT NULL,
4`value` MEDIUMBLOB NOT NULL,
5`version` BIGINT UNSIGNED NOT NULL DEFAULT 1 COMMENT 'optimistic updates',
-
htag.js – A Bare bones interpretatio...
htag.js – A Bare bones interpretation of the Hyperscript syntax. 1/*
2htag.js
3A Bare bones interpretation of the Hyperscript syntax.
4*/
5var h = function h(tag, attributes, ...children) {
-
https://en.wikipedia.org/wiki/Trie i...
https://en.wikipedia.org/wiki/Trie in JavaScript 1/* trie.js */
23class TrieNode {
4constructor(value) {
5this.value = value;
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.