Skip to content

Instantly share code, notes, and snippets.

View clagiordano's full-sized avatar

Claudio Giordano clagiordano

View GitHub Profile
@carsongee
carsongee / github_org_stats.py
Last active May 16, 2024 18:57
Grab Contributor Statistics for a Given GitHub Organization
#!/usr/bin/env python
# This is free and unencumbered software released into the public domain.
# Anyone is free to copy, modify, publish, use, compile, sell, or
# distribute this software, either in source code form or as a compiled
# binary, for any purpose, commercial or non-commercial, and by any
# means.
# In jurisdictions that recognize copyright laws, the author or authors
# of this software dedicate any and all copyright interest in the
@ldez
ldez / gmail-github-filters.md
Last active April 16, 2025 20:12
Gmail and GitHub - Filters

Gmail and GitHub

How to filter emails from GitHub in Gmail and flag them with labels.

The labels in this document are just examples.

Pull Request

Filter Label
@btroncone
btroncone / ngrxintro.md
Last active March 5, 2025 20:40
A Comprehensive Introduction to @ngrx/store - Companion to Egghead.io Series

Comprehensive Introduction to @ngrx/store

By: @BTroncone

Also check out my lesson @ngrx/store in 10 minutes on egghead.io!

Update: Non-middleware examples have been updated to ngrx/store v2. More coming soon!

Table of Contents

@PurpleBooth
PurpleBooth / README-Template.md
Last active April 24, 2025 18:58
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

@kartoch
kartoch / hubic_credentials.py
Last active April 12, 2018 12:22
Python script to obtain Hubic credentials (access and renew tokens)
"""
As Hubic web services are deprecated, this is a small script to request
access and refresh token. It starts a flask server at http://localhost:5000/, the
users fill the hubic authentication form with its navigator and obtain the
credentials returned by the application.
You need requests-oauthlib and flask:
pip install flask
pip install requests-oauthlib