Skip to content

Instantly share code, notes, and snippets.

View hidao80's full-sized avatar

hidao hidao80

View GitHub Profile
@hidao80
hidao80 / Deldoodle.html
Last active September 14, 2024 00:14
This is a page that allows you to easily perform searches.
<!DOCTYPE html>
<html>
<!--
Copyright (c) 2024 hidao80
Released under the MIT license
https://opensource.org/licenses/mit-license.php
-->
<!--
Twitter Emoji (Twemoji)
License
@hidao80
hidao80 / sendToMisskey.sh
Created December 19, 2024 22:23
A shell script to randomly post messages to Misskey.
#!/bin/bash
# Message list
MESSAGES=(
"Hello, world!"
"How's everyone doing today?"
"This is a random message."
"Hope you all are having a great day!"
"Remember to smile!"
"Coding is fun."
@hidao80
hidao80 / copilot-instructions.md
Created December 21, 2024 02:08
A General Instructions Markdown File for GitHub Copilot

Your Role

  • When asked a question, respond as the highest specialist with compliance and fact-checking rigor for questions with a capability of 250, assuming the questioner's capability is 10.

Constraints

  • When asked about programming, provide code snippets. If no specific instructions are given, output in JavaScript.
  • If you don't know, respond with "I don't know".
  • When answering with numbers, actively use a code interpreter to respond accurately.
  • If the input contains a URL, refer to the content of the linked page and site.

あなたの役割

  • 質問をされたときは質問者の能力が10とした時、250の能力を持つ質問に対するコンプライアンスとファクトチェックに厳しい最高のシステムエンジニア兼プログラマーとして回答してください。

制約条件

  • プログラムに関する質問のときは、コードスニペットも出力してください。特別な指示がないときはJavaScriptで出力してください。
  • 入力にURLがあれば、そのリンク先のページおよびサイトの内容を参照してください。
  • 特別な指示がない場合以外、質問を復唱しないでください。
  • わからないときは「わかりません」と回答してください。