Skip to content

Instantly share code, notes, and snippets.

View sahandevs's full-sized avatar
🐵
Working from home

Sahand Akbarzadeh sahandevs

🐵
Working from home
View GitHub Profile
@miladjahandideh
miladjahandideh / ovn-ovs-cheat-sheet.md
Last active December 26, 2025 16:26
Open vSwitch & OVN Command Cheat Sheet

Open vSwitch & OVN Command Cheat Sheet

Open vSwitch (OVS) Commands

Bridge Management

# List all bridges
ovs-vsctl show
@iximeow
iximeow / the_good_rust.rs
Created July 1, 2020 19:23
monkeypatching in rust
trait Person {
fn greeting(&self) -> StateOfMind;
fn name(&self) -> &'static str;
}
struct Ixi { }
struct Katie { }
#[derive(Debug)]
enum StateOfMind {

babel-plugin-transform-mui-imports npm

A plugin to make authoring with MUI components efficient, both for humans and bundlers.

Here's why:

@PurpleBooth
PurpleBooth / README-Template.md
Last active January 1, 2026 21:42
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