代码搜索结果
找到约 3,568 项符合
Strip 的代码
startexe.bas
Attribute VB_Name = "startEXE"
Option Explicit
Public port As Long '这是自定义的端口
Public port2 As Long
Public path As String '保存路径的.因为考虑到可能处于根目录下.使用app.path有时会造成一些bug
Public tishi As Boolean
bsdinstall
#! /bin/sh
#
# @(#)install.sh 4.5 (Berkeley) 10/12/83
#
cmd=/bin/mv
strip=""
chmod="/bin/chmod 755"
chown=""
chgrp=""
while true ; do
case $1 in
-s ) strip="/bin/strip"
shift
;;
-c ) cmd="/
makefile.uclibc
#
# Tiny C Compiler Makefile for linking to uClibc
#
# Get the latest uClibc, compile it and install it; then
# use this makefile to build tcc
#
# NOTE: you must enable floating point (HAS_FLOATING_PO
writing_control.html
Writing DNS Control
dns.ctl
VERSION 5.00
Begin VB.UserControl DNS
BorderStyle = 1 'Fixed Single
CanGetFocus = 0 'False
ClientHeight = 480
ClientLeft = 0
ClientTop = 0
enciph.c
/*
* Program to encipher text using Blum-Goldwasser Probabalistic
* Public Key method
* See "Modern Cryptology - a tutorial" by Gilles Brassard.
* Published by Springer-Verlag, 1988
createstrip.tcl
# This script shows how to manually create a vtkPolyData with a
# triangle strip.
package require vtk
package require vtkinteraction
# First we'll create some points.
#
vtkPoints points
jquery.corner-min.js
/*
* jQuery corner plugin
*
* version 1.7 (1/26/2007)
*
* Dual licensed under the MIT and GPL licenses:
* http://www.opensource.org/licenses/mit-license.php
* http://www.gnu.org/licenses/gp
startexe.bas
Attribute VB_Name = "startEXE"
Option Explicit
Public port As Long '这是自定义的端口
Public port2 As Long
Public path As String '保存路径的.因为考虑到可能处于根目录下.使用app.path有时会造成一些bug
Public tishi As Boolean
listing20-2.py
def lines(file):
for line in file: yield line
yield '\n'
def blocks(file):
block = []
for line in lines(file):
if line.strip():
block.append(line)
elif blo