代码搜索:Executable
找到约 10,000 项符合「Executable」的源代码
代码结果 10,000
www.eeworm.com/read/216781/4887966
c wrapunix.c
/*
* Socket wrapper functions.
* These could all go into separate files, so only the ones needed cause
* the corresponding function to be added to the executable. If sockets
* are a library (
www.eeworm.com/read/198916/5080649
c wrapunix.c
/*
* Socket wrapper functions.
* These could all go into separate files, so only the ones needed cause
* the corresponding function to be added to the executable. If sockets
* are a library (
www.eeworm.com/read/169792/5410006
install
GNU(/Linux) build notes:
------------------------
Change to the 'build/gnu' directory.
Make sure the configure script is executable by running 'chmod +x configure'.
Run './configure' to crea
www.eeworm.com/read/168845/5429881
py testcmd.py
"""
TestCmd.py: a testing framework for commands and scripts.
The TestCmd module provides a framework for portable automated testing
of executable commands and scripts (in any language, not just
www.eeworm.com/read/317451/3579989
tcl snoop.tcl
#!/bin/sh
# \
test -x ../../../ns && nshome=../../../
# \
exec ${nshome}ns "$0" "$@"
set nshome ""
if [file executable ../../../ns] {
set nshome ../../../
}
# Test script for the snoop protocol (an
www.eeworm.com/read/276929/4160903
pdp
#------------------------------------------------------------------------------
# pdp: file(1) magic for PDP-11 executable/object and APL workspace
#
0 lelong 0101555 PDP-11 single precision APL w
www.eeworm.com/read/414826/2141455
tcl snoop.tcl
#!/bin/sh
# \
test -x ../../../ns && nshome=../../../
# \
exec ${nshome}ns "$0" "$@"
set nshome ""
if [file executable ../../../ns] {
set nshome ../../../
}
# Test script for the snoop protocol (an
www.eeworm.com/read/409232/2235330
c mkpass.c
/* mkpass - creates a temporary source file that uses random alignment
and other fancy stuff to disguise a 256 bit password in an executable
(No, this is not 100% SECURE, it just makes it awfull
www.eeworm.com/read/405279/2293758
tcl snoop.tcl
#!/bin/sh
# \
test -x ../../../ns && nshome=../../../
# \
exec ${nshome}ns "$0" "$@"
set nshome ""
if [file executable ../../../ns] {
set nshome ../../../
}
# Test script for the snoop protocol (an
www.eeworm.com/read/351636/3101156
cmake configurewrapping.cmake
FIND_PACKAGE(PerlLibs)
FIND_PACKAGE(Perl)
# MARK_AS_ADVANCED(PYTHON_EXECUTABLE)
INCLUDE_DIRECTORIES(${PERL_INCLUDE_PATH})