This file contains 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 base64 | |
import datetime | |
from mega import Mega | |
# Initiate MEGA client | |
mega = Mega() | |
# Login to MEGA. Make sure not to share your credentials, eg. in Github. For instance use env variables or a secrets manager. | |
EMAIL = "" |
This file contains 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
# Creepy healing / 211010domj | |
# src: https://mindisthemaster.com/sound-frequency-healing-human-body-benefits/ | |
HEALING_FREQS = [ | |
40, # Flickering lights and sounds at 40 hertz have been used in Alzheimer’s therapy studies to stimulate an increased neural response and fight symptoms of dementia. Sound at 40 hertz has been linked to gamma brain waves and the stimulation of memory. | |
174, # 174 hertz is one of the Solfeggio frequencies, a series of tones used in sacred music that is believed in alternative medicine to have different positive effects on human health. 174 hertz is associated with the reduction of both pain and stress. | |
285, # 285 hertz is also one of the Solfeggio frequencies and is considered instrumental in the healing of cuts, burns, and other physical wounds. 285 hertz sound frequencies are supposed to activate the body into cellular regeneration, encouraging it to heal itself in the event of an injury. | |
396, # This sound frequency is associated with the removal of fear and other negative |
This file contains 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 * as A from 'fp-ts/Array' | |
import * as R from 'fp-ts/Record' | |
import { pipe } from 'fp-ts/function' | |
import { contramap, Ord, clamp, ordNumber } from 'fp-ts/Ord' | |
import { Ordering } from 'fp-ts/Ordering' | |
import { fst } from 'fp-ts/Tuple' | |
const o: { [key: string]: string } = { | |
"a-tag": "stuff", | |
"c-tag": "even more stuff", |
This file contains 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
# Useful for filling in unimplemented moto https://github.com/spulec/moto functions for instance | |
import botocore.client | |
original_api_call = botocore.client.BaseClient._make_api_call | |
def mock_api_call(self, operation_name, api_params): | |
if operation_name == 'ListAliases': | |
return { | |
"Aliases": [] | |
} |
This file contains 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
[Feature] Project selection | |
And refactorings and possibly other stuff. It's been a while since I touched this and there is still no VL diff tool. | |
[Blocks] Modify.Value.Cooldown and RunningMap | |
VVVV Teensy output module | |
VVVV Audio analysis VVVV module | |
Minimal Schema Runtime | |
Various dev utilities | |
[Sketches] SceniCubes | |
[Plugins][EnttecDMXUSBProOutput] Document version bump | |
[Plugins][RemoteController] Master input |