Print Tool
Node Print API Client
TypeScript execution environment and REPL for node.js, with source map support
CMake.js - a Node.js native addon build tool
Fastest Levenshtein distance implementation in JS.
extended POSIX-style sprintf
plugin to pretty-print or minify XML, JSON, CSS and SQL files
Serialize Svelte AST nodes into stringified syntax. A.k.a parse in reverse.
Print a unified-latex AST with no fancy formatting
Check installed versions of node and npm
node print to console with utils information.
Prints a pretty diff of two strings.
Like request, but smaller.
find process info by port/pid/name etc.
YAML language server
Parsing tools that complement the @appthreat/atom project.
Print React components in the browser
File system tree printer - print a file system structure as a tree
JavaScript syntax tree transformer, nondestructive pretty-printer, and automatic source map generator
unist utility to serialize a node, position, or point as a human readable location
WebAssembly text format printer
Lists the contents of directories in a tree-like format, similar to the Linux tree command.
Fast 0-deps bash parser written in TypeScript
Simplified HTTP request client.
Knife plugin to print node names and IPs formatted for inclusion in a hosts file.
centralbank - print your own money / cryptocurrency; run your own federated central bank nodes on the blockchain peer-to-peer over HTTP; revolutionize the world one block at a time
Recursive method that converts the head node to a plain string, allowing you to print and visualize your binary tree.
shilling (or schilling) on the blockchain! rock-solid alpine dollar from austria; print (mine) your own shillings; run your own federated shilling central bank nodes w/ public distributed (hyper) ledger book on the blockchain peer-to-peer over HTTP; revolutionize the world one block at a time with cryptos
GQLite is a Rust-language library, with a C interface, that implements a small, fast, self-contained, high-reliability, full-featured, Graph Query database engine. GQLite support multiple database backends, such as SQLite and redb. This enable to achieve high performance and for application to combine Graph queries with traditional SQL queries. GQLite source code is license under the [MIT License](LICENSE) and is free to everyone to use for any purpose. The official repositories contains bindings/APIs for C, C++, Python, Ruby and Crystal. The library is still in its early stage, but it is now fully functional. Development effort has now slowed down and new features are added on a by-need basis. It supports a subset of OpenCypher, with some ISO GQL extensions. Example of use -------------- ```ruby require 'gqlite' begin # Create a database on the file "test.db" connection = GQLite::Connection.new filename: "test.db" # Execute a simple query to create a node and return all the nodes value = connection.execute_oc_query("CREATE () MATCH (n) RETURN n") # Print the result if value.nil? puts "Empty results" else puts "Results are #{value.to_s}" end rescue GQLite::Error => ex # Report any error puts "An error has occured: #{ex.message}" end ``` The documentation for the GQL query language can found in [OpenCypher](https://auksys.org/documentation/5/libraries/gqlite/opencypher/) and for the [API](https://auksys.org/documentation/5/libraries/gqlite/api/).
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.