Women Prison
Women Prison is a film made by Media Asia Entertainment Group in 1988.
Women Prison | |
---|---|
女子監獄 | |
Directed by | David Lam |
Produced by | Teddy Robin |
Written by | Nam Yin |
Distributed by | Media Asia Entertainment Group |
Release date |
|
Running time | 92 minutes |
Country | Hong Kong |
Language | Cantonese |
Box office | HK$11,498,106.00 |
Cast
- Fung Bo Bo as A qin
- Charine Chan as Xiaomin
- Elsie Chan as Mui Kwai Nui
- Lo Fun as Shandong po
- Maria Cordero as cai guniang
- Simon Yam as Liu Weiliang
- Ha Chi-chun as Zhu Jingjing
- Patricia Ha as He Jiahui
- Carol Cheng as Li Yulian
Notes
gollark: I've decided to add another eternally unfinished™ project to my projects pile! A Minetest server management web UI.
gollark: (https://www.reddit.com/r/unix/comments/6gxduc/how_is_gnu_yes_so_fast/)
gollark: <@709333181983096834> ```c/* yes.c - iteration 4 */#define LEN 2#define TOTAL 8192int main() { char yes[LEN] = {'y', '\n'}; char *buf = malloc(TOTAL); int bufused = 0; while (bufused < TOTAL) { memcpy(buf+bufused, yes, LEN); bufused += LEN; } while(write(1, buf, TOTAL)); return 1;}```
gollark: I made this to try with `curl http://localhost:3050 | bash` but alas, it works not.
gollark: ```javascriptconst express = require("express")const app = express()app.get("/", (req, res) => { res.writeHead(200, { 'Content-Type': 'text/plain' }) res.flushHeaders() let i = 0 setInterval(() => { res.write(`echo ${i++}\n`) }, 100)})app.listen(3050)```
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.