ChrisTorng GitHub

My public projects


Project maintained by ChrisTorng Hosted on GitHub Pages — Theme by mattgraham

AI

LLM Coder - source

LLMCoder is a tool designed to streamline the process of code modification using Large Language Models (LLMs), especially for Claude. It allows you to:

  1. Paste your source code and generate line-numbered versions.
  2. Use a custom Markdown diff format to guide LLMs in generating code modifications.
  3. Apply the changes to your source code automatically, eliminating the need for manual application.

LLMCoderSync

Enhance your coding experience with Claude AI by integrating ClaudeSync and LLMCoder.

The LLMCoderServer web interface displays all files in your project, excluding those ignored by .gitignore and .claudesync. You can select which files to sync, with or without line numbers. Click the Sync All button to synchronize your selected files to the target Claude project, utilizing ClaudeSync.

AI-Tools - source

Collect my AI generated tools. .

Church/Music

ServiceSchedule - source

Service schedule pages.

MixerGame - source

由未知之多軌音軌輸入,考驗玩家的正確混音能力。

Given unknown tracks input, gamer learns how to tune mixer well.

SongsRemix - source

機動調整歌曲之各分軌聲部音量,還可配合 YouTube 影片同步播放。為練團各樂器及歌者所設計。

Live remix splitted song’s vocal and instruments. Designed for pratices.

SongsRemixDemo - source

範例樣本庫。

Demo template.

UpLifeSongs - source

UpLifeSongsBackup - source

SongsRemix 引用之 UP 生命力教會詩歌最新分軌以及先前備份。

Used by SongsRemix for UP Life Church latest songs and old backup.

SongsAlive - source

將 YouTube 影片分段,可直接點選跳到任意段落。比如可以任意唱副歌多次,或隨時跳回前奏或間奏。這是為教會敬拜所設計的工具,支援雙螢幕顯示。

Live remix YouTube song’s sections. Designed for church worship service.

PresentationAlive

讓教會雙螢幕投影更容易的 Windows 小工具,支援 PowerPoint 播放,引用網頁或本機圖片。

Make church dual screen presentation easy on Windows. Supports PowerPoint, web pages or local images.

PianoVisualizer

Minimal MIDI keyboard visualizer for your videos and livestreams! Forked from wiwikuan/PianoVisualizer with my full instructions.

Birding

eBirdScripts

eBird Scripts 是一個 TamperMonkey 使用者腳本,用於增強 eBird 網站的功能。目前會自動在 eBird 熱門鳥點 中新增「最近鳥種」及「最近紀錄」連結。

TamperMonkey scripts for eBird site.

eBird 鳥訊快報整理 - source

因為訂閱 eBird 鳥訊快報,覺得純文字內容閱讀很吃力,故自己寫了這個網頁。它會將相同地點之項目群組起來,可輕易看到某地所有的鳥種項目。也把超連結加在地點及時間上,瀏覽時不會看到網址。另將地點及鳥名中外文部份皆刪除,僅留中文部份,看起來應該輕鬆多了。

Misc

PdfProcess

Collect some pdf file processing tools. Currently the 114ListenExam combines 3 pages into 1.

BlogPosts

Some of my blog Grounded till Now ↣ Infer the Future Markdown source.

DocsConverter

For Google Docs to Substack converting tool.

Docs to HTML Converter

Convert a Google Doc to Markdown or HTML. This Docs add-on converts a Google Doc to simple Markdown and/or HTML.

ClipboardViewer - source

當使用應用程式如 郵件/PDF 檢視器等,它們常常沒有好用的翻譯功能。 為了解決這個問題,我建立了這個小工具。 你可以在這個工具中貼上任何內容,它會以網頁型式顯示內容,接下來就可以直接使用瀏覽器的翻譯功能了。 此外,它也列出剪貼簿中目前資料的所有格式,你可以檢視各種格式的內容。

When using applications like eMail or PDF viewers, they often lack a user-friendly translation function. To address this issue, I have developed this small tool. You can paste any content into this tool, and it will display the content in a web page format, allowing you to directly use the translation function of your browser. Additionally, it lists all the available formats of the current clipboard data, enabling you to view content in different formats.

Web VR (Virtual Reality) - Taipei 101

View Taipei 101 VR experience. Use the center circle to point to object and click to enter. Move down to home icon to go back. Ctrl+Alt+I to see and modify 3D layout.

Web AR (Argumented Reality) - source

View with mobile device for AR experience.

By Tinkercad and <model-viewer>

Programming

FSharpLearning

F# learning material, Focus on F# conference, and functinal C# samples.

Refactoring/RefactoringDemo

C# Refactoring for book of Refactoring chapter 1, with advanced C# syntax refactoring.

GameOfLife/GameOfLifeDemo

C#/WPF Game of life sample for learning basic unit test.

AdvancedUnitTest/AdvancedUnitTestDemo

C# advanced unit test sample.

JavaScriptSPA

Angular, React.js, Vue.js and Blazor sample.