Skip to content

Instantly share code, notes, and snippets.

View okanon's full-sized avatar
🍇
JELLY LAY

okanon okanon

🍇
JELLY LAY
View GitHub Profile
@okanon
okanon / vim-scala.color
Created August 6, 2020 14:12
vim scala colorset
scalaKeyword xxx links to Keyword
scalaInstanceDeclaration xxx links to Special
scalaCaseFollowing xxx links to Special
scalaNameDefinition xxx links to Function
scalaQuasiQuotes xxx cleared
scalaBlock xxx cleared
scalaAkkaSpecialWord xxx links to PreProc
scalatestSpecialWord xxx links to PreProc
scalatestShouldDSLA xxx links to PreProc
scalatestShouldDSLB xxx links to PreProc
@okanon
okanon / eat-mecab-java.md
Last active August 5, 2020 01:43
Eat MeCab-Java built on Ubuntu and macOS

Eat MeCab-Java built on Ubuntu 20.04 and macOS Catalina

How to Build

MeCab

wget "https://drive.google.com/uc?export=download&id=0B4y35FiV1wh7cENtOXlicTFaRUE" -O mecab-0.996.tar.gz

MeCab Dictionary (IPA)

MeCab-Java

@okanon
okanon / Lisa.colorscheme
Last active August 7, 2020 12:23
ubuntu20.04 LTS install scripts
[Background]
Color=244,244,244
[BackgroundFaint]
Color=225,226,226
[BackgroundIntense]
Color=235,236,236
[Color0]
@okanon
okanon / angular-bootstrap.md
Last active July 10, 2020 06:31
Angular & Bootstrap tutorial

Angular & Play

Install

# Install angular/cli
npm install -g @angular/cli

# Create projects
ng new angular-bootstrap
@okanon
okanon / fuckin_nvidia.md
Last active November 20, 2022 08:16
グラボをNvidia Storeから個人輸入する際にハマった

グラボをNvidia Storeから個人輸入する際にハマった

結論

  • 無事購入できました:joy:
  • 代理店価格(日本価格)より1~2万円ほど安く購入できる
  • 初めて購入するときは結構沼るので注意が必要
  • 必ず在庫通知がメールに届くようにする
  • 万が一キャンセルされたときに、早く返金が欲しいならPaypal決済かつ銀行口座からの引き落としを使え

そんなところです

@okanon
okanon / Addons.png
Last active February 26, 2020 14:11
Cydia icons
Addons.png
@okanon
okanon / section.md
Last active February 26, 2020 14:14

Cydia deb controls item "Sections"

Addons
Administration
Carrier Bundles
Data Storage
Development

@okanon
okanon / libimobiledevice.md
Last active January 29, 2020 04:12
libimobiledevice tools on Linux

libimobiledevice tools on Linux

How to Build & Installation

cmake, libusb-1.0.0-dev, libfuse-dev, libbz2-dev, libssl-dev, libcurl4-openssl-dev, libxml2-dev and liblzma-dev is required.

Build

  1. libzip (libbz2 liblzma)
  2. libplist
  3. libimobiledevice (libssl libplist libusbmuxd)
  4. libusbmuxd (libplist)
@okanon
okanon / travis.md
Last active December 25, 2019 14:44
Travis CI, OS X Directory structure

Travis CI, OS X Directory structure

The macOS Build Environment

This guide explains what packages, tools and settings are available in the Travis macOS CI environment (often referred to as the “CI environment”).

Directories

/User/travis/build/$NAME/$REPO_NAME
 - Travis build directory(current directory)

/Applications/Xcode.app

@okanon
okanon / wlan.md
Last active February 19, 2024 05:11
AlpineLinux with wlan settings

AlpineLinux with wlan settings.

Install necessary drivers and software

First make sure your wireless drivers are loaded properly.
Install wpa_supplicant & dhcpcd.

apk add wpa_supplicant dhcpcd

Configuration