Skip to content

Instantly share code, notes, and snippets.

View peilingjiang's full-sized avatar
🌴

Peiling Jiang peilingjiang

🌴
  • UC San Diego
  • San Diego
  • 09:14 (UTC -07:00)
View GitHub Profile
@peilingjiang
peilingjiang / root.scss
Last active July 1, 2024 19:31
Global variables of colors, sizes, and more for a front-end project
/* version 20240630 */
// 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.