代码搜索结果
找到约 3,568 项符合
Strip 的代码
makefile
#
# lisa Makefile
#
# BINDIR is the place you want to put the binaries,
# should be in your search path.
BINDIR=/usr/bin
lisa:
cd src; make -f Makefile
install:
strip src/lisa
cp src/lisa
killff.c
/*
** KILLFF.C - A program was written to strip out all the Form Feeds
** in text files.
**
** Public domain by Erik VanRiper, 12/22/91
** Modified by Bob Stout, 17 Feb 93
**
** Reads a text fi
listing13-1.py
import sqlite3
def convert(value):
if value.startswith('~'):
return value.strip('~')
if not value:
value = '0'
return float(value)
conn = sqlite3.connect('food.db')
curs
mtwb.java
/*
* mtwb.java
*
* Created on 2006, February 22, 0:53
* Juraj Borza
*
*Changelog:
*
*0.2 - can replace some HTML tags with corresponding stuff (e.g. with \n etc and strip other ta
killff.c
/*
** KILLFF.C - A program was written to strip out all the Form Feeds
** in text files.
**
** Public domain by Erik VanRiper, 12/22/91
** Modified by Bob Stout, 17 Feb 93
**
** Reads a text file and
kb_data.h
/*
** by: Dan Kozak
** Revisions:
** 30-Mar-96 Ed Blackman OS/2 mods
*/
/*
** For use with your code, strip out the demo main() and make this into
** a header file.
*/
#ifndef KB_DATA__H
#def
bsd.subdir.mk
# @(#)bsd.subdir.mk 8.1 (Berkeley) 6/8/93
.MAIN: all
STRIP?= -s
BINGRP?= bin
BINOWN?= bin
BINMODE?= 555
_SUBDIRUSE: .USE
@for entry in ${SUBDIR}; do \
(if test -d ${.CURDIR}/$${entry}.${MACHINE
killff.c
/*
** KILLFF.C - A program was written to strip out all the Form Feeds
** in text files.
**
** Public domain by Erik VanRiper, 12/22/91
** Modified by Bob Stout, 17 Feb 93
**
** Reads a text fi
makefile
# Makefile
#
# Copyright (C) 2003 Christophe Varoqui,
BUILD = glibc
include ../Makefile.inc
OBJS = devmap_name.o
ifeq ($(strip $(BUILD)),klibc)
OBJS += $(libdm)
else