Skip to content

Instantly share code, notes, and snippets.

View hanfeisun's full-sized avatar
🏕️

Hanfei Sun hanfeisun

🏕️
View GitHub Profile
@hanfeisun
hanfeisun / HOPICO_MUSIC_AWARDS_clean.wiki
Created April 8, 2026 18:54
HOPICO MUSIC AWARDS (HMA) 纯净版无链接

HOPICO MUSIC AWARDS,HOPICO音乐奖,简称HMA 。

HMA为音乐频道HOPICO于2021年发起的扶持华语创作新人,鼓励原创音乐的专业奖项。

入围标准

一、全长专辑

HMA作为鼓励音乐人创作全长专辑的奖项,排除了EP和单曲类的发行。

@hanfeisun
hanfeisun / HOPICO_MUSIC_AWARDS.wiki
Created April 8, 2026 18:48
HOPICO MUSIC AWARDS (HMA) 维基百科条目备份

HOPICO MUSIC AWARDS,HOPICO音乐奖,简称HMA 。

HMA为音乐频道HOPICO[1]于2021年发起的扶持华语创作新人[2],鼓励原创音乐的专业奖项。

入围标准

一、全长专辑

HMA作为鼓励音乐人创作全长专辑的奖项,排除了EP单曲类的发行。

@hanfeisun
hanfeisun / 逆转裁判6_第三话攻略.md
Created April 8, 2026 18:00
《逆转裁判6》第三话 攻略透解

《逆转裁判6》第三话 逆转的仪式 攻略透解


剧情背景与第一日流程

剧情简介

故事再次回到了遥远的克莱因王国,自秘宝失窃一案已过去两个星期,绫里真宵的修行终于结束。这一天,她要扮成守护神“鸟姬”完成当地的“水清之仪”,之后就能启程返回日本。然而在仪式翌日,真宵却被警方逮捕归案,被指控在仪式中杀害了祭司马尔梅尔(マルメル),鲜血染红了整片泉水。案发现场为位于山腰的圣域,真宵是尸体的第一发现者,同时也是唯一的嫌疑人。


@hanfeisun
hanfeisun / Mapbox demos
Last active January 19, 2017 04:26
mapboxDemos.md
1. 自行车
https://www.mapbox.com/bites/00139/
2. 滚动
https://www.mapbox.com/bites/00110/
3. Quiz
@hanfeisun
hanfeisun / gist:ffa16659ffe5c4a45790
Last active December 25, 2015 07:02
关于OBD数据.md

OBD

Speed (Vehicle speed - 车辆速度)

  • 单位: km/h
  • 数据范围: 0 ~ 255

RPM (Engine RPM - 发动机转速)

  • 单位: rpm
  • 数据范围: 0 ~ 16384
@hanfeisun
hanfeisun / designer.html
Last active November 11, 2015 10:29
designer
<link rel="import" href="../core-item/core-item.html">
<link rel="import" href="../paper-input/paper-input.html">
<link rel="import" href="../paper-button/paper-button.html">
<polymer-element name="my-element">
<template>
<style>
:host {
width: 100%;
@hanfeisun
hanfeisun / designer.html
Created November 11, 2015 09:45
designer
<link rel="import" href="../polymer/polymer.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;
height: 100%;
<div style="position:relative; width: 100vw; left: calc(-50vw + 50%); background-image: url(https://waylens.squarespace.com/s/storage2.png);background-size:100%">
<img src="https://waylens.squarespace.com/s/storage2.png" style="visibility: hidden" />
</div>
<div style="position: fixed; z-index: 1000; width: 100%; height: 100%">
<iframe frameborder="0" height="100%" width="100%"
src="https://www.youtube.com/embed/aQsy17K84Ls?
autoplay=1&controls=0&showinfo=0&autohide=1&loop=1">
</iframe>
</div>