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
Computer Information: | |
Manufacturer: Dell Inc. | |
Model: 0CRKJ6 | |
Form Factor: Laptop | |
No Touch Input Detected | |
Processor Information: | |
CPU Vendor: GenuineIntel | |
CPU Brand: Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz | |
CPU Family: 0x6 |
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
title: MateusRodCosta's Picard Naming Script | |
description: | | |
My personal Picard naming script, focuses mainly on soundtracks (with good support for multi-disc soundtracks) as well as basic support for non-soundtrack albums. | |
author: Mateus Rodrigues Costa | |
license: CC0 | |
version: '1.0' | |
last_updated: 2022-07-07 22:12:13 UTC | |
script_language_version: '1.1' | |
script: | | |
$if(%album%,$replace(%album%,: , - )/,) |
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
{ | |
"input": { | |
"blocklist": [], | |
"compressor": { | |
"attack": 20.0, | |
"boost-amount": 6.0, | |
"boost-threshold": -72.0, | |
"hpf-frequency": 10.0, | |
"hpf-mode": "off", | |
"input-gain": 0.0, |
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
[mateusrc@delart mBlock-4.0.0-Linux]$ npm install | |
> [email protected] install /home/mateusrc/Downloads/mBlock-4.0.0-Linux/node_modules/bluetooth-serial-port | |
> node-gyp configure build | |
make: Entering directory '/home/mateusrc/Downloads/mBlock-4.0.0-Linux/node_modules/bluetooth-serial-port/build' | |
CXX(target) Release/obj.target/BluetoothSerialPort/src/linux/BluetoothSerialPort.o | |
In file included from /home/mateusrc/.cache/node-gyp/8.16.1/include/node/node.h:63, | |
from ../src/linux/BluetoothSerialPort.cc:12: | |
/home/mateusrc/.cache/node-gyp/8.16.1/include/node/v8.h: In static member function ‘static void v8::V8::SetAllowCodeGenerationFromStringsCallback(v8::DeprecatedAllowCodeGenerationFromStringsCallback)’: |
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
[mateusrc@delart mBlock-4.0.0-Linux]$ npm install | |
npm WARN deprecated [email protected]: electron-prebuilt has been renamed to electron. For more details, see http://electron.atom.io/blog/2016/08/16/npm-install-electron | |
npm WARN deprecated [email protected]: This module moved to @hapi/hawk. Please make sure to switch over as this distribution is no longer supported and may contain bugs and critical security issues. | |
npm WARN deprecated [email protected]: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial). | |
npm WARN deprecated [email protected]: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid |
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
/** | |
* Created by Mateus on 23/06/2017. | |
*/ | |
/** | |
* Para guardar suas jóias Kerolen resolveu comprar um cadeado para fechar sua maleta, onde o segreado do cadeado é | |
* formado pelos números (0, 1, 2, 3, 4, 5, 6), no entanto são 5 combinações, sendo a combinação da terceira casa é o | |
* número 0 e da última casa é o número 4. De acordo com estes dados, determine o total de combinações possíveis. | |
**/ |