All New

user:thomas gists created by user

title:mygist gists with given title

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

Login


All New Login

All gists

Recently created
Least recently created
Recently updated
Least recently updated

MisterFixx / prompt.js

0 likes
0 forks
2 files
Last active 1746447820
1 import { SlashCommandBuilder } from 'discord.js';
2 import axios from 'axios';
3
4 let prompting = false;
5 const num_gpu_map = {
6 'gemma3:12b': 48,
7 'gemma3:27b': 30,
8 'dolphin-mixtral:8x7b-v2.5': 9,
9 'phi4': 33
10 };

MisterFixx / Delete all cloudflare IP access rules

0 likes
0 forks
1 files
Last active 1745852183
1 import axios from 'axios';
2 import pLimit from 'p-limit';
3 const CONCURRENCY_LIMIT = 2; // setting this to any higher value will make cloudflare block you for 5 minutes
4
5 const api = axios.create({
6 baseURL: 'https://api.cloudflare.com/client/v4',
7 headers: {
8 "X-Auth-Email": "deez",
9 "X-Auth-Key": "peter_griffin",
10 "Content-Type": "application/json"

MisterFixx / zaipline-docker-compose.yaml

0 likes
0 forks
1 files
Last active 1744228299
1 services:
2 postgresql:
3 image: postgres:16
4 restart: unless-stopped
5 env_file:
6 - .env
7 environment:
8 POSTGRES_USER: ${POSTGRESQL_USER:-zipline}
9 POSTGRES_PASSWORD: ${POSTGRESQL_PASSWORD:?POSTGRESSQL_PASSWORD is required}
10 POSTGRES_DB: ${POSTGRESQL_DB:-zipline}
Newer Older

Powered by Opengist ⋅ Load: 87ms⋅

日本語
Čeština Deutsch English Español Français Magyar Italiano 日本語 Polski Português Русский Türkçe Українська 中文 繁體中文