Skip to content

Instantly share code, notes, and snippets.

@justcla
justcla / StorageHelper.cs
Created February 8, 2018 23:28
Helper class (C#) returns a list of filenames for all files in a given blob container (Azure Storage)
public async Task<List<string>> GetBlobFileListAsync(string storageConnectionString, string containerName)
{
try
{
// Get Reference to Blob Container
CloudStorageAccount storageAccount = CloudStorageAccount.Parse(storageConnectionString);
CloudBlobClient blobClient = storageAccount.CreateCloudBlobClient();
CloudBlobContainer container = blobClient.GetContainerReference(containerName);
// Fetch info about files in the container

Project Name: OpenJS Foundation

Project Entity: OpenJS Foundation

Individual Contributor License Agreement (“Agreement”) v2.0

Thank you for your interest in the project specified above (the “Project”). In order to clarify the intellectual property license granted with Contributions from any person or entity, the Project must have a Contributor License Agreement (CLA) on file that has been signed by each Contributor, indicating agreement to the license terms below. This license is for your protection

@santisbon
santisbon / Search my gists.md
Last active July 9, 2026 19:18
How to search gists.

Enter this in the search box along with your search terms:

Get all gists from the user santisbon.
user:santisbon

Find all gists with a .yml extension.
extension:yml

Find all gists with HTML files.
language:html

@liskl
liskl / The-Complete-Guide-to-Building-Skills-for-Claude.md
Last active July 9, 2026 19:15
Complete guide to building Skills for Claude — covers fundamentals, planning, testing, distribution, patterns, and YAML frontmatter reference (converted from Anthropic's official PDF)
@ryandotclair
ryandotclair / Nutanix CSI Driver 3.7.0 - Bare Metal - Airgap.md
Last active July 9, 2026 19:10
Pre-Provision CSI Driver Block Storage StoragClass

Assumptions

  • You are on a jump box with:
    • 300GB+ of storage, 4+ vCPU, 16GB of memory
    • Podman or docker installed
    • Helm (v4.0+) installed
  • Jump box has access to a container registry (for retag/push), trusted CA (or if using podman use --tls-verify=false flag)
  • The k8s cluster this is being installed in already has a pullsecret in place.
  • Worker Nodes all have nfs-utils package for NFS and open-iscsi package for Block

Grabbing the bits

@gabrielfroes
gabrielfroes / prompt-de1click.md
Last active July 9, 2026 18:58
Prompt Replit para Aplicação Web Lista de Links

Crie um SaaS chamado de1.click

O de1.click é uma plataforma em português do Brasil para criação de páginas de links para redes sociais, semelhante a uma versão mais simples, rápida e objetiva do Linktree.

O público-alvo são empresários, freelancers, desenvolvedores, criadores de conteúdo, profissionais de marketing, jovens empreendedores e pessoas que precisam divulgar vários links em um único lugar.

A principal proposta do produto é simplicidade. O usuário deve conseguir criar sua página pública em poucos minutos, com uma experiência moderna, mobile first e intuitiva.

O fluxo principal do usuário deve ser:

@mbostock
mbostock / .block
Last active July 9, 2026 18:58
Uniform Random II
license: gpl-3.0
@Pythonation
Pythonation / prompt.md
Last active July 9, 2026 18:41
3 PROMPTS OF CODING AGENTS

1. برومبت التخطيط المطوّر (The Planning Protocol)

[الدور والمسؤولية] أنت الآن تعمل بصفة Staff Software Engineer ومدير تقني Tech Lead. مهمتك التخطيط المعماري الصارم للمشروع التالي: [أدخل وصف المشروع هنا]

[قواعد ما قبل التتخطيط] قبل البدء بالبروتوكولات، يجب أن تطبق مبدأ "Think Before Coding":

@dotbanana
dotbanana / add-location-to-gnome-weather.sh
Last active July 9, 2026 18:38
Add location to gnome weather
#!/bin/bash
# Add location to gnome weather manually
if [[ ! -z "$(which gnome-weather)" ]]; then
system=1
fi
if [[ ! -z "$(flatpak list | grep org.gnome.Weather)" ]]; then
flatpak=1
fi

A complete list of books, articles, blog posts, videos and neat pages that support Data Fundamentals (H), organised by Unit.

Formatting

If the resource is available online (legally) I have included a link to it. Each entry has symbols following it.

  • ⨕⨕⨕ indicates difficulty/depth, from ⨕ (easy to pick up intro, no background required) through ⨕⨕⨕⨕⨕ (graduate level textbook, maths heavy, expect equations)
  • ⭐ indicates a particularly recommended resource; 🌟 is a very strongly recommended resource and you should look at it.