代码搜索:Scripts
找到约 7,993 项符合「Scripts」的源代码
代码结果 7,993
www.eeworm.com/read/339483/12230860
sh script-detector.sh
#!/bin/bash
# script-detector.sh: Detects scripts within a directory.
TESTCHARS=2 # Test first 2 characters.
SHABANG='#!' # Scripts begin with a "sha-bang."
for file in * # Traverse all the fi
www.eeworm.com/read/253222/12238389
test sh.test
#! /bin/sh
# sh.test - check that we haven't forgotten a `test' command
# Test script header.
need_prefix=no
if test -z "$srcdir"; then
srcdir=`echo "$0" | sed 's%/[^/]*$%%'`
test "$srcdir" = "$0
www.eeworm.com/read/250523/12400947
readme
The files in this dir are:
udhcpd.conf: A sample udhpcd configuration file.
sample.script
sample.nak
sample.deconfig
sample.bound
sample.renew : sample scripts for the udhcpc client.
simpl
www.eeworm.com/read/250017/12442300
readme
The files in this dir are:
udhcpd.conf: A sample udhpcd configuration file.
sample.script
sample.nak
sample.deconfig
sample.bound
sample.renew : sample scripts for the udhcpc client.
simpl
www.eeworm.com/read/233016/14173573
m installation.m
Step-by-step Instructions for Unix Installation
To install the Atomizer package, one can simply follow the step-by-step
checklist:
1. Install the version .802 of WaveLab software package if it has n
www.eeworm.com/read/227998/14403737
readme
The files in this dir are:
udhcpd.conf: A sample udhpcd configuration file.
sample.script
sample.nak
sample.deconfig
sample.bound
sample.renew : sample scripts for the udhcpc client.
www.eeworm.com/read/119738/14823290
cpp cppmain.cpp
//This sample main program may be used to test C++ code generation scripts.
//In With Class load cppcar.omt. Run the scripts cpphead.sct and cppfunc.sct
//or borland scripts.
//Create a project in
www.eeworm.com/read/119738/14823314
cpp bcmain.cpp
//This sample main program may be used to test C++ code generation scripts.
//In With Class load bc3car.omt for BC3.X compilers or bc4car.omt for BC4.X
//compilers. Run the scripts bc3head.sct and
www.eeworm.com/read/119738/14823323
txt eiffel.txt
Steps to Generate Eiffel Code Using With Class CASE Tool
The purpose of this paper is to describe how to generate Eiffel code from class diagrams, state diagrams, and object interaction diagrams.