代码搜索:cgi
找到约 10,000 项符合「cgi」的源代码
代码结果 10,000
www.eeworm.com/read/158050/11647844
lst cgi.lst
C51 COMPILER V7.08 CGI 12/26/2003 07:27:15 PAGE 1
C51 COMPILER V7.08, COMPILATION OF MODULE CGI
OBJECT MODULE PLACED IN cgi
www.eeworm.com/read/158050/11647884
obj cgi.obj
www.eeworm.com/read/158050/11647916
c cgi.c
/*
* Copyright (c) 2001, Adam Dunkels.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the followi
www.eeworm.com/read/158050/11647924
h cgi.h
/*
* Copyright (c) 2001, Adam Dunkels.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the followi
www.eeworm.com/read/261194/11660089
cgi alphafill.cgi
#!/usr/bin/perl -wT
use strict;
use SWF qw(:ALL);
my $dir = '/home/soheil/src/ming-0.0.9/examples/common/';
print "Content-type: application/x-shockwave-flash\n\n";
my $s = new SWF::Shape();
my $
www.eeworm.com/read/261194/11660090
cgi shape.cgi
#!/usr/bin/perl
use strict;
#use lib qw(/home/soheil/ming/SWF/blib/arch /home/soheil/ming/SWF/blib/lib);
use SWF qw(:ALL);
#use SWF qw(Shape Movie);
print "Content-type: application/x-shockwave-fla
www.eeworm.com/read/261194/11660094
cgi jpegfill.cgi
#!/usr/bin/perl
use strict;
use SWF qw(:ALL);
SWF::setScale(1.0);
print "Content-type: application/x-shockwave-flash\n\n";
my $s = new SWF::Shape();
my $b = new SWF::Bitmap('/home/soheil/src/ming-0
www.eeworm.com/read/261194/11660097
cgi animation.cgi
#!/usr/bin/perl
use strict;
# Were you looking for thw worst perl script?
# Congradulations! you found it.
use SWF (:ALL);
my $string = "ming!";
my $dir = '/home/soheil/src/ming-0.0.9/examples/comm
www.eeworm.com/read/261194/11660102
cgi glyph.cgi
#!/usr/bin/perl
use strict;
use SWF (':ALL');
SWF::setScale(1.0);
########## ADD path to your test.fdb file #######################
my $filename = '/PATH/TO/test.fdb';
print "Content-type: applicat
www.eeworm.com/read/261194/11660103
cgi morph.cgi
#!/usr/bin/perl
use strict;
use SWF qw(:ALL);
SWF::setScale(1.0);
print "Content-type: application/x-shockwave-flash\n\n";
my $p = new SWF::Morph();
my $s = $p->getShape1();
$s->setLine();
$s->set