Skip to content

Instantly share code, notes, and snippets.

View yuta-nihei's full-sized avatar

Yuta_N yuta-nihei

View GitHub Profile

nvim setting code

nvim .config/nvim/local_init

test

@yuta-nihei
yuta-nihei / memo.md
Last active July 30, 2020 06:40
update

h1

h2

h3 ol

  1. item
  2. item2
  3. item3

h3 ul

@yuta-nihei
yuta-nihei / app.py
Created August 12, 2020 07:10
test
message = "y(es) / n(o):"
while True:
stdin = input(message)
if stdin == "y":
break
print("end")
@yuta-nihei
yuta-nihei / app.py
Last active August 12, 2020 07:49
test
from random inport randint
def fn(c, answer):
if int(c) > answer:
print('answer is low')
return False
if int(c) < answer:
print('answer is high')
return False
@yuta-nihei
yuta-nihei / Geo.py
Last active August 21, 2020 07:59
geolocation
import json
import requests as req
# 入力
geoLong = input()
geoLat = input()
# 緯度経度JSON
@yuta-nihei
yuta-nihei / visualstudiocode.md
Created October 2, 2020 03:38
Visual Studio Code Extention

Visual Studio Code Extention

  • Material Theme
  • Material Icon Theme
  • Bracket Pair Colorizer
  • Auto Rename Tag
@yuta-nihei
yuta-nihei / ubuntuguide.md
Last active December 3, 2020 03:11
Ubuntu install Guide ver.20201003

Windowsでセーフモードにする

msconfig

ブートタブ、セーフモードにチェックを入れる

BIOSでセキュアブートをオフにする

ブートパスワードの設定が必要になるので、一旦設定。セキュアブート無効化後にパスワードをなしへ変更する

@yuta-nihei
yuta-nihei / vagrantinstallguide.md
Last active October 12, 2020 06:28
Vagrant install Guide

Vagrant Install

install

$ mkdir -p ~/VagrantBox/test && cd $_
$ vagrant init --minimal ubuntu/bionic64
@yuta-nihei
yuta-nihei / vccwsetup.md
Last active October 12, 2020 07:33
VCCW install Guide

VCCW Setup Guide

$ vagrant plugin install vagrant-hostsupdater
$ vagrant box add vccw-team/xenial64
@yuta-nihei
yuta-nihei / ubuntuDirectryEnglish.md
Created October 7, 2020 05:34
Ubuntu DirName English

Ubuntu DirName Engllish

$ LANG=C xdg-user-dirs-gtk-update