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 | |
# 前情提要 | |
BYellow='\033[1;33m' | |
NC='\033[0m' # No Color | |
echo -e "以下即將${BYellow}半自動${NC}安裝中文化語言包,搭配rwfus 的方式讓中文包不會隨更新被洗掉, | |
在每個步驟結束時都會暫停讓你檢查是否安裝成功,若失敗的話建議回覆原廠預設再重新來過(作者本人就失敗了也是這樣做), | |
${BYellow}凡事都有風險請量力而為,重要的請先備份${NC}" | |
echo "有三個步驟,結束時均會暫停請檢查是否成功(success)" | |
echo "1. 安裝rwfus" |
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 | |
# This script is enabling (uncommenting) the Japanese locale and regenerates them | |
sudo steamos-readonly disable | |
sudo pacman-key --init | |
sudo pacman-key --populate archlinux | |
sudo pacman -S glibc | |
sudo sed -i "s%#ja_JP.UTF-8 UTF-8%ja_JP.UTF-8 UTF-8%" /etc/locale.gen | |
sudo locale-gen |
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
<html> | |
<Meta Http-Equiv="Content-Type" Content="text/html; Charset=utf-8"> | |
<body bgcolor="#93DD93"> | |
<pre id=movies style='display:none'> | |
《可可夜總會》音樂會 | |
½ 的魔法 | |
101忠狗 | |
101忠狗續集 倫敦大冒險 | |
127小時 |
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
from telethon import TelegramClient, sync | |
# Use your own values here | |
api_id = '123456' | |
api_hash = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxx' | |
channel = 'channel_name' | |
client = TelegramClient('Session_details', api_id, api_hash) | |
phone_number='9199999999' |
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
// prettier-ignore | |
const dict = { | |
sc: ['万', '与', '丑', '专', '业', '丛', '东', '丝', '丢', '两', '严', '丧', '个', '丬', '丰', '临', '为', '丽', '举', '么', '义', '乌', '乐', '乔', '习', '乡', '书', '买', '乱', '争', '于', '亏', '云', '亘', '亚', '产', '亩', '亲', '亵', '亸', '亿', '仅', '从', '仑', '仓', '仪', '们', '价', '众', '优', '伙', '会', '伛', '伞', '伟', '传', '伤', '伥', '伦', '伧', '伪', '伫', '体', '余', '佣', '佥', '侠', '侣', '侥', '侦', '侧', '侨', '侩', '侪', '侬', '俣', '俦', '俨', '俩', '俪', '俭', '债', '倾', '偬', '偻', '偾', '偿', '傥', '傧', '储', '傩', '儿', '兑', '兖', '党', '兰', '关', '兴', '兹', '养', '兽', '冁', '内', '冈', '册', '写', '军', '农', '冢', '冯', '冲', '决', '况', '冻', '净', '凄', '凉', '凌', '减', '凑', '凛', '几', '凤', '凫', '凭', '凯', '击', '凼', '凿', '刍', '划', '刘', '则', '刚', '创', '删', '别', '刬', '刭', '刽', '刿', '剀', '剂', '剐', '剑', '剥', '剧', '劝', '办', '务', '劢', '动', '励', '劲', '劳', '势', '勋', '勐', '勚', '匀', '匦', '匮', '区', '医', '华', '协', '单', '卖', '卢', '卤', '卧', '卫', '却', '卺', '厂', '厅', '历', '厉', '压', '厌', '厍', '厕', '厢', '厣', '厦', '厨', '厩', '厮', '县', '参', '叆', '叇', '双', '发', '变', '叙', '叠' |
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
@echo off | |
color 0a | |
title windows7系统垃圾清理--- | |
echo ★☆ ★☆ ★☆ ★☆ ★☆★☆★☆ ★☆ ★☆ ★☆ ★☆★ | |
echo ★☆ ★☆ ★☆ ★☆ ★☆★☆★☆ ★☆ ★☆ ★☆ ★☆★ | |
echo.★☆ ☆★ | |
echo.★☆ ☆★ | |
echo.★☆ 清理系统垃圾文件,请稍等...... ☆★ | |
echo ★☆ ☆★ | |
echo.★☆ ☆★ |