Skip to content

Instantly share code, notes, and snippets.

@azrsjp
azrsjp / dtm.markdown
Last active April 3, 2024 14:11
究極初心者がとりあえず聴けるレベルの曲を作れるようになるまで

究極初心者がとりあえず聴けるレベルの曲を作れるようになるまで

@azrsjp です。これは,DTM Advent Calendar 2015の19日目の記事です。

はじめに

本記事はDTM究極初心者が「こういうことをしたらとりあえず前よりは聞ける曲が完成させられるレベルになれた」という思い出話を綴ります。あくまで思い出話です。思い出話。今現在DTMに興味があるけど,何をしたらいいかわからない,__センスがないのでは…__と悩んでる方に,センスがなくても,まぁ形にはなるということを示し,希望を持って頂くために書きます。

この記事を読んで幸せになる人物像は以下のような方(昔の僕)

  • DTMでオリジナル曲を作りたい
  • DTMによる曲がどういう風にできているか大体の想像はつく(DAWというソフトがあり,ピアノロールで打ち込んで曲を表現する等)
@ejo090
ejo090 / setumei.md
Last active August 29, 2015 14:09
PowerShellでGit(Github for Windowsとかのアレ)を使うときに`git add`とかを`ga`みたいにするやつ

これはなに

  • WindowsでGit(Github for Windowsとかのアレ)を使うときにgit addとかをgaみたいなaliasにして楽をしようというアレ
  • ちなみに、PowerShellのバージョンは4.0です。確認はPowerShell上で$PSVersionTableをすればPSVersionとかいうのがでてくる

まず

  • PowerShellでもよくあるエイリアスというものを設定できる。
  • AliasとPowerShellで打ち込んであげると設定されているエイリアスを見ることができる。
  • エイリアスを設定するときはSet-Alias 設定したいエイリアス コマンドレットみたいな感じでできる。

しかし

@kumar8600
kumar8600 / ogldev-tutorial38.md
Last active September 9, 2023 10:36
チュートリアル 38 - Assimpでスケルタルアニメーション (OpenGL Step by Stepのチュートリアルの訳です。お気づきの点あれば勝手にフォークして直してください。ちなみに、翻訳はそのサイトのQ&Aで許可されています。)
@sgur
sgur / general_completer_store.py
Created June 18, 2013 17:59
general_completer_store.py
#!/usr/bin/env python
#
# Copyright (C) 2013 Stanislav Golovanov <stgolovanov@gmail.com>
# Strahinja Val Markovic <val@markovic.io>
#
# This file is part of YouCompleteMe.
#
# YouCompleteMe is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
@Gab-km
Gab-km / github-flow.ja.md
Last active April 25, 2024 04:01 — forked from juno/github-flow.ja.md
GitHub Flow (Japanese translation)
@spion
spion / a-warning.md
Last active July 10, 2024 15:21
C++ versus V8 versus luajit versus C benchmark - (hash) tables

Warning

This benchmark has been misleading for a while. It was originally made to demonstrate how JIT compilers can do all sorts of crazy stuff to your code - especially LuaJIT - and was meant to be a starting point of discussion about what exactly LuaJIT does and how.

As a result, its not indicative of what its performance may be on more realistic data. Differences can be expected because

  1. the text will not consist of hard-coded constants
@repeatedly
repeatedly / d_master.md
Last active July 16, 2024 17:07
D言語基礎文法最速マスター

他の言語をある程度知っている人はこれを読めばD言語の基礎をマスターでき,D言語の氷山の一角くらいは知ることができると思います.対象バージョンはdmd 2.059です.

1. 基礎

ソースファイル

ASCIIかUTFしか受け付けません.それ以外の文字コードで書くとコンパイルエラーになります.

main

D言語のmainはCとは違い以下のようなシグネチャです.

@draftcode
draftcode / gist:1357281
Created November 11, 2011 05:35
構文解析 Howto

構文解析 Howto

Author: draftcode
Date: 2011-11-11T13:18:07+09:00
ID:289a0136-0c1c-11e1-a06b-040ccee352e6

こうぶん、かいせきー