Tools
eustia
Tools
TypeScript
中文 Eustia Eustia is a tool for generating JavaScript utility libraries. It scans your code
to generate libraries containing only methods needed on the fly.
Installation You can install Eustia using Node Package Manager(npm).
bit
Tools
TypeScript
Docs |
Community Site |
Bit Cloud
Build composable software Bit is a toolchain for composable software development. With Bit, you can build anything in components.
It’s built to end monolithic applications and unlock a distributed form of development that is far more scalable, collaborative, and consistent.
ganache
Tools
TypeScript
A tool for creating a local blockchain for fast Ethereum development.
Features •
Getting Started •
Documentation •
Community •
Docker •
Contributing •
Related
Features Ganache is an Ethereum simulator that makes developing Ethereum applications faster, easier, and safer.
memento
Tools
TypeScript
Memento Memento is a development-only tool that caches HTTP calls once they have been executed
Why should one use Memento? When building a UI or working on any project that rely on external services, some things can slow us down:
lambda-local
Tools
JavaScript
Lambda-local Lambda-local lets you test NodeJS Amazon Lambda functions on your local machine, by providing a simplistic API and command-line tool.
It does not aim to be perfectly feature proof as projects like serverless-offline or docker-lambda, but rather to remain very light (it still provides a fully built Context, handles all of its parameters and functions, and everything is customizable easily).
ssh-tools
Tools
Shell
ssh-tools
Making SSH more convenient
ssh-ping Check if host is reachable using ssh_config
Outputs Reply from when server is reachable but login failed Outputs Pong from when server is reachable and login was successful $ ssh-ping -c 3 kim SSHPING kim Reply from kim: ssh_seq=1 time=109 ms Reply from kim: ssh_seq=2 time=136 ms Reply from kim: ssh_seq=3 time=141 ms --- kim ping statistics --- 3 requests transmitted, 3 requests received, 0% request loss ssh-last Like last but for SSH sessions
websocket-bench
Tools
JavaScript
websocket bench Nodejs cli tool for benchmarking websocket servers. Currently supports:
Socket.IO Engine.IO Faye Primus WAMP Installation npm install -g websocket-bench
Running Tests/Linting First Install required dev-dependencies npm install
linux-build
Tools
Shell
ayufan’s Rock64 Linux releases This repository contains a set of scripts to build ROCK64 linux images.
This is community maintained project in my free time. Don’t expect everything to be perfect and working.
toolchain
Tools
TypeScript
rust-toolchain Action This GitHub Action installs Rust toolchain
with rustup help.
It supports additional targets, components and profiles and handles all
these small papercuts for you.
Table of Contents
csstree
Tools
JavaScript
CSSTree CSSTree is a tool set for CSS: fast detailed parser (CSS → AST), walker (AST traversal), generator (AST → CSS) and lexer (validation and matching) based on specs and browser implementations.
pg_nosql_benchmark
Tools
Shell
pg_nosql_benchmark This is tool for benchmarking Postgres (JSONB) and MongoDB (BSON)
Introduction This is a benchmarking tool developed by EnterpriseDB to benchmark MongoDB 2.6 (BSON) and Postgres 9.4 (JSONB) database using JSON data.
react-native-create-library
Tools
JavaScript
react-native-create-library Tool to create a React Native library with a single command.
Why might you need this? If you are looking to create a native module for React Native, you need some native code for each platform you want to support and then some JavaScript code to bind it all together.
toolbox
Tools
Shell
toolbox – bring your tools with you rhcos-toolbox is a small script, designed for RHEL CoreOS, that launches a podman container to let you bring in your favorite debugging or admin tools.
tooling.report
Tools
JavaScript
What is tooling.report? It’s a quick way to determine the best build tool for your next web project, or if tooling migration is worth it, or how to adopt a tool’s best practice into your existing configuration and code base.
pixel-editor
Tools
JavaScript
Lospec Pixel Editor This is a browser based software for creating pixel art
The tool can be viewed online here: https://lospec.com/pixel-editor
How to contribute Before starting to work, please open an issue for discussion so that we can organize the work without creating too many conflicts.
BGPalerter
Tools
JavaScript
BGPalerter Self-configuring BGP monitoring tool, which allows you to monitor in real-time if:
any of your prefixes loses visibility; any of your prefixes is hijacked; your AS is announcing RPKI invalid prefixes (e.
kepler.gl
Tools
TypeScript
<p> </a> </p> <p> <a rel="nofollow noopener" target="_blank" href="https://app.netlify.com/sites/keplergl/deploys" alt="Netlify Status"></p> <p> </a> </p> <h1 align="center" dir="auto"> <a rel="nofollow noopener" target="_blank" id="user-content---keplergl--website--demo-app--docs" class="anchor" aria-hidden="true" href="#--keplergl--website--demo-app--docs"></a><br /> kepler.gl | <a rel="nofollow noopener" target="_blank" href="http://kepler.
ts-toolbelt
Tools
TypeScript
TypeScript’s largest utility library <p> </a><br /> <a rel="nofollow noopener" target="_blank" href="https://lgtm.com/projects/g/millsp/ts-toolbelt/context:javascript"></p> <p> </a><br /> <a rel="nofollow noopener" target="_blank" href="#"></p> <p> </a> </p> <p> <a rel="nofollow noopener" target="_blank" href="https://gitter.im/ts-toolbelt/community?utm_source=share-link&utm_medium=link&utm_campaign=share-link"></p> <p> </a><br /> <a rel="nofollow noopener" target="_blank" href="http://makeapullrequest.
biobakery
Tools
Shell
bioBakery tools for meta’omic profiling
Welcome to the bioBakery tools and tutorials wiki, which provides
software, documentation, and tutorials for methods for microbial
community profiling developed by the Huttenhower
git-sync
Tools
Shell
git-sync There’s a bunch of web deployment systems lately that use git for uploading applications.
I hate this.
Deployments are not just a checkpoint in your application development, they are also something that itself needs to be developed and tested.