Skip to content

Instantly share code, notes, and snippets.

View aerispaha's full-sized avatar

Adam Erispaha aerispaha

View GitHub Profile
@goodki-d
goodki-d / bitbucket-pipelines.yml
Last active February 10, 2025 11:12
Using uv in Bitbucket Pipelines
image:
name: ghcr.io/astral-sh/uv:<UV_VERSION>-python<PYTHON_VERSION>-<BASE_LAYER>
definitions:
caches:
uv:
key:
files:
- uv.lock
@bonniss
bonniss / github-search-cheatsheet.md
Last active May 25, 2025 10:02
Github search cheatsheet from official docs.

Github Search Cheat Sheet

GitHub’s search supports a variety of different operations. Here’s a quick cheat sheet for some of the common searches.

For more information, visit our search help section.

Basic search

@perrette
perrette / concave_hull_and_smoothed_outline.ipynb
Created May 27, 2016 18:27
Draw concave hull of an outline with scipy and shapely. Also explore smoothing methods.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.