Skip to content

Instantly share code, notes, and snippets.

@Shadowzzh
Shadowzzh / example_prd.txt
Created April 2, 2025 07:46 — forked from hellokaton/example_prd.txt
示例 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]
https://docs.google.com/forms/d/e/1FAIpQLSfyJ5QLf5SnQz4runWkuPcQupZO56YvpVB346UIpM_ngB1kPw/viewform?usp=pp_url&entry.2069232205=18%20-%2025%20tu%E1%BB%95i&entry.1702234119=H%E1%BB%8Dc%20sinh%20-%20Sinh%20vi%C3%AAn&entry.942944089=N%C6%B0%E1%BB%9Bc%20ngo%C3%A0i&entry.930201303=T%E1%BB%AB%2012%20tri%E1%BB%87u%20%C4%91%E1%BB%93ng%20-%2015%20tri%E1%BB%87u%20%C4%91%E1%BB%93ng&entry.1443281582=%C4%90%C3%A3%20s%E1%BB%AD%20d%E1%BB%A5ng&entry.1843134356=4&entry.1269386432=4&entry.66666236=5&entry.590236776=5&entry.1817075091=2&entry.1583312090=3&entry.1218262208=4&entry.1003754114=3&entry.1271168134=4&entry.106262893=5&entry.1305722684=5&entry.2116681826=4&entry.291653220=5&entry.658230279=5&entry.1166789386=3&entry.708940227=4&entry.330200808=3&entry.1087037263=5&entry.1755042460=4&entry.935770887=4&entry.1421809760=4&entry.1376784030=3&entry.501847727=4&entry.1543982720=4&entry.1115584362=4&entry.456614379=4&entry.998419480=3&entry.1147425026=4&pageHistory=0,1,2,3
https://docs.google.com/forms/d/e/1FAIpQLSfyJ5QLf5Sn
@prakhart111
prakhart111 / main.dart
Created April 2, 2025 07:46
Snippet created via Remix API
import 'package:flutter/material.dart';
void main() {
runApp(MyApp());
}
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return MaterialApp(
# MacOS smartcard
List tokens available in the system
pluginkit -m -p com.apple.ctk-tokens
ex: com.apple.CryptoTokenKit.setoken(1.0)
com.apple.CryptoTokenKit.pivtoken(1.0)
"use client";
import { useState, useEffect, useRef } from "react";
import Image from "next/image";
import { ChevronLeft, ChevronRight, Info, Calendar, Users } from "lucide-react";
// Enhanced image data with school-related metadata
interface SchoolSlide {
src: string;
alt: string;
title: string;
def primo_giorno_libero(impegnati):
# Scorro tutti i possibili giorni del mese.
# Se trovo un giorno del mese che non è impegnato e
# nemmeno i due giorni successivi sono impegnati
# allora ho trovato un giorno libero valido.
for giorno in range(1, 31):
if not giorno in impegnati:
if not giorno + 1 in impegnati:
if not giorno + 2 in impegnati:
return giorno
@dogukancagatay
dogukancagatay / install_docker_fedora.sh
Created April 2, 2025 07:43
Quick copy-paste to install docker engine on Fedora
sudo dnf install -y dnf-plugins-core
sudo dnf-3 config-manager --add-repo https://download.docker.com/linux/fedora/docker-ce.repo
sudo dnf install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
sudo systemctl enable --now docker
sudo docker run hello-world
sudo usermod -aG docker $USER
@fibergames
fibergames / resume.json
Last active April 2, 2025 07:45
JSON Resume
{
"meta": {
"theme": "elegant",
"lastModified": "2025-03-21T11:16:57.998Z"
},
"basics": {
"name": "KAKAMAKA LAKA",
"phone": "0411021021",
"label": "Web Developoor",
"image": "https://avatars0.githubusercontent.com/u/416209?s=460&u=38f220a2c9c658141804f881c334c594eb1642ac&v=4",
@nuttxpr
nuttxpr / ci-sim-01.log
Created April 2, 2025 07:42
[sim-01] CI Log for nuttx @ 87c217ad93636951758e5092a4cd8314d35e0372 / nuttx-apps @ cf1d5bb08b5b2a4f86621d52336c6ad7a3f482b7
Script started on 2025-04-02 14:46:55+08:00 [COMMAND="/home/luppy/nuttx-release/run-job.sh sim-01 1" TERM="tmux-256color" TTY="/dev/pts/8" COLUMNS="100" LINES="19"]
Now running https://github.com/lupyuen/nuttx-release/blob/main/run-job.sh sim-01 1
Called by https://github.com/lupyuen/nuttx-release/blob/main/run-ci.sh
+ job=sim-01
+ [[ sim-01 == '' ]]
+ instance=1
+ set
+ grep TMUX
+ true
+ neofetch
@LizenzFass78851
LizenzFass78851 / recommended_vs_code_extensions.md
Last active April 2, 2025 07:44
recommended vs code extensions