Git Commit Analyzer 是一款革命性的 Git 插件,它利用人工智能技术自动生成有意义的提交信息,基于你的暂存更改。无论你是经验丰富的开发者还是编程新手,这个强大的工具都能显著提升你的 Git 使用体验。
- 🤖 自动生成符合 Git Flow 规范的提交信息
- 🌐 支持本地 (Ollama) 和远程 (Groq)AI 模型
- 💻 交互式模式,让你可以选择 AI 提供商,使用、编辑或取消建议的提交信息
- 🖥️ 跨平台兼容 (Linux, macOS, Windows)
| // ==UserScript== | |
| // @name Suno Aligned Words Fetcher with Auth | |
| // @namespace http://tampermonkey.net/ | |
| // @version 1.2 | |
| // @description Fetch aligned words with auth and add a button under the image on Suno pages. | |
| // @author Your Name | |
| // @match https://suno.com/song/* | |
| // @grant none | |
| // ==/UserScript== |
| 'use strict'; | |
| const crypto = require('crypto'); | |
| const ENC_KEY = "bf3c199c2470cb477d907b1e0917c17b"; // set random encryption key | |
| const IV = "5183666c72eec9e4"; // set random initialisation vector | |
| // ENC_KEY and IV can be generated as crypto.randomBytes(32).toString('hex'); | |
| const phrase = "who let the dogs out"; | |
| var encrypt = ((val) => { |
| function example(template, ...values) { | |
| console.log(template); | |
| console.log(values); | |
| } | |
| const a = 1, b = 2, c = 3; | |
| example`Testing ${a} ${b} ${c}.`; |
pip3 install --upgrade tockloader| import { useState, ReactNode, useRef, useMemo } from 'react'; | |
| import { Select, Spin } from 'antd'; | |
| import { SelectProps } from 'antd/es/select'; | |
| import debounce from 'lodash/debounce'; | |
| export interface DebounceSelectProps<ValueType = any> | |
| extends Omit<SelectProps<ValueType>, 'options' | 'children'> { | |
| fetchOptions: (search: string) => Promise<ValueType[]>; | |
| debounceTimeout?: number; | |
| defaultOptions?: ValueType[]; |
| <article class="forecast"> | |
| <h1>Weather forecast for Seattle</h1> | |
| <article class="day-forecast"> | |
| <h2>03 March 2018</h2> | |
| <p>Rain.</p> | |
| </article> | |
| <article class="day-forecast"> | |
| <h2>04 March 2018</h2> | |
| <p>Periods of rain.</p> | |
| </article> |
Update $BROWSER env var
vim ~/.profile
export BROWSER=/usr/bin/google-chrome-stable
Remove mime bindings