Skip to content

Instantly share code, notes, and snippets.

View MateusRodCosta's full-sized avatar

Mateus Rodrigues Costa MateusRodCosta

View GitHub Profile
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
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%,: , - )/,)
@MateusRodCosta
MateusRodCosta / Improved Microphone (Male voices, with Noise Reduction).json
Last active May 1, 2024 05:21
An EasyEffects preset created for input devices (intended for Microphones). Please read the README.md.
{
"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,
[mateusrc@delart mBlock-4.0.0-Linux]$ npm install
> bluetooth-serial-port@2.2.5 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)’:
[mateusrc@delart mBlock-4.0.0-Linux]$ npm install
npm WARN deprecated electron-prebuilt@1.4.13: 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 hawk@3.1.3: 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 hoek@2.16.3: 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 boom@2.10.1: 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
@MateusRodCosta
MateusRodCosta / CombinacoesCadeado.java
Created June 24, 2017 03:07
Combinações Cadeado
/**
* 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.
**/