Create various settings file I have one file for each provider, all in ~/.claude
- KIMI K2.5: kimi_settings.json
{
"env": {
"ANTHROPIC_BASE_URL": "https://api.moonshot.ai/anthropic",
| services: | |
| litellm: | |
| image: ghcr.io/berriai/litellm:main-latest | |
| container_name: glm-proxy | |
| ports: | |
| - "4000:4000" | |
| volumes: | |
| - ./litellm_config.yaml:/app/config.yaml | |
| command: --config /app/config.yaml | |
| restart: unless-stopped |
| import { Canvas, Circle, Group, Rect, Shader, Skia, useClock, RuntimeShader, SkRuntimeEffect, RoundedRect } from "@shopify/react-native-skia"; | |
| import { SafeAreaView, StyleSheet } from "react-native"; | |
| import { useDerivedValue, useSharedValue } from "react-native-reanimated"; | |
| import { Gesture, GestureDetector, GestureHandlerRootView } from 'react-native-gesture-handler'; | |
| const styles = StyleSheet.create({ | |
| centered: { | |
| flex: 1, | |
| alignItems: 'center', | |
| justifyContent: 'center', |
| pipeline { | |
| agent any | |
| environment { | |
| DOCKER_HUB_CREDENTIALS = "docker-hub-credentials" | |
| IMAGE_NAME = 'todo-application-image' | |
| DOCKER_REPO = 'abdul5798/todo-application' | |
| DOCKER_TAG = 'latest' | |
| } | |
| stages { | |
| stage('Checkout') { |
| import React, { useState } from 'react'; | |
| import { Pressable, View } from 'react-native'; | |
| import Animated, { css } from 'react-native-reanimated'; | |
| export default function Wave() { | |
| const [clickLocation, setClickLocation] = useState({ x: -1, y: -1 }); | |
| const dots = Array.from({ length: 323 }); | |
| const size = 19; | |
| const color = `rgb(${Math.random() * 255}, ${Math.random() * 255}, ${Math.random() * 255})` |
| export const countries = [ | |
| { | |
| callingCode: '+376', | |
| cca2: 'AD', | |
| flag: '๐ฆ๐ฉ', | |
| name: { | |
| bg: 'ะะฝะดะพัะฐ', | |
| by: 'ะะฝะดะพัะฐ', | |
| cn: 'ๅฎ้ๅฐ', | |
| cz: 'Andorra', |
People
:bowtie: |
๐ :smile: |
๐ :laughing: |
|---|---|---|
๐ :blush: |
๐ :smiley: |
:relaxed: |
๐ :smirk: |
๐ :heart_eyes: |
๐ :kissing_heart: |
๐ :kissing_closed_eyes: |
๐ณ :flushed: |
๐ :relieved: |
๐ :satisfied: |
๐ :grin: |
๐ :wink: |
๐ :stuck_out_tongue_winking_eye: |
๐ :stuck_out_tongue_closed_eyes: |
๐ :grinning: |
๐ :kissing: |
๐ :kissing_smiling_eyes: |
๐ :stuck_out_tongue: |
| .monaco-workbench | |
| .part.editor | |
| > .content | |
| .editor-group-container | |
| > .editor-group-watermark | |
| > .letterpress { | |
| background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABpIAAAQDCAMAAABTZUgKAAAC61BMVEUAAADq9/zq9fzt9vvx9Pnv8/jo9fvs+//r8fbu+//j7Pfl7/fj7vfj+f/l+v/o8fnt/P/w9Prk7/fi+f/n+v/g+P/i7fbg7Pbo/P/h+//98vDo+P/77fn/8+X/8uPk+//35f/h9f//8uH34//k9v//7eD79Ok8mdQjictP5f8IeLpp5f9PzP/LT///uE9P6v9Psf//tE8AAAD/XQBPs/9W5/+tz+nS4/Kd8P+q8v/J9//C9v+WweO61ezM4fFAm9YSe7xp6f/W+f9c6P9i6f8qjMxx5/87ks7c6fTb+v+00uoyjs3P+P+x8/+k8f+F7P/Y5vOmx+ORveGQ7v/D7f9az/+49P+K7f9Vzv+fxeR21/9N4f3I3/CmzemsyeMkgb8afr1MmdHA1+xt1P/D3fDU8f/V5vRJn9drqdiX7v++2u+99f9SndLM8P/e7PZbp9p56P9Endam5P9g0f9m0v9Els9jq9suhsF0rdpx6/+W3/98sdxVpNmeyuiu5v+G2/+O3f9PotjI2+3P3+2JuN//vl+e4v9ZoNOgwd6DtN280+e76v9lptaXxuaAuOBQk8d57P9BjMM4iMF/2f//zIGEvOK0zeR2s91fo9XZ8/+16f+LveJZmMlvst//xG/e9P9/7f/OWf9nrt1/6f94t+FjncuTudlIzvJFxOyZvNttrttK2Pj/05P/69DY6vb/3q9soc7P5vT/79uMw+Zfuf/RYv/F2OpzptBCu+d5qdL/5ce01+7/4ryNtdjUbf9Ij8X/2KD/bBdwwP/Xd/+IstaV8f8+o9n13P+Ax/ |
| { | |
| "arrowParens": "avoid", | |
| "endOfLine": "lf", | |
| "plugins": [], | |
| "printWidth": 100, | |
| "quoteProps": "as-needed", | |
| "semi": false, | |
| "singleQuote": false, | |
| "tabWidth": 2, | |
| "trailingComma": "es5", |
| const { getDefaultConfig } = require("expo/metro-config") | |
| const path = require("path") | |
| // Find the project and workspace directories | |
| const projectRoot = __dirname | |
| // This can be replaced with `find-yarn-workspace-root` | |
| const workspaceRoot = path.resolve(projectRoot, "../..") | |
| const config = getDefaultConfig(projectRoot) |