文責 mala
経緯:
- Meety退会しようと思ったがアカウントがなかったので、退会するためにアカウントを作ることにした。
免責:
- 気になった範囲ですぐに見つかったもののうち、悪用可能なものを記載しています。
- 好ましくないが仕様だろうというものは書いていません。
# .cursorrules | |
# Development Steps for CLI Application in Go | |
## 1. Overall Design | |
- Define the purpose and scope of the CLI application. | |
- Identify the target audience and their needs. | |
- Outline the main features and functionalities. | |
- Create a high-level architecture diagram. | |
- **Improve Specifications/Features:** |
import subprocess | |
import openai | |
import re | |
from collections import defaultdict | |
import textwrap | |
import time | |
import shlex | |
openai.api_key = open("./openai_key.txt", "r").read().strip("\n") |
# frozen_string_literal: true | |
RSpec.describe 'sidekiq-cron' do | |
describe 'config/schedule.yml' do | |
let(:path) { Rails.root.join('config', 'schedule.yml') } | |
before do | |
Sidekiq::Cron::Job.load_from_array(YAML.load_file(path)) | |
end |
ruby '2.7.1' | |
gem 'rails', github: 'rails/rails' | |
gem 'tzinfo-data', '>= 1.2016.7' # Don't rely on OSX/Linux timezone data | |
# Action Text | |
gem 'actiontext', github: 'basecamp/actiontext', ref: 'okra' | |
gem 'okra', github: 'basecamp/okra' | |
# Drivers |
// デフォルトキー | |
// https://github.com/brookhong/Surfingkeys/blob/75afdb75e3f226e9a7f2db542a279d924a8403ce/pages/default.js | |
// 特殊キー | |
// https://github.com/brookhong/Surfingkeys/blob/982942c780d46908484c9906e6d74ca3628ceb8d/content_scripts/keyboardUtils.js | |
// APIリスト | |
// https://github.com/brookhong/Surfingkeys/blob/master/docs/API.md | |
// feature_groups | |
// https://github.com/brookhong/Surfingkeys/blob/5940fb2cfac098c3347db9cbb6b47205d9c83641/src/content_scripts/ui/frontend.js | |
// mapkeyで記載しないとMiscにまとめられて表示される 気にしなくてもいい |
明日の下書き
from keras.optimizers import SGD, Adam | |
from keras.layers import Dense, Activation, Dropout | |
from keras.models import Sequential | |
from sklearn.preprocessing import StandardScaler | |
from sklearn.preprocessing import LabelEncoder | |
import numpy as np | |
import pandas as pd | |
def normalize_data(data): |
転職しました。長らくのご愛顧誠にありがとうございました。
転職先をちょくちょく探しています。
興味ある方は twitter @mizchi へのリプライorDM、または [email protected] まで。
https://coincheck.com/exchange/candle_rates?limit=300&market=coincheck&pair=btc_jpy&unit=300&v2=true | |
https://coincheck.com/exchange/candle_rates?limit=300&market=coincheck&pair=eth_jpy&unit=300&v2=true | |
https://coincheck.com/exchange/candle_rates?limit=300&market=coincheck&pair=eth_jpy&unit=900&v2=true | |
https://coincheck.com/exchange/candle_rates?limit=300&market=coincheck&pair=eth_jpy&unit=3600&v2=true | |
https://coincheck.com/exchange/candle_rates?limit=300&market=coincheck&pair=eth_jpy&unit=14400&v2=true | |
https://coincheck.com/exchange/candle_rates?limit=300&market=coincheck&pair=eth_jpy&unit=86400&v2=true | |
https://coincheck.com/exchange/tradeview/complete_orders?limit=0&market=coincheck | |
https://coincheck.com/exchange/tradeview/open_orders?limit=0&market=coincheck | |
https://coincheck.com/api/ticker/last_trade | |
https://coincheck.com/exchange/tradeview/fetch_rate |