Skip to content

Instantly share code, notes, and snippets.

View shoaibshakeel381's full-sized avatar
๐Ÿ‰

Shoaib Shakeel shoaibshakeel381

๐Ÿ‰
View GitHub Profile
@rasoulian
rasoulian / ShortGuid.cs
Created October 5, 2016 08:35
A shorter and url friendly GUID class in C#
using System;
namespace CSharpVitamins
{
/// <summary>
/// Represents a globally unique identifier (GUID) with a
/// shorter string value. Sguid
/// </summary>
public struct ShortGuid
{
@olih
olih / jq-cheetsheet.md
Last active March 3, 2026 15:02
jq Cheet Sheet

Processing JSON using jq

jq is useful to slice, filter, map and transform structured json data.

Installing jq

On Mac OS

brew install jq