Skip to content

Instantly share code, notes, and snippets.

View proppy's full-sized avatar

Johan Euphrosine proppy

View GitHub Profile
@proppy
proppy / caravel-user-project-with-conda-eda.ipynb
Last active December 15, 2022 05:56
caravel-user-project-with-conda-eda.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@proppy
proppy / README.md
Last active December 6, 2022 09:32
apk2layer

apk2layer

apk2layer flattens an alpine linux package(s) and its dependencies into a standalone tarball.

Usage

apk2layer [-mirror] PKGNAME... > layer.tar
@proppy
proppy / openram-playground.ipynb
Last active October 14, 2022 20:33
openram-playground.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@proppy
proppy / xls-playground-conda.ipynb
Last active October 14, 2022 14:12
xls-playground-conda.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@proppy
proppy / xls_playground_conda-japanese.ipynb
Last active October 14, 2022 14:12
xls_playground_conda(Japanese)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@proppy
proppy / klayout-playground.ipynb
Last active July 28, 2022 07:06
klayout-playground.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@proppy
proppy / depy.sh
Created August 10, 2011 12:49
depy: hack to vendor a python library and its dependencies
set -e
[ $# -ge 2 ] || (echo 'usage: depy PACKAGES... DIRECTORY' ; false)
PACKAGES=${@:1:$(($#-1))}
DESTINATION=${!#}
TMPDIR=/tmp/depy.$$
pip install -E $TMPDIR $PACKAGES
find $TMPDIR -type f -name "*.pyc" -delete
PACKAGES=$(pip freeze -E $TMPDIR | cut -d '=' -f 1 | xargs -n 1 -I @package@ find $TMPDIR -ipath '*/@package@/__init__.py' | sed -e s/__init__\.py//)
mkdir -p $DESTINATION
cp -R $PACKAGES $DESTINATION
@proppy
proppy / openlane-with-conda-eda.ipynb
Last active May 12, 2022 15:12
openlane-with-conda-eda.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@proppy
proppy / mosfet_simulation.ipynb
Last active May 10, 2022 12:34
mosfet_simulation.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@proppy
proppy / zerotoasic_project1_1.ipynb
Last active May 6, 2022 14:56
zerotoasic_project1_1.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.