Skip to content

Instantly share code, notes, and snippets.

View Shadowzzh's full-sized avatar
🌴
On vacation

Zane Shadowzzh

🌴
On vacation
View GitHub Profile
@hellokaton
hellokaton / example_prd.txt
Created April 1, 2025 05:20
示例 PRD 文件及提问方式
<context>
# Overview
[Provide a high-level overview of your product here. Explain what problem it solves, who it's for, and why it's valuable.]
# Core Features
[List and describe the main features of your product. For each feature, include:
- What it does
- Why it's important
- How it works at a high level]
@y0ngb1n
y0ngb1n / docker-registry-mirrors.md
Last active April 3, 2025 11:34
国内的 Docker Hub 镜像加速器,由国内教育机构与各大云服务商提供的镜像加速服务 | Dockerized 实践 https://github.com/y0ngb1n/dockerized
@colin-han
colin-han / Functional Programming练习题.md
Last active May 10, 2022 06:32
Functional Programming练习题

一、理解函数式编程

1. 有一个Web服务,为你提供了如下的数据结构:

难度:★

var data = [
  {
    name: "Jamestown",
    population: 2047,
    temperatures: [-34, 67, 101, 87]

},