Skip to content

Instantly share code, notes, and snippets.

View tatsuro-ueda's full-sized avatar

Tatsuro Ueda tatsuro-ueda

View GitHub Profile
@tatsuro-ueda
tatsuro-ueda / StackOverflowをはじめよう.md
Created August 15, 2012 07:46
StackOverflowをはじめよう

#はじめに

  • 弱いやつからむしり取れ。

###登録

  • 登録は実名ならFacebook。仮名が多い。Stack Exchangeのアカウントを作ることができる。

###得点のしくみ

@tatsuro-ueda
tatsuro-ueda / 自分のGitHubを検索するChrome検索設定.md
Created August 29, 2012 08:26
自分のGitHubを検索するChrome検索設定

Chrome→環境設定→検索→検索エンジンの管理

ss

https://www.google.co.jp/search?hl=ja&as_q=%s&as_sitesearch=https%3A%2F%2Fgithub.com%2Fweed

@tatsuro-ueda
tatsuro-ueda / PrivacyPolicyOfHoloMagnet3.md
Last active April 18, 2019 03:41
HoloMagnet3 Privacy Policy

HoloMagnet3 Privacy Policy

Feel Physics built the HoloMagnet3 app as a Free app. This SERVICE is provided by Feel Physics at no cost and is intended for use as is.

This page is used to inform visitors regarding our policies with the collection, use, and disclosure of Personal Information if anyone decided to use our Service.

If you choose to use our Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that we collect is used for providing and improving the Service. We will not use or share your information with anyone except as described in this Privacy Policy.

The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which is accessible at HoloMagnet3 unless otherwise defined in this Privacy Policy.

@tatsuro-ueda
tatsuro-ueda / GitHubとHerokuに両対応させるには.md
Created September 2, 2012 08:23
GitHubとHerokuに両対応させるには

##GitHubとHerokuに両対応させるには

  1. herokuでapp:create

     $ heroku apps:create p120902-jishiha-search
     Creating p120905-rss-process-test... done, stack is cedar
     http://p120905-rss-process-test.herokuapp.com/ | git@heroku.com:p120905-rss-process-test.git
    
  2. $ git clone https://github.com/weed/p120902-jishiha-search.git

  3. 作業

@tatsuro-ueda
tatsuro-ueda / User.pde
Created January 31, 2012 05:10
simple-OpenNI sample User
// 骨格を描画する
import SimpleOpenNI.*;
SimpleOpenNI context;
void setup()
{
context = new SimpleOpenNI(this);
// 深度カメラを有効にする
@tatsuro-ueda
tatsuro-ueda / WindowsでHerokuをセットアップする手順.md
Last active April 28, 2016 10:11
WindowsでHerokuをセットアップする手順

WindowsでHerokuをセットアップする手順

※数日後にアクセスしたら

Permission denied (publickey).
fatal: The remote end hung up unexpectedly

ではじかれて入れません。なんてこったあああ!


タイトル

国内外のフォトブック制作サービス10個の比較 大小・費用等

▽概要1

- ▽小さいフォトブックの画像
- ▽大きいフォトブックの画像
- それぞれのサービスには、安価/高価、ブックサイズが小/大、編集時の自動レイアウト可/否などの特徴があります。

ジャンヌ・ダルク(1999年)

サービス名 視聴
Amazon
Hulu ×
Netflix
U-NEXT ×

アメイジング・グレイス(2006年)

@tatsuro-ueda
tatsuro-ueda / SublimeText2-WindowsでCapsキーをMacのCtrキーのように使う.md
Created December 6, 2012 02:33
Sublime Text 2 / WindowsでCapsキーをMacのCtrキーのように使う

Sublime Text 2 / WindowsでCapsキーをMacのCtrキーのように使う

こんにちは。最近MacからWindowsに移住した(くなかったのだけどやむなく移住した)筆者です。

「でもSublime Text 2はWindows版もあるじゃないか!良かった!」と思って使い始めると、何かおかしい。

んー、なんだ?
何が足りないんだ?
あれれ、コードを補完したあとカーソルを行末に移動したいのだけど動かないぞ。

おかしいな、Macではできたのに。

# encoding: utf-8
require 'spec_helper'
describe Post, "#title が設定されていない場合:" do
# pending "add some examples to (or delete) #{__FILE__}"
before(:each) do
@post = Post.new
end
it "バリデーションに失敗すること" do