代码搜索:Scripts
找到约 7,993 项符合「Scripts」的源代码
代码结果 7,993
www.eeworm.com/read/452887/7430946
bat build.bat
echo off
@echo Builds all ABC packages for C++ Builder 4,5 and Delphi 4,5,6
@echo The called scripts and dcc.cfg / dcc32.cfg in each build directory
@echo must be edited before use
@echo Results a
www.eeworm.com/read/441595/7668451
cpp vbs.cpp
// vbs.cpp v1.0
// Purpose: facilities for MSWord VBA scripts.
// by hujinshan @2004-12-8 22:02:30
#include "vbs.h"
#include
std::string& str_trim_left(std::string& str)
{
std
www.eeworm.com/read/143997/12824442
txt readme.txt
这个样例供学习IDC脚本参考
Atli has again contributed a set of very useful scripts for IDA Pro.
- pe_dlls.idc (now supporting relocation of DLLs that have address
collisions)
- pe_sections.idc (loads PE se
www.eeworm.com/read/318413/13479841
lbi consignee.lbi
{insert_scripts files='utils.js,transport.js'}
www.eeworm.com/read/314474/13566522
gawk man2html.gawk
#!/usr/local/bin/gawk -f
#
# $Header: /home/srilm/devel/man/scripts/RCS/man2html.gawk,v 1.6 2000/10/11 01:03:37 stolcke Exp $
#
function getargs() {
delete args;
j = 1;
for (i = 2; i
www.eeworm.com/read/146055/5740807
stop
#!/bin/sh
# Variables
CONF=/etc/ha/ha.conf
IFCONFIG=/sbin/ifconfig
GREP=/bin/grep
LOG=/var/log/ha-log
DATE=/bin/date
IFUP=/sbin/ifup
IFDOWN=/sbin/ifdown
SCRIPTDIR=/etc/ha/scripts
SED=/bin/sed
UNAME=/
www.eeworm.com/read/141300/5770640
readme
Two scripts from Colin McAndrew for vbic model.
sgp2vbic - converts a Spice Gummel-Poon model card to a vbic model card.
vbis2sgb - converts a vbic model card to a Spice Gummel-Poom model card.
www.eeworm.com/read/140582/5787269
sh myid_test.sh
#!/bin/sh
set +o emacs
: ==== start ====
D=/testing/scripts/ipsec.conf-myid-01
export IPSEC_CONFS="$D/etc-nomyid"
ipsec setup start
sleep 4
/testing/pluto/basic-pluto-01/eroutewait.sh trap
ipsec
www.eeworm.com/read/138548/5815608
pm category.pm
# Copyright 2001-2005 Six Apart.
# SCRiPTMAFiA 2005 - THE DiRTY HANDS ON YOUR SCRiPTS
#
# $Id: Category.pm 10197 2005-03-09 00:27:57Z ezra $
package MT::Category;
use strict;
use MT::Object;
@MT::Ca