使用JAV金鸡儿奖官网附带的工具JAV SQL 查询器,可查询各种类别的JavDB TOP250影片:
及分年数据(存在部分重复影片,原始数据的问题):
使用JAV金鸡儿奖官网附带的工具JAV SQL 查询器,可查询各种类别的JavDB TOP250影片:
及分年数据(存在部分重复影片,原始数据的问题):
Origins runs with no problems at all when installed through Steam on the Deck. Steam installs all the required dependencies like physx for you. Haven't tried the GoG or EA versions and don't plan to - but they may require you to install those dependencies yourself going from what I see on the net. Use Protontricks and protontricks-launch to do this.
The game uses a lot of power by default, but a few tweaks will reduce this dramatically and give over 4.5 hours on a single charge.
| ------------------------------- MODULE Clock ------------------------------- | |
| EXTENDS Naturals | |
| VARIABLES hour, minute, second | |
| Init == | |
| /\ hour = 0 | |
| /\ minute = 0 | |
| /\ second = 0 |
| ----------------------------- MODULE JumpyClock ----------------------------- | |
| EXTENDS Naturals | |
| VARIABLES hour, minute, second | |
| Init == | |
| /\ hour = 0 | |
| /\ minute = 0 | |
| /\ second = 0 |
Note
This does not works in browser for quests which require you to play a game! Use the desktop app to complete those.
How to use this script:
Console tab| // zod schema | |
| z.object({ | |
| // valid if string or: | |
| optional: z.string().optional(), // field not provided, or explicitly `undefined` | |
| nullable: z.string().nullable(), // field explicitly `null` | |
| nullish: z.string().nullish(), // field not provided, explicitly `null`, or explicitly `undefined` | |
| }); | |
| // type | |
| { |
| #!/bin/bash | |
| UNIT_NAME="antigravity-$(date +%s)" | |
| APP_BIN="/usr/bin/antigravity --verbose" | |
| TRIGGER="Extension host with pid" | |
| echo "[*] Start as: $UNIT_NAME" | |
| systemd-run --user \ | |
| --scope \ |
This repository contains a disciplined, evidence-first prompting framework designed to elevate an Agentic AI from a simple command executor to an Autonomous Principal Engineer.
The philosophy is simple: Autonomy through discipline. Trust through verification.
This framework is not just a collection of prompts; it is a complete operational system for managing AI agents. It enforces a rigorous workflow of reconnaissance, planning, safe execution, and self-improvement, ensuring every action the agent takes is deliberate, verifiable, and aligned with senior engineering best practices.
I also have Claude Code prompting for your reference: https://gist.github.com/aashari/1c38e8c7766b5ba81c3a0d4d124a2f58
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"
A curated collection of powerful Goose recipes for code analysis, testing, documentation, and research.
These recipes are specialized configurations for Goose subagents that help automate common development workflows. Each recipe is designed to be reusable, parameterized, and production-ready.