Important
These benchmark results are outdated.
Check out our blog post for the latest benchmark results.
- c5.xlarge AWS instance: 4 CPUs, 8 GB RAM
Important
These benchmark results are outdated.
Check out our blog post for the latest benchmark results.
| /* | |
| SQL Queries to export customers and orders from OpenCart database as CSV to import into | |
| WooCommerce via the WP All Import plugin with the WooCommerce Add-On | |
| http://www.wpallimport.com/ | |
| - Use wp_all_import_templates.txt with the plugin to save column matching time. | |
| - Currently does not import order status | |
| */ |
| package main | |
| import ( | |
| "fmt" | |
| "strings" | |
| ) | |
| func CompareTwoStrings(stringOne, stringTwo string) float32 { | |
| removeSpaces(&stringOne, &stringTwo) |
| const publicPath = 'public'; | |
| // Node os module | |
| // The os module provides a number of operating system-related utility methods. | |
| // It can be accessed using: | |
| const os = require('os'); | |
| // Using a single monolithic configuration file impacts comprehension and | |
| // removes any potential for reusability. | |
| // As the needs of your project grow, you have to figure out the means to manage | |
| // webpack configuration more effectively. |
| add_header X-Robots-Tag "noindex, nofollow, nosnippet, noarchive"; |
All these Gist files are explained on my Open API Specification (fka Swagger Specification) tutorial on API Handyman blog.
This tutorial is composed of several posts, here are the posts links and files used for each one:
| ###### | |
| # Author: Marcello de Sales (marcello.desales@gmail.com) | |
| # Description: Create Create Environment Variables in EC2 Hosts from EC2 Host Tags | |
| # | |
| ### Requirements: | |
| # * Install jq library (sudo apt-get install -y jq) | |
| # * Install the EC2 Instance Metadata Query Tool (http://aws.amazon.com/code/1825) | |
| # | |
| ### Installation: | |
| # * Add the Policy EC2:DescribeTags to a User |
| <? | |
| ///////////////////// | |
| // slack2html | |
| // by @levelsio | |
| ///////////////////// | |
| // | |
| ///////////////////// | |
| // WHAT DOES THIS DO? | |
| ///////////////////// | |
| // |