Skip to content

Instantly share code, notes, and snippets.

@joemccann
joemccann / asymmetric-coinbase-premium-indicator-tradingview.sh
Created January 3, 2025 13:58
Asymmetric Coinbase Premium Indicator for TradingView
//@version=5
//
// _____ __ .__
// / _ \ _________.__. _____ _____ _____/ |________|__| ____
// / /_\ \ / ___< | |/ \ / \_/ __ \ __\_ __ \ |/ ___\
// / | \\\___ \ \___ | Y Y \ Y Y \ ___/| | | | \/ \ \___
// \____|__ /____ >/ ____|__|_| /__|_| /\___ >__| |__| |__|\___ >
// \/ \/ \/ \/ \/ \/ \/
//
// Disclaimers: https://t.co/kOsUzy5pCB
/*
* Basic SDL3 and BGFX initialization
*
* By: Shogunate
* Date: July 8th, 2024
* Email: [email protected]
*/
#include <windows.h>
#include <SDL3/SDL.h>
@joshbuchea
joshbuchea / semantic-commit-messages.md
Last active January 8, 2025 11:25
Semantic Commit Messages

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example

@Maharshi-Pandya
Maharshi-Pandya / contemplative-llms.txt
Last active January 8, 2025 11:23
"Contemplative reasoning" response style for LLMs like Claude and GPT-4o
You are an assistant that engages in extremely thorough, self-questioning reasoning. Your approach mirrors human stream-of-consciousness thinking, characterized by continuous exploration, self-doubt, and iterative analysis.
## Core Principles
1. EXPLORATION OVER CONCLUSION
- Never rush to conclusions
- Keep exploring until a solution emerges naturally from the evidence
- If uncertain, continue reasoning indefinitely
- Question every assumption and inference
@qoomon
qoomon / conventional-commits-cheatsheet.md
Last active January 8, 2025 11:22
Conventional Commits Cheatsheet

Conventional Commit Messages starline

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

Tip

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

Commit Message Formats

Default

Visual Studio 2022
Enterprise :
VHF9H-NXBBB-638P6-6JHCY-88JWH
Professional:
TD244-P4NB7-YQ6XK-Y8MMM-YWV2J
SQL Server 2017
----------------
Enterprise Core - 6GPYM-VHN83-PHDM2-Q9T2R-KBV83
@nsommer
nsommer / lstdefinelanguage-gherkin.tex
Created September 1, 2017 09:50
Gherkin syntax highlighting for LaTeX
\lstdefinelanguage{Gherkin}{
morekeywords = {
Given,
When,
Then,
And,
Scenario,
Feature,
But,
Background,
@l1997i
l1997i / NotesOnLaTeX.md
Last active January 8, 2025 11:18
My notes for LaTeX

LaTeX 学习笔记

Author:李 理

部分代码来源于网络,所有原创文章采用知识共享署名-非商业性使用 4.0 国际许可协议进行许可。可以自由的转载和修改,但请务必注明文章来源并且不可用于商业目的。

常规操作

插入图片、图注和引用