Skip to content

Instantly share code, notes, and snippets.

View johnnychen94's full-sized avatar
🚀

Johnny Chen johnnychen94

🚀
  • East China Normal University
  • Shanghai, China
View GitHub Profile
@johnnychen94
johnnychen94 / build_monorepo.jl
Last active May 21, 2022 14:41
build the monorepo Images
# setup:
# - install git-filter-repo: https://github.com/newren/git-filter-repo/
repos = readlines("repos")
exclude_files = abspath("path_excludes")
# clone all repositories into a cache folder so that we don't need to re-clone it again
mkpath("workdir")
mkpath("cache")
for repo in repos
@johnnychen94
johnnychen94 / hello.jl
Last active July 31, 2022 04:50
test curl julia
println("hello world")
x = parse(Float64, ARGS[1])
y = parse(Float64, ARGS[2])
println("x+y = $(x+y)")
@johnnychen94
johnnychen94 / check_bb_size.py
Last active February 21, 2023 01:39
check the artifact usage of BinaryBuilderBase
#! /usr/bin/env python
import os
import requests
import toml
from tqdm import tqdm
# BinaryBuilderBase:
# UUID: 7f725544-6523-48cd-82d1-3fa08ff4056e