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
2025年出现免费esim美国手机号: | |
安装helium mobile应用,用中国护照和假美国地址注册帐号, | |
得到形如"LPA:1$t-mobile.idemia.io$..."密钥, | |
在android手机设置的已有移动网络旁点击"+"号, | |
下载新ESIM, 点击wifi下载,点击扫码页面底下"Need Help",点击"手工输入"即可通过联通/移动激活 | |
手机不支持esim的需买9esim等空白手机卡(京东130元), | |
android手机用9esim的应用或者越狱安装magisk+magisk-module-openeuicc重启后写卡 | |
虽可经 联通/中移动 漫游激活手机卡 且含 免费 电话/短信/流量 套餐, | |
但只能通过Wi-Fi calling来使用 电话/短信 |
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
# -*- coding: utf-8 -*- | |
# Make by x:@BoxMrChen and windsurf ai | |
import asyncio | |
import base64 | |
import json | |
import io | |
import os | |
import sys | |
import pyaudio |
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
# Run Docker container with latest Ubuntu and pass DISPLAY | |
$ xhost +local:root #先允许Docker容器访问host的X服务器 | |
$ docker run --net=host --env="DISPLAY" --volume="$XAUTHORITY:/root/.Xauthority:rw" -it ubuntu | |
# Install simple GUI applications for test | |
$ apt update && apt install -y x11-apps | |
# Run GUI application 'calculator' | |
$ xcalc |
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
llama3-70b-8192的翻译是有问题的, 会导致1024字节缓冲区的后半段数据(下一个udp包的不完整前半部)作为一个udp包发送 | |
claude-3-opus-20240229的翻译 性能好于 gpt-4-turbo-2024-04-09的翻译 | |
=================================python gpt4 生成 65行============================================================ | |
import aiohttp | |
from aiohttp import web | |
import socket | |
import base64 | |
import asyncio |
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
ref: https://github.com/sleeyax/cronet-binaries/issues/1 | |
package main | |
import ( | |
"net/http" | |
"os" | |
"github.com/sagernet/cronet-go" | |
) |
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
### Keybase proof | |
I hereby claim: | |
* I am diyism on github. | |
* I am diyism (https://keybase.io/diyism) on keybase. | |
* I have a public key whose fingerprint is 11A9 8349 5D23 9308 4FF7 772A 098B 48D8 50FB 1759 | |
To claim this, I am signing this object: |
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
""" | |
curl phus.lu/fileserver.py | env PORT=8001 python | |
""" | |
import os | |
import re | |
import sys | |
import time | |
try: | |
from http.server import SimpleHTTPRequestHandler, HTTPServer |
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
rclone.conf: | |
[blomp] | |
type = swift | |
user = [email protected] | |
key = 123456 | |
auth = https://authenticate.blomp.com | |
tenant = storage | |
auth_version = 2 | |
no_chunk = true |
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
# Install dependencies "pip install youtube_transcript_api langchain" | |
# Run with "OPENAI_API_KEY=xxxx python summarize.py <youtube_id>" | |
import sys | |
from youtube_transcript_api import YouTubeTranscriptApi | |
from langchain import OpenAI, PromptTemplate | |
from langchain.text_splitter import TokenTextSplitter | |
from langchain.prompts import PromptTemplate |
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><head> | |
<style> | |
#svgContainer { | |
background-color: #dedede; | |
} | |
#svgZoom { | |
transform-origin: 0% 0%; | |
} | |
</style> |
NewerOlder