Skip to content

Instantly share code, notes, and snippets.

View shajeen's full-sized avatar

Ahamed shajeen

View GitHub Profile
@GuillaumeDua
GuillaumeDua / MeetingCpp-2024 - Trip report.md
Last active January 19, 2025 22:05
MeetingCpp 2024 - Trip report

Conference - Meeting Cpp 2024 - Trip report

Author Guillaume Dua
Date 11/14/2024 - 01/13/2025
My attendance sponsor Fairmat

Table of content

@shajeen
shajeen / [python] clone all star repo
Last active November 9, 2024 06:10
Code to download all stared repo
from github import Github
from pygit2 import clone_repository
import random
import string
import json
import os
path = "/home/shajeen/Documents/git_stared/"
g = Github("git personal access token")