This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
move dogfight | |
ikusen koken no kodoku - the back horn | |
ready steady go - l'arc en ciel | |
43. dream figher - perfume | |
42. spice - perfume | |
41. answer is near - ONE OK ROCK | |
40. lottara lottara - Buono | |
39. agian - YUI | |
38. dandelion - kokia | |
37. rain - YUI |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.example; | |
import android.view.LayoutInflater; | |
import android.view.View; | |
import android.view.ViewGroup; | |
import com.example.Foo; | |
import com.example.RecycledPagerAdapter; | |
public class FooAdapter extends RecycledPagerAdapter<FooViewHolder> { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class WrapperTest { | |
public static void main(String[] args) throws ReflectiveOperationException { | |
Developer myProfile = wrap(MainDeveloper.class, PythonDeveloper.class, UnixDeveloper.class); | |
System.out.println(myProfile.develop()); | |
} | |
public static <T> T wrap(Class<T> t, Class... classes) throws ReflectiveOperationException, ClassCastException { | |
return wrap(t.newInstance(), classes); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ ~ python turing.py | |
1) idx=0 on [1, 1] with state=e1 | |
2) idx=1 on [0, 1] with state=e2 | |
3) idx=2 on [0, 1] with state=e2 | |
4) idx=3 on [0, 1, 0] with state=e3 | |
5) idx=2 on [0, 1, 0, 1] with state=e4 | |
6) idx=1 on [0, 1, 0, 1] with state=e5 | |
7) idx=0 on [0, 1, 0, 1] with state=e5 | |
8) idx=1 on [1, 1, 0, 1] with state=e1 | |
9) idx=2 on [1, 0, 0, 1] with state=e2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
content = u"" | |
ep = 44 | |
while ep > 0: | |
content += u""" | |
<item> | |
<enclosure url="http://www.nhk.or.jp/lesson/audio/english/Lesson{i}.mp3" length="4802040" type="audio/mpeg"></enclosure> | |
<title>English : lesson{i}</title> | |
<itunes:author>NHK WORLD RADIO JAPAN</itunes:author> | |
<itunes:duration>10:00</itunes:duration> | |
<itunes:category text="Education"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
##################Liberum Veto################ | |
# These happen if you do the decision for it # | |
# Further concession demanded | |
country_event = { | |
id = 6501 | |
title = "EVTNAME6501" | |
desc = "EVTDESC6501" | |
picture = LIBERUM_VETO_eventPicture |