Key | Result |
---|---|
v |
select |
y |
copy (yank) |
c |
change |
d |
delete |
Get an access token from local storage, when logged in with your user in the dashboard.
localStorage.getItem('accessToken')
Create a local html file and use it in the browser:
<html>
<iframe src="https://fuww.retool.com/apps/aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa/users%20bq?#access_token=" width="100%" height="100%"></iframe>
</html>
# Change these variables as necessary. | |
main_package_path = ./cmd/example | |
binary_name = example | |
# ==================================================================================== # | |
# HELPERS | |
# ==================================================================================== # | |
## help: print this help message | |
.PHONY: help |
# Change these variables as necessary. | |
main_package_path = ./cmd/example | |
binary_name = example | |
# ==================================================================================== # | |
# HELPERS | |
# ==================================================================================== # | |
## help: print this help message | |
.PHONY: help |
Audio compression is used to reduce the dynamic range of a recording. Dynamic range is the difference between the loudest and softest parts of an audio signal. It was originally used to guard against defects when cutting wax and vinyl phonograph records, but generally became useful as a way of increasing the loudness of an audio recording without achieving distortion.
The goal of most compression applications is to increase the amplitude of the softest parts of a recording, without increasing the amplitude of the loudest parts.
Compressors generally all have the same conceptual parts. However, not all compressors present variable controls for all parts to the user. If you don't see all of your compressor's controls here, there's a chance it either has a fixed value (and no control), or is named something else:
https://support.google.com/a/answer/9048516?hl=en
https://support.google.com/a/answer/9089736?hl=en&ref_topic=9173976
export LDAPTLS_CERT=Google_2024_04_01_53965.crt
export LDAPTLS_KEY=Google_2024_04_01_53965.key
uid=user10
# Rsync to remove old files | |
gsutil -m rsync -x '.git*' -c -d -r dist gs://bucket/ | |
# Upload and gzip HTML, CSS and JavaScript | |
gsutil -m cp -z "html,css,js" -r dist/** gs://bucket/ | |
# Set expires headers (6 months) on JS and CSS assets | |
gsutil -m setmeta -h "Cache-Control: public, max-age=15552000" gs://bucket/assets/** | |
# Make sure there's no expiration headers on HTML files |