代码搜索:Scripts

找到约 7,993 项符合「Scripts」的源代码

代码结果 7,993
www.eeworm.com/read/100082/15885799

temp_opt .temp_opt

# .temp_opt set CIS options for auto-scripts. capture "off" transmit "opt;" transmit "1;1;" # Forum first transmit "2;3;" # command mode transmit "3;N;" # never stop transmit "6;2;" # editor tran
www.eeworm.com/read/391733/8384146

py setup.py

from distutils.core import setup setup(name='netconv', version='0.12', author='Marcio Rosa da Silva', author_email='mmrsva@gmail.com', url='http://pynetconv.sourceforge.net/'
www.eeworm.com/read/389295/8534530

am makefile.am

bin_SCRIPTS = mactime CLEANFILES = $(bin_SCRIPTS) EXTRA_DIST = mactime.base .perltidyrc mactime: mactime.base Makefile @echo "#!$(PERL) -w" > mactime @echo "my \$$VER=\"$(VERSION)\";" >> mactime
www.eeworm.com/read/188503/8535010

am makefile.am

# Process this file with Automake to produce Makefile.in bin_SCRIPTS = \ anytovcd.sh \ lav2avi.sh \ lav2mpeg \ mpegtranscode EXTRA_DIST = \ $(bin_SCRIPTS) \ makePLI.py \ codiere \ berechne \
www.eeworm.com/read/187544/8626391

pl snmpget2.pl

#!/usr/local/bin/perl #filename: /opt/local/perl_scripts/snmpget2.pl use SNMP_util; $MIB1 = shift; $HOST = shift; ($MIB1) && ($HOST) || die "Usage: $0 MIB_OID HOSTNAME"; ($value) = &snmpget("$HOST","$
www.eeworm.com/read/187544/8626395

pl snmpwalk.pl

#!/usr/local/bin/perl #filename: /opt/local/perl_scripts/snmpwalk.pl use SNMP_util; $MIB1 = shift; $HOST = shift; ($MIB1) && ($HOST) || die "Usage: $0 MIB_OID HOSTNAME"; (@values) = &snmpwalk("$HOST",
www.eeworm.com/read/432021/8637459

am makefile.am

## $Id: Makefile.am 1339 2006-09-21 19:46:28Z tbailey $ ## ## Process this file with automake to produce Makefile.in ## ## # $Log$ ## # Revision 1.13 2005/12/16 23:29:08 nadya ## # make install-data
www.eeworm.com/read/287618/8678676

makefile

TARGET_TYPE = OBJECT_LIBRARY TARGET = libutils.a SRC = \ MyString.c include ../../make/common.mk include ../../../scripts/inc.Makefile
www.eeworm.com/read/285975/8797887

006_best ch08.006_best

############################################################################## ## Code fragment (Recommended) from Chapter 8 of "Perl Best Practices" ## ## Copyright (c) O'Reilly & Associates
www.eeworm.com/read/285975/8797946

007_best ch08.007_best

############################################################################## ## Code fragment (Recommended) from Chapter 8 of "Perl Best Practices" ## ## Copyright (c) O'Reilly & Associates