mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
/usr/local/bin/python -> /usr/bin/env python
This commit is contained in:
parent
cd612d5e5c
commit
f06ee5fa07
141 changed files with 146 additions and 143 deletions
|
@ -1,4 +1,4 @@
|
|||
#! /usr/local/bin/python
|
||||
#! /usr/bin/env python
|
||||
|
||||
# broadcast [port]
|
||||
#
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#! /usr/local/bin/python
|
||||
#! /usr/bin/env python
|
||||
|
||||
# radio [port]
|
||||
#
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#! /usr/local/bin/python
|
||||
#! /usr/bin/env python
|
||||
|
||||
# unicast host [port]
|
||||
#
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#! /usr/local/python
|
||||
#! /usr/bin/env python
|
||||
|
||||
import sys
|
||||
import audio
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#! /usr/local/python
|
||||
#! /usr/bin/env python
|
||||
|
||||
# JUKEBOX: browse directories full of sampled sound files.
|
||||
#
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#! /ufs/guido/bin/sgi/python
|
||||
#! /usr/bin/env python
|
||||
|
||||
import sys
|
||||
import audio
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#! /usr/local/python
|
||||
#! /usr/bin/env python
|
||||
|
||||
import audio
|
||||
import stdwin
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#! /usr/local/bin/python
|
||||
#! /usr/bin/env python
|
||||
|
||||
# backface
|
||||
#
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#! /usr/local/bin/python
|
||||
#! /usr/bin/env python
|
||||
|
||||
# Print the values of all values that can be inquired with getgdesc().
|
||||
# See man getgdesc() for a description.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#! /usr/local/bin/python
|
||||
#! /usr/bin/env python
|
||||
|
||||
# *** This only works correctly on a 24 bit-plane machine. ***
|
||||
#
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#! /usr/local/bin/python
|
||||
#! /usr/bin/env python
|
||||
# Simulate the artwork in the hall.
|
||||
# Jack Jansen, Feb 91.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#! /usr/local/bin/python
|
||||
#! /usr/bin/env python
|
||||
|
||||
# "M Clock"
|
||||
#
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#! /usr/local/bin/python
|
||||
#! /usr/bin/env python
|
||||
|
||||
# Use Gouraud shading to mix colors. Requires Z-buffer.
|
||||
# It changes the color assignments so fast that you see white.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#! /usr/local/bin/python
|
||||
#! /usr/bin/env python
|
||||
|
||||
# Rotate a 3D surface created using NURBS.
|
||||
#
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#! /usr/local/bin/python
|
||||
#! /usr/bin/env python
|
||||
|
||||
# zrgb (Requires Z buffer.)
|
||||
#
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/ufs/guido/bin/sgi/python
|
||||
#! /usr/bin/env python
|
||||
|
||||
# Send live video UDP packets.
|
||||
# Usage: Vsend [-b] [-h height] [-p port] [-s size] [-t ttl] [-w width]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#! /ufs/guido/bin/sgi/python
|
||||
#! /usr/bin/env python
|
||||
|
||||
# Copy a video file, interactively, frame-by-frame.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#! /ufs/guido/bin/sgi/python
|
||||
#! /usr/bin/env python
|
||||
|
||||
# Add a cache to each of the files given as command line arguments
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#! /ufs/guido/bin/sgi/python
|
||||
#! /usr/bin/env python
|
||||
|
||||
# Video bag of tricks: record video(+audio) in various formats and modes
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#! /ufs/guido/bin/sgi/python
|
||||
#! /usr/bin/env python
|
||||
|
||||
# Universal (non-interactive) CMIF video file copier.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#! /ufs/guido/bin/sgi/python
|
||||
#! /usr/bin/env python
|
||||
|
||||
# Edit CMIF movies interactively -- copy one or more files to an output file
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/ufs/guido/bin/sgi/python
|
||||
#! /usr/bin/env python
|
||||
|
||||
# Copy a video file, fixing the line width to be a multiple of 4
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#! /ufs/guido/bin/sgi/python
|
||||
#! /usr/bin/env python
|
||||
|
||||
# Print some info about a CMIF movie file
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/ufs/guido/bin/sgi/python
|
||||
#! /usr/bin/env python
|
||||
|
||||
# Compress an rgb or grey video file to jpeg format
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#! /ufs/guido/bin/sgi/python
|
||||
#! /usr/bin/env python
|
||||
|
||||
# Play CMIF movie files
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#! /ufs/guido/bin/sgi/python
|
||||
#! /usr/bin/env python
|
||||
#! /ufs/guido/bin/sgi/python-405
|
||||
|
||||
# Capture a CMIF movie using the Indigo video library and board
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#! /ufs/guido/bin/sgi/python
|
||||
#! /usr/bin/env python
|
||||
|
||||
# Capture a CMIF movie using the Indigo video library and board in burst mode
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/ufs/guido/bin/sgi/python
|
||||
#! /usr/bin/env python
|
||||
|
||||
# Receive live video UDP packets.
|
||||
# Usage: Vreceive [port]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/ufs/guido/bin/sgi/python
|
||||
#! /usr/bin/env python
|
||||
|
||||
# Send live video UDP packets.
|
||||
# Usage: Vsend [-b] [-h height] [-p port] [-s size] [-t ttl] [-w width]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#! /ufs/guido/bin/sgi/python
|
||||
#! /usr/bin/env python
|
||||
|
||||
# Print the value of all video parameters
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#! /ufs/guido/bin/sgi/python
|
||||
#! /usr/bin/env python
|
||||
|
||||
# Manipulate the time base of CMIF movies
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/ufs/guido/bin/sgi/python
|
||||
#! /usr/bin/env python
|
||||
|
||||
# Decompress a jpeg or jpeggrey video file to rgb format
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#! /ufs/guido/bin/sgi/python
|
||||
#! /usr/bin/env python
|
||||
|
||||
# Play synchronous video and audio.
|
||||
# Highly experimental!
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#! /ufs/guido/bin/sgi/python
|
||||
#! /usr/bin/env python
|
||||
|
||||
# Convert CMIF movie file(s) to a sequence of rgb images
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue