Skip to content

Instantly share code, notes, and snippets.

View moonspam's full-sized avatar
👨‍👩‍👧
Happy

Sung Young Moon moonspam

👨‍👩‍👧
Happy
View GitHub Profile

맞춤형 건강 식단 추천 (40세 남성, 체중 감량 및 건강 개선 목표)

1. 개인 정보 및 식습관

  • 나이: 40세
  • 성별: 남성
  • 키: 183cm
  • 몸무게: 107kg
  • 운동량: 일주일에 2-3번 트레이드밀에서 30분 정도 빠른걸음 걷기
  • 알레르기 및 기피 식품: 없음
🌞 Morning 66 commits ██████▌░░░░░░░░░░░░░░ 31.0%
🌆 Daytime 115 commits ███████████▎░░░░░░░░░ 54.0%
🌃 Evening 28 commits ██▊░░░░░░░░░░░░░░░░░░ 13.1%
🌙 Night 4 commits ▍░░░░░░░░░░░░░░░░░░░░ 1.9%
@moonspam
moonspam / index.php
Last active January 8, 2018 09:24
점심뭐먹지? v1.1
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>점심 뭐 먹지?</title>
<script>
var query = location.href.split('#');
document.cookies = 'anchor=' + query[1];
</script>
<?php
@moonspam
moonspam / lunch.php
Last active January 8, 2018 09:22
점심뭐먹지? v1.0
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>점심 뭐 먹지?</title>
</head>
<body>
<?php
// 확률함수
# Your init script
#
# Atom will evaluate this file each time a new window is opened. It is run
# after packages are loaded/activated and after the previous editor state
# has been restored.
#
# An example hack to log to the console when each text editor is saved.
#
# atom.workspace.observeTextEditors (editor) ->
# editor.onDidSave ->