Skip to content

Instantly share code, notes, and snippets.

View civic's full-sized avatar

Takashi Sasaki civic

View GitHub Profile
@civic
civic / gist:3111073
Created July 14, 2012 12:44
FixHootSuiteでのアカウント自動選択が機能しなくなった方へ

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

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

なぜ

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

@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;
#!/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
#######################################################################
#
# 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/
#
#######################################################################