Skip to content

Instantly share code, notes, and snippets.

@rvaiya
rvaiya / keysym_to_keyd.txt
Last active September 17, 2023 13:25
A list of X keysyms and their corresponding keyd codes on a standard US layout.
esc Escape
1 1
2 2
3 3
4 4
5 5
6 6
7 7
8 8
9 9
@joshbuchea
joshbuchea / semantic-commit-messages.md
Last active June 17, 2024 09:23
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

@Zenexer
Zenexer / Disable Windows Annoyances.md
Last active May 15, 2024 14:23
Permanently disable Windows Defender and other annoyances in Windows.

Instructions

  • To disable a service, download Disable<Service>.reg and double-click to import. (Replace <Service> with the name of the service you want to disable.)
  • To re-enable a service, download Enable<Service>.reg and double-click to import. (Replace <Service> with the name of the service you want to enable.)

Note that if you save the files by copying them into a text editor, they may need to be saved with Windows-style line endings (\r\n).

Services

@PurpleBooth
PurpleBooth / README-Template.md
Last active June 17, 2024 09:56
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites