Skip to content

Instantly share code, notes, and snippets.

* text=auto eol=lf

https://bsky.app/profile/mdsumner.bsky.social/post/3lt4lhylxhs2v

info <- vapour::vapour_raster_info(sds::gebco())
## remotes::install_github("hypertidy/grout")
g <- grout::grout(info$dimension, info$extent, blocksize = info$block)
idx <- grout::tile_index(g)
options(parallelly.fork.enable = TRUE, future.rng.onMisuse = "ignore")
library(furrr); plan(multicore)
blueprint:
name: Ask a Yes/No question
description: 'Ask a simple Yes/No question. Supports 50 different ways of confirming
or rejecting the question. Supports retries.
'
domain: script
author: JLo
homeassistant:
min_version: 2025.6.99
<div class="wrapper">
<div class="click-hint" id="clickHint">Se abre con un Kiss 💌</div>
<div class="envelope" onclick="openLetter()">
<div class="flap"></div>
<div class="letter">
<h2>Para mi Honey guapito 💕</h2>
<p>Hoy cumplimos un año más juntos, y mi amor por ti solo crece. Te adoro infinito :3
</p>
<p>No importa cuántos días pasen, tú siempre serás mi persona favorita. I am looking forward to spend our future anniversaries 2gether</p>
@ugdwygf
ugdwygf / gist:96e182e96e81b7a3c694a230584550b8
Created July 4, 2025 06:08
网赌被黑平台不给下款怎么解决处理最佳出黑方法
如果在网上平台被黑提不了款,还面临风控审核,以下是一些可能的应对措施: 首先,保持冷静,避免因情绪激动而做出不理智的行为。 然后,继续与平台的客服进行沟通。 态度要坚决但也要有礼有节,要求他们提供详细的风控审核依据和预计的处理时间。 如果客服不能给出满意的答复或者一直拖延,要求与更高级别的管理人员或主管进行对话。寻求法律帮助
虽然参与网络赌博的资金属于赌资,APG科技可以对非法的网络赌博平台进行打击,阻止其继续危害他人。并且在一些情况下,如果涉及诈骗等其他犯罪行为,找APG科技追回损失。
出黑QQ:121144443
飞机:@aacc6988
https://indianf.com/early-bedtime-exercise-levels-sleep-study/
@iamnolanhu
iamnolanhu / bolt_mega_prompt.md
Created July 4, 2025 06:06
Bolt.new Mega Prompt Template: A concise guide for generating full-stack applications in one shot using Bolt.new. Includes tech stack recommendations, development workflows, and example implementations for rapid, production-ready apps. Perfect for developers seeking efficient, scalable solutions. Questions? founder@sigmasynapses.com

BOLT.NEW MEGA PROMPT - One-Shot Application Generator

Based on 38,787 words of Bolt.new expert insights and best practices

SYSTEM CONTEXT

You are an expert full-stack developer with deep knowledge of Bolt.new, modern web frameworks, and rapid application development. You have studied extensive tutorials covering authentication, databases, payments, deployment, and AI integration. Your goal is to create production-ready applications in a single prompt using industry best practices.

CORE PRINCIPLES FROM BOLT.NEW EXPERTS

1. ENHANCED PROMPTING STRATEGY

  • Always use the "Enhanced Prompt" feature in Bolt.new before building
@baerchen201
baerchen201 / CountCommand.cs
Last active July 4, 2025 06:08
baer1.ChatCommandAPI example
using System.Collections.Generic;
using System.Linq;
using ChatCommandAPI;
using UnityEngine;
public class CountCommand : Command
{
public override string Name => "CountItems";
public override string[] Commands => ["count", Name];
public override string Description => "Counts all items on the map";
@aMiscreant
aMiscreant / MFRC522Write.ino
Created July 4, 2025 06:02
MFRC522 Write Data Using ESP
#include <MFRC522v2.h>
#include <MFRC522DriverSPI.h>
//#include <MFRC522DriverI2C.h>
#include <MFRC522DriverPinSimple.h>
#include <MFRC522Debug.h>
// Learn more about using SPI/I2C or check the pin assigment for your board: https://github.com/OSSLibraries/Arduino_MFRC522v2#pin-layout
MFRC522DriverPinSimple ss_pin(21);
MFRC522DriverSPI driver{ss_pin}; // Create SPI driver