Mod header is a chrome extension modify request and response headers Add and modify HTTP request headers and response headers. ** Features ** – Add/modify/remove request headers and response headers – Enable header modification based on URL/resource type – Add comments to header – Multiple different profiles – Sorting headers by name, value, or comments …
Amazon Managed Blockchain
Amazon Managed Blockchain is a fully managed service that makes it easy to create and manage scalable blockchain networks using the popular open source frameworks Hyperledger Fabric and Ethereum*. Blockchain makes it possible to build applications where multiple parties can execute transactions without the need for a trusted, central authority. Today, building a scalable blockchain …
Quart
Quart is a Python web microframework based on Asyncio. It is intended to provide the easiest way to use asyncio in a web context, especially with existing Flask apps. If you are new to Python you should start by reading Installation, if you are new to Quart then see Quickstart and if you are also new to Asyncio …
dotenv-flow npm package
dotenv is a zero-dependency npm module that loads environment variables from a .env file into process.env. dotenv-flow extends dotenv adding the ability to have multiple .env* files like .env.development, .env.test and .env.production, also allowing defined variables to be overwritten individually in the appropriate .env*.local file. Storing configuration in environment variables separate from code and grouping them by environments like development, test and production is based on The Twelve-Factor App methodology.
Neo4j
Neo4j is an open-source, NoSQL, native graph database that provides an ACID-compliant transactional backend for your applications. Neo4j is referred to as a native graph database because it efficiently implements the property graph model down to the storage level. This means that the data is stored exactly as you whiteboard it, and the database uses …
Area proportional Venn and Euler diagrams in JavaScript
Venn.js is a javascript library for laying out area proportional venn and euler diagrams. This library depends on d3.js to display the venn diagrams. Also we can add some effects such as interaction, tooltip and etc. https://github.com/benfred/venn.js/
Install laravel package from local folder
When we develop laravel packages, they should be uploaded to packagist in order to test it. It’s very annoying to update some small code snippet, upload again and test. In order to prevent this, there is a way to install laravel package from local folder. Add this code snippet to composer.json And run composer install …
Laradock and Xdebug
Mostly we use laradock or homested for laravel projects. But it has some problem for implementation of xdebug. xdebug is powerful tool to speed up development. So, most developers want to enable xdebug on laradock. Actually laradock provides xdebug option. but it is disable by default. We can just enable the option. WORKSPACE_INSTAL_WORKSPACE_SSH=true WORKSPACE_INSTALL_XDEBUG=TRUE PHP_FPM_INSTALL_XDEBUG=TRUE …
A full stack for bitcoin and blockchain-based applications https://bitcore.io/
Bitcore Infrastructure to build Bitcoin and blockchain-based applications for the next generation of financial technology. Getting Started Requirements Trusted P2P Peer MongoDB Server >= v3.4 Checkout the repo git clone git@github.com:bitpay/bitcore.git git checkout master npm install Setup Guide 1. Setup Bitcore config Example bitcore.config.json 2. Setup Bitcoin Node Example Bitcoin Mainnet Config 3. Run Bitcoin …