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.
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
�V KORF hDRK(prcisson) Halay Perc Tati mixkit 2 Resat kit 5 Yeni Perc 2012 RMX Drums | |
House kit Ti2 House kit Ti1 Yeni Perc 2013* Tati mixkit 3 Tati mixkit 2 Tati mixkit 1 Stadium kit Ti Stadium kit2 Ti Session kit2 Ti Session kit2 Ti House kit Yeni Ti SFX AY KiT deneme TATi KIT | |
RockDrummer v2 Funk Drummer irt Funk Drummer irt RockDrummer v2 Tati`s worldPerc Tati`s Perc 01 2 @ Tati Perc 2014 @Tati Perc Tati mixkit 3 ~ House kit Yeni Funk Drummer irt | TSM kit !!SE!! Tati mixkit 1 } House kit Yeni { Ay Kit ORJ z Session kit2 Ti x House kit Yeni y AY KiT deneme p Stadium kit Ti q AY KiT deneme NM Darbuka Kit EMO- |
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 | |
namespace App\Http\Controllers; | |
use Illuminate\Http\Request; | |
use Intervention\Image\Facades\Image; | |
use Storage; | |
use Http; | |
use Cache; |
NewerOlder