This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import numpy as np | |
| import wave | |
| from random import randint | |
| sample_rate = 48000 | |
| samples_per_cycle = 256 | |
| for z in range(8): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Japan Shipping Rates API | |
| swagger: '2.0' | |
| info: | |
| title: Japan Post Shipping Rates API | |
| description: Move your app forward with the Japan Shipping Rates API | |
| version: "1.0.0" | |
| # the domain of the service | |
| host: japanshippingrates.io | |
| # array of all schemes that your API supports | |
| schemes: |