Skip to content

Instantly share code, notes, and snippets.

View github-bowen's full-sized avatar
💭
Studying

Bowen github-bowen

💭
Studying
View GitHub Profile

Setting Up MCP Servers on Windows

A step-by-step guide to setting up Model Context Protocol (MCP) servers for Claude Desktop on Windows.

Prerequisites

  1. Install Node.js (v18.x or later)
    • Download from: https://nodejs.org/
    • Verify installation by opening Command Prompt (CMD) and running:
      node --version
      npm --version
@pouyaardehkhani
pouyaardehkhani / Keep Google Colab from disconnecting markdown.md
Last active April 22, 2025 01:34
Keep Google Colab from disconnecting

Problem

I was training a deep learning model on Google Colab. I had to go somewhere for an emergency work. When I came back, I realized that Colab was disconnected; Therefore, I had to run the whole model again.

Solution

I searched on the Internet to solve this problem. I noticed that Colab will be disconnected if you don't click on the page. Here is an answer that I find:

function ClickConnect() {
  console.log('Working')
 document
@qoomon
qoomon / conventional-commits-cheatsheet.md
Last active April 25, 2025 04:00
Conventional Commits Cheatsheet

Conventional Commit Messages starline

See how a minor change to your commit message style can make a difference.

Tip

Take a look at git-conventional-commits , a CLI util to ensure these conventions, determine version and generate changelogs

Commit Message Formats

Default

@HaoweiCh
HaoweiCh / 改变网页背景为护眼色
Created November 12, 2015 12:50
改变网页背景为护眼色
// ==UserScript==
// @name 改变网页背景为淡灰色
// @namespace pecial Links Converter
// @description 只改变网页中背景的白色和接近白色的为淡灰色。
// @version 1.0
// @include http*
// @include ftp
// @exclude
// ==/UserScript==