代码搜索:efforts
找到约 310 项符合「efforts」的源代码
代码结果 310
www.eeworm.com/read/192259/8391260
disclaimer
LIMITS OF LIABILITY AND DISCLAIMER OF WARRANTY
The author and publisher of the book "Advanced Programming in the
Unix Environment" have used their best efforts in preparing this
software. These
www.eeworm.com/read/189219/8484326
disclaimer
LIMITS OF LIABILITY AND DISCLAIMER OF WARRANTY
The author and publisher of the book "Advanced Programming in the
Unix Environment" have used their best efforts in preparing this
software. These eff
www.eeworm.com/read/185783/8985743
disclaimer
LIMITS OF LIABILITY AND DISCLAIMER OF WARRANTY
The author and publisher of the book "Advanced Programming in the
Unix Environment" have used their best efforts in preparing this
software. These eff
www.eeworm.com/read/183272/9172648
disclaimer
LIMITS OF LIABILITY AND DISCLAIMER OF WARRANTY
The author and publisher of the book "Advanced Programming in the
Unix Environment" have used their best efforts in preparing this
software. These eff
www.eeworm.com/read/371500/9551730
disclaimer
LIMITS OF LIABILITY AND DISCLAIMER OF WARRANTY
The author and publisher of the book "Advanced Programming in the
Unix Environment" have used their best efforts in preparing this
software. Th
www.eeworm.com/read/364932/9887107
disclaimer
LIMITS OF LIABILITY AND DISCLAIMER OF WARRANTY
The author and publisher of the book "Advanced Programming in the
Unix Environment" have used their best efforts in preparing this
software. These eff
www.eeworm.com/read/167847/9950315
disclaimer
LIMITS OF LIABILITY AND DISCLAIMER OF WARRANTY
The author and publisher of the book "UNIX Network Programming" have
used their best efforts in preparing this software. These efforts
include the dev
www.eeworm.com/read/279234/10452476
pl fig18_10.pl
#!/usr/bin/perl
# Fig. 18.10: fig18_10.pl
# Helper to fig18_09.pl.
use warnings;
use strict;
$| = 1;
while ( ) {
print( crypt( $_, "My cats' breath smells like cat food" ) );
www.eeworm.com/read/279234/10452553
css userstyles.css
/* Fig. 26.16: userstyles.css */
/* A user stylesheet */
body { font-size: 20pt;
background-color: #ccffcc }
a { color: red }
/******************************
www.eeworm.com/read/279234/10453290
pl fig10_08.pl
#!usr/bin/perl
# Fig. 10.8: fig10_08.pl
# Using the diamond operator with @ARGV
use strict;
use warnings;
print while ( );
##############################################################