*** empty log message ***
This commit is contained in:
parent
9db0c1f7c7
commit
41ffccbba7
|
@ -1,4 +1,4 @@
|
|||
#! /usr/local/python
|
||||
#! /usr/local/bin/python
|
||||
|
||||
# Factorize numbers.
|
||||
# The algorithm is not efficient, but easy to understand.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#! /usr/local/python
|
||||
#! /usr/local/bin/python
|
||||
|
||||
# Like mkdir, but also make intermediate directories if necessary.
|
||||
# It is not an error if the given directory already exists (as long
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#! /usr/local/python
|
||||
#! /usr/local/bin/python
|
||||
|
||||
# Print digits of pi forever.
|
||||
#
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#! /usr/local/python
|
||||
#! /usr/local/bin/python
|
||||
|
||||
# Print prime numbers in a given range
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#! /usr/local/python
|
||||
#! /usr/local/bin/python
|
||||
|
||||
# Print the product of age and size of each file, in suitable units.
|
||||
#
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#! /ufs/guido/bin/sgi/python
|
||||
#! /usr/local/python
|
||||
#! /usr/local/bin/python
|
||||
# Check that all ".pyc" files exist and are up-to-date
|
||||
# Uses module 'os'
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#! /usr/local/python
|
||||
#! /usr/local/bin/python
|
||||
|
||||
# Copy one file's atime and mtime to another
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#! /usr/local/python
|
||||
#! /usr/local/bin/python
|
||||
# Format du output in a tree shape
|
||||
|
||||
import os, string, sys
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#! /usr/local/python
|
||||
#! /usr/local/bin/python
|
||||
|
||||
# eptags
|
||||
#
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#! /usr/local/python
|
||||
#! /usr/local/bin/python
|
||||
|
||||
# findlinksto
|
||||
#
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#! /usr/local/python
|
||||
#! /usr/local/bin/python
|
||||
|
||||
# Read #define's from stdin and translate to Python code on stdout.
|
||||
# Very primitive: non-#define's are ignored, no check for valid Python
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#! /usr/local/python
|
||||
#! /usr/local/bin/python
|
||||
|
||||
# linktree
|
||||
#
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#! /usr/local/python
|
||||
#! /usr/local/bin/python
|
||||
|
||||
# Find symbolic links and show where they point to.
|
||||
# Arguments are directories to search; default is current directory.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#! /usr/local/python
|
||||
#! /usr/local/bin/python
|
||||
|
||||
# ptags
|
||||
#
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#! /usr/local/python
|
||||
#! /usr/local/bin/python
|
||||
|
||||
# suff
|
||||
#
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#! /usr/local/python
|
||||
#! /usr/local/bin/python
|
||||
|
||||
# Variant of "which".
|
||||
# On stderr, near and total misses are reported.
|
||||
|
|
Loading…
Reference in New Issue