repository | live-demo | js / license |
---|---|---|
Anime Keyframes Gallery | ![]() |
lightGallery / License |
color | ![]() |
MIT |
heti | ![]() |
Annotate / MIT |
rosetta | [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"title": "──── smrtgl ────", | |
"graph": { | |
"line1": { "5": "✦"}, | |
"line2": { "18": "✦"}, | |
"line3": {}, | |
"line4": {}, | |
"line5": {}, | |
"line6": {}, | |
"line7": {}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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/' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Check and change these | |
HOME="/home/user" | |
GOLDENDICT_DL="$HOME/Download/goldendict" | |
FORVO_PRON="$GOLDENDICT_DL/sound-dirs/Forvo_pron" | |
FORVO_OPUS="$GOLDENDICT_DL/sound-dirs/Forvo_pronunciations/export/opus" | |
FORVO_DSL="$GOLDENDICT_DL/sound-dirs/ForvoDSL/ForvoDSL-20220513" | |
# Remove the FORVO_PRON directory if it exists and create a new one |
NewerOlder