Skip to content

Instantly share code, notes, and snippets.

View bestpika's full-sized avatar

観月唯 bestpika

  • やりたい事しかできない
View GitHub Profile
{
"extensionsGallery": {
"nlsBaseUrl": "https://www.vscode-unpkg.net/_lp/",
"serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
"itemUrl": "https://marketplace.visualstudio.com/items",
"publisherUrl": "https://marketplace.visualstudio.com/publishers",
"resourceUrlTemplate": "https://{publisher}.vscode-unpkg.net/{publisher}/{name}/{version}/{path}",
"extensionUrlTemplate": "https://www.vscode-unpkg.net/_gallery/{publisher}/{name}/latest",
"controlUrl": "https://main.vscode-cdn.net/extensions/marketplace.json"
}
@bestpika
bestpika / agent loop
Created March 10, 2025 13:33 — forked from jlia0/agent loop
Manus tools and prompts
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
@bestpika
bestpika / submit.md
Created October 6, 2023 01:52 — forked from tanaikech/submit.md
Checking Exchange Rate using GOOGLEFINANCE with Google Apps Script

Checking Exchange Rate using GOOGLEFINANCE with Google Apps Script

This is a sample script for checking the exchange rate using GOOGLEFINANCE with Google Apps Script.

Recently, I have published a report of "Report: Obtaining Values from GOOGLEFINANCE using Google Apps Script". Ref In this post, I would like to introduce a sample script for checking the exchange rate using Google Apps Script.

Sample script

排序記錄

  • 翻譯
  • 總結(文本)
  • 整理成表格
  • 生成圖像
  • 回電郵
  • 回覆消息
  • 解釋代碼
  • 改寫
@bestpika
bestpika / notification.js
Last active February 6, 2023 00:25
Radar notification sample code
const pastValue = pastValues[-1].primaryValue
const diff = primaryValue - pastValue
notificationText = diff !== 0 ? `... ${primaryValue} (${diff})` : null
@bestpika
bestpika / gist:0c8a0a44e2cd42e03cf0b68a39896207
Created January 22, 2023 09:38 — forked from uhfx/gist:3922268
Twitter公式/非公式クライアントのコンシューマキー

Twitter公式クライアントのコンシューマキー

Twitter for iPhone

Consumer key: IQKbtAYlXLripLGPWd0HUA
Consumer secret: GgDYlkSvaPxGxC4X8liwpUoqKwwr3lCADbz8A7ADU

Twitter for Android

Consumer key: 3nVuSoBZnx6U4vzUxf5w
Consumer secret: Bcs59EFbbsdF6Sl9Ng71smgStWEGwXXKSjYvPVt7qys

Twitter for iPad

Consumer key: CjulERsDeqhhjSme66ECg

using Microsoft.Extensions.Configuration;
public class AppSettings
{
static private readonly IConfiguration _config = new ConfigurationBuilder()
.SetBasePath(Directory.GetCurrentDirectory())
.AddJsonFile("appsettings.json", optional: true, reloadOnChange: true)
.AddYamlFile("appsettings.yaml", optional: false, reloadOnChange: true)
.Build();
@bestpika
bestpika / blynk.yml
Last active January 24, 2019 08:24
CoreOS
version: '2'
services:
db:
image: postgres:alpine
restart: always
volumes:
- ./postgres:/var/lib/postgresql/data
ports:
- 5432:5432
@bestpika
bestpika / 00.md
Created August 9, 2018 07:48
IIS 設定

IIS

  • 解鎖設定
%windir%\system32\inetsrv\appcmd unlock config -section:system.webServer/serverRuntime