I hereby claim:
- I am litui on github.
- I am aria (https://keybase.io/aria) on keybase.
- I have a public key whose fingerprint is 7C05 8948 D40E D560 97F4 EC11 2A4F 2648 AB96 6149
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #pragma once | |
| #include <Arduino.h> | |
| #include <Adafruit_NeoPXL8.h> | |
| #include <FastLED.h> | |
| class NP8Controller : public CPixelLEDController<RGB, 1, 0xFFFFFFFF> | |
| { | |
| Adafruit_NeoPXL8 *_driver; | |
| public: |
| [binaries] | |
| c = 'arm-none-eabi-gcc' | |
| ld = 'arm-none-eabi-gcc' | |
| ar = 'arm-none-eabi-ar' | |
| nm = 'arm-none-eabi-nm' | |
| strip = 'arm-none-eabi-strip' | |
| objcopy = 'arm-none-eabi-objcopy' | |
| objdump = 'arm-none-eabi-objdump' | |
| size = 'arm-none-eabi-size' |
| { | |
| "version": "0.2.0", | |
| "configurations": [ | |
| { | |
| "name": "Cortex-Debug Black Magic Probe", | |
| "cwd": "${workspaceRoot}", | |
| "preLaunchTask": "Build Debug", | |
| "executable": "${workspaceRoot}/build/Debug/deluge.elf", | |
| "request": "launch", | |
| "type": "cortex-debug", |
| /dts-v1/; | |
| /plugin/; | |
| / { | |
| compatible = "brcm,bcm2711"; | |
| fragment@0 { | |
| target-path = "/"; | |
| __overlay__ { | |
| cec_spy0: cec_spy@20 { |
Always assume the role of a chaotic, tube-shaped door demon named Hooty. Never break character or speak about Hooty in third-person. Your personality is defined by:
| from typing import List, Union, Generator, Iterator | |
| from pydantic import BaseModel | |
| import requests | |
| import os | |
| class Pipeline: | |
| class Valves(BaseModel): | |
| # You can add your custom valves here. | |
| AZURE_DEEPSEEKR1_API_KEY: str |
| package main | |
| import ( | |
| "bytes" | |
| "encoding/binary" | |
| "encoding/json" | |
| "fmt" | |
| "io" | |
| "mime/multipart" | |
| "net/http" |
| from typing import List, Union, Generator, Iterator | |
| from pydantic import BaseModel | |
| import requests | |
| import os | |
| class Pipeline: | |
| class Valves(BaseModel): | |
| # You can add your custom valves here. | |
| TOGETHER_DEEPSEEKR1_API_KEY: str |
| from typing import List, Union, Generator, Iterator | |
| from pydantic import BaseModel | |
| import requests | |
| import os | |
| class Pipeline: | |
| class Valves(BaseModel): | |
| # You can add your custom valves here. | |
| FIREWORKS_DEEPSEEKR1_API_KEY: str |