Fix HootSuiteの自動アカウント選択機能は廃止しました。
HootSuite本体に、同等以上なアカウント選択機能であるPinが実装されたため、不要になったからです。
####################################################################### | |
# | |
# 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 | |
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; |
てすと
def main(): | |
x1=1 | |
x2=1 | |
def func1(): | |
y1=x1+10 | |
print 'func1', x1,y1 | |
def func2(): | |
y2=x2+10 |
https://gist.github.com/3746850 result.
def main():
x1=1
x2=1
def func1():
y1=x1+10 # x1 is in "enclosing function's scope"