Skip to content

Instantly share code, notes, and snippets.

View yuifu's full-sized avatar

Haruka Ozaki yuifu

View GitHub Profile
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ktnyt
ktnyt / ktnyt_fb.md
Created November 8, 2017 04:48
Future bass系まとめ

今ハマっているEDM/Future Bass系統まとめ

Kawaii Future Bassの仕掛け人、ハマるきっかけになったPixel Galaxyはノスタルジックな8-bit風シンセサウンドにFuture Bass的な構成を組み合わせていて新鮮だけどどこか懐かしい雰囲気が漂う不思議な作品。

アイドルマスターシリーズにも数多く楽曲を提供しているBNEI所属のクリエイター、特にお気に入りなのがさよならアンドロメダ全体的な展開はPopなFuture Bassながら二回目のDropでガチガチのChillstepになっていてDnBジャンキーだった私の好みに直球ど真ん中の曲。他にも言われるまではアイドルマスターの楽曲とは思えないほどに正統派なEDMに仕上がっているHotel MoonsideやChill系のFuture Bassに仕上がっている秘密のトワレ -Midnight Lab Remix-、ポップなチューンのRadio Happyなど。シンセサイザーの使い方がとにかくすごい。

幅広いジャンルの音楽をプロデュースしているADSR Sounds所属のサウンドエンジニア。Youtubeに制作課程を公開しているWhite LightがChill感が強く

@soxofaan
soxofaan / README.md
Last active January 19, 2024 17:48
Simple pretty CSV and TSV file viewer.

Principles of Adult Behavior

  1. Be patient. No matter what.
  2. Don’t badmouth: Assign responsibility, not blame. Say nothing of another you wouldn’t say to him.
  3. Never assume the motives of others are, to them, less noble than yours are to you.
  4. Expand your sense of the possible.
  5. Don’t trouble yourself with matters you truly cannot change.
  6. Expect no more of anyone than you can deliver yourself.
  7. Tolerate ambiguity.
  8. Laugh at yourself frequently.
open(`ls`) do stream
for line in eachline(stream)
@show line
end
end
@ktnyt
ktnyt / chainer_ca.py
Last active August 10, 2020 17:41
Refactored code for a Convolutional Autoencoder implemented with Chainer.
import argparse
import numpy as np
from chainer import Variable, FunctionSet, optimizers, cuda
import chainer.functions as F
import cv2
import random
import cPickle as pickle
import sys
class ConvolutionalAutoencoder(FunctionSet):
@mapk0y
mapk0y / memo.mkd
Last active December 20, 2020 07:38
Mac の USB テザリングで Proxy.pac の設定ができない件

Mac では Chrome や Safari の Proxy 設定は接続環境(Wi-Fi や Ethernet など)に紐付いて設定できるシステム設定に依存している。 これらを GUI で設定する際に、Wi-Fi や Ethernet のならば proxy.pac(自動プロキシ構成スクリプト)を設定できるが、 USB テザリング(今回は iPhone USB というデバイス名)や Bluetooth テザリングの場合設定が出てこない。 今回は、これらを CUI で設定する方法を紹介する。パラメータ次第では、 proxy.pac だけではなく通常の proxy も変更できる。

ちなみに、Bluetooth テザリングの場合 Wi-Fi の設定を見ているようで、下記設定をしなくても Wi-Fi が On で Proxy 設定がされていればそちらを見る模様。

手順

library('GenomicRanges')
library('derfinderData')
library('rtracklayer')
library('devtools')
## Find some bigwigs
bw <- dir(system.file('extdata', 'A1C', package = 'derfinderData'), full.names = TRUE)
## Regions to import
gr <- GRanges(c('chr21', 'chr21'), IRanges(c(9481564, 9963234), width = 1000))
@chris1610
chris1610 / Ipython-pandas-tips-and-tricks.ipynb
Last active October 18, 2016 15:57
Ipython Notebook from pbpython.com
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.