Skip to content

Instantly share code, notes, and snippets.

View MedRedha's full-sized avatar
馃嚛馃嚳
In Code We Trust

Mohamed Redha Khelifi MedRedha

馃嚛馃嚳
In Code We Trust
View GitHub Profile
@PurpleBooth
PurpleBooth / README-Template.md
Last active July 16, 2026 03:27
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

@kevin-smets
kevin-smets / iterm2-solarized.md
Last active July 13, 2026 14:59
iTerm2 + Oh My Zsh + Solarized color scheme + Source Code Pro Powerline + Font Awesome + [Powerlevel10k] - (macOS)

Default

Default

Powerlevel10k

Powerlevel10k

@bomberstudios
bomberstudios / Change Font.sketchplugin
Last active April 10, 2026 10:51
Change font family for all text layers in Sketch
// Change font (ctrl a)
var doc = context.document,
selection = context.selection,
font_name = [doc askForUserInput:"Font name:" initialValue:"Arial"];
function check_layer(layer){
log(layer)
var className = layer.className()
log("Checking layer " + layer + " of klass: " + className)
if (className == "MSTextLayer") {