Skip to content

Instantly share code, notes, and snippets.

View tboydar's full-sized avatar
🎯
Focusing

Dar tboydar

🎯
Focusing
View GitHub Profile
@tboydar
tboydar / README.md
Last active August 26, 2025 08:22
n8n firecrawl/v2/extract

n8n firecrawl/v2/extract

{
  "nodes": [
    {
      "parameters": {},
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [
@tboydar
tboydar / Github Webhook Tutorial.md
Created August 26, 2025 05:49 — forked from jagrosh/Github Webhook Tutorial.md
Simple Github -> Discord webhook

Step 1 - Make a Discord Webhook

  1. Find the Discord channel in which you would like to send commits and other updates

  2. In the settings for that channel, find the Webhooks option and create a new webhook. Note: Do NOT give this URL out to the public. Anyone or service can post messages to this channel, without even needing to be in the server. Keep it safe! WebhookDiscord

Step 2 - Set up the webhook on Github

  1. Navigate to your repository on Github, and open the Settings Settings
@tboydar
tboydar / n8n網頁自動化指南_20250720.md
Last active July 20, 2025 05:30
n8n 網頁自動化完整指南 - 登錄與按鈕點擊自動化教學

n8n 網頁自動化完整指南 - 登錄與按鈕點擊自動化

系統架構圖

graph TB
    A[n8n 工作流程] --> B{選擇自動化方案}
    
    B --> C[Playwright 社群節點]
    B --> D[Browserless 整合]
@tboydar
tboydar / 學習-統一的工作流程方法論-可能性.md
Last active July 19, 2025 14:29
學習-統一的工作流程方法論-可能性.md

學習-統一的工作流程方法論-可能性.md

A I 協 作 式 統 一 工 作 流 程 方 法 論 v 1

🎯 目標

建立一套 AI 協助人類從模糊想法 → 具體技術規格 → 可交付實作 的通用流程方法論。
讓 AI 成為可信賴的開發協作夥伴,而不僅是被動工具。

@tboydar
tboydar / code-editor-rules.md
Created December 17, 2024 16:55 — forked from yifanzz/code-editor-rules.md
EP12 - The One File to Rule Them All

[Project Name]

Every time you choose to apply a rule(s), explicitly state the rule(s) in the output. You can abbreviate the rule description to a single word or phrase.

Project Context

[Brief description ]

  • [more description]
  • [more description]
  • [more description]
@tboydar
tboydar / arduino blink 13
Created September 16, 2021 13:47
arduino
node-pre-gyp WARN Using request for node-pre-gyp https download
node-pre-gyp WARN Tried to download(404): https://storage.googleapis.com/cloud-profiler/pprof-nodejs/release/v1.2.0/node-v72-win32-x64-unknown.tar.gz
node-pre-gyp WARN Pre-built binaries not found for [email protected] and [email protected] (node-v72 ABI, unknown) (falling back to source compile with node-gyp)
在此解決方案中一次建置一個專案。若要啟用平行建置,請新增 "/m" 參數。
profiler.cc
win_delay_load_hook.cc
c:\users\eugene\appdata\local\node-gyp\cache\12.22.5\include\node\node.h(655): warning C4819: 檔案含有無法在目前字碼頁 (950) 中表示的字元。請以 Unicode 格式儲存檔案以防止資料遺失 (正在編譯原始程式檔 ..\bindings\profiler.cc) [F:\ST
\social_be\node_modules\pprof\build\pprof.
vcxproj]
f:\st\social_be\node_modules\pprof\bindings\profiler.cc(140): error C2131: 運算式未評估為常數 [F:\ST\social_be\node_modules\pprof\build\pprof.vcxproj]
' https://plantuml.com/zh/
'
@startuml
header 20210412
title 貓貓鬧鐘
skinparam sequenceArrowThickness 2
skinparam roundcorner 20
skinparam maxmessagesize 60
skinparam sequenceParticipant underline
actor User
' https://plantuml.com/zh/
@startuml
header 20210411
title 心如止水
skinparam sequenceArrowThickness 2
skinparam roundcorner 20
skinparam maxmessagesize 60
skinparam sequenceParticipant underline
actor User
participant "心跳感測" as A
#define OSX 0
#define WINDOWS 1
#define UBUNTU 2
#include "Keyboard.h"
int platform = OSX;
void setup() {