Skip to content

Instantly share code, notes, and snippets.

View skim0119's full-sized avatar
🌺
I may be slow to respond.

Seung Hyun Kim skim0119

🌺
I may be slow to respond.
  • Urbana Champaign
View GitHub Profile
@skim0119
skim0119 / build_elastica.sh
Created August 29, 2022 22:08 — forked from tp5uiuc/build_elastica.sh
Build Elastica on systems
#!/usr/bin/env bash
declare -A compilers
# compilers[gcc]="/home/linuxbrew/.linuxbrew/opt/gcc@8/bin/g++-8"
compilers[gcc10]=g++-10
# compilers[gcc11]=g++-11
# compilers[clang]=clang++-8
declare -A cmake_build_types
# cmake_build_types[debug]="Debug"
@skim0119
skim0119 / Storing-Images-On-Github.md
Created February 7, 2022 05:55 — forked from joncardasis/Storing-Images-On-Github.md
Storing Images and Demos in your Repo

Storing Images and Demos in your Repo

In this quick walkthough you'll learn how to create a separate branch in your repo to house your screenshots and demo gifs for use in your master's readme.

How to

1. Clone a fresh copy of your repo

In order to prevent any loss of work it is best to clone the repo in a separate location to complete this task.

2. Create a new branch

Create a new branch in your repo by using git checkout --orphan assets

@skim0119
skim0119 / pypi-release-checklist.md
Last active December 29, 2021 04:34 — forked from audreyfeldroy/pypi-release-checklist.md
My PyPI Release Checklist

Release Checklist

  • Update RELEASE.md - It should be in based on milestone description.
  • Commit the changes:
git add RELEASE.md
git commit -m "Changelog for upcoming release <version>"
  • Final check README and CONTRIBUTING.

Contributing

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.

Please note we have a code of conduct, please follow it in all your interactions with the project.

Pull Request Process

  1. Ensure any install or build dependencies are removed before the end of the layer when doing a