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
| import sys | |
| ALPHABET = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ" | |
| def rsplit(s, count): | |
| f = lambda x: x > 0 and x or 0 | |
| return [s[f(i - count):i] for i in range(len(s), 0, -count)] |
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
| 人物: 张阿拉斯库(5,王楠), 都根(3,赵玲), 豪由根(3,谭盛), 佳佳布鲁根(3,陈生兵),乔拉根(2,朱崯),博士(1,王赟),秘书(1,周蓉),张大厨(1,张计划),场务音乐(0,叶觉明) | |
| 道具需求: 玩具枪,若干把。防辐射服(博士服装)一件,筷子一双,磨刀石一块,网线一根,口香糖,炸弹,眼镜,大电池一个,盘子,食物。 | |
| 背景音乐: 敢问路在何方,这一拜,江南Style | |
| 动作: | |
| 『格瓦斯』 | |
| 『骑马舞』 | |
| 『死仰八叉的隐蔽姿势』 | |
| 第一幕(室外) 人物:乔拉根,张阿拉斯库 | |
| (张阿拉斯库独自笔直站岗,乔拉根出) |
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
| <xsl:stylesheet version="1.0" | |
| xmlns:xsl="http://www.w3.org/1999/XSL/Transform" | |
| xmlns:content="http://purl.org/rss/1.0/modules/content/" | |
| xmlns:wp="http://wordpress.org/export/1.0/"> | |
| <xsl:output method="html"/> | |
| <xsl:template match="/"> | |
| <html> | |
| <body> | |
| <xsl:for-each select="//item" > |