Skip to content

Instantly share code, notes, and snippets.

@leocomelli
leocomelli / git.md
Last active August 29, 2026 19:47
Lista de comandos úteis do GIT

GIT

Estados

  • Modificado (modified);
  • Preparado (staged/index)
  • Consolidado (comitted);

Ajuda

@mollifier
mollifier / zshrc_useful.sh
Last active August 29, 2026 19:45
少し凝った zshrc
# 少し凝った zshrc
# License : MIT
# http://mollifier.mit-license.org/
########################################
# 環境変数
export LANG=ja_JP.UTF-8
# 色を使用出来るようにする
@GetVladimir
GetVladimir / Force-RGB-Color-on-M1-Mac.md
Last active August 29, 2026 19:45
Force RGB Color on M1 Mac

Force RGB Color on M1 Mac

How to Force RGB Color Output instead of YPbPr on your M1 Apple Silicon Mac for an External Monitor.

This step-by-step video tutorial will guide you through the procedure of forcing RGB color output on your M1 Mac.

Force RGB Color on M1 Mac

Here is the direct link to the video tutorial: https://www.youtube.com/watch?v=Z1EqH3fd0V4

The video also has Closed Captions (Subtitles) that you can enable, to make it easier to follow if needed.

@ocombe
ocombe / README.md
Last active August 29, 2026 19:44
ChatGPT Conversation Exporter — export all your conversations as JSON + Markdown + ZIP. No dependencies beyond bash, curl, python3.

ChatGPT Conversation Exporter

Export all your ChatGPT conversations as JSON + Markdown + HTML + ZIP. Works with ChatGPT Business/Team/Enterprise accounts (including SSO/Okta).

What's exported

  • JSON — Raw conversation data from the API
  • Markdown — Clean text with headers per message, relative links to downloaded files
  • HTML — ChatGPT-style conversation viewer with sidebar navigation, syntax-highlighted code blocks, and embedded images
@arceuss
arceuss / cavestoryorgdiff.txt
Last active August 29, 2026 19:39
Cave Story .org Diff
Beta OrgView Song List for Reference (Song List is from Bottom to Top)
People of the Root - LEEF
White [Stone] Wall - WHITE
Geothermal - GRAND
Untitled - ROCKORG
Iron Head - IRONH
Moon - NOOM
Meltdown - MDOWN
Plant - PLANT
@mayneyao
mayneyao / notion2blog.js
Last active August 29, 2026 19:35
Notion.so > Personal Blog | custom domain + disqus comment
const MY_DOMAIN = "agodrich.com"
const START_PAGE = "https://www.notion.so/gatsby-starter-notion-2c5e3d685aa341088d4cd8daca52fcc2"
const DISQUS_SHORTNAME = "agodrich"
addEventListener('fetch', event => {
event.respondWith(fetchAndApply(event.request))
})
const corsHeaders = {
"Access-Control-Allow-Origin": "*",
@rj-chap
rj-chap / community.md
Last active August 29, 2026 19:33
community.md
@aquelito
aquelito / git-command.md
Last active August 29, 2026 19:25
GIT - Ligne de commande principale
title Git config
category Git

Rappel

Ne pas oublier : l'aide en ligne de commande.

Design Thinking

X → Graph → Effect<A, E, R>
│              │   │  │  │
│              │   │  │  └─ what each node needs     (§5)
│              │   │  └──── where the graph breaks   (§4)
│              │   └─────── what flows through nodes  (§2)
│              │
│ └─ nodes = functions, edges = data flow