Skip to content

Instantly share code, notes, and snippets.

View dvgamerr's full-sized avatar
🦥
ไม่ชอบออกไปไหน

Kananek Thongkam dvgamerr

🦥
ไม่ชอบออกไปไหน
View GitHub Profile

[ช่อง 1]

🗨 “용문의 관광업이 다시 호황세를 띠면서 지난해보다 관광객들이 눈에 띄게 증가했습니다”

การท่องเที่ยวของยงมุนกลับมาคึกคักอีกครั้ง และนักท่องเที่ยวเพิ่มขึ้นอย่างเห็นได้ชัดเมื่อเทียบกับปีที่แล้ว

🗨 “먹자골목 역시 관광객들로 활기가 넘치고 있습니다”

ซอยอาหารก็เต็มไปด้วยนักท่องเที่ยวที่คึกคักเช่นกัน

@dvgamerr
dvgamerr / auto-mouse.ahk
Created June 12, 2025 04:01
AutoHotkey script ที่ช่วยให้คอมพิวเตอร์ไม่เข้าโหมด Sleep โดยการเลื่อนเมาส์อัตโนมัติ / กด F9 เพื่อเปิด/ปิดการทำงาน
#SingleInstance force
#Requires AutoHotkey >=v2.0
CoordMode('Mouse', 'Screen')
CoordMode('ToolTip', 'Screen')
/** * * * * * CONFIGURATION * * * * *
* Add your details here.
* Coordinates should be in [x, y] format
* Interval is in milliseconds
* I modified your original concept to instead use only one hotkey. If MouseMover is on,
@dvgamerr
dvgamerr / config.nu
Last active July 14, 2025 11:34
nushell configures Starship prompt, custom right prompt with time/workspaces, VS Code editor, and Python venv alias.
# config.nu
#
# Installed by:
# version = "0.105.1"
#
mkdir ($nu.data-dir | path join "vendor/autoload")
starship init nu | save -f ($nu.data-dir | path join "vendor/autoload/starship.nu")
def workspaces [] {
shells | enumerate | each {|item|
package main
import (
"context"
"database/sql"
"fmt"
"log"
"net/http"
"os"
"sync"