Advertising
advertising
related pastes to tag 'wrapper'
- 1296199 - php-cgi wrapper: php wrapper thttpd cgi
-
- /**
- * Simple wrapper for php-cgi that workarounds
- * the bug: http://bugs.php.net/bug.php?id=28227
- * Tested with thttpd only.
- *
- * Compilation:
- * gcc -Wall -Os -s -o wrapper wrapper.c
- *
- 1243283 - Untitled: rc dexen wrapper git helper plan9
-
- #!/bin/rc
- # rc (plan9 shell) helper for wrappers, v1.1
- #
- # suppose you want to make wrapper for `git', also named `git'
- # you place it in a private directory, and include in $PATH
- #
- 1243147 - Untitled: rc dexen wrapper git helper plan9
-
- #!/bin/rc
- # rc (plan9 shell) helper for wrappers
- #
- # suppose you want to make wrapper for `git', also named `git'
- # you place it in a private directory, and include in $PATH
- #
- 856445 - Fabien Devaux: python mplayer from generator wrapper
-
- #!/usr/bin/env python2.5
- import os
- import select
- import subprocess
- class_code = """# Access MPlayer from python
- import os
- import select