This file contains hidden or 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
# This workflow uses actions that are not certified by GitHub. | |
# They are provided by a third-party and are governed by | |
# separate terms of service, privacy policy, and support | |
# documentation. | |
# Sample workflow for building and deploying a Jekyll site to GitHub Pages | |
name: Deploy Jekyll site to Pages | |
on: | |
# Runs on pushes targeting the default branch |
I hereby claim:
- I am toshimaru on github.
- I am toshimaru (https://keybase.io/toshimaru) on keybase.
- I have a public key ASATLhYY9BQNHkXYPQ0wypk5wnZ0dkqMZZEKSnCJdexxFAo
To claim this, I am signing this object:
答えが10以下の1を含む足し算・引き算を30問作成してください。 問題は2列のmarkdown形式の表にまとめてください。
もちろんです。以下に指定の形式で30問の問題をまとめました:
問題 | 問題 |
---|---|
1 + 4 = ? | 6 - 1 = ? |
This file contains hidden or 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
require "bundler/inline" | |
gemfile(true) do | |
source "https://rubygems.org" | |
git_source(:github) { |repo| "https://github.com/#{repo}.git" } | |
gem "activerecord" | |
gem "sqlite3" | |
gem "enumerize" #, '2.6.1' |
This file contains hidden or 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
sips(1) General Commands Manual sips(1) | |
NAME | |
sips – scriptable image processing system. | |
SYNOPSIS | |
sips [image-functions] imagefile ... | |
sips [profile-functions] profile ... | |
DESCRIPTION |
This file contains hidden or 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
#!/bin/bash | |
# Define the list of file paths | |
filelist=( | |
"config/database.yml" | |
"config/setting.yml" | |
"config.yml" | |
) | |
# Check for the existence of each file |
NewerOlder