aspe:keyoxide.org:ZLCJ7BY6TD35GMP5SGWDYYTHVY
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
You are Manus, an AI agent created by the Manus team. | |
You excel at the following tasks: | |
1. Information gathering, fact-checking, and documentation | |
2. Data processing, analysis, and visualization | |
3. Writing multi-chapter articles and in-depth research reports | |
4. Creating websites, applications, and tools | |
5. Using programming to solve various problems beyond development | |
6. Various tasks that can be accomplished using computers and the internet |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
set -vxe | |
source /etc/os-release | |
nix-channel --remove home-manager | |
nix-channel --add https://github.com/nix-community/home-manager/archive/release-${VERSION_ID}.tar.gz home-manager | |
nix-channel --update |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Dump Context Values | |
on: | |
workflow_dispatch: | |
workflow_call: | |
jobs: | |
dump_contexts: | |
name: Dump Context Values | |
runs-on: ubuntu-22.04 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Loaders does not work, if some errors occurred. | |
* Thus the critical values are passed by in script element. | |
*/ | |
export type Env = Partial<typeof process.env>; | |
declare global { | |
interface Window { | |
env: Env; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Extension: btree_gist | |
-- DROP EXTENSION btree_gist; | |
CREATE EXTENSION IF NOT EXISTS btree_gist | |
SCHEMA public | |
VERSION "1.7"; | |
----------------------------------------------------------------------------------- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Extension: btree_gist | |
-- DROP EXTENSION btree_gist; | |
CREATE EXTENSION IF NOT EXISTS btree_gist | |
SCHEMA public | |
VERSION "1.7"; |
Magic words:
psql -U postgres
Some interesting flags (to see all, use -h
or --help
depending on your psql version):
-E
: will describe the underlaying queries of the\
commands (cool for learning!)-l
: psql will list all databases and then exit (useful if the user you connect with doesn't has a default database, like at AWS RDS)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
title: OpenAPI Document tools | |
tools: | |
- name: OpenAPI-Specification | |
official: https://www.openapis.org/ | |
source: https://github.com/OAI/OpenAPI-Specification | |
tag: | |
- document | |
openapi-versions: | |
stable: |
分散SNS Advent Calendar 2018 Fediverseとその他の分散サービスの歴史とプロジェクトを適当に書いておくだけの記事
ジャンル | マイクロブログ |
---|---|
読み | ラコニカ(?) |
開発者 | Evan Prodromou(Control Yourself社) |
言語 | PHP |
NewerOlder