Skip to content

Instantly share code, notes, and snippets.

View rise-worlds's full-sized avatar
🔥
Focusing

rise rise-worlds

🔥
Focusing
View GitHub Profile
@rise-worlds
rise-worlds / code record
Last active May 29, 2024 03:37
code record
# code record
## 以中心点旋转点.py
## todaybing.py
@rise-worlds
rise-worlds / IAS.cmd
Created June 18, 2024 08:16
IDM-Activation-Script
@set iasver=1.2
@setlocal DisableDelayedExpansion
@echo off
::============================================================================
::
:: IDM Activation Script (IAS)
::
@rise-worlds
rise-worlds / google-tts.cs
Last active September 20, 2024 12:59
谷歌翻译语音朗读接口
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net.Http;
using System.Text;
using System.Threading.Tasks;
namespace GetVoice
{