I hereby claim:
- I am groovin-dev on github.
- I am u8_ (https://keybase.io/u8_) on keybase.
- I have a public key ASCEVNegsnS8EVCJPjj6lfuVUWEIVIXJypkRmUqCAJSpIQo
To claim this, I am signing this object:
from flask import Flask, request, jsonify, abort | |
from flask_socketio import SocketIO, emit | |
from socketio import Client | |
import requests | |
import sys | |
import threading | |
app = Flask(__name__) | |
socketio = SocketIO(app) |
/* ==UserStyle== | |
@name Hacker News Catppuccin | |
@namespace github.com/catppuccin/hackernews | |
@version 1.1.3 | |
@description Soothing pastel theme for Hacker News | |
@author Catppuccin | |
@updateURL https://github.com/catppuccin/hackernews/raw/main/catppuccin.user.css | |
@preprocessor stylus | |
@var select theme "Theme" ["Latte", "Frappe", "Macchiato", "Mocha*"] |
I hereby claim:
To claim this, I am signing this object:
use std::collections::HashMap; | |
use std::fs::File; | |
use std::io::Write; | |
use std::str::FromStr; | |
use reqwest::Url; | |
use serde::{Deserialize, Serialize}; | |
#[tokio::main] | |
async fn main() { |
import axios, { AxiosInstance, AxiosResponse } from "axios"; | |
import fs from "fs"; | |
import { SearchResult } from "./interfaces"; | |
const key = "TENOR_KEY_HERE"; | |
const main = async () => { | |
// Create a new axios instance | |
const instance = axios.create({ |
import requests | |
import json | |
import random | |
import shutil | |
import os | |
import getpass | |
username = getpass.getuser() |
import os | |
import glob | |
import re | |
tachi_madara_path = 'D:/Projects/tachiyomi-extensions/multisrc/overrides/madara' | |
dirs = glob.glob(f'{tachi_madara_path}/*/src/*.kt') | |
# Define strings here | |
normal = """import {LanguageCode, SourceInfo} from "paperback-extensions-common"; |