Skip to content

Instantly share code, notes, and snippets.

View 66my's full-sized avatar
🐼
Working for FAW

墨非未已 66my

🐼
Working for FAW
View GitHub Profile
@66my
66my / 1_ThinkpadTwist_Ubuntu14.04.md
Created July 10, 2025 14:10 — forked from Tschrock/1_ThinkpadTwist_Ubuntu14.04.md
Installing Ubuntu 14.04 on a Thinkpad Twist (s230u)

Installing Ubuntu 14.04 on a Thinkpad Twist (s230u)

Input device information

  • Touchscreen
    • 'Atmel Atmel maXTouch Digitizer'
    • Touch mode: direct
    • Max number of touches: 16

Button and Key identifiers

@66my
66my / README.md
Created September 20, 2024 14:52 — forked from jamiephan/README.md
A script to automatically add ALL items to your account in quixel

Script to add all items from quixel

As quixel is being removed, all items are free to aquire. This script is to automate the process to add items to your account (As of writing, a total of 18874 items)

Note: This script only tested in the latest version of Chrome.

How to use

  1. Copy the script from below (run.js)
  2. Login into https://quixel.com
@66my
66my / Mistral_app.py
Last active September 18, 2024 11:14 — forked from nicekate/app.py
这是用pixtral streamit应用,记得先在本地添加一个.env的文档,将你的API key放在里面。
import os
import base64
import streamlit as st
from mistralai import Mistral
from PIL import Image
import io
from dotenv import load_dotenv
# 加载 .env 文件
load_dotenv()