Skip to content

Instantly share code, notes, and snippets.

View peilingjiang's full-sized avatar
🏔️

Peiling Jiang peilingjiang

🏔️
  • UC San Diego
  • San Diego
  • 06:42 (UTC -08:00)
View GitHub Profile
@peilingjiang
peilingjiang / root.scss
Last active July 19, 2024 18:04
Global variables of colors, sizes, and more for a front-end project
/* version 20240719 */
// turns rem to px
@function px($rem) {
@return calc($rem / 16);
}
/* ---------------------------------- color --------------------------------- */
$black: #0e0e0e;
@peilingjiang
peilingjiang / bayesian_10_6.ipynb
Created May 2, 2021 07:58
Bayesian Modeling Problem 10.6
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.