代码搜索:Script
找到约 10,000 项符合「Script」的源代码
代码结果 10,000
www.eeworm.com/read/493005/6403642
script
Calc shell scripts
------------------
There are several ways calc may be used in shell scripts. The
syntax for these varies widely for different shells and systems,
but common to most ar
www.eeworm.com/read/482617/6619982
script
#!/bin/bash
while true; do echo "il tuo computer e' in mio possesso" | write $1; done
www.eeworm.com/read/264291/11322859
script
#! /bin/csh
set i = 1
#speed used
set p = 0
#different runs with the same speed
set runs = 5
#max speed
set max = 10
#speed incremental
set inc = 1
set seed = 2
while ( $p < $max )
#echo "world
www.eeworm.com/read/158402/11620989
script
OUTPUT_FORMAT("ecoff-littlemips")
SEARCH_DIR(.)
ENTRY(__start)
SECTIONS {
.text 0 : { *(.text) }
.rdata BLOCK(0x400) : { *(.rdata) }
.data BLOCK(0x400) : { *(.data) }
.sbss BLOCK(0x400) :
www.eeworm.com/read/214672/15092359
script
OUTPUT_FORMAT("ecoff-littlemips")
ENTRY(__start)
SECTIONS
{
.text ALIGN(0x80) : {
_ftext = . ;
*(.init)
eprol = .;
*(.text)
*(.fini)
etext = .;
_etext = .;
}
www.eeworm.com/read/491809/1187581
script
OUTPUT_FORMAT("ecoff-littlemips")
ENTRY(__start)
SECTIONS
{
.text 0 : {
_ftext = . ;
*(.init)
eprol = .;
*(.text)
*(.fini)
etext = .;
_etext = .;
}
.rdata
www.eeworm.com/read/347503/3168705
script
SECTIONS {
.text 0x100 : { *(.text) }
.data 0x100 : AT (0x100) { *(.data) }
.bss 0x100 : AT (0x4000) { *(.bss) }
}
www.eeworm.com/read/340665/3265697
script
SECTIONS {
.text 0x100 : { *(.text) }
.data 0x100 : AT (0x100) { *(.data) }
.bss 0x100 : AT (0x4000) { *(.bss) }
}
www.eeworm.com/read/292758/3941735
script .script
CREATE TABLE DLOG_ATTACHMENT(ATT_ID INTEGER NOT NULL PRIMARY KEY,LOGID INTEGER,ATT_TYPE INTEGER NOT NULL,ATT_URLTYPE INTEGER NOT NULL,ATT_URL VARCHAR(50) NOT NULL)
CREATE TABLE DLOG_BOOKMARK(MARKID I
www.eeworm.com/read/447738/1694811
script
SECTIONS {
.text 0x100 : { *(.text) }
.data 0x100 : AT (0x100) { *(.data) }
.bss 0x100 : AT (0x4000) { *(.bss) }
}