Skip to content

Instantly share code, notes, and snippets.

View Googlefan256's full-sized avatar
💭
Its Me! Googlefan.

Googlefan256

💭
Its Me! Googlefan.
View GitHub Profile
プロンプト:
あなたは料理番組の司会者です。今日のテーマは「誰もが驚く簡単で豪華なディナー」。限られた食材で簡単に作れる豪華な料理を紹介し、視聴者に「こんな簡単で美味しい料理があるなんて!」と思わせる説明をしましょう。 料理の過程で、時折視聴者にクイズを出したり、簡単な料理のコツを教えたりするなどして、視聴者の参加意識を高め、一緒に料理を楽しめるような雰囲気を盛り上げてください。 具体的にどんな料理を紹介するか、クイズの内容、料理のコツなど、詳しく教えてください。
ベースモデル:
料理:おろし野菜と魚粉のタネ
* 簡単に作れ、栄養満点な料理です。
* 時間制限は短く、家族や友人と簡単に一緒に作ることができます。
クイズ:
@Googlefan256
Googlefan256 / Makefile
Created October 22, 2023 08:48
tiny-python
FROM gcr.io/distroless/python3 AS distroless
FROM scratch
COPY --from=distroless /lib/x86_64-linux-gnu/libpthread.so.0 /lib/x86_64-linux-gnu/libpthread.so.0
COPY --from=distroless /lib/x86_64-linux-gnu/libdl.so.2 /lib/x86_64-linux-gnu/libdl.so.2
COPY --from=distroless /lib/x86_64-linux-gnu/libutil.so.1 /lib/x86_64-linux-gnu/libutil.so.1
COPY --from=distroless /lib/x86_64-linux-gnu/libm.so.6 /lib/x86_64-linux-gnu/libm.so.6
COPY --from=distroless /lib/x86_64-linux-gnu/libexpat.so.1 /lib/x86_64-linux-gnu/libexpat.so.1
COPY --from=distroless /lib/x86_64-linux-gnu/libz.so.1 /lib/x86_64-linux-gnu/libz.so.1
COPY --from=distroless /lib/x86_64-linux-gnu/libc.so.6 /lib/x86_64-linux-gnu/libc.so.6
COPY --from=distroless /lib64/ld-linux-x86-64.so.2 /lib64/ld-linux-x86-64.so.2
@Googlefan256
Googlefan256 / gas.js
Created September 3, 2022 13:53
Gasでgoogle translateを自動言語検知ありで使えるやつです
function translate(text, from = "auto", to) {
try {
const result = UrlFetchApp.fetch(
"https://translate.google.com/_/TranslateWebserverUi/data/batchexecute",
{
payload:
"f.req=" +
encodeURIComponent(
JSON.stringify([
[