Skip to content

Instantly share code, notes, and snippets.

tag mark title url subscribe
font,tool later handwriter.ttf https://github.com/hsfzxjy/handwriter.ttf
model later NARUTO-HandSignDetection https://github.com/Kazuhito00/NARUTO-HandSignDetection
3d cache Blender https://github.com/blender/blender download
action mark GitLab Sync - GitHub Action https://github.com/kujov/gitlab-sync
action,artifact cache upload-artifact https://github.com/actions/upload-artifact
adb cache AYA https://github.com/liriliri/aya release
ai cache Morphik https://github.com/morphik-org/morphik-core
ai cache Meetily - AI-Powered Meeting Assistant https://github.com/Zackriya-Solutions/meeting-minutes
ai cache Letta https://github.com/cpacker/MemGPT
{
"title": "──── smrtgl ────",
"graph": {
"line1": { "5": ""},
"line2": { "18": ""},
"line3": {},
"line4": {},
"line5": {},
"line6": {},
"line7": {},
# Refer to https://scillidan.github.io/notes/web-app/muser.html
# Write by GPT-4o mini 🧙, scillidan 🤡
import os
import numpy as np
import json
from musicnn.extractor import extractor
input_path = 'app/assets/music/'
output_path = 'app/assets/music-tags/'
# Refer to https://github.com/TrueMyst/BeatPrints
# and https://scillidan.github.io/notes/script/beatprints.html
# Write by GPT-4o mini 🧙, scillidan 🤡
# How to use
# python this.py "<your_csv>"
import os
import dotenv
import csv
@scillidan
scillidan / Godot3.xml
Last active March 5, 2025 05:54
Godot 3 docset feed. You can use the raw-url as feed url. And Godot 4 is here, https://zealusercontributions.vercel.app/search?q=godot.
<entry>
<style class="adjust-screen-brightness" media="screen"/>
<name>Godot</name>
<version>3.6</version>
<url>https://kapeli.com/feeds/zzz/user_contributed/build/Godot/versions/3.6/Godot.tgz</url>
<url>https://sanfrancisco.kapeli.com/feeds/zzz/user_contributed/build/Godot/versions/3.6/Godot.tgz</url>
<url>https://newyork.kapeli.com/feeds/zzz/user_contributed/build/Godot/versions/3.6/Godot.tgz</url>
<url>https://london.kapeli.com/feeds/zzz/user_contributed/build/Godot/versions/3.6/Godot.tgz</url>
<url>https://frankfurt.kapeli.com/feeds/zzz/user_contributed/build/Godot/versions/3.6/Godot.tgz</url>
</entry>
# Refer to https://deeplx.owo.network/integration/python.html
# Write by GPT-4o mini 👨‍💻, scillidan 🤡
# Install
# git clone --depth=1 https://github.com/PrithivirajDamodaran/Gramformer
# python -m venv venv
# venv\Scripts\activate.bat
# pip install torch --index-url https://download.pytorch.org/whl/cu121
# pip install -e .
# python -m spacy download en
# Refer to https://deeplx.owo.network/integration/python.html
# Write by GPT-4o mini 👨‍💻, scillidan 🤡
# How to use
# Run deeplx
# pip install httpx langid
# python this.py <Input> <SourceLanguage> <TargetLanguage>
import argparse
import httpx
# Modify from https://github.com/LexsionLee/tencent-translate-for-goldendict
# For translate multi-language to Chinese, and translate Chinese to English. I hope so.
# See supported languages list on https://cloud.tencent.com/document/api/551/15620.
# Write by GPT-3.5 🧙, scillidan 🤡
# How to use
# pip install tencentcloud-sdk-python langid
# python this.py <input>
import json