Skip to content

Instantly share code, notes, and snippets.

View yuta-nihei's full-sized avatar

Yuta_N yuta-nihei

View GitHub Profile
@yuta-nihei
yuta-nihei / AdventCalender-2022-12-02.md
Last active December 7, 2022 07:41
AdventCalender-2022-12-02

好奇心旺盛でよかったこと

自己紹介

沖縄でフロントエンドエンジニアとして働いている二瓶(ニヘイ)といいます。
ITカレッジ沖縄 のWebクリエイター科卒業してます。
どうぞ、よろしくおねがいします。

悩み・・・

突然ですが、私には悩みがあります。
それは、「好奇心が旺盛」です。

Vagrant Ubuntu 18.04 LTS に WordPress テスト環境を構築する

1. Ubuntu 18.04 LTS の Box をダウンロード

$ cd
$ cd Boxes
@yuta-nihei
yuta-nihei / shufflesystem.js
Last active December 18, 2020 08:04
shufflesystem
const viewFile = 'view'
// シートオブジェクトを作成
const spreadsheet = SpreadsheetApp.openById("")
// view.html へ出力
const template = HtmlService.createTemplateFromFile('view')
const doGet = () => {
// 操作するシートのオブジェクトを取得
@yuta-nihei
yuta-nihei / advent02.md
Last active December 12, 2020 08:46
advent02

2020年 BEST BUY

Advent Calender 2020 2回目です。
なかなか、カレンダーが埋まらないので、また書きます。

今回は、2020年に購入してよかったアイテムベスト5をご紹介します。

number 5 小銭専用 CHIP

小銭専用の財布「CHIP」が第5位。
小さいけど、お値段が結構します。
しかし、とても頑丈で小さいのにたくさん小銭が入る優れもの。

@yuta-nihei
yuta-nihei / nvimkey.md
Last active December 7, 2020 02:48
nvim key insert mode

CTRL-G CTRL-J insert modeに入った時のカーソル位置の下に移動
CTRL-G CTRL-K insert modeに入った時のカーソル位置の上に移動
gg> ファイルの先頭へ移動 G 最終行に移動します。
CTRL-F 右移動
CTRL-B 左移動

インデント複数行 Ctrl + V

でインデント調整

@yuta-nihei
yuta-nihei / Advent-Calender-2020-12-02.md
Last active December 2, 2020 02:09
advent calender 2020

オウンドメディアを運営しようとしたが、苦戦した話

自己紹介

はじめまして、専門学校 IT カレッジ沖縄 二瓶(にへい)です。
生まれも育ちも沖縄です。
DiDi とかでタクシーを配車すると、高確率で名字の話になります。
休日は、YouTube みながらパソコンしてます。

今回は、Advent Calender ということなので

@yuta-nihei
yuta-nihei / advent-calender.md
Last active November 20, 2020 07:19
README

Advent Calender 2020

IT++ 12 月版での初の企画として、Advent Calender(アドベントカレンダー)を行います。
Advent Calender とは、12 月 1 日からクリスマスまで(24 日)をカウントダウンしていこう!という企画です。
今回、IT カレッジでは 24 人に記事の投稿を協力いただき、情報の発信を行いつつ、クリスマスまでカウントダウンを行っていこうと思います。
我こそは記事を投稿してみたい!という方は、下記の URL にアクセスして好きな日付を選択してみましょう。
投稿サイト(Qiita)の使い方は、別途 URL にアクセスしてみてください。
みんなで楽しくクリスマスをカウントダウンしてみませんか。

<?php
/**
* Front to the WordPress application. This file doesn't do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*/
/**
* Tells WordPress to load the WordPress theme and output it.
@yuta-nihei
yuta-nihei / iphone-lockwallpaper-generator-memo.md
Last active October 21, 2020 06:31
iphone generator list

iPhone Lockwallpaper Generator 対応端末

  • iPhone XS 2436×1125 1
  • iPhone XS Max 2688×1242 2
  • iPhone XR 1792×828 ★ 3
  • iPhone 11 1792×828 ★
  • iPhone 11 Pro 2436×1125 4
  • iPhone 11 Pro Max 2688×1242 5
  • iPhone 12 mini 2340×1080 6
  • iPhone 12 2532×1170 ★7
@yuta-nihei
yuta-nihei / themeclone.md
Last active October 19, 2020 05:58
wordpress theme clone guide

Theme Template Clone Guide

$ cd ~/VagrantBox/vccw/wordpress/wp-content/themes

下記のURLにアクセスし、リポジトリをフォーク
https://github.com/yuta-nihei/cms-theme.git

フォークしたら、自分のリポジトリに表示されている「cms-theme」をクローン