This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [薄荷]环境: | |
| 种草很久的汉堡店墨西哥肉酱蛋堡 | 番薯条讲道理刚拿到手的时候我是懵逼的这明显图文不符吧???后来发现蛋蛋和肉肉都跑后面去了…… | |
| 种草了半年这家店,终于来打卡了~可能是期待感很高,导致吃过后一些小失落~总体来说属于无功无过的店,路过吃一次还是可以的,但特地来感觉没有必要~他家的炸鸡筒我觉得还不错,味道久久停留在口腔中~我点的墨西哥肉酱堡,料很足,这个要夸坚固,肉酱味道浓郁,最大的卖点滑蛋反而跟我想的不一样,多了就腻,芝士片我不知道是漏放了还是本来就没有,反正我没吃出来面包的口感还不错,有咬劲儿的那种~就是一个平平无奇的汉堡店,想尝试的可以去一下,但为了好吃还是再寻觅寻觅吧 | |
| [薄荷]环境: | |
| 这家店在洪武路上,收藏好久终于来探店了,装修风格很时尚年轻化,店里面90和00后较多,我一个80后老阿姨来臭热闹了,点了一个人气旺的汉堡套餐,里面有汉堡薯条饮料,饮料给个杯子自助选品种,基本是冰的碳酸饮料但我能接受哈,汉堡超大个,很多小女生两人分一个,购买时告诉收银的分两半。汉堡料好足,吃的爽呢,吃完自己把一次性盘子放回垃圾桶 | |
| 18年去南京出差 就在酒店的对面 | |
| 终于有机会来打卡南京网红汉堡店了! | |
| 点了墨西哥肉酱蛋堡和经典蛋堡首先夸一下他们家的汉堡胚 是我吃过的最软的汉堡胚 我不喜欢吃汉堡就是因为汉堡胚太干噎 但他们家的汉堡胚 像云朵面包一样软 外层用喷气枪烤过 又多了一种微微脆的口感 蛋液和沙拉酱浸入汉堡胚中 绝了[good]尝了🐷的墨西哥肉酱咸辣口味 好吃!! | |
| 疫情期间的第八篇存货网红店,也是心心念念想要打卡的店,干脆在健身完之后去吃,还没有什么负罪感,哈哈哈😄 | |
| 【位置】 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <style lang=stylus> | |
| body | |
| overflow hidden | |
| </style> | |
| <style lang=stylus scoped> | |
| @import url('//at.alicdn.com/t/font_1322410_38fadlk7pa2.css') | |
| $width = 1.5rem | |
| a.open | |
| width $width | |
| display inline-block |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| from fbprophet import Prophet | |
| from glob import glob | |
| from pandas import Series,DataFrame | |
| from os.path import join,dirname,basename | |
| from datetime import date | |
| from collections import defaultdict | |
| import pandas as pd | |
| import csv | |
| import re |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [[[16030,{"type":"Buffer","data":[32,38,191,80,206,246,19,183,30,85,66,54,101,187,25,162,18,116,237,227,196,53,128,187,116,242,130,3,140,29,197,182]},[{"type":"Buffer","data":[32,38,191,80,206,246,19,183,30,85,66,54,101,187,25,162,18,116,237,227,196,53,128,187,116,242,130,3,140,29,197,182]}]],[16030,{"type":"Buffer","data":[32,38,191,80,206,246,19,183,30,85,66,54,101,187,25,162,18,116,237,227,196,53,128,187,116,242,130,3,140,29,197,182]},[{"type":"Buffer","data":[32,38,191,80,206,246,19,183,30,85,66,54,101,187,25,162,18,116,237,227,196,53,128,187,116,242,130,3,140,29,197,182]}]],[5686,{"type":"Buffer","data":[72,166,35,80,71,25,35,217,116,190,216,129,175,103,140,87,226,62,98,21,53,48,9,93,6,184,105,59,212,171,157,27]},[{"type":"Buffer","data":[72,166,35,80,71,25,35,217,116,190,216,129,175,103,140,87,226,62,98,21,53,48,9,93,6,184,105,59,212,171,157,27]}]],[6148,{"type":"Buffer","data":[54,156,67,68,119,0,86,132,82,107,152,191,126,95,40,112,245,49,139,220,105,41,241,20,56,124,90,134,159,154,46,11]},[{"type":"Bu |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| source ~/.zplugin/bin/zplugin.zsh | |
| [ -r "~/.cache/p10k-instant-prompt-${(%):-%n}.zsh" ] && source "~/.cache/p10k-instant-prompt-${(%):-%n}.zsh" | |
| zinit ice depth=1 | |
| zinit light romkatv/powerlevel10k | |
| [[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh | |
| HISTFILE=~/.zsh_history |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """""""""""""""""""""""""""""""""""""" | |
| " | |
| " 插件管理 | |
| " neovim 首先执行下面的命令安装 | |
| " 安装命令 | |
| " nvim +'call dein#install()' | |
| """"""""""""""""""""""""""""""""""""""" | |
| "filetype off " required | |
| set runtimepath+=/etc/vim/repos/github.com/Shougo/dein.vim |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env coffee | |
| import chunk from 'lodash/chunk' | |
| import R from './lib/redis/r' | |
| import ID from './lib/redis/id' | |
| import {ftruncateSync} from 'fs' | |
| import {join,dirname} from 'path' | |
| import BASE64 from 'urlsafe-base64' | |
| import fs from 'fs/promises' | |
| import b64dir from './lib/b64dir' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| DIR=$(cd "$(dirname "$0")"; pwd) | |
| set -ex | |
| cd $DIR | |
| #export NDK=$DIR/../android-ndk-r21e | |
| export API=30 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """""""""""""""""""""""""""""""""""""" | |
| " | |
| " 插件管理 | |
| " neovim 首先执行下面的命令安装 | |
| " 安装命令 | |
| " nvim +'call dein#install()' | |
| """"""""""""""""""""""""""""""""""""""" | |
| "filetype off " required | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| source ~/.zplugin/bin/zplugin.zsh | |
| if [[ -r "~/.cache/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then | |
| source "~/.cache/p10k-instant-prompt-${(%):-%n}.zsh" | |
| fi | |
| zinit ice depth=1 | |
| zinit light romkatv/powerlevel10k | |
| [[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh |