Skip to content

Instantly share code, notes, and snippets.

View civic's full-sized avatar

Takashi Sasaki civic

View GitHub Profile
#######################################################################
#
# This is the main Nginx configuration file.
#
# More information about the configuration options is available on
# * the English wiki - http://wiki.nginx.org/Main
# * the Russian documentation - http://sysoev.ru/nginx/
#
#######################################################################
#!/bin/sh
#
# spawn-fcgi Start and stop FastCGI processes
#
# chkconfig: - 80 20
# description: Spawn FastCGI scripts to be used by web servers
# Source function library.
. /etc/rc.d/init.d/functions
@civic
civic / MainActivity.java
Created January 22, 2012 13:14
Extends BaseExpandableListAdapter
package test.civic;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.LinkedHashMap;
import java.util.List;
import test.civic.AKB48.Member;
import android.app.Activity;
import android.os.Bundle;
@civic
civic / gist:3111073
Created July 14, 2012 12:44
FixHootSuiteでのアカウント自動選択が機能しなくなった方へ

FixHootSuiteでのアカウント自動選択が機能しなくなった方へ

Fix HootSuiteの自動アカウント選択機能は廃止しました。

なぜ

HootSuite本体に、同等以上なアカウント選択機能であるPinが実装されたため、不要になったからです。

@civic
civic / gist:3111171
Created July 14, 2012 13:03
Please use New SNS Selector. for FixHootSuite users.

Please use New SNS Selector. for FixHootSuite users.

FixHootSuite delete the auto-account-select feature.

Why?

Because HootSuite has the more useful feature, that is "Pin"

てすと

@civic
civic / Untitled 1.py
Created September 19, 2012 00:05
How does it work? func1 and func2
def main():
x1=1
x2=1
def func1():
y1=x1+10
print 'func1', x1,y1
def func2():
y2=x2+10

電子書籍リーダーとして使えそうなタブレット端末

Retina iPad

652g 9.7インチ 2048x1536 264ppi 16GB 42,800円

iPad mini

308g 7.9インチ 1024x768 163ppi 16GB 28,800円

Nexus7

340g 7 インチ 1280x800 216ppi 16GB 19,800円

Fix HootSuiteでRTがリストにでる規則

2.7.26から公式RTをリスト上に表示する機能を不完全ながら実装しました。不完全ながらというのは、Twitter APIを使ってないため、取りこぼしが多数あるからです。

基本ルール

  • ホーム のストリームが必要
  • 上記ストリームにはリツイートが表示される
  • 表示されたリツイートがリストのストリームのユーザによるRTなのかチェック
  • リストのユーザからなら、そのリストに複製する