Skip to content

Instantly share code, notes, and snippets.

View milooy's full-sized avatar
🍺
One shot!

Yurim Jalynne Jin milooy

🍺
One shot!
View GitHub Profile
@milooy
milooy / cloudSettings
Created August 4, 2020 08:10
Visual Studio Code Settings Sync Gist
{"lastUpload":"2020-08-04T08:10:01.151Z","extensionVersion":"v3.4.3"}
@milooy
milooy / yummy.md
Created February 27, 2020 12:51
유람 인증 맛집

수지구청역 근처 맛집 But 명실상부 한국 탑티어 아끼는 사람 모두 데려올 맛

  1. 수지빈대떡: 모둠전, 오징어젓, 배추전, 꼬막
  2. 목포항: 낙지탕탕이, 민어회, 민어조림, 꽃게무침
  3. 여장군: 돼지 부속구이, 소막창
  4. 수지곱창: 부추소곱창
  5. 미가: 식사류 다 맛있음(가지육설면, 고추짜장 등), 고수고추돼지볶음
  6. 참숯막창: 돼지 똥글막창, 된장찌개
  7. 한성한우촌마을: 투뿔한우 그리고 버섯구이
export const filterBy = (dataSource, props) => {
// TODO: Yurim - refactor with flow
const {
sortIndex, sortDirection, query, filterFunction, searchKeyList, additionalSortFunction,
} = props;
const filteredList = dataSource;
const direction = sortDirection ? "asc" : "desc";
const curryiedIdentity = curry(identity);
@milooy
milooy / test.md
Created June 28, 2018 17:44
Gist markdown test

Hi

  • test
  • test2

Hell yeah

const foo = 3