Skip to content

Instantly share code, notes, and snippets.

View ds1dbx's full-sized avatar

NoPD ds1dbx

View GitHub Profile
@ds1dbx
ds1dbx / gist:a7c6379c66e04e7204f38e5c1583bc10
Created December 3, 2025 16:12
AI 카페 도우미 - 구글 앱 스크립트 코드
/*
apps_script_questions_api.gs
Google Apps Script single-file API server that reads a Google Sheet named
'질문답변' and returns the sheet data as JSON. Designed to be called by a
Vercel API proxy (or any HTTP client).
특징:
1) Vercel에서 실행되는 API 프록시 서버가 이 웹앱을 호출합니다.
2) 시트의 각 행을 { row, question, answer } 형태의 객체로 반환합니다.
@ds1dbx
ds1dbx / traffic-control.sh
Created November 29, 2023 05:59 — forked from magnific0/traffic-control.sh
Traffic control script for incoming and outgoing packages using TC (on a specific ip address)
#!/bin/bash
VERSION="1.0.2"
# Interface connect to out lan
INTERFACE="eth0"
# Interface virtual for incomming traffic
VIRTUAL="ifb0"
# set the direction (1 = outgoing only, 2 = incoming only 3 = both)
DIRECTION=3
# Speed
@ds1dbx
ds1dbx / README.md
Created January 23, 2019 16:06 — forked from leonardofed/README.md
A curated list of AWS resources to prepare for the AWS Certifications


A curated list of AWS resources to prepare for the AWS Certifications

A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources.